Name Date Size #Lines LOC

..--

README.mdH A D09-Jan-2024596 85

hvf-cpu.cH A D06-Mar-20252.3 KiB9967

hvf-i386.hH A D02-Mar-2025719 298

hvf.cH A D02-Mar-202529.7 KiB998810

meson.buildH A D20-Jun-2023231 1413

panic.hH A D16-Nov-20201.1 KiB4623

vmcs.hH A D14-Jul-202212.4 KiB376265

vmx.hH A D21-Dec-20246.9 KiB237164

x86.cH A D02-Mar-20254.7 KiB186122

x86.hH A D02-Mar-20258.2 KiB290238

x86_cpuid.cH A D13-May-20256.2 KiB180143

x86_decode.cH A D06-Mar-202583.9 KiB2,2051,977

x86_decode.hH A D16-Nov-20208.4 KiB326279

x86_descr.cH A D02-Mar-20254.2 KiB12893

x86_descr.hH A D02-Mar-20252.2 KiB5931

x86_emu.cH A D02-Mar-202535.3 KiB1,2601,033

x86_emu.hH A D02-Mar-20251.9 KiB4623

x86_flags.cH A D03-Apr-20259.6 KiB315233

x86_flags.hH A D16-Nov-20203.3 KiB8249

x86_mmu.cH A D29-Nov-20247 KiB278198

x86_mmu.hH A D12-Mar-20241.5 KiB4520

x86_task.cH A D02-Mar-20256.3 KiB185139

x86_task.hH A D02-Mar-2025840 215

x86hvf.cH A D21-Dec-202415.4 KiB461354

x86hvf.hH A D02-Mar-20251.4 KiB3818

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