historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/target/i386/hvf
2024-01-16 11:20:27 -06:00
..
hvf-i386.h phht hahahahaah 2024-01-16 11:20:27 -06:00
hvf.c phht hahahahaah 2024-01-16 11:20:27 -06:00
Makefile.objs phht hahahahaah 2024-01-16 11:20:27 -06:00
panic.h phht hahahahaah 2024-01-16 11:20:27 -06:00
README.md phht hahahahaah 2024-01-16 11:20:27 -06:00
vmcs.h phht hahahahaah 2024-01-16 11:20:27 -06:00
vmx.h phht hahahahaah 2024-01-16 11:20:27 -06:00
x86.c phht hahahahaah 2024-01-16 11:20:27 -06:00
x86.h phht hahahahaah 2024-01-16 11:20:27 -06:00
x86_cpuid.c phht hahahahaah 2024-01-16 11:20:27 -06:00
x86_decode.c phht hahahahaah 2024-01-16 11:20:27 -06:00
x86_decode.h phht hahahahaah 2024-01-16 11:20:27 -06:00
x86_descr.c phht hahahahaah 2024-01-16 11:20:27 -06:00
x86_descr.h phht hahahahaah 2024-01-16 11:20:27 -06:00
x86_emu.c phht hahahahaah 2024-01-16 11:20:27 -06:00
x86_emu.h phht hahahahaah 2024-01-16 11:20:27 -06:00
x86_flags.c phht hahahahaah 2024-01-16 11:20:27 -06:00
x86_flags.h phht hahahahaah 2024-01-16 11:20:27 -06:00
x86_mmu.c phht hahahahaah 2024-01-16 11:20:27 -06:00
x86_mmu.h phht hahahahaah 2024-01-16 11:20:27 -06:00
x86_task.c phht hahahahaah 2024-01-16 11:20:27 -06:00
x86_task.h phht hahahahaah 2024-01-16 11:20:27 -06:00
x86hvf.c phht hahahahaah 2024-01-16 11:20:27 -06:00
x86hvf.h phht hahahahaah 2024-01-16 11:20:27 -06:00

OS X Hypervisor.framework support in QEMU

These 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:

  1. 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.
  2. Removal of apic_page and hyperv-related functionality.
  3. More relaxed use of qemu_mutex_lock_iothread.