aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-27hw/misc, hw/ssi: Fix some URLs for AMD / Xilinx modelsFrederic Konrad
2023-11-27hw/ssi/xilinx_spips: fix an out of bound accessFrederic Konrad
2023-11-27hw/input/stellaris_gamepad: Free StellarisGamepad::keycodes[] arrayPhilippe Mathieu-Daudé
2023-11-27hw/nvram/xlnx-efuse-ctrl: Free XlnxVersalEFuseCtrl[] "pg0-lock" arrayPhilippe Mathieu-Daudé
2023-11-27hw/nvram/xlnx-efuse: Free XlnxEFuse::ro_bits[] array on finalize()Philippe Mathieu-Daudé
2023-11-27hw/misc/mps2-scc: Free MPS2SCC::oscclk[] array on finalize()Philippe Mathieu-Daudé
2023-11-27hw/virtio: Free VirtIOIOMMUPCI::vdev.reserved_regions[] on finalize()Philippe Mathieu-Daudé
2023-11-27hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize fieldPhilippe Mathieu-Daudé
2023-11-27hw/net/can/xlnx-zynqmp: Avoid underflow while popping RX FIFOPhilippe Mathieu-Daudé
2023-11-27hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFOsPhilippe Mathieu-Daudé
2023-11-27target/arm: Handle overflow in calculation of next timer tickPeter Maydell
2023-11-27target/arm: Set IL bit for pauth, SVE access, BTI trap syndromesPeter Maydell
2023-11-24Merge tag 'pull-for-8.2-fixes-231123-1' of https://gitlab.com/stsquad/qemu in...Stefan Hajnoczi
2023-11-23tests/tcg: finesse the registers check for "hidden" regsAlex Bennée
2023-11-23configure: don't try a "native" cross for linux-userAlex Bennée
2023-11-23tests/tcg: enable semiconsole test for ArmAlex Bennée
2023-11-23tests/tcg: enable arm softmmu testsAlex Bennée
2023-11-23testing: move arm system tests into their own folderAlex Bennée
2023-11-23hw/core: skip loading debug on all failuresAlex Bennée
2023-11-23docs/system: clarify limits of using gdbstub in system emulationAlex Bennée
2023-11-23docs/emulation: expand warning about semihostingAlex Bennée
2023-11-23tests/tcg: fixup Aarch64 semiconsole testAlex Bennée
2023-11-23target/nios2: Deprecate the Nios II architecturePhilippe Mathieu-Daudé
2023-11-23plugins: fix win plugin tests on cross compileGreg Manning
2023-11-23tests/docker: merge debian-native with debian-amd64Alex Bennée
2023-11-23.gitlab-ci.d/cirrus: Upgrade macOS to 13 (Ventura)Philippe Mathieu-Daudé
2023-11-23tests/docker: replace fedora-i386 with debian-i686Daniel P. Berrangé
2023-11-22Merge tag 'pull-riscv-to-apply-20231122' of https://github.com/alistair23/qem...Stefan Hajnoczi
2023-11-22Merge tag 'seabios-hppa-v13-pull-request' of https://github.com/hdeller/qemu-...Stefan Hajnoczi
2023-11-22target/riscv/cpu_helper.c: Fix mxr bit behaviorIvan Klokov
2023-11-22target/riscv/cpu_helper.c: Invalid exception on MMU translation stageIvan Klokov
2023-11-22riscv: Fix SiFive E CLINT clock frequencyRomán Cárdenas
2023-11-22target/riscv: don't verify ISA compatibility for zicntr and zihpmClément Chigot
2023-11-22hw/riscv/virt.c: do create_fdt() earlier, add finalize_fdt()Daniel Henrique Barboza
2023-11-22linux-user/riscv: Add Zicboz block size to hwprobePalmer Dabbelt
2023-11-21target/hppa: Update SeaBIOS-hppa to version 13Helge Deller
2023-11-21Update version for v8.2.0-rc1 releaseStefan Hajnoczi
2023-11-21Merge tag 'pull-lu-20231121' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-11-21Revert "tests/avocado: Enable reverse_debugging.py tests in gitlab CI"Thomas Huth
2023-11-21Merge tag 'pull-xenfv-20231121' of git://git.infradead.org/users/dwmw2/qemu i...Stefan Hajnoczi
2023-11-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-11-21linux-user: Fix loaddr computation for some elf filesRichard Henderson
2023-11-21hw/ide/via: implement legacy/native mode switchingMark Cave-Ayland
2023-11-21ide/via: don't attempt to set default BAR addressesMark Cave-Ayland
2023-11-21ide/pci: introduce pci_ide_update_mode() functionMark Cave-Ayland
2023-11-21ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE ...Mark Cave-Ayland
2023-11-21iotests: Test two stream jobs in a single iothreadKevin Wolf
2023-11-21stream: Fix AioContext locking during bdrv_graph_wrlock()Kevin Wolf
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf
2023-11-21block: Fix bdrv_graph_wrlock() call in blk_remove_bs()Kevin Wolf