summaryrefslogtreecommitdiffstats
path: root/target/i386
Commit message (Expand)AuthorAgeFilesLines
* target/i386: display deprecation status in '-cpu help'Daniel P. Berrangé2022-08-051-0/+5
* misc: fix commonly doubled up wordsDaniel P. Berrangé2022-08-011-1/+1
* hvf: Enable RDTSCP supportCameron Esfahani2022-07-133-13/+23
* Fix 'writeable' typosPeter Maydell2022-06-083-3/+3
* x86: cpu: fixup number of addressable IDs for logical processors sharing cacheIgor Mammedov2022-06-061-4/+16
* x86: cpu: make sure number of addressable IDs for processor cores meets the specIgor Mammedov2022-06-061-1/+1
* target/i386: Fix wrong count settingYang Zhong2022-06-061-1/+1
* target/i386/tcg: Fix masking of real-mode addresses with A20 bitStephen Michael Jothen2022-06-061-1/+3
* 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