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
2024-05-09
misc: Use QEMU header path relative to include/ directory
Philippe Mathieu-Daudé
2024-05-07
target/i386: remove duplicate prefix decoding
Paolo Bonzini
2024-05-07
target/i386: split legacy decoder into a separate function
Paolo Bonzini
2024-05-07
target/i386: decode x87 instructions in a separate function
Paolo Bonzini
2024-05-07
target/i386: remove now-converted opcodes from old decoder
Paolo Bonzini
2024-05-07
target/i386: port extensions of one-byte opcodes to new decoder
Paolo Bonzini
2024-05-07
target/i386: move BSWAP to new decoder
Paolo Bonzini
2024-05-07
target/i386: move remaining conditional operations to new decoder
Paolo Bonzini
2024-05-07
target/i386: merge and enlarge a few ranges for call to disas_insn_new
Paolo Bonzini
2024-05-07
target/i386: move C0-FF opcodes to new decoder (except for x87)
Paolo Bonzini
2024-05-07
target/i386: generalize gen_movl_seg_T0
Paolo Bonzini
2024-05-07
target/i386: move 60-BF opcodes to new decoder
Paolo Bonzini
2024-05-07
target/i386: allow instructions with more than one immediate
Paolo Bonzini
2024-05-07
target/i386: extract gen_far_call/jmp, reordering temporaries
Paolo Bonzini
2024-05-07
target/i386: move 00-5F opcodes to new decoder
Paolo Bonzini
2024-05-07
target/i386: reintroduce debugging mechanism
Paolo Bonzini
2024-05-07
target/i386: cleanup *gen_eob*
Paolo Bonzini
2024-05-07
target/i386: clarify the "reg" argument of functions returning CCPrepare
Paolo Bonzini
2024-05-07
target/i386: do not use s->T0 and s->T1 as scratch registers for CCPrepare
Paolo Bonzini
2024-05-07
target/i386: extend cc_* when using them to compute flags
Paolo Bonzini
2024-05-07
target/i386: pull cc_op update to callers of gen_jmp_rel{,_csize}
Paolo Bonzini
2024-05-07
target/i386: cleanup cc_op changes for REP/REPZ/REPNZ
Paolo Bonzini
2024-05-07
target/i386: cc_op is not dynamic in gen_jcc1
Paolo Bonzini
2024-05-07
target/i386: remove mask from CCPrepare
Paolo Bonzini
2024-05-07
target/i386: use TSTEQ/TSTNE to check flags
Paolo Bonzini
2024-05-07
target/i386: use TSTEQ/TSTNE to test low bits
Paolo Bonzini
2024-05-07
target/i386: Fix CPUID encoding of Fn8000001E_ECX
Babu Moger
2024-05-06
Merge tag 'accel-20240506' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-05-06
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2024-05-06
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-05-03
Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-05-03
target/i386: Introduce SapphireRapids-v3 to add missing features
Lei Wang
2024-05-03
i386: switch boards to "default y"
Paolo Bonzini
2024-05-03
accel/whpx: Fix NULL dereference in whpx_init_vcpu()
Philippe Mathieu-Daudé
2024-05-03
accel/nvmm: Fix NULL dereference in nvmm_init_vcpu()
Philippe Mathieu-Daudé
2024-05-03
Kconfig: kvm: allow building without any board
Paolo Bonzini
2024-05-03
target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASK
Ruihan Li
2024-04-29
target/i386/cpu: Remove "x86" prefix from the CPU list
Thomas Huth
2024-04-26
accel/hvf: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
2024-04-26
accel/nvmm: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
2024-04-26
accel/whpx: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
2024-04-26
target/i386: Include missing 'exec/exec-all.h' header
Philippe Mathieu-Daudé
2024-04-26
target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'
Philippe Mathieu-Daudé
2024-04-25
Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2024-04-25
target/i386: Move APIC related code to cpu-apic.c
Philippe Mathieu-Daudé
2024-04-23
target/i386/translate.c: always write 32-bits for SGDT and SIDT
Mark Cave-Ayland
2024-04-23
target/i386/cpu: Merge the warning and error messages for AMD HT check
Zhao Liu
2024-04-23
target/i386/cpu: Consolidate the use of warn_report_once()
Zhao Liu
[next]