summaryrefslogtreecommitdiffstats
path: root/target/i386
Commit message (Expand)AuthorAgeFilesLines
* i386: Hyper-V Direct TLB flush hypercallVitaly Kuznetsov2022-05-254-0/+12
* i386: Hyper-V Support extended GVA ranges for TLB flush hypercallsVitaly Kuznetsov2022-05-254-0/+12
* i386: Hyper-V XMM fast hypercall input featureVitaly Kuznetsov2022-05-254-1/+11
* i386: Hyper-V Enlightened MSR bitmap featureVitaly Kuznetsov2022-05-254-0/+15
* i386: Use hv_build_cpuid_leaf() for HV_CPUID_NESTED_FEATURESVitaly Kuznetsov2022-05-252-11/+15
* target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable hostMaciej S. Szmigiero2022-05-251-0/+8
* target/i386: Remove LBREn bit check when access Arch LBR MSRsYang Weijiang2022-05-231-12/+9Star
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-05-171-1/+1
|\
| * target/i386: Fix sanity check on max APIC ID / X2APIC enablementDavid Woodhouse2022-05-161-1/+1
* | target/i386: Support Arch LBR in CPUID enumerationYang Weijiang2022-05-141-1/+19
* | target/i386: introduce helper to access supported CPUIDPaolo Bonzini2022-05-141-16/+25
* | target/i386: Enable Arch LBR migration states in vmstateYang Weijiang2022-05-141-0/+38
* | target/i386: Add MSR access interface for Arch LBRYang Weijiang2022-05-142-0/+77
* | target/i386: Add XSAVES support for Arch LBRYang Weijiang2022-05-142-1/+28
* | target/i386: Enable support for XSAVES based featuresYang Weijiang2022-05-142-26/+92
* | target/i386: Add kvm_get_one_msr helperYang Weijiang2022-05-141-20/+26
* | target/i386: Add lbr-fmt vPMU option to support guest LBRYang Weijiang2022-05-142-0/+50
* | i386/cpu: Remove the deprecated cpu model 'Icelake-Client'Robert Hoo2022-05-141-122/+0Star
* | WHPX: fixed TPR/CR8 translation issues affecting VM debuggingIvan Shcherbakov2022-05-141-3/+10
|/
* target/i386: do not consult nonexistent host leavesPaolo Bonzini2022-05-121-5/+36
* Normalize header guard symbol definitionMarkus Armbruster2022-05-111-1/+1
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-115-14/+14
* disas: Remove old libopcode i386 disassemblerThomas Huth2022-05-091-1/+0Star
* WHPX: support for xcr0Sunil Muthuswamy2022-05-072-0/+90
* i386: pcmpestr 64-bit sign extension bugPaul Brook2022-04-281-11/+9Star
* target/i386: Suppress coverity warning on fsave/frstorRichard Henderson2022-04-271-2/+2
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-215-34/+36
* Merge tag 'pull-log-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-04-201-10/+12
|\
| * exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson2022-04-201-3/+3
| * *: Use fprintf between qemu_log_trylock/unlockRichard Henderson2022-04-201-6/+8
| * util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson2022-04-201-1/+1
* | target/i386: fix byte swap issue with XMM register accessAlex Bennée2022-04-201-2/+2
|/
* target/i386: Remove unused XMMReg, YMMReg types and CPUState fieldsPeter Maydell2022-04-131-18/+0Star
* target/i386: do not access beyond the low 128 bits of SSE registersPaolo Bonzini2022-04-131-28/+47
* hw: hyperv: Initial commit for Synthetic Debugging deviceJon Doron2022-04-061-0/+6
* hyperv: Add support to process syndbg commandsJon Doron2022-04-065-8/+135
* hyperv: Add definitions for syndbgJon Doron2022-04-061-0/+37
* whpx: Added support for breakpoints and steppingIvan Shcherbakov2022-04-064-14/+788
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-0615-15/+0Star
* Move CPU softfloat unions to cpu-float.hMarc-André Lureau2022-04-061-0/+1
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-063-13/+13
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-062-2/+2
* qapi, target/i386/sev: Add cpu0-id to query-sev-capabilitiesDov Murik2022-04-061-1/+41
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-03-255-15/+35
|\
| * target/i386: properly reset TSC on resetPaolo Bonzini2022-03-242-1/+14
| * target/i386: tcg: high bits SSE cmp operation must be ignoredPaolo Bonzini2022-03-241-4/+2Star
| * KVM: x86: workaround invalid CPUID[0xD,9] info on some AMD processorsPaolo Bonzini2022-03-233-9/+16
| * i386: Set MCG_STATUS_RIPV bit for mce SRAR errorluofei2022-03-231-1/+1
| * target/i386/kvm: Free xsave_buf when destroying vCPUPhilippe Mathieu-Daudé2022-03-231-0/+2
* | target/i386: force maximum rounding precision for fildl[l]Alex Bennée2022-03-231-0/+13
|/