aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
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
2022-04-06qapi, target/i386/sev: Add cpu0-id to query-sev-capabilitiesDov Murik
2022-03-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2022-03-24target/i386: properly reset TSC on resetPaolo Bonzini
2022-03-24target/i386: tcg: high bits SSE cmp operation must be ignoredPaolo Bonzini
2022-03-23KVM: x86: workaround invalid CPUID[0xD,9] info on some AMD processorsPaolo Bonzini
2022-03-23i386: Set MCG_STATUS_RIPV bit for mce SRAR errorluofei
2022-03-23target/i386/kvm: Free xsave_buf when destroying vCPUPhilippe Mathieu-Daudé
2022-03-23target/i386: force maximum rounding precision for fildl[l]Alex Bennée
2022-03-21Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-20target/i386: kvm: do not access uninitialized variable on older kernelsPaolo Bonzini
2022-03-15Merge tag 'darwin-20220315' of https://github.com/philmd/qemu into stagingPeter Maydell
2022-03-15hvf: Remove deprecated hv_vcpu_flush() callsPhilippe Mathieu-Daudé
2022-03-15hvf: Make hvf_get_segments() / hvf_put_segments() localPhilippe Mathieu-Daudé
2022-03-15hvf: Use standard CR0 and CR4 register definitionsCameron Esfahani
2022-03-15KVM: SVM: always set MSR_AMD64_TSC_RATIO to default valueMaxim Levitsky
2022-03-15i386: Add Icelake-Server-v6 CPU model with 5-level EPT supportVitaly Kuznetsov
2022-03-15x86: Support XFD and AMX xsave data migrationZeng Guang
2022-03-15x86: add support for KVM_CAP_XSAVE2 and AMX state migrationJing Liu
2022-03-15x86: Add AMX CPUIDs enumerationJing Liu
2022-03-15x86: Add XFD faulting bit for state componentsJing Liu
2022-03-15x86: Grant AMX permission for guestYang Zhong
2022-03-15x86: Add AMX XTILECFG and XTILEDATA componentsJing Liu
2022-03-15x86: Fix the 64-byte boundary enumeration for extended stateJing Liu
2022-03-15target/i386: Throw a #SS when loading a non-canonical ISTGareth Webb
2022-03-15target/i386: only include bits in pg_mode if they are not ignoredPaolo Bonzini
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)
2022-03-15whpx: Fixed incorrect CR8/TPR synchronizationIvan Shcherbakov
2022-03-15whpx: Fixed reporting of the CPU context to GDB for 64-bitIvan Shcherbakov
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-03-06target/i386: Remove pointless CPUArchState castsPhilippe Mathieu-Daudé