aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
2022-07-13hvf: Enable RDTSCP supportCameron Esfahani3-13/+23
2022-06-08Fix 'writeable' typosPeter Maydell3-3/+3
2022-06-06x86: cpu: fixup number of addressable IDs for logical processors sharing cacheIgor Mammedov1-4/+16
2022-06-06x86: cpu: make sure number of addressable IDs for processor cores meets the specIgor Mammedov1-1/+1
2022-06-06target/i386: Fix wrong count settingYang Zhong1-1/+1
2022-06-06target/i386/tcg: Fix masking of real-mode addresses with A20 bitStephen Michael Jothen1-1/+3
2022-05-25i386: Hyper-V Direct TLB flush hypercallVitaly Kuznetsov4-0/+12
2022-05-25i386: Hyper-V Support extended GVA ranges for TLB flush hypercallsVitaly Kuznetsov4-0/+12
2022-05-25i386: Hyper-V XMM fast hypercall input featureVitaly Kuznetsov4-1/+11
2022-05-25i386: Hyper-V Enlightened MSR bitmap featureVitaly Kuznetsov4-0/+15
2022-05-25i386: Use hv_build_cpuid_leaf() for HV_CPUID_NESTED_FEATURESVitaly Kuznetsov2-11/+15
2022-05-25target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable hostMaciej S. Szmigiero1-0/+8
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: Support Arch LBR in CPUID enumerationYang Weijiang1-1/+19
2022-05-14target/i386: introduce helper to access supported CPUIDPaolo Bonzini1-16/+25
2022-05-14target/i386: Enable Arch LBR migration states in vmstateYang Weijiang1-0/+38
2022-05-14target/i386: Add MSR access interface for Arch LBRYang Weijiang2-0/+77
2022-05-14target/i386: Add XSAVES support for Arch LBRYang Weijiang2-1/+28
2022-05-14target/i386: Enable support for XSAVES based featuresYang Weijiang2-26/+92
2022-05-14target/i386: Add kvm_get_one_msr helperYang Weijiang1-20/+26
2022-05-14target/i386: Add lbr-fmt vPMU option to support guest LBRYang Weijiang2-0/+50
2022-05-14i386/cpu: Remove the deprecated cpu model 'Icelake-Client'Robert Hoo1-122/+0
2022-05-14WHPX: fixed TPR/CR8 translation issues affecting VM debuggingIvan Shcherbakov1-3/+10
2022-05-12target/i386: do not consult nonexistent host leavesPaolo Bonzini1-5/+36
2022-05-11Normalize header guard symbol definitionMarkus Armbruster1-1/+1
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster5-14/+14
2022-05-09disas: Remove old libopcode i386 disassemblerThomas Huth1-1/+0
2022-05-07WHPX: support for xcr0Sunil Muthuswamy2-0/+90
2022-04-28i386: pcmpestr 64-bit sign extension bugPaul Brook1-11/+9
2022-04-26target/i386: Suppress coverity warning on fsave/frstorRichard Henderson1-2/+2
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau5-34/+36
2022-04-20Merge tag 'pull-log-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-10/+12
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson1-3/+3
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson1-6/+8
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson1-1/+1
2022-04-20target/i386: fix byte swap issue with XMM register accessAlex Bennée1-2/+2
2022-04-13target/i386: Remove unused XMMReg, YMMReg types and CPUState fieldsPeter Maydell1-18/+0
2022-04-13target/i386: do not access beyond the low 128 bits of SSE registersPaolo Bonzini1-28/+47
2022-04-06hw: hyperv: Initial commit for Synthetic Debugging deviceJon Doron1-0/+6
2022-04-06hyperv: Add support to process syndbg commandsJon Doron5-8/+135
2022-04-06hyperv: Add definitions for syndbgJon Doron1-0/+37
2022-04-06whpx: Added support for breakpoints and steppingIvan Shcherbakov4-14/+788
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau15-15/+0
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau1-0/+1
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau3-13/+13
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2-2/+2
2022-04-06qapi, target/i386/sev: Add cpu0-id to query-sev-capabilitiesDov Murik1-1/+41
2022-03-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell5-15/+35