summaryrefslogtreecommitdiffstats
path: root/target/i386/kvm.c
Commit message (Expand)AuthorAgeFilesLines
* i386/kvm: Delete kvm_allows_irq0_override()Eduardo Habkost2020-10-141-5/+0Star
* i386/kvm: Remove IRQ routing support checksEduardo Habkost2020-10-141-7/+0Star
* i386/kvm: Require KVM_CAP_IRQ_ROUTINGEduardo Habkost2020-10-141-0/+5
* i386/kvm: fix FEATURE_HYPERV_EDX value in hyperv_passthrough caseZhenyu Wang2020-10-141-1/+1
* target-i386: post memory failure event to QMPzhenwei pi2020-10-041-1/+12
* target/i386: kvm: do not use kvm_check_extension to find paravirtual capabili...Paolo Bonzini2020-09-301-32/+0Star
* target/i386: always create kvmclock deviceVitaly Kuznetsov2020-09-301-0/+5
* target/i386: Fix VM migration when interrupt based APF is enabledVitaly Kuznetsov2020-09-301-6/+6
* target/i386: support KVM_FEATURE_ASYNC_PF_INTVitaly Kuznetsov2020-09-301-0/+10
* i386/kvm: correct the meaning of '0xffffffff' value for hv-spinlocksVitaly Kuznetsov2020-09-181-2/+2
* target/i386/kvm: Add missing fallthrough commentThomas Huth2020-09-111-0/+1
* target/i386/kvm: Rename host_tsx_blacklisted() as host_tsx_broken()Philippe Mathieu-Daudé2020-09-101-2/+2
* x86-iommu: Rename QOM type macrosEduardo Habkost2020-09-021-1/+1
* KVM: fix CPU reset wrt HF2_GIF_MASKVitaly Kuznetsov2020-07-231-5/+11
* KVM: x86: believe what KVM says about WAITPKGPaolo Bonzini2020-07-111-6/+5Star
* KVM: add support for AMD nested live migrationPaolo Bonzini2020-07-111-8/+34
* kvm: i386: allow TSC to differ by NTP correction bounds without TSC scalingMarcelo Tosatti2020-06-261-5/+41
* target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIESLike Xu2020-06-101-0/+20
* i386/kvm: fix a use-after-free when vcpu plug/unplugPan Nengyuan2020-06-101-1/+3
* i386/cpu: Store LAPIC bus frequency in CPU structureLiran Alon2020-06-101-3/+7
* KVM: Move hwpoison page related functions into kvm-all.cDongjiu Geng2020-05-141-36/+0Star
* target/i386: do not set unsupported VMX secondary execution controlsVitaly Kuznetsov2020-04-021-15/+26
* target/i386: check for availability of MSR_IA32_UCODE_REV as an emulated MSRPaolo Bonzini2020-02-121-2/+5
* accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé2020-01-241-1/+1
* target/i386: kvm: initialize microcode revision from KVMPaolo Bonzini2020-01-241-0/+5
* target/i386: kvm: initialize feature MSRs very earlyPaolo Bonzini2020-01-241-33/+48
* x86: Check for machine state object class before typecasting itMichal Privoznik2020-01-071-0/+1
* target/i386: remove unused pci-assign codesEiichi Tsukata2019-12-181-140/+0Star
* x86: move more x86-generic functions out of PC filesPaolo Bonzini2019-12-171-1/+1
* x86: move SMM property to X86MachineStatePaolo Bonzini2019-12-171-2/+1Star
* kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini2019-12-171-2/+2
* kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini2019-12-171-1/+1
* target/i386: disable VMX features if nested=0Yang Zhong2019-12-061-0/+8
* target/i386: add support for MSR_IA32_TSX_CTRLPaolo Bonzini2019-11-211-0/+13
* target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSRTao Xu2019-10-231-0/+13
* x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSETao Xu2019-10-231-0/+6
* i386/kvm: add NoNonArchitecturalCoreSharing Hyper-V enlightenmentVitaly Kuznetsov2019-10-221-0/+26
* target/i386: log MCE guest and host addressesMario Smarduch2019-10-221-5/+24
* i386: Omit all-zeroes entries from KVM CPUID tableEduardo Habkost2019-10-151-0/+14
* target/i386/kvm: Silence warning from Valgrind about uninitialized bytesThomas Huth2019-10-041-2/+2
* target/i386: work around KVM_GET_MSRS bug for secondary execution controlsPaolo Bonzini2019-10-041-0/+17
* target/i386: add VMX featuresPaolo Bonzini2019-10-041-2/+160
* target/i386: expand feature words to 64 bitsPaolo Bonzini2019-10-041-1/+1
* hw/i386/pc: Extract e820 memory layout codePhilippe Mathieu-Daudé2019-09-161-0/+1
* i386/kvm: support guest access CORE cstateWanpeng Li2019-09-161-1/+2
* x86: Intel AVX512_BF16 feature enablingJing Liu2019-08-201-1/+2
* i386/kvm: initialize struct at full before ioctl callAndrey Shinkevich2019-08-201-0/+3
* target-i386: kvm: 'kvm_get_supported_msrs' cleanupLi Qiang2019-08-201-94/+91Star
* kvm: i386: halt poll control MSR supportMarcelo Tosatti2019-08-201-0/+14
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1