Features/HVF: Difference between revisions

From QEMU
(Created page with "HVF is a QEMU accelerator on macOS that employs [https://developer.apple.com/documentation/hypervisor Hypervisor.framework].")
 
No edit summary
 
Line 1: Line 1:
HVF is a QEMU accelerator on [[Hosts/Mac|macOS]] that employs [https://developer.apple.com/documentation/hypervisor Hypervisor.framework].
HVF is a QEMU accelerator on [[Hosts/Mac|macOS]] that employs [https://developer.apple.com/documentation/hypervisor Hypervisor.framework].
== Roadmap ==
HVF is mostly stable but some features are missing:
* gdbstub
* x2apic
* TSS emulation for legacy guests
* MMIO traps for vectored instructions
** MMX
** SSE
** SSE2
** AVX
* Snapshots (loadvm/savevm)
== Known issues ==
HVF bugs are tracked in the [https://bugs.launchpad.net/qemu/+bugs?field.tag=hvf launchpad]

Latest revision as of 19:16, 5 June 2020

HVF is a QEMU accelerator on macOS that employs Hypervisor.framework.

Roadmap

HVF is mostly stable but some features are missing:

  • gdbstub
  • x2apic
  • TSS emulation for legacy guests
  • MMIO traps for vectored instructions
    • MMX
    • SSE
    • SSE2
    • AVX
  • Snapshots (loadvm/savevm)

Known issues

HVF bugs are tracked in the launchpad