aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-31meson: remove CONFIG_ALLPaolo Bonzini
2023-12-31meson: remove config_targetosPaolo Bonzini
2023-12-31meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetosPaolo Bonzini
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini
2023-12-31meson: always probe u2f and canokey if the option is enabledPaolo Bonzini
2023-12-31meson: move subdirs to "Collect sources" sectionPaolo Bonzini
2023-12-31meson: move config-host.h definitions togetherPaolo Bonzini
2023-12-31meson: move CFI detection code with other compiler flagsPaolo Bonzini
2023-12-31meson: keep subprojects togetherPaolo Bonzini
2023-12-31meson: move accelerator dependency checks togetherPaolo Bonzini
2023-12-31meson: move option validation togetherPaolo Bonzini
2023-12-31meson: move program checks togetherPaolo Bonzini
2023-12-31meson: add more sections to main meson.buildPaolo Bonzini
2023-12-31configure: unify again the case arms in probe_target_compilerPaolo Bonzini
2023-12-31configure: remove unnecessary subshellPaolo Bonzini
2023-12-31Makefile: clean qemu-iotests outputPaolo Bonzini
2023-12-31meson: use version_compare() to compare versionPaolo Bonzini
2023-12-31meson: remove unused variablePaolo Bonzini
2023-12-31meson: fix type of "relocatable" optionPaolo Bonzini
2023-12-31esp: check for NULL result from scsi_device_find()Alexandra Diupina
2023-12-31target/i386: the sgx_epc_get_section stub is reachablePaolo Bonzini
2023-12-29target/i386: implement CMPccXADDPaolo Bonzini
2023-12-29target/i386: introduce flags writeback mechanismPaolo Bonzini
2023-12-29target/i386: adjust decoding of J operandPaolo Bonzini
2023-12-29target/i386: move operand load and writeback out of gen_cmovcc1Paolo Bonzini
2023-12-29target/i386: prepare for implementation of STOS/SCAS in new decoderPaolo Bonzini
2023-12-29target/i386: do not use s->tmp0 for jumps on ECX ==/!= 0Paolo Bonzini
2023-12-29target/i386: do not use s->tmp4 for pushPaolo Bonzini
2023-12-29target/i386: split eflags computation out of gen_compute_eflagsPaolo Bonzini
2023-12-29target/i386: do not clobber T0 on string operationsPaolo Bonzini
2023-12-29target/i386: do not clobber A0 in POP translationPaolo Bonzini
2023-12-29target/i386: do not decode string source/destination into decode->memPaolo Bonzini
2023-12-29target/i386: add X86_SPECIALs for MOVSX and MOVZXPaolo Bonzini
2023-12-29target/i386: rename zext0/zext2 and make them closer to the manualPaolo Bonzini
2023-12-29target/i386: avoid trunc and ext for MULX and RORXPaolo Bonzini
2023-12-29target/i386: reimplement check for validity of LOCK prefixPaolo Bonzini
2023-12-29target/i386: document more deviations from the manualPaolo Bonzini
2023-12-29target/i386: clean up cpu_cc_compute_allPaolo Bonzini
2023-12-29target/i386: remove unnecessary truncationsPaolo Bonzini
2023-12-29target/i386: remove unnecessary arguments from raise_interruptPaolo Bonzini
2023-12-29target/i386: speedup JO/SETO after MUL or IMULPaolo Bonzini
2023-12-29target/i386: optimize computation of JL and JLE from flagsPaolo Bonzini
2023-12-22configure: use a native non-cross compiler for linux-userPaolo Bonzini
2023-12-20Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2023-12-20Merge tag 'pull-target-arm-20231219' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-12-20Merge tag 'pull-vfio-20231219' of https://github.com/legoater/qemu into stagingStefan Hajnoczi
2023-12-20tests/unit/test-qmp-event: Replace fixture by global variablesMarkus Armbruster
2023-12-20tests/unit/test-qmp-event: Simplify event emission checkMarkus Armbruster
2023-12-20tests/unit/test-qmp-event: Drop superfluous mutexMarkus Armbruster
2023-12-20tests/qtest/npcm7xx_pwm-test: Only do full testing in slow modeThomas Huth