aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-10hw/audio/virtio-snd: Remove unused assignmentPhilippe Mathieu-Daudé1-2/+6
2024-04-10hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()Philippe Mathieu-Daudé1-0/+4
2024-04-10hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is setPhilippe Mathieu-Daudé1-0/+8
2024-04-10hw/net/lan9118: Fix overflow in MIL TX FIFOPhilippe Mathieu-Daudé1-1/+15
2024-04-10hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definitionPhilippe Mathieu-Daudé1-3/+9
2024-04-10backends/cryptodev: Do not abort for invalid session IDPhilippe Mathieu-Daudé1-1/+3
2024-04-10hw/misc/applesmc: Fix memory leak in reset() handlerPhilippe Mathieu-Daudé1-0/+1
2024-04-10hw/misc/applesmc: Do not call DeviceReset from DeviceRealizePhilippe Mathieu-Daudé1-1/+0
2024-04-10hw/block/nand: Fix out-of-bound access in NAND block bufferPhilippe Mathieu-Daudé1-1/+7
2024-04-10hw/block/nand: Have blk_load() take unsigned offset and return booleanPhilippe Mathieu-Daudé1-4/+10
2024-04-10hw/block/nand: Factor nand_load_iolen() method outPhilippe Mathieu-Daudé1-13/+22
2024-04-10qemu-options: Fix CXL Fixed Memory Window interleave-granularity typoYuquan Wang1-3/+3
2024-04-10hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé1-2/+2
2024-04-10hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé1-2/+1
2024-04-10hw/display/virtio-gpu: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé1-4/+2
2024-04-10hw/virtio: Introduce virtio_bh_new_guarded() helperPhilippe Mathieu-Daudé2-0/+17
2024-04-09Merge tag 'edk2-20240409-pull-request' of https://gitlab.com/kraxel/qemu into...Peter Maydell10-7/+20
2024-04-09edk2: rebuild binaries with correct version informationGerd Hoffmann8-0/+0
2024-04-09edk2/seabios: use common extra versionGerd Hoffmann1-5/+5
2024-04-09edk2: commit version infoGerd Hoffmann1-0/+2
2024-04-09edk2: get version + date from git submoduleGerd Hoffmann1-3/+14
2024-04-09Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell14-482/+97
2024-04-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell3-103/+108
2024-04-09qdev-monitor: fix error message in find_device_state()Vladimir Sementsov-Ogievskiy1-1/+1
2024-04-09vhost-user-blk: simplify and fix vhost_user_blk_handle_config_changeVladimir Sementsov-Ogievskiy1-8/+3
2024-04-09vdpa-dev: Fix the issue of device status not updating when configuration inte...lyx6344498001-0/+7
2024-04-09hw/virtio: Fix packed virtqueue flush used_idxWafer1-2/+10
2024-04-09virtio-snd: rewrite invalid tx/rx message handlingManos Pitsidianakis2-76/+77
2024-04-09virtio-snd: Enhance error handling for invalid transfersZheyu Ma1-4/+4
2024-04-09Revert "hw/virtio: Add support for VDPA network simulation devices"Michael S. Tsirkin9-399/+3
2024-04-08kvm: error out of kvm_irqchip_add_msi_route() in case of full route tableIgor Mammedov1-5/+10
2024-04-08nanomips: fix warnings with GCC 14Paolo Bonzini1-97/+97
2024-04-08Merge tag 'pull-target-arm-20240408' of https://git.linaro.org/people/pmaydel...Peter Maydell1-3/+7
2024-04-08Merge tag 'migration-20240407-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell2-2/+25
2024-04-08target/arm: Use correct SecuritySpace for AArch64 AT ops at EL3Peter Maydell1-2/+5
2024-04-08Makefile: preserve --jobserver-auth argument when calling ninjaMartin Hundebøll1-1/+1
2024-04-07MAINTAINERS: Adjust migration documentation filesAvihai Horon1-2/+4
2024-04-07migration/postcopy: ensure preempt channel is ready before loading statesWei Wang1-0/+21
2024-04-05target/arm: Fix CNTPOFF_EL2 trap to missing EL3Pierre-Clément Tosi1-1/+2
2024-04-04Merge tag 'qemu-sparc-20240404' of https://github.com/mcayland/qemu into stagingPeter Maydell1-81/+142
2024-04-04Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell1-1/+2
2024-04-04esp.c: remove explicit setting of DRQ within ESP state machineMark Cave-Ayland1-9/+0
2024-04-04esp.c: ensure esp_pdma_write() always calls esp_fifo_push()Mark Cave-Ayland1-6/+4
2024-04-04esp.c: update esp_fifo_{push, pop}() to call esp_update_drq()Mark Cave-Ayland1-4/+10
2024-04-04esp.c: introduce esp_update_drq() and update esp_fifo_{push, pop}_buf() to us...Mark Cave-Ayland1-1/+47
2024-04-04esp.c: move esp_set_phase() and esp_get_phase() towards the beginning of the ...Mark Cave-Ayland1-18/+18
2024-04-04esp.c: prevent cmdfifo overflow in esp_cdb_ready()Mark Cave-Ayland1-1/+11
2024-04-04esp.c: rework esp_cdb_length() into esp_cdb_ready()Mark Cave-Ayland1-16/+14
2024-04-04esp.c: don't assert() if FIFO empty when executing non-DMA SELATNSMark Cave-Ayland1-1/+2
2024-04-04esp.c: introduce esp_fifo_push_buf() function for pushing to the FIFOMark Cave-Ayland1-3/+8