Name Date Size #Lines LOC

..--

README.mdH A D09-Jan-2024596 85

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

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

hvf.cH A D09-Nov-202422.4 KiB739576

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 D08-Jun-20246.9 KiB237164

x86.cH A D12-Mar-20244.7 KiB186122

x86.hH A D12-Mar-20248.2 KiB290238

x86_cpuid.cH A D09-Nov-20246.2 KiB180143

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

x86_decode.hH A D16-Nov-20208.4 KiB326279

x86_descr.cH A D12-Mar-20244.2 KiB12893

x86_descr.hH A D12-Mar-20242.2 KiB5931

x86_emu.cH A D09-Nov-202442.8 KiB1,5261,269

x86_emu.hH A D12-Mar-20242 KiB5126

x86_flags.cH A D19-Apr-20229.5 KiB314232

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 D20-Nov-20246.3 KiB185139

x86_task.hH A D13-May-2019840 215

x86hvf.cH A D26-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