aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
2022-03-15x86: Support XFD and AMX xsave data migrationZeng Guang3-0/+73
2022-03-15x86: add support for KVM_CAP_XSAVE2 and AMX state migrationJing Liu3-15/+59
2022-03-15x86: Add AMX CPUIDs enumerationJing Liu2-4/+55
2022-03-15x86: Add XFD faulting bit for state componentsJing Liu2-1/+4
2022-03-15x86: Grant AMX permission for guestYang Zhong5-6/+75
2022-03-15x86: Add AMX XTILECFG and XTILEDATA componentsJing Liu2-1/+25
2022-03-15x86: Fix the 64-byte boundary enumeration for extended stateJing Liu3-0/+8
2022-03-15target/i386: Throw a #SS when loading a non-canonical ISTGareth Webb2-38/+50
2022-03-15target/i386: only include bits in pg_mode if they are not ignoredPaolo Bonzini1-17/+17
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)1-1/+3
2022-03-15whpx: Fixed incorrect CR8/TPR synchronizationIvan Shcherbakov1-1/+27
2022-03-15whpx: Fixed reporting of the CPU context to GDB for 64-bitIvan Shcherbakov1-0/+2
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell2-0/+2
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell2-0/+2
2022-03-06target/i386: Remove pointless CPUArchState castsPhilippe Mathieu-Daudé3-18/+18
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé1-1/+1
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2-4/+1
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé1-2/+1
2022-03-06target: Use forward declared type instead of structure typePhilippe Mathieu-Daudé4-82/+82
2022-03-06target/i386/tcg/sysemu: Include missing 'exec/exec-all.h' headerPhilippe Mathieu-Daudé2-0/+2
2022-03-06accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé1-0/+6
2022-03-06accel/hax: Introduce CONFIG_HAX_IS_POSSIBLEPhilippe Mathieu-Daudé1-6/+1
2022-02-28tcg: Remove dh_alias indirection for dh_typecodeRichard Henderson1-0/+3
2022-02-22Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell5-0/+5
2022-02-21Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell4-3/+26
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell1-0/+1
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé5-0/+5
2022-02-16target/i386: add TCG support for UMIPGareth Webb4-3/+26
2022-02-09target/i386: use CPU_LOG_INT for IRQ servicingAlex Bennée1-2/+2
2022-01-12KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGSPaolo Bonzini1-15/+9
2022-01-12KVM: use KVM_{GET|SET}_SREGS2 when supported.Maxim Levitsky3-2/+138
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2-19/+19
2021-12-17target/i386/kvm: Replace use of __u32 typePhilippe Mathieu-Daudé1-1/+1
2021-12-15target/i386: Use assert() to sanity-check b1 in SSE decodePeter Maydell1-9/+3
2021-11-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-0/+10
2021-11-19nvmm: Fix support for stable versionnia1-0/+10
2021-11-18target/i386/sev: Replace qemu_map_ram_ptr with address_space_mapDov Murik1-3/+15
2021-11-18target/i386/sev: Perform padding calculations at compile-timeDov Murik1-10/+18
2021-11-18target/i386/sev: Fail when invalid hashes table area detectedDov Murik1-2/+6
2021-11-18target/i386/sev: Rephrase error message when no hashes table in guest firmwareDov Murik1-1/+2
2021-11-18target/i386/sev: Add kernel hashes only if sev-guest.kernel-hashes=onDov Murik1-0/+8
2021-11-18qapi/qom,target/i386: sev-guest: Introduce kernel-hashes=on|off optionDov Murik1-0/+20
2021-11-08target-i386: mmu: fix handling of noncanonical virtual addressesPaolo Bonzini1-9/+12
2021-11-08target-i386: mmu: use pg_mode instead of HF_LMA_MASKPaolo Bonzini1-2/+2
2021-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson4-0/+46
2021-11-03Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...Richard Henderson2-3/+3
2021-11-03Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques...Richard Henderson1-6/+0
2021-11-02monitor: remove 'info ioapic' HMP commandDaniel P. Berrangé1-6/+0
2021-11-02KVM: SVM: add migration support for nested TSC scalingMaxim Levitsky4-0/+46
2021-11-02target/i386: Implement x86_cpu_record_sigsegvRichard Henderson3-7/+25