aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-29Update version for 8.0.1 releasev8.0.1Michael Tokarev
2023-05-27virtio: qmp: fix memory leakPaolo Bonzini
2023-05-26machine: do not crash if default RAM backend name has been stolenIgor Mammedov
2023-05-26hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)Thomas Huth
2023-05-26usb/ohci: Set pad to 0 after frame updatePaolo Bonzini
2023-05-26util/vfio-helpers: Use g_file_read_link()Akihiko Odaki
2023-05-24rtl8139: fix large_send_mss divide-by-zeroStefan Hajnoczi
2023-05-24igb: Always copy ethernet headerAkihiko Odaki
2023-05-24e1000e: Always copy ethernet headerAkihiko Odaki
2023-05-24net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki
2023-05-24igb: Clear IMS bits when committing ICR accessAkihiko Odaki
2023-05-24igb: Do not require CTRL.VME for tx VLAN taggingAkihiko Odaki
2023-05-24igb: Fix Rx packet type encodingAkihiko Odaki
2023-05-24e1000x: Fix BPRC and MPRCAkihiko Odaki
2023-05-23e1000e: Fix tx/rx counterstimothee.cocault@gmail.com
2023-05-22nbd/server: Fix drained_poll to wake coroutine in right AioContextKevin Wolf
2023-05-22graph-lock: Disable locking for nowKevin Wolf
2023-05-22block: compile out assert_bdrv_graph_readable() by defaultStefan Hajnoczi
2023-05-22tested: add test for nested aio_poll() in poll handlersStefan Hajnoczi
2023-05-22aio-posix: do not nest poll handlersStefan Hajnoczi
2023-05-22virtio-crypto: fix NULL pointer dereference in virtio_crypto_free_requestMauro Matteo Cascella
2023-05-22virtio-net: not enable vq reset feature unconditionallyEugenio Pérez
2023-05-22hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras
2023-05-19vhost: fix possible wrap in SVQ descriptor ringHawkins Jiawei
2023-05-18target/i386: fix avx2 instructions vzeroall and vpermdqXinyu Li
2023-05-18target/i386: fix operand size for VCOMI/VUCOMI instructionsPaolo Bonzini
2023-05-18scsi-generic: fix buffer overflow on block limits inquiryPaolo Bonzini
2023-05-18target/arm: Fix vd == vm overlap in sve_ldff1_zRichard Henderson
2023-05-18migration: Attempt disk reactivation in more failure scenariosEric Blake
2023-05-18migration: Minor control flow simplificationEric Blake
2023-05-18migration: Handle block device inactivation failures betterEric Blake
2023-05-18linux-user: fix getgroups/setgroups allocationsMichael Tokarev
2023-05-18linux-user: Fix mips fp64 executables loadingDaniil Kovalev
2023-05-18tests/docker: bump the xtensa base to debian:11-slimAlex Bennée
2023-05-17docs/about/emulation: fix typoLizhi Yang
2023-05-17util/async-teardown: wire up query-command-line-optionsClaudio Imbrenda
2023-05-17s390x/pv: Fix spurious warning with asynchronous teardownClaudio Imbrenda
2023-05-17tcg/i386: Set P_REXW in tcg_out_addi_ptrRichard Henderson
2023-05-179pfs/xen: Fix segfault on shutdownJason Andryuk
2023-05-17s390x/tcg: Fix LDER instruction formatIlya Leoshkevich
2023-05-16target/s390x: Fix EXECUTE of relative branchesIlya Leoshkevich
2023-05-15tcg: ppc64: Fix mask generation for vextractdmShivaprasad G Bhat
2023-05-15async: Suppress GCC13 false positive in aio_bh_poll()Cédric Le Goater
2023-05-14target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size checkPeter Maydell
2023-05-14ui: Fix pixel colour channel order for PNG screenshotsPeter Maydell
2023-05-14target/arm: Fix handling of SW and NSW bits for stage 2 walksPeter Maydell
2023-05-11accel/tcg: Fix atomic_mmu_lookup for readsRichard Henderson
2023-05-10hw/pci-bridge: pci_expander_bridge fix type in pxb_cxl_dev_reset()Jonathan Cameron
2023-05-10target/riscv: Restore the predicate() NULL check behaviorBin Meng
2023-05-10target/riscv: Fix itrigger when icount is usedLIU Zhiwei