You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/target/i386/hvf
Pierrick Bouvier 342e313d6c exec/cpu-all: remove system/memory include
We include this header where needed. When includes set already have
ifdef CONFIG_USER_ONLY, we add it here, else, we don't condition the
include.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250325045915.994760-5-pierrick.bouvier@linaro.org>
3 days ago
..
README.md system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() 1 year ago
hvf-cpu.c accel: Rename 'hw/core/accel-cpu.h' -> 'accel/accel-cpu-target.h' 2 months ago
hvf-i386.h target/i386/hvf: provide and use simulate_{wrmsr, rdmsr} in emul_ops 1 week ago
hvf.c target/i386: move x86 instruction emulator out of hvf 1 week ago
meson.build target/i386: move x86 instruction emulator out of hvf 1 week ago
panic.h x86 hvf cpus: Fix Lesser GPL version number 5 years ago
vmcs.h hvf: Enable RDTSCP support 3 years ago
vmx.h exec/cpu-all: remove system/memory include 3 days ago
x86.c target/i386: move x86 instruction emulator out of hvf 1 week ago
x86_cpuid.c target/i386: move x86 instruction emulator out of hvf 1 week ago
x86_descr.c target/i386/hvf: fix a typo in a type name 2 months ago
x86_descr.h target/i386: move x86 instruction emulator out of hvf 1 week ago
x86_mmu.c target/i386: move x86 instruction emulator out of hvf 1 week ago
x86_mmu.h target/i386/hvf: Use CPUState typedef 1 year ago
x86_task.c target/i386: move x86 instruction emulator out of hvf 1 week ago
x86_task.h target/i386/hvf: fix a typo in a type name 2 months ago
x86hvf.c target/i386: move x86 instruction emulator out of hvf 1 week ago
x86hvf.h target/i386/hvf: move and rename {load, store}_regs 2 months ago

README.md

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 bql_lock.