aboutsummaryrefslogtreecommitdiff
path: root/target/i386/kvm
AgeCommit message (Expand)AuthorFilesLines
2023-02-27target/i386: KVM: allow fast string operations if host supports themPaolo Bonzini1-1/+16
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-0/+1
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster1-4/+1
2022-10-31target/i386: Set maximum APIC ID to KVM prior to vCPU creationZeng Guang3-0/+12
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster1-2/+1
2022-10-18hyperv: fix SynIC SINT assertion failure on guest resetMaciej S. Szmigiero3-7/+22
2022-10-11KVM: x86: Implement MSR_CORE_THREAD_COUNT MSRAlexander Graf1-0/+21
2022-10-11i386: kvm: Add support for MSR filteringAlexander Graf2-0/+134
2022-10-11i386: add notify VM exit supportChenyi Qiang1-0/+98
2022-10-10kvm: allow target-specific accelerator propertiesPaolo Bonzini1-0/+4
2022-10-10i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple faultChenyi Qiang1-0/+20
2022-10-04Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi1-8/+4
2022-10-04Drop superfluous conditionals around g_free()Markus Armbruster1-8/+4
2022-10-01target/i386/kvm: fix kvmclock_current_nsec: Assertion `time.tsc_timestamp <= ...Ray Zhang1-1/+1
2022-09-01i386: do kvm_put_msr_feature_control() first thing when vCPU is resetVitaly Kuznetsov1-5/+12
2022-09-01i386: reset KVM nested state upon CPU resetVitaly Kuznetsov1-10/+27
2022-05-25i386: Hyper-V Direct TLB flush hypercallVitaly Kuznetsov2-0/+9
2022-05-25i386: Hyper-V Support extended GVA ranges for TLB flush hypercallsVitaly Kuznetsov2-0/+9
2022-05-25i386: Hyper-V XMM fast hypercall input featureVitaly Kuznetsov2-1/+8
2022-05-25i386: Hyper-V Enlightened MSR bitmap featureVitaly Kuznetsov2-0/+12
2022-05-25i386: Use hv_build_cpuid_leaf() for HV_CPUID_NESTED_FEATURESVitaly Kuznetsov1-10/+15
2022-05-23target/i386: Remove LBREn bit check when access Arch LBR MSRsYang Weijiang1-12/+9
2022-05-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson1-1/+1
2022-05-16target/i386: Fix sanity check on max APIC ID / X2APIC enablementDavid Woodhouse1-1/+1
2022-05-14target/i386: Add MSR access interface for Arch LBRYang Weijiang1-0/+67
2022-05-14target/i386: Add kvm_get_one_msr helperYang Weijiang1-20/+26
2022-04-06hw: hyperv: Initial commit for Synthetic Debugging deviceJon Doron1-0/+6
2022-04-06hyperv: Add support to process syndbg commandsJon Doron3-8/+126
2022-04-06hyperv: Add definitions for syndbgJon Doron1-0/+37
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-23KVM: x86: workaround invalid CPUID[0xD,9] info on some AMD processorsPaolo Bonzini1-7/+12
2022-03-23i386: Set MCG_STATUS_RIPV bit for mce SRAR errorluofei1-1/+1
2022-03-23target/i386/kvm: Free xsave_buf when destroying vCPUPhilippe Mathieu-Daudé1-0/+2
2022-03-20target/i386: kvm: do not access uninitialized variable on older kernelsPaolo Bonzini1-4/+13
2022-03-15x86: Support XFD and AMX xsave data migrationZeng Guang1-0/+18
2022-03-15x86: add support for KVM_CAP_XSAVE2 and AMX state migrationJing Liu1-15/+27
2022-03-15x86: Add AMX CPUIDs enumerationJing Liu1-1/+3
2022-03-15x86: Grant AMX permission for guestYang Zhong3-6/+64
2022-03-15x86: Fix the 64-byte boundary enumeration for extended stateJing Liu1-0/+1
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)1-1/+3
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2022-01-12KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGSPaolo Bonzini1-15/+9
2022-01-12KVM: use KVM_{GET|SET}_SREGS2 when supported.Maxim Levitsky1-2/+106
2021-12-17target/i386/kvm: Replace use of __u32 typePhilippe Mathieu-Daudé1-1/+1
2021-11-02KVM: SVM: add migration support for nested TSC scalingMaxim Levitsky1-0/+15
2021-10-13target/i386/sev: Declare system-specific functions in 'sev.h'Philippe Mathieu-Daudé2-2/+1
2021-10-13target/i386/sev: Rename sev_i386.h -> sev.hPhilippe Mathieu-Daudé1-1/+1
2021-10-13target/i386/kvm: Restrict SEV stubs to x86 architecturePhilippe Mathieu-Daudé2-0/+24
2021-10-13target/i386/kvm: Introduce i386_softmmu_kvm Meson source setPhilippe Mathieu-Daudé1-1/+5
2021-10-01i386: Make Hyper-V version id configurableVitaly Kuznetsov1-10/+16