Name Date Size #Lines LOC

..18-Jun-2024-

README.mdH A D12-Jan-2024596 85

hvf-cpu.cH A D10-Oct-20232.3 KiB9967

hvf-i386.hH A D10-Oct-2023637 276

hvf.cH A D09-Jun-202423.1 KiB756587

meson.buildH A D20-Jun-2023231 1413

panic.hH A D08-May-20221.1 KiB4623

vmcs.hH A D15-Jul-202212.4 KiB376265

vmx.hH A D09-Jun-20246.9 KiB237164

x86.cH A D15-Mar-20244.7 KiB186122

x86.hH A D15-Mar-20248.2 KiB290238

x86_cpuid.cH A D09-Jun-20246.1 KiB170132

x86_decode.cH A D09-Jun-202483.8 KiB2,1971,971

x86_decode.hH A D08-May-20228.4 KiB326279

x86_descr.cH A D15-Mar-20244.2 KiB12893

x86_descr.hH A D15-Mar-20242.2 KiB5931

x86_emu.cH A D09-Jun-202441.9 KiB1,4881,238

x86_emu.hH A D15-Mar-20242 KiB5126

x86_flags.cH A D08-May-20229.5 KiB314232

x86_flags.hH A D08-May-20223.3 KiB8249

x86_mmu.cH A D15-Mar-20246.7 KiB268192

x86_mmu.hH A D15-Mar-20241.5 KiB4520

x86_task.cH A D29-Jun-20236.3 KiB185139

x86_task.hH A D08-May-2022840 215

x86hvf.cH A D28-Apr-202415.4 KiB461354

x86hvf.hH A D29-Jun-20231.3 KiB3516

README.md

1# OS X Hypervisor.framework support in QEMU
2
3These sources (and ../hvf-all.c) are adapted from Veertu Inc's vdhh (Veertu Desktop Hosted Hypervisor) (last known location: https://github.com/veertuinc/vdhh) with some minor changes, the most significant of which were:
4
51. Adapt to our current QEMU's `CPUState` structure and `address_space_rw` API; many struct members have been moved around (emulated x86 state, xsave_buf) due to historical differences + QEMU needing to handle more emulation targets.
62. Removal of `apic_page` and hyperv-related functionality.
73. More relaxed use of `bql_lock`.
8