index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
Age
Commit message (
Expand
)
Author
2023-02-23
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
2023-02-11
target/i386: fix ADOX followed by ADCX
Paolo Bonzini
2023-02-11
target/i386: Fix C flag for BLSI, BLSMSK, BLSR
Richard Henderson
2023-02-11
target/i386: Fix BEXTR instruction
Richard Henderson
2023-02-04
target/i386: Inline cmpxchg16b
Richard Henderson
2023-02-04
target/i386: Inline cmpxchg8b
Richard Henderson
2023-02-04
target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16b
Richard Henderson
2023-01-26
docs/about/deprecated: Mark HAXM in QEMU as deprecated
Thomas Huth
2023-01-20
Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2023-01-11
target/i386: fix operand size of unary SSE operations
Paolo Bonzini
2023-01-11
target/i386: Remove compilation errors when -Werror=maybe-uninitialized
Eric Auger
2023-01-11
i386: Emit correct error code for 64-bit IDT entry
Joe Richey
2023-01-06
target/i386: Add SGX aex-notify and EDECCSSA support
Kai Huang
2023-01-06
KVM: remove support for kernel-irqchip=off
Paolo Bonzini
2022-12-16
target/i386: Convert to 3-phase reset
Peter Maydell
2022-12-15
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2022-12-14
qapi machine: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
qapi: Use returned bool to check for failure (again)
Markus Armbruster
2022-12-14
Drop more useless casts from void * to pointer
Markus Armbruster
2022-12-01
target/i386: Always completely initialize TranslateFault
Richard Henderson
2022-12-01
target/i386: allow MMX instructions with CR4.OSFXSR=0
Paolo Bonzini
2022-11-15
target/i386: hardcode R_EAX as destination register for LAHF/SAHF
Paolo Bonzini
2022-11-15
target/i386: fix cmpxchg with 32-bit register destination
Paolo Bonzini
2022-11-03
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-11-02
target/i386: Fix test for paging enabled
Richard Henderson
2022-11-01
target/i386: Expand eflags updates inline
Richard Henderson
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2022-11-01
target/i386: Use cpu_unwind_state_data for tpr access
Richard Henderson
2022-10-31
target/i386: Set maximum APIC ID to KVM prior to vCPU creation
Zeng Guang
2022-10-31
target/i386: Fix calculation of LOCK NEG eflags
Qi Hu
2022-10-26
Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2022-10-26
target/i386: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2022-10-25
Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...
Stefan Hajnoczi
2022-10-22
Drop useless casts from g_malloc() & friends to pointer
Markus Armbruster
2022-10-22
target/i386: implement FMA instructions
Paolo Bonzini
2022-10-20
target/i386: implement F16C instructions
Paolo Bonzini
2022-10-20
target/i386: introduce function to set rounding mode from FPCW or MXCSR bits
Paolo Bonzini
2022-10-20
target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1]
Paolo Bonzini
2022-10-18
target/i386: remove old SSE decoder
Paolo Bonzini
2022-10-18
target/i386: move 3DNow to the new decoder
Paolo Bonzini
2022-10-18
target/i386: Enable AVX cpuid bits when using TCG
Paul Brook
2022-10-18
target/i386: implement VLDMXCSR/VSTMXCSR
Paolo Bonzini
2022-10-18
target/i386: implement XSAVE and XRSTOR of AVX registers
Paolo Bonzini
2022-10-18
target/i386: reimplement 0x0f 0x28-0x2f, add AVX
Paolo Bonzini
2022-10-18
target/i386: reimplement 0x0f 0x10-0x17, add AVX
Paolo Bonzini
2022-10-18
target/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, add AVX
Paolo Bonzini
2022-10-18
target/i386: reimplement 0x0f 0x38, add AVX
Paolo Bonzini
2022-10-18
target/i386: Use tcg gvec ops for pmovmskb
Richard Henderson
[next]