aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2023-03-01target/i386: Replace `tb_pc()` with `tb->pc`Anton Johansson1-1/+1
2023-03-01target/i386: Remove `TARGET_TB_PCREL` defineAnton Johansson1-4/+0
2023-03-01target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson3-17/+17
2023-03-01target/i386: set `CF_PCREL` in `x86_cpu_realizefn`Anton Johansson1-0/+5
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson1-2/+2
2023-02-28Merge tag 'buildsys-qom-qdev-ui-20230227' of https://github.com/philmd/qemu i...Peter Maydell5-17/+8
2023-02-27hw: Move ioapic*.h to intc/Bernhard Beschow1-1/+1
2023-02-27target/i386: Remove x86_cpu_dump_local_apic_state() dead stubPhilippe Mathieu-Daudé2-4/+5
2023-02-27target/i386/cpu: Remove dead helper_lock() declarationPhilippe Mathieu-Daudé1-3/+0
2023-02-27target/i386: Remove NEED_CPU_H guard from target-specific headersPhilippe Mathieu-Daudé2-6/+0
2023-02-27target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé1-3/+2
2023-02-27i386: Add new CPU model SapphireRapidsWang, Lei2-2/+135
2023-02-27target/i386: KVM: allow fast string operations if host supports themPaolo Bonzini1-1/+16
2023-02-27target/i386: add FZRM, FSRS, FSRCPaolo Bonzini2-3/+11
2023-02-27target/i386: add FSRM to TCGPaolo Bonzini1-1/+1
2023-02-27target/i386: Fix BZHI instructionRichard Henderson1-7/+7
2023-02-24Merge tag 'pull-error-2023-02-23' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell3-3/+0
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster3-3/+0
2023-02-21target/i386/gdbstub: Fix a bug about order of FPU stack in 'g' packets.TaiseiIto1-1/+3
2023-02-16target/i386: Fix 32-bit AD[CO]X insns in 64-bit modeRichard Henderson1-0/+2
2023-02-11target/i386: fix ADOX followed by ADCXPaolo Bonzini1-9/+11
2023-02-11target/i386: Fix C flag for BLSI, BLSMSK, BLSRRichard Henderson1-0/+3
2023-02-11target/i386: Fix BEXTR instructionRichard Henderson1-11/+11
2023-02-04target/i386: Inline cmpxchg16bRichard Henderson3-78/+39
2023-02-04target/i386: Inline cmpxchg8bRichard Henderson3-64/+49
2023-02-04target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16bRichard Henderson1-17/+31
2023-01-26docs/about/deprecated: Mark HAXM in QEMU as deprecatedThomas Huth1-0/+3
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell1-0/+1
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-0/+1
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-3/+3
2023-01-11target/i386: fix operand size of unary SSE operationsPaolo Bonzini1-5/+6
2023-01-11target/i386: Remove compilation errors when -Werror=maybe-uninitializedEric Auger1-0/+4
2023-01-11i386: Emit correct error code for 64-bit IDT entryJoe Richey1-4/+4
2023-01-06target/i386: Add SGX aex-notify and EDECCSSA supportKai Huang1-2/+2
2023-01-06KVM: remove support for kernel-irqchip=offPaolo Bonzini1-4/+11
2022-12-16target/i386: Convert to 3-phase resetPeter Maydell2-6/+10
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2-5/+2
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster2-6/+2
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster1-4/+1
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster1-1/+1
2022-12-01target/i386: Always completely initialize TranslateFaultRichard Henderson1-15/+19
2022-12-01target/i386: allow MMX instructions with CR4.OSFXSR=0Paolo Bonzini1-1/+2
2022-11-15target/i386: hardcode R_EAX as destination register for LAHF/SAHFPaolo Bonzini1-2/+2
2022-11-15target/i386: fix cmpxchg with 32-bit register destinationPaolo Bonzini1-26/+56
2022-11-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi5-6/+18
2022-11-02target/i386: Fix test for paging enabledRichard Henderson1-5/+5
2022-11-01target/i386: Expand eflags updates inlineRichard Henderson3-51/+25
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-1/+1
2022-11-01target/i386: Use cpu_unwind_state_data for tpr accessRichard Henderson1-2/+23