]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2024-01-05  Gavin Shantarget: Use generic cpu_model_from_type()
2024-01-05  Gavin Shantarget/xtensa: Use generic cpu_list()
2024-01-05  Gavin Shantarget/tricore: Use generic cpu_list()
2024-01-05  Gavin Shantarget/sh4: Use generic cpu_list()
2024-01-05  Gavin Shantarget/rx: Use generic cpu_list()
2024-01-05  Gavin Shantarget/riscv: Use generic cpu_list()
2024-01-05  Gavin Shantarget/openrisc: Use generic cpu_list()
2024-01-05  Gavin Shantarget/mips: Use generic cpu_list()
2024-01-05  Gavin Shantarget/m68k: Use generic cpu_list()
2024-01-05  Gavin Shantarget/loongarch: Use generic cpu_list()
2024-01-05  Gavin Shantarget/hppa: Use generic cpu_list()
2024-01-05  Gavin Shantarget/hexagon: Use generic cpu_list()
2024-01-05  Gavin Shantarget/cris: Use generic cpu_list()
2024-01-05  Gavin Shantarget/avr: Use generic cpu_list()
2024-01-05  Gavin Shantarget/arm: Use generic cpu_list()
2024-01-05  Gavin Shantarget/alpha: Use generic cpu_list()
2024-01-05  Gavin Shancpu: Add generic cpu_list()
2024-01-05  Gavin Shancpu: Add helper cpu_model_from_type()
2024-01-05  Philippe Mathieu... cpu: Call object_class_dynamic_cast() once in cpu_class...
2024-01-05  Gavin Shantarget/hppa: Remove object_class_is_abstract()
2024-01-05  Gavin Shantarget/alpha: Remove fallback to ev67 cpu class
2024-01-05  Philippe Mathieu... meson: Allow building binary with no target-specific...
2024-01-04  Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2024-01-04  Peter MaydellMerge tag 'pull-20231230' of https://gitlab.com/rth7680...
2023-12-31  Alex Bennéemeson.build: report graphics backends separately
2023-12-31  Paolo Bonziniconfigure, meson: rename targetos to host_os
2023-12-31  Paolo Bonzinimeson: rename config_all
2023-12-31  Paolo Bonzinimeson: remove CONFIG_ALL
2023-12-31  Paolo Bonzinimeson: remove config_targetos
2023-12-31  Paolo Bonzinimeson: remove CONFIG_POSIX and CONFIG_WIN32 from config...
2023-12-31  Paolo Bonzinimeson: remove OS definitions from config_targetos
2023-12-31  Paolo Bonzinimeson: always probe u2f and canokey if the option is...
2023-12-31  Paolo Bonzinimeson: move subdirs to "Collect sources" section
2023-12-31  Paolo Bonzinimeson: move config-host.h definitions together
2023-12-31  Paolo Bonzinimeson: move CFI detection code with other compiler...
2023-12-31  Paolo Bonzinimeson: keep subprojects together
2023-12-31  Paolo Bonzinimeson: move accelerator dependency checks together
2023-12-31  Paolo Bonzinimeson: move option validation together
2023-12-31  Paolo Bonzinimeson: move program checks together
2023-12-31  Paolo Bonzinimeson: add more sections to main meson.build
2023-12-31  Paolo Bonziniconfigure: unify again the case arms in probe_target_co...
2023-12-31  Paolo Bonziniconfigure: remove unnecessary subshell
2023-12-31  Paolo BonziniMakefile: clean qemu-iotests output
2023-12-31  Paolo Bonzinimeson: use version_compare() to compare version
2023-12-31  Paolo Bonzinimeson: remove unused variable
2023-12-31  Paolo Bonzinimeson: fix type of "relocatable" option
2023-12-31  Alexandra Diupinaesp: check for NULL result from scsi_device_find()
2023-12-31  Paolo Bonzinitarget/i386: the sgx_epc_get_section stub is reachable
2023-12-29  Paolo Bonzinitarget/i386: implement CMPccXADD
2023-12-29  Paolo Bonzinitarget/i386: introduce flags writeback mechanism
2023-12-29  Paolo Bonzinitarget/i386: adjust decoding of J operand
2023-12-29  Paolo Bonzinitarget/i386: move operand load and writeback out of...
2023-12-29  Paolo Bonzinitarget/i386: prepare for implementation of STOS/SCAS...
2023-12-29  Paolo Bonzinitarget/i386: do not use s->tmp0 for jumps on ECX =...
2023-12-29  Paolo Bonzinitarget/i386: do not use s->tmp4 for push
2023-12-29  Paolo Bonzinitarget/i386: split eflags computation out of gen_comput...
2023-12-29  Paolo Bonzinitarget/i386: do not clobber T0 on string operations
2023-12-29  Paolo Bonzinitarget/i386: do not clobber A0 in POP translation
2023-12-29  Paolo Bonzinitarget/i386: do not decode string source/destination...
2023-12-29  Paolo Bonzinitarget/i386: add X86_SPECIALs for MOVSX and MOVZX
2023-12-29  Paolo Bonzinitarget/i386: rename zext0/zext2 and make them closer...
2023-12-29  Paolo Bonzinitarget/i386: avoid trunc and ext for MULX and RORX
2023-12-29  Paolo Bonzinitarget/i386: reimplement check for validity of LOCK...
2023-12-29  Paolo Bonzinitarget/i386: document more deviations from the manual
2023-12-29  Paolo Bonzinitarget/i386: clean up cpu_cc_compute_all
2023-12-29  Paolo Bonzinitarget/i386: remove unnecessary truncations
2023-12-29  Paolo Bonzinitarget/i386: remove unnecessary arguments from raise_in...
2023-12-29  Paolo Bonzinitarget/i386: speedup JO/SETO after MUL or IMUL
2023-12-29  Paolo Bonzinitarget/i386: optimize computation of JL and JLE from...
2023-12-29  Richard Hendersondocs: Constify VMstate in examples
2023-12-29  Richard Hendersontests/unit/test-vmstate: Constify VMState
2023-12-29  Richard Hendersonutil/fifo8: Constify VMState
2023-12-29  Richard Hendersonreplay: Constify VMState
2023-12-29  Richard Hendersonsystem: Constify VMState
2023-12-29  Richard Hendersonmigration: Constify VMState
2023-12-29  Richard Hendersoncpu-target: Constify VMState
2023-12-29  Richard Hendersonbackends: Constify VMState
2023-12-29  Richard Hendersonaudio: Constify VMState
2023-12-29  Richard Hendersonhw/misc/macio: Constify VMState
2023-12-29  Richard Hendersonhw/watchdog: Constify VMState
2023-12-29  Richard Hendersonhw/virtio: Constify VMState
2023-12-29  Richard Hendersonhw/vfio: Constify VMState
2023-12-29  Richard Hendersonhw/usb: Constify VMState
2023-12-29  Richard Hendersonhw/tpm: Constify VMState
2023-12-29  Richard Hendersonhw/timer: Constify VMState
2023-12-29  Richard Hendersonhw/ssi: Constify VMState
2023-12-29  Richard Hendersonhw/sparc: Constify VMState
2023-12-29  Richard Hendersonhw/sensor: Constify VMState
2023-12-29  Richard Hendersonhw/sd: Constify VMState
2023-12-29  Richard Hendersonhw/scsi: Constify VMState
2023-12-29  Richard Hendersonhw/s390x: Constify VMState
2023-12-29  Richard Hendersonhw/rtc: Constify VMState
2023-12-29  Richard Hendersonhw/riscv: Constify VMState
2023-12-29  Richard Hendersonhw/ppc: Constify VMState
2023-12-29  Richard Hendersonhw/pci-host: Constify VMState
2023-12-29  Richard Hendersonhw/pci-bridge: Constify VMState
2023-12-29  Richard Hendersonhw/pci: Constify VMState
2023-12-29  Richard Hendersonhw/openrisc: Constify VMState
2023-12-29  Richard Hendersonhw/nvram: Constify VMState
2023-12-29  Richard Hendersonhw/net: Constify VMState
next