summaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2022-08-05target/i386: display deprecation status in '-cpu help'Daniel P. Berrangé
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2022-07-13hvf: Enable RDTSCP supportCameron Esfahani
2022-06-08Fix 'writeable' typosPeter Maydell
2022-06-06x86: cpu: fixup number of addressable IDs for logical processors sharing cacheIgor Mammedov
2022-06-06x86: cpu: make sure number of addressable IDs for processor cores meets the specIgor Mammedov
2022-06-06target/i386: Fix wrong count settingYang Zhong
2022-06-06target/i386/tcg: Fix masking of real-mode addresses with A20 bitStephen Michael Jothen
2022-05-25i386: Hyper-V Direct TLB flush hypercallVitaly Kuznetsov
2022-05-25i386: Hyper-V Support extended GVA ranges for TLB flush hypercallsVitaly Kuznetsov
2022-05-25i386: Hyper-V XMM fast hypercall input featureVitaly Kuznetsov
2022-05-25i386: Hyper-V Enlightened MSR bitmap featureVitaly Kuznetsov
2022-05-25i386: Use hv_build_cpuid_leaf() for HV_CPUID_NESTED_FEATURESVitaly Kuznetsov
2022-05-25target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable hostMaciej S. Szmigiero
2022-05-23target/i386: Remove LBREn bit check when access Arch LBR MSRsYang Weijiang
2022-05-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
2022-05-16target/i386: Fix sanity check on max APIC ID / X2APIC enablementDavid Woodhouse
2022-05-14target/i386: Support Arch LBR in CPUID enumerationYang Weijiang
2022-05-14target/i386: introduce helper to access supported CPUIDPaolo Bonzini
2022-05-14target/i386: Enable Arch LBR migration states in vmstateYang Weijiang
2022-05-14target/i386: Add MSR access interface for Arch LBRYang Weijiang
2022-05-14target/i386: Add XSAVES support for Arch LBRYang Weijiang
2022-05-14target/i386: Enable support for XSAVES based featuresYang Weijiang
2022-05-14target/i386: Add kvm_get_one_msr helperYang Weijiang
2022-05-14target/i386: Add lbr-fmt vPMU option to support guest LBRYang Weijiang
2022-05-14i386/cpu: Remove the deprecated cpu model 'Icelake-Client'Robert Hoo
2022-05-14WHPX: fixed TPR/CR8 translation issues affecting VM debuggingIvan Shcherbakov
2022-05-12target/i386: do not consult nonexistent host leavesPaolo Bonzini
2022-05-11Normalize header guard symbol definitionMarkus Armbruster
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster
2022-05-09disas: Remove old libopcode i386 disassemblerThomas Huth
2022-05-07WHPX: support for xcr0Sunil Muthuswamy
2022-04-28i386: pcmpestr 64-bit sign extension bugPaul Brook
2022-04-26target/i386: Suppress coverity warning on fsave/frstorRichard Henderson
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-20Merge tag 'pull-log-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson
2022-04-20target/i386: fix byte swap issue with XMM register accessAlex Bennée
2022-04-13target/i386: Remove unused XMMReg, YMMReg types and CPUState fieldsPeter Maydell
2022-04-13target/i386: do not access beyond the low 128 bits of SSE registersPaolo Bonzini
2022-04-06hw: hyperv: Initial commit for Synthetic Debugging deviceJon Doron
2022-04-06hyperv: Add support to process syndbg commandsJon Doron
2022-04-06hyperv: Add definitions for syndbgJon Doron
2022-04-06whpx: Added support for breakpoints and steppingIvan Shcherbakov
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau