summary refs log tree commit diff stats
path: root/python/qemu/utils/accel.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-28seabios: update submodule to 1.16.3 releaseGerd Hoffmann1-0/+0
2023-11-23tests/tcg: finesse the registers check for "hidden" regsAlex Bennée3-37/+69
2023-11-23configure: don't try a "native" cross for linux-userAlex Bennée1-10/+13
2023-11-23tests/tcg: enable semiconsole test for ArmAlex Bennée2-0/+51
2023-11-23tests/tcg: enable arm softmmu testsAlex Bennée3-10/+397
2023-11-23testing: move arm system tests into their own folderAlex Bennée3-3/+2
2023-11-23hw/core: skip loading debug on all failuresAlex Bennée1-1/+1
2023-11-23docs/system: clarify limits of using gdbstub in system emulationAlex Bennée1-1/+12
2023-11-23docs/emulation: expand warning about semihostingAlex Bennée1-2/+3
2023-11-23tests/tcg: fixup Aarch64 semiconsole testAlex Bennée1-2/+3
2023-11-23target/nios2: Deprecate the Nios II architecturePhilippe Mathieu-Daudé3-0/+17
2023-11-23plugins: fix win plugin tests on cross compileGreg Manning4-4/+5
2023-11-23tests/docker: merge debian-native with debian-amd64Alex Bennée6-69/+18
2023-11-23.gitlab-ci.d/cirrus: Upgrade macOS to 13 (Ventura)Philippe Mathieu-Daudé3-5/+5
2023-11-23tests/docker: replace fedora-i386 with debian-i686Daniel P. Berrangé6-53/+203
2023-11-22target/riscv/cpu_helper.c: Fix mxr bit behaviorIvan Klokov1-4/+20
2023-11-22target/riscv/cpu_helper.c: Invalid exception on MMU translation stageIvan Klokov1-23/+7
2023-11-22riscv: Fix SiFive E CLINT clock frequencyRomán Cárdenas1-1/+1
2023-11-22target/riscv: don't verify ISA compatibility for zicntr and zihpmClément Chigot1-0/+9
2023-11-22hw/riscv/virt.c: do create_fdt() earlier, add finalize_fdt()Daniel Henrique Barboza1-29/+42
2023-11-22linux-user/riscv: Add Zicboz block size to hwprobePalmer Dabbelt1-0/+6
2023-11-21target/hppa: Update SeaBIOS-hppa to version 13Helge Deller2-0/+0
2023-11-21Update version for v8.2.0-rc1 releaseStefan Hajnoczi1-1/+1
2023-11-21Revert "tests/avocado: Enable reverse_debugging.py tests in gitlab CI"Thomas Huth1-0/+8
2023-11-21linux-user: Fix loaddr computation for some elf filesRichard Henderson1-1/+1
2023-11-21hw/ide/via: implement legacy/native mode switchingMark Cave-Ayland1-2/+37
2023-11-21ide/via: don't attempt to set default BAR addressesMark Cave-Ayland1-5/+0
2023-11-21ide/pci: introduce pci_ide_update_mode() functionMark Cave-Ayland2-0/+85
2023-11-21ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE ...Mark Cave-Ayland3-12/+15
2023-11-21iotests: Test two stream jobs in a single iothreadKevin Wolf2-0/+85
2023-11-21stream: Fix AioContext locking during bdrv_graph_wrlock()Kevin Wolf1-2/+2
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf20-75/+122
2023-11-21block: Fix bdrv_graph_wrlock() call in blk_remove_bs()Kevin Wolf1-1/+3
2023-11-21hw/ide/ahci: fix legacy software resetNiklas Cassel1-1/+26
2023-11-21hw/xen: clean up xen_block_find_free_vdev() to avoid Coverity false positiveDavid Woodhouse1-3/+21
2023-11-21vl: disable default serial when xen-console is enabledDavid Woodhouse1-0/+1
2023-11-21ui/pixman-minimal.h: fix empty allocationManos Pitsidianakis1-2/+46
2023-11-21vl: add missing display_remote++Marc-André Lureau1-0/+2
2023-11-21ui/console: fix default VC when there are no displayMarc-André Lureau1-10/+8
2023-11-21ui: use "vc" chardev for dbus, gtk & spice-appMarc-André Lureau3-0/+3
2023-11-21vl: revert behaviour for -display noneMarc-André Lureau1-1/+1
2023-11-21net: do not delete nics in net_cleanup()David Woodhouse1-6/+22
2023-11-21net: Update MemReentrancyGuard for NICAkihiko Odaki2-0/+15
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki40-40/+75
2023-11-21ppc/pnv: Fix PNV I2C invalid status after resetGlenn Miles1-24/+18
2023-11-21ppc/pnv: PNV I2C engines assigned incorrect XSCOM addressesGlenn Miles2-3/+5
2023-11-21target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macrosJohn Platts3-4/+313
2023-11-21ppc/pnv: Fix potential overflow in I2C modelCédric Le Goater1-1/+7
2023-11-21tcg/loongarch64: Fix tcg_out_mov() AbortedSong Gao1-0/+3
2023-11-20hw/arm/fsl-imx: Do not ignore Error argumentPhilippe Mathieu-Daudé2-2/+4