docs(macos): add TSC instability workaround for AMD Ryzen mobile CPUs
Document the known issue where macOS Ventura and newer freeze on certain
AMD Ryzen mobile CPUs due to TSC being marked unstable. Covers affected
CPUs, how to diagnose the issue, and the tsc=reliable kernel parameter
workaround.
Ref: quickemu-project/quickemu#1273
- Add mtools and gptfdisk to dependency lists (Debian, Fedora, Gentoo)
- Document new integrated OpenCore behaviour (single disk image)
- Explain backwards compatibility with legacy two-disk method
- Add instructions for using legacy method if needed
docs: add display compatibility, multiscreen, multiple VMs, Windows scripts, and iPhone passthrough
- Add display backend and VirGL acceleration compatibility table (#1448)
- Document max_outputs for multiscreen support (#518)
- Add guide for managing multiple VMs from the same OS image (#1282)
- Document Windows VM startup script customisation (#1665)
- Add experimental iPhone USB passthrough guide for macOS VMs (#468)
Resolves: #1665, #1448, #1282, #518
Partially addresses: #468