summaryrefslogtreecommitdiff
path: root/target/i386/hvf/x86hvf.c
AgeCommit message (Expand)Author
2024-04-26accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé
2024-03-12bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé
2023-06-28accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Rename 'cpu_state' -> 'cs'Philippe Mathieu-Daudé
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-15hvf: Remove deprecated hv_vcpu_flush() callsPhilippe Mathieu-Daudé
2022-03-15hvf: Make hvf_get_segments() / hvf_put_segments() localPhilippe Mathieu-Daudé
2021-07-06target/i386: Pass buffer and length to XSAVE helperDavid Edmondson
2021-06-03hvf: Simplify post reset/init/loadvm hooksAlexander Graf
2021-06-03hvf: Introduce hvf vcpu structAlexander Graf
2021-06-03hvf: Use cpu_synchronize_state()Alexander Graf
2021-06-03hvf: Move vcpu thread functions into common directoryAlexander Graf
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana
2020-11-15x86 hvf cpus: Fix Lesser GPL version numberChetan Pant
2020-10-05hvf: remove hvf specific functions from global includesClaudio Fontana
2020-06-12i386: hvf: Drop rflags from HVFX86EmulatorStateRoman Bolshakov
2019-12-03hvf: correctly inject VMCS_INTR_T_HWINTR versus VMCS_INTR_T_SWINTR.Cameron Esfahani
2019-11-26hvf: remove TSC synchronization code because it isn't fully completeCameron Esfahani
2019-06-21target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOADLiran Alon
2018-10-02i386: Compile CPUX86State xsave_buf only when support KVM or HVFLiran Alon
2018-02-09Clean up includesMarkus Armbruster
2018-01-16target-i386: update hflags on Hypervisor.frameworkPaolo Bonzini
2017-12-22i386: hvf: unify register enums between HVF and the restPaolo Bonzini
2017-12-22i386: hvf: header cleanupPaolo Bonzini
2017-12-22i386: hvf: move all hvf files in the same directoryPaolo Bonzini