aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-05-28machine: do not crash if default RAM backend name has been stolenIgor Mammedov
2023-05-28hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)Thomas Huth
2023-05-28usb/ohci: Set pad to 0 after frame updatePaolo Bonzini
2023-05-28rtl8139: fix large_send_mss divide-by-zeroStefan Hajnoczi
2023-05-23e1000e: Fix tx/rx counterstimothee.cocault@gmail.com
2023-05-23e1000: Count CRC in Tx statisticsAkihiko Odaki
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-19vhost: fix possible wrap in SVQ descriptor ringHawkins Jiawei
2023-05-18scsi-generic: fix buffer overflow on block limits inquiryPaolo Bonzini
2023-05-18Revert "vhost-user: Introduce nested event loop in vhost_user_read()"Greg Kurz
2023-05-18Revert "vhost-user: Monitor slave channel in vhost_user_read()"Greg Kurz
2023-05-18xen/pt: reserve PCI slot 2 for Intel igd-passthruChuck Zmudzinski
2023-05-189pfs/xen: Fix segfault on shutdownJason Andryuk
2023-05-18virtio: fix reachable assertion due to stale value of cached region sizeCarlos López
2023-05-18hw/virtio/vhost-user: avoid using unitialized errpAlbert Esteve
2023-05-18hw/net/allwinner-sun8i-emac: Correctly byteswap descriptor fieldsPeter Maydell
2023-05-18hw/sd/allwinner-sdhost: Correctly byteswap descriptor fieldsPeter Maydell
2023-05-18hw/intc/allwinner-a10-pic: Don't use set_bit()/clear_bit()Peter Maydell
2023-05-18hw/arm/raspi: Use arm_write_bootloader() to write boot codePeter Maydell
2023-05-18hw/arm/aspeed: Use arm_write_bootloader() to write the bootloaderCédric Le Goater
2023-05-18hw/arm/boot: Make write_bootloader() public as arm_write_bootloader()Cédric Le Goater
2023-05-18hw/net/msf2-emac: Don't modify descriptor in-place in emac_store_desc()Peter Maydell
2023-05-18acpi: pcihp: allow repeating hot-unplug requestsIgor Mammedov
2023-04-13hw/nvme: fix memory leak in nvme_dsmKlaus Jensen
2023-04-10hw/arm: do not free machine->fdt in arm_load_dtb()Markus Armbruster
2023-03-30hw/pvrdma: Protect against buggy or malicious guest driverYuval Shaia
2023-03-30hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a valueFiona Ebner
2023-03-29intel-iommu: fail DEVIOTLB_UNMAP without dt modeJason Wang
2023-03-29intel-iommu: fail MAP notifier without caching modeJason Wang
2023-03-29vhost: avoid a potential use of an uninitialized variable in vhost_svq_poll()Carlos López
2023-03-29vdpa: stop all svq on device deletionEugenio Pérez
2023-03-29hw/timer/hpet: Fix expiration time overflowAkihiko Odaki
2023-03-29virtio-rng-pci: fix transitional migration compat for vectorsDr. David Alan Gilbert
2023-03-29virtio-rng-pci: fix migration compat for vectorsDr. David Alan Gilbert
2023-03-29vhost-user-rng: Back up vqs before cleaning up vhost_devAkihiko Odaki
2023-03-29vhost-user-i2c: Back up vqs before cleaning up vhost_devAkihiko Odaki
2023-03-29vhost-user-gpio: Configure vhost_dev when connectingAkihiko Odaki
2023-03-29Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin
2023-03-29Revert "x86: return modified setup_data only if read as memory, not as file"Michael S. Tsirkin
2023-03-29Revert "x86: use typedef for SetupData struct"Michael S. Tsirkin
2023-03-29Revert "x86: reinitialize RNG seed on system reboot"Michael S. Tsirkin
2023-03-29Revert "x86: re-initialize RNG seed when selecting kernel"Michael S. Tsirkin
2023-03-29Revert "x86: do not re-randomize RNG seed on snapshot load"Michael S. Tsirkin
2023-03-29hw/smbios: fix field corruption in type 4 tableJulia Suvorova
2023-03-29hw/nvme: fix missing cq eventidx updateKlaus Jensen
2023-03-29hw/nvme: fix missing endian conversions for doorbell buffersKlaus Jensen
2023-03-29acpi: cpuhp: fix guest-visible maximum access size to the legacy reg blockLaszlo Ersek
2023-03-29virtio-mem: Fix the iterator variable in a vmem->rdl_list loopChenyi Qiang
2023-03-29virtio-mem: Fix the bitmap index of the section offsetChenyi Qiang