aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-05target/xtensa: Use generic cpu_list()Gavin Shan2-12/+0
2024-01-05target/tricore: Use generic cpu_list()Gavin Shan2-26/+0
2024-01-05target/sh4: Use generic cpu_list()Gavin Shan2-20/+0
2024-01-05target/rx: Use generic cpu_list()Gavin Shan2-19/+0
2024-01-05target/riscv: Use generic cpu_list()Gavin Shan2-31/+0
2024-01-05target/openrisc: Use generic cpu_list()Gavin Shan2-45/+0
2024-01-05target/mips: Use generic cpu_list()Gavin Shan2-13/+0
2024-01-05target/m68k: Use generic cpu_list()Gavin Shan2-44/+0
2024-01-05target/loongarch: Use generic cpu_list()Gavin Shan2-19/+0
2024-01-05target/hppa: Use generic cpu_list()Gavin Shan2-27/+0
2024-01-05target/hexagon: Use generic cpu_list()Gavin Shan2-23/+0
2024-01-05target/cris: Use generic cpu_list()Gavin Shan2-41/+0
2024-01-05target/avr: Use generic cpu_list()Gavin Shan2-17/+0
2024-01-05target/arm: Use generic cpu_list()Gavin Shan2-49/+0
2024-01-05target/alpha: Use generic cpu_list()Gavin Shan2-20/+0
2024-01-05cpu: Add generic cpu_list()Gavin Shan2-7/+27
2024-01-05cpu: Add helper cpu_model_from_type()Gavin Shan2-0/+28
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé13-49/+16
2024-01-05target/hppa: Remove object_class_is_abstract()Gavin Shan1-3/+1
2024-01-05target/alpha: Remove fallback to ev67 cpu classGavin Shan2-6/+3
2024-01-05meson: Allow building binary with no target-specific files in hw/Philippe Mathieu-Daudé1-3/+5
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell69-948/+1186
2024-01-04Merge tag 'pull-20231230' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell595-1264/+1269
2023-12-31meson.build: report graphics backends separatelyAlex Bennée1-2/+6
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini33-197/+197
2023-12-31meson: rename config_allPaolo Bonzini7-17/+17
2023-12-31meson: remove CONFIG_ALLPaolo Bonzini14-65/+7
2023-12-31meson: remove config_targetosPaolo Bonzini7-21/+17
2023-12-31meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetosPaolo Bonzini8-60/+79
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini15-42/+57
2023-12-31meson: always probe u2f and canokey if the option is enabledPaolo Bonzini1-2/+2
2023-12-31meson: move subdirs to "Collect sources" sectionPaolo Bonzini1-33/+33
2023-12-31meson: move config-host.h definitions togetherPaolo Bonzini1-13/+14
2023-12-31meson: move CFI detection code with other compiler flagsPaolo Bonzini1-40/+40
2023-12-31meson: keep subprojects togetherPaolo Bonzini1-36/+36
2023-12-31meson: move accelerator dependency checks togetherPaolo Bonzini1-84/+91
2023-12-31meson: move option validation togetherPaolo Bonzini1-69/+68
2023-12-31meson: move program checks togetherPaolo Bonzini1-51/+56
2023-12-31meson: add more sections to main meson.buildPaolo Bonzini1-6/+18
2023-12-31configure: unify again the case arms in probe_target_compilerPaolo Bonzini1-59/+28
2023-12-31configure: remove unnecessary subshellPaolo Bonzini1-5/+3
2023-12-31Makefile: clean qemu-iotests outputPaolo Bonzini2-1/+2
2023-12-31meson: use version_compare() to compare versionPaolo Bonzini1-1/+1
2023-12-31meson: remove unused variablePaolo Bonzini1-3/+3
2023-12-31meson: fix type of "relocatable" optionPaolo Bonzini1-1/+1
2023-12-31esp: check for NULL result from scsi_device_find()Alexandra Diupina1-0/+9
2023-12-31target/i386: the sgx_epc_get_section stub is reachablePaolo Bonzini1-1/+1
2023-12-29target/i386: implement CMPccXADDPaolo Bonzini5-1/+133
2023-12-29target/i386: introduce flags writeback mechanismPaolo Bonzini6-13/+101
2023-12-29target/i386: adjust decoding of J operandPaolo Bonzini1-10/+0