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
Age
Commit message (
Expand
)
Author
2024-01-05
target/hppa: Remove object_class_is_abstract()
Gavin Shan
2024-01-05
target/alpha: Remove fallback to ev67 cpu class
Gavin Shan
2024-01-05
meson: Allow building binary with no target-specific files in hw/
Philippe Mathieu-Daudé
2024-01-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2024-01-04
Merge tag 'pull-20231230' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
2023-12-31
meson.build: report graphics backends separately
Alex Bennée
2023-12-31
configure, meson: rename targetos to host_os
Paolo Bonzini
2023-12-31
meson: rename config_all
Paolo Bonzini
2023-12-31
meson: remove CONFIG_ALL
Paolo Bonzini
2023-12-31
meson: remove config_targetos
Paolo Bonzini
2023-12-31
meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetos
Paolo Bonzini
2023-12-31
meson: remove OS definitions from config_targetos
Paolo Bonzini
2023-12-31
meson: always probe u2f and canokey if the option is enabled
Paolo Bonzini
2023-12-31
meson: move subdirs to "Collect sources" section
Paolo Bonzini
2023-12-31
meson: move config-host.h definitions together
Paolo Bonzini
2023-12-31
meson: move CFI detection code with other compiler flags
Paolo Bonzini
2023-12-31
meson: keep subprojects together
Paolo Bonzini
2023-12-31
meson: move accelerator dependency checks together
Paolo Bonzini
2023-12-31
meson: move option validation together
Paolo Bonzini
2023-12-31
meson: move program checks together
Paolo Bonzini
2023-12-31
meson: add more sections to main meson.build
Paolo Bonzini
2023-12-31
configure: unify again the case arms in probe_target_compiler
Paolo Bonzini
2023-12-31
configure: remove unnecessary subshell
Paolo Bonzini
2023-12-31
Makefile: clean qemu-iotests output
Paolo Bonzini
2023-12-31
meson: use version_compare() to compare version
Paolo Bonzini
2023-12-31
meson: remove unused variable
Paolo Bonzini
2023-12-31
meson: fix type of "relocatable" option
Paolo Bonzini
2023-12-31
esp: check for NULL result from scsi_device_find()
Alexandra Diupina
2023-12-31
target/i386: the sgx_epc_get_section stub is reachable
Paolo Bonzini
2023-12-29
target/i386: implement CMPccXADD
Paolo Bonzini
2023-12-29
target/i386: introduce flags writeback mechanism
Paolo Bonzini
2023-12-29
target/i386: adjust decoding of J operand
Paolo Bonzini
2023-12-29
target/i386: move operand load and writeback out of gen_cmovcc1
Paolo Bonzini
2023-12-29
target/i386: prepare for implementation of STOS/SCAS in new decoder
Paolo Bonzini
2023-12-29
target/i386: do not use s->tmp0 for jumps on ECX ==/!= 0
Paolo Bonzini
2023-12-29
target/i386: do not use s->tmp4 for push
Paolo Bonzini
2023-12-29
target/i386: split eflags computation out of gen_compute_eflags
Paolo Bonzini
2023-12-29
target/i386: do not clobber T0 on string operations
Paolo Bonzini
2023-12-29
target/i386: do not clobber A0 in POP translation
Paolo Bonzini
2023-12-29
target/i386: do not decode string source/destination into decode->mem
Paolo Bonzini
2023-12-29
target/i386: add X86_SPECIALs for MOVSX and MOVZX
Paolo Bonzini
2023-12-29
target/i386: rename zext0/zext2 and make them closer to the manual
Paolo Bonzini
2023-12-29
target/i386: avoid trunc and ext for MULX and RORX
Paolo Bonzini
2023-12-29
target/i386: reimplement check for validity of LOCK prefix
Paolo Bonzini
2023-12-29
target/i386: document more deviations from the manual
Paolo Bonzini
2023-12-29
target/i386: clean up cpu_cc_compute_all
Paolo Bonzini
2023-12-29
target/i386: remove unnecessary truncations
Paolo Bonzini
2023-12-29
target/i386: remove unnecessary arguments from raise_interrupt
Paolo Bonzini
2023-12-29
target/i386: speedup JO/SETO after MUL or IMUL
Paolo Bonzini
2023-12-29
target/i386: optimize computation of JL and JLE from flags
Paolo Bonzini
[next]