aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-30Update version for 8.0.2 releasev8.0.2Michael Tokarev1-1/+1
2023-05-30block/export: Fix null pointer dereference in error pathKevin Wolf1-2/+4
2023-05-29Update version for 8.0.1 releasev8.0.1Michael Tokarev1-1/+1
2023-05-27virtio: qmp: fix memory leakPaolo Bonzini1-6/+5
2023-05-26machine: do not crash if default RAM backend name has been stolenIgor Mammedov1-0/+8
2023-05-26hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)Thomas Huth2-6/+50
2023-05-26usb/ohci: Set pad to 0 after frame updatePaolo Bonzini1-0/+2
2023-05-26util/vfio-helpers: Use g_file_read_link()Akihiko Odaki1-3/+5
2023-05-24rtl8139: fix large_send_mss divide-by-zeroStefan Hajnoczi1-0/+3
2023-05-24igb: Always copy ethernet headerAkihiko Odaki1-20/+23
2023-05-24e1000e: Always copy ethernet headerAkihiko Odaki1-16/+10
2023-05-24net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki7-30/+34
2023-05-24igb: Clear IMS bits when committing ICR accessAkihiko Odaki1-4/+4
2023-05-24igb: Do not require CTRL.VME for tx VLAN taggingAkihiko Odaki1-1/+1
2023-05-24igb: Fix Rx packet type encodingAkihiko Odaki2-19/+24
2023-05-24e1000x: Fix BPRC and MPRCAkihiko Odaki5-45/+33
2023-05-23e1000e: Fix tx/rx counterstimothee.cocault@gmail.com4-12/+8
2023-05-22nbd/server: Fix drained_poll to wake coroutine in right AioContextKevin Wolf3-8/+38
2023-05-22graph-lock: Disable locking for nowKevin Wolf1-0/+24
2023-05-22block: compile out assert_bdrv_graph_readable() by defaultStefan Hajnoczi5-0/+12
2023-05-22tested: add test for nested aio_poll() in poll handlersStefan Hajnoczi2-1/+134
2023-05-22aio-posix: do not nest poll handlersStefan Hajnoczi1-0/+11
2023-05-22virtio-crypto: fix NULL pointer dereference in virtio_crypto_free_requestMauro Matteo Cascella1-9/+11
2023-05-22virtio-net: not enable vq reset feature unconditionallyEugenio Pérez1-1/+0
2023-05-22hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras4-4/+12
2023-05-19vhost: fix possible wrap in SVQ descriptor ringHawkins Jiawei2-1/+7
2023-05-18target/i386: fix avx2 instructions vzeroall and vpermdqXinyu Li2-1/+9
2023-05-18target/i386: fix operand size for VCOMI/VUCOMI instructionsPaolo Bonzini1-2/+13
2023-05-18scsi-generic: fix buffer overflow on block limits inquiryPaolo Bonzini1-5/+9
2023-05-18target/arm: Fix vd == vm overlap in sve_ldff1_zRichard Henderson1-0/+6
2023-05-18migration: Attempt disk reactivation in more failure scenariosEric Blake1-10/+14
2023-05-18migration: Minor control flow simplificationEric Blake1-3/+2
2023-05-18migration: Handle block device inactivation failures betterEric Blake1-3/+2
2023-05-18linux-user: fix getgroups/setgroups allocationsMichael Tokarev1-31/+68
2023-05-18linux-user: Fix mips fp64 executables loadingDaniil Kovalev1-1/+4
2023-05-18tests/docker: bump the xtensa base to debian:11-slimAlex Bennée1-1/+1
2023-05-17docs/about/emulation: fix typoLizhi Yang1-1/+1
2023-05-17util/async-teardown: wire up query-command-line-optionsClaudio Imbrenda4-11/+62
2023-05-17s390x/pv: Fix spurious warning with asynchronous teardownClaudio Imbrenda3-6/+12
2023-05-17tcg/i386: Set P_REXW in tcg_out_addi_ptrRichard Henderson1-1/+1
2023-05-179pfs/xen: Fix segfault on shutdownJason Andryuk2-13/+28
2023-05-17s390x/tcg: Fix LDER instruction formatIlya Leoshkevich1-1/+1
2023-05-16target/s390x: Fix EXECUTE of relative branchesIlya Leoshkevich1-23/+58
2023-05-15tcg: ppc64: Fix mask generation for vextractdmShivaprasad G Bhat1-1/+1
2023-05-15async: Suppress GCC13 false positive in aio_bh_poll()Cédric Le Goater1-0/+14
2023-05-14target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size checkPeter Maydell5-19/+30
2023-05-14ui: Fix pixel colour channel order for PNG screenshotsPeter Maydell1-2/+2
2023-05-14target/arm: Fix handling of SW and NSW bits for stage 2 walksPeter Maydell1-25/+51
2023-05-11accel/tcg: Fix atomic_mmu_lookup for readsRichard Henderson1-1/+1
2023-05-10hw/pci-bridge: pci_expander_bridge fix type in pxb_cxl_dev_reset()Jonathan Cameron1-1/+1