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
Xiaoyao Li d3bb5d0d4f i386/cpu: Extract a common fucntion to setup value of MSR_CORE_THREAD_COUNT
There are duplicated code to setup the value of MSR_CORE_THREAD_COUNT.
Extract a common function for it.

Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20241219110125.1266461-2-xiaoyao.li@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2 weeks ago
..
README.md system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() 1 year ago
hvf-cpu.c include: Rename sysemu/ -> system/ 1 month ago
hvf-i386.h sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targets 1 year ago
hvf.c include: Rename sysemu/ -> system/ 1 month ago
meson.build meson: Replace softmmu_ss -> system_ss 2 years ago
panic.h
vmcs.h hvf: Enable RDTSCP support 3 years ago
vmx.h include: Rename sysemu/ -> system/ 1 month ago
x86.c target/i386/hvf: Use CPUState typedef 11 months ago
x86.h target/i386/hvf: Use CPUState typedef 11 months ago
x86_cpuid.c include: Rename sysemu/ -> system/ 1 month ago
x86_decode.c i386/hvf: Fixes some compilation warnings 8 months ago
x86_decode.h
x86_descr.c target/i386/hvf: Use CPUState typedef 11 months ago
x86_descr.h target/i386/hvf: Use CPUState typedef 11 months ago
x86_emu.c i386/cpu: Extract a common fucntion to setup value of MSR_CORE_THREAD_COUNT 2 weeks ago
x86_emu.h target/i386/hvf: Use CPUState typedef 11 months ago
x86_flags.c
x86_flags.h
x86_mmu.c hvf: complete 1G page support 2 months ago
x86_mmu.h target/i386/hvf: Use CPUState typedef 11 months ago
x86_task.c include: Rename sysemu/ -> system/ 1 month ago
x86_task.h
x86hvf.c include: Rename sysemu/ -> system/ 1 month ago
x86hvf.h accel: Rename 'cpu_state' -> 'cs' 2 years 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.