Age | Commit message (Expand) | Author | Files | Lines |
2023-11-21 | Merge tag 'pull-xenfv-20231121' of git://git.infradead.org/users/dwmw2/qemu i... | Stefan Hajnoczi | 2 | -3/+22 |
2023-11-21 | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging | Stefan Hajnoczi | 29 | -97/+374 |
2023-11-21 | linux-user: Fix loaddr computation for some elf files | Richard Henderson | 1 | -1/+1 |
2023-11-21 | hw/ide/via: implement legacy/native mode switching | Mark Cave-Ayland | 1 | -2/+37 |
2023-11-21 | ide/via: don't attempt to set default BAR addresses | Mark Cave-Ayland | 1 | -5/+0 |
2023-11-21 | ide/pci: introduce pci_ide_update_mode() function | Mark Cave-Ayland | 2 | -0/+85 |
2023-11-21 | ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE ... | Mark Cave-Ayland | 3 | -12/+15 |
2023-11-21 | iotests: Test two stream jobs in a single iothread | Kevin Wolf | 2 | -0/+85 |
2023-11-21 | stream: Fix AioContext locking during bdrv_graph_wrlock() | Kevin Wolf | 1 | -2/+2 |
2023-11-21 | block: Fix deadlocks in bdrv_graph_wrunlock() | Kevin Wolf | 20 | -75/+122 |
2023-11-21 | block: Fix bdrv_graph_wrlock() call in blk_remove_bs() | Kevin Wolf | 1 | -1/+3 |
2023-11-21 | hw/ide/ahci: fix legacy software reset | Niklas Cassel | 1 | -1/+26 |
2023-11-21 | hw/xen: clean up xen_block_find_free_vdev() to avoid Coverity false positive | David Woodhouse | 1 | -3/+21 |
2023-11-21 | vl: disable default serial when xen-console is enabled | David Woodhouse | 1 | -0/+1 |
2023-11-21 | Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ... | Stefan Hajnoczi | 6 | -13/+60 |
2023-11-21 | Merge tag 'pull-target-arm-20231121' of https://git.linaro.org/people/pmaydel... | Stefan Hajnoczi | 18 | -68/+56 |
2023-11-21 | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging | Stefan Hajnoczi | 40 | -46/+112 |
2023-11-21 | Merge tag 'pull-ppc-20231121' of https://github.com/legoater/qemu into staging | Stefan Hajnoczi | 5 | -32/+343 |
2023-11-21 | Merge tag 'pull-loongarch-20231121' of https://gitlab.com/gaosong/qemu into s... | Stefan Hajnoczi | 1 | -0/+3 |
2023-11-21 | ui/pixman-minimal.h: fix empty allocation | Manos Pitsidianakis | 1 | -2/+46 |
2023-11-21 | vl: add missing display_remote++ | Marc-André Lureau | 1 | -0/+2 |
2023-11-21 | ui/console: fix default VC when there are no display | Marc-André Lureau | 1 | -10/+8 |
2023-11-21 | ui: use "vc" chardev for dbus, gtk & spice-app | Marc-André Lureau | 3 | -0/+3 |
2023-11-21 | vl: revert behaviour for -display none | Marc-André Lureau | 1 | -1/+1 |
2023-11-21 | net: do not delete nics in net_cleanup() | David Woodhouse | 1 | -6/+22 |
2023-11-21 | net: Update MemReentrancyGuard for NIC | Akihiko Odaki | 2 | -0/+15 |
2023-11-21 | net: Provide MemReentrancyGuard * to qemu_new_nic() | Akihiko Odaki | 40 | -40/+75 |
2023-11-21 | ppc/pnv: Fix PNV I2C invalid status after reset | Glenn Miles | 1 | -24/+18 |
2023-11-21 | ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses | Glenn Miles | 2 | -3/+5 |
2023-11-21 | target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros | John Platts | 3 | -4/+313 |
2023-11-21 | ppc/pnv: Fix potential overflow in I2C model | Cédric Le Goater | 1 | -1/+7 |
2023-11-21 | tcg/loongarch64: Fix tcg_out_mov() Aborted | Song Gao | 1 | -0/+3 |
2023-11-20 | hw/arm/fsl-imx: Do not ignore Error argument | Philippe Mathieu-Daudé | 2 | -2/+4 |
2023-11-20 | hw/arm/stm32f100: Report error when incorrect CPU is used | Philippe Mathieu-Daudé | 3 | -12/+8 |
2023-11-20 | hw/arm/stm32f205: Report error when incorrect CPU is used | Philippe Mathieu-Daudé | 3 | -12/+8 |
2023-11-20 | hw/arm/stm32f405: Report error when incorrect CPU is used | Philippe Mathieu-Daudé | 4 | -14/+13 |
2023-11-20 | hw/core/machine: Constify MachineClass::valid_cpu_types[] | Gavin Shan | 3 | -19/+16 |
2023-11-20 | target/arm: Fix SME FMOPA (16-bit), BFMOPA | Richard Henderson | 1 | -6/+4 |
2023-11-20 | hw/intc/arm_gicv3: ICC_PMR_EL1 high bits should be RAZ | Ben Dooks | 1 | -2/+2 |
2023-11-20 | target/arm: enable FEAT_RNG on Neoverse-N2 | Marcin Juszkiewicz | 1 | -1/+1 |
2023-11-20 | Merge tag '20231119-xtensa-1' of https://github.com/OSLL/qemu-xtensa into sta... | Stefan Hajnoczi | 1 | -2/+26 |
2023-11-20 | Merge tag 'hppa64-fixes-pull-request' of https://github.com/hdeller/qemu-hppa... | Stefan Hajnoczi | 2 | -3/+7 |
2023-11-20 | Merge tag 'pull-error-2023-11-17' of https://repo.or.cz/qemu/armbru into staging | Stefan Hajnoczi | 7 | -16/+18 |
2023-11-20 | Merge tag 'pull-request-2023-11-16' of https://gitlab.com/thuth/qemu into sta... | Stefan Hajnoczi | 13 | -82/+88 |
2023-11-20 | Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging | Stefan Hajnoczi | 34 | -50/+46 |
2023-11-19 | linux-user: xtensa: fix signal delivery in FDPIC | Max Filippov | 1 | -2/+26 |
2023-11-17 | disas/hppa: Show hexcode of instruction along with disassembly | Helge Deller | 1 | -1/+5 |
2023-11-17 | target/hppa: Fix 64-bit SHRPD instruction | Helge Deller | 1 | -2/+2 |
2023-11-17 | target/i386/cpu: Improve error message for property "vendor" | Markus Armbruster | 1 | -1/+2 |
2023-11-17 | balloon: Fix a misleading error message | Markus Armbruster | 1 | -5/+5 |