aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
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é
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
2022-03-06target: Use forward declared type instead of structure typePhilippe Mathieu-Daudé
2022-03-06target/i386/tcg/sysemu: Include missing 'exec/exec-all.h' headerPhilippe Mathieu-Daudé
2022-03-06accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé
2022-03-06accel/hax: Introduce CONFIG_HAX_IS_POSSIBLEPhilippe Mathieu-Daudé
2022-02-28tcg: Remove dh_alias indirection for dh_typecodeRichard Henderson
2022-02-22Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell
2022-02-21Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2022-02-16target/i386: add TCG support for UMIPGareth Webb
2022-02-09target/i386: use CPU_LOG_INT for IRQ servicingAlex Bennée
2022-01-12KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGSPaolo Bonzini
2022-01-12KVM: use KVM_{GET|SET}_SREGS2 when supported.Maxim Levitsky
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-12-17target/i386/kvm: Replace use of __u32 typePhilippe Mathieu-Daudé
2021-12-15target/i386: Use assert() to sanity-check b1 in SSE decodePeter Maydell
2021-11-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2021-11-19nvmm: Fix support for stable versionnia
2021-11-18target/i386/sev: Replace qemu_map_ram_ptr with address_space_mapDov Murik
2021-11-18target/i386/sev: Perform padding calculations at compile-timeDov Murik
2021-11-18target/i386/sev: Fail when invalid hashes table area detectedDov Murik
2021-11-18target/i386/sev: Rephrase error message when no hashes table in guest firmwareDov Murik
2021-11-18target/i386/sev: Add kernel hashes only if sev-guest.kernel-hashes=onDov Murik
2021-11-18qapi/qom,target/i386: sev-guest: Introduce kernel-hashes=on|off optionDov Murik
2021-11-08target-i386: mmu: fix handling of noncanonical virtual addressesPaolo Bonzini
2021-11-08target-i386: mmu: use pg_mode instead of HF_LMA_MASKPaolo Bonzini
2021-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson
2021-11-03Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...Richard Henderson
2021-11-03Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques...Richard Henderson
2021-11-02monitor: remove 'info ioapic' HMP commandDaniel P. Berrangé
2021-11-02KVM: SVM: add migration support for nested TSC scalingMaxim Levitsky
2021-11-02target/i386: Implement x86_cpu_record_sigsegvRichard Henderson
2021-10-31monitor: Trim some trailing space from human-readable outputMarkus Armbruster
2021-10-29target/i386: Remove core-capability in Snowridge CPU modelChenyi Qiang
2021-10-15target/i386: Drop check for singlestep_enabledRichard Henderson
2021-10-15target/i386: Check CF_NO_GOTO_TB for dc->jmp_optRichard Henderson
2021-10-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into stagingRichard Henderson
2021-10-13target/i386: Use MO_128 for 16 byte atomicsRichard Henderson
2021-10-13target/i386/sev: Use local variable for kvm_sev_launch_measureDov Murik
2021-10-13target/i386/sev: Use local variable for kvm_sev_launch_startDov Murik
2021-10-13hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.cPhilippe Mathieu-Daudé
2021-10-13hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.cPhilippe Mathieu-Daudé
2021-10-13monitor: Reduce hmp_info_sev() declarationPhilippe Mathieu-Daudé
2021-10-13target/i386/sev: Move qmp_query_sev() & hmp_info_sev() to sev.cPhilippe Mathieu-Daudé