• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..25-Dec-2018-

Makefile.objsH A D25-Dec-2018119 32

README.mdH A D25-Dec-2018612 85

hvf-i386.hH A D25-Dec-2018959 4923

hvf.cH A D25-Dec-201829 KiB983768

panic.hH A D25-Dec-20181.1 KiB4623

vmcs.hH A D25-Dec-201812.4 KiB375264

vmx.hH A D25-Dec-20186.3 KiB225153

x86.cH A D25-Dec-20184.8 KiB187123

x86.hH A D25-Dec-201811.4 KiB401341

x86_cpuid.cH A D25-Dec-20185.9 KiB167131

x86_decode.cH A D25-Dec-201883.2 KiB2,1861,965

x86_decode.hH A D25-Dec-20188.3 KiB324277

x86_descr.cH A D25-Dec-20184.1 KiB12691

x86_descr.hH A D25-Dec-20182.3 KiB5931

x86_emu.cH A D25-Dec-201842.4 KiB1,4841,230

x86_emu.hH A D25-Dec-20182.1 KiB5026

x86_flags.cH A D25-Dec-20189.8 KiB316234

x86_flags.hH A D25-Dec-20183.3 KiB8149

x86_mmu.cH A D25-Dec-20186.8 KiB270194

x86_mmu.hH A D25-Dec-20181.5 KiB4420

x86_task.cH A D25-Dec-20186.3 KiB188142

x86_task.hH A D25-Dec-2018826 195

x86hvf.cH A D25-Dec-201816.1 KiB463350

x86hvf.hH A D25-Dec-20181.5 KiB4021

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 `qemu_mutex_lock_iothread`.
8