aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
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-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-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-18scsi-generic: fix buffer overflow on block limits inquiryPaolo Bonzini
2023-05-17s390x/pv: Fix spurious warning with asynchronous teardownClaudio Imbrenda
2023-05-179pfs/xen: Fix segfault on shutdownJason Andryuk
2023-05-10hw/pci-bridge: pci_expander_bridge fix type in pxb_cxl_dev_reset()Jonathan Cameron
2023-05-10hw/net/allwinner-sun8i-emac: Correctly byteswap descriptor fieldsPeter Maydell
2023-05-10hw/sd/allwinner-sdhost: Correctly byteswap descriptor fieldsPeter Maydell
2023-05-10hw/intc/allwinner-a10-pic: Don't use set_bit()/clear_bit()Peter Maydell
2023-05-10hw/arm/raspi: Use arm_write_bootloader() to write boot codePeter Maydell
2023-05-10hw/arm/aspeed: Use arm_write_bootloader() to write the bootloaderCédric Le Goater
2023-05-10hw/arm/boot: Make write_bootloader() public as arm_write_bootloader()Cédric Le Goater
2023-05-10hw/net/msf2-emac: Don't modify descriptor in-place in emac_store_desc()Peter Maydell
2023-05-10acpi: pcihp: allow repeating hot-unplug requestsIgor Mammedov
2023-04-27hw/timer/imx_epit: fix limit checkAxel Heider
2023-04-27hw/timer/imx_epit: don't shadow variableAxel Heider
2023-04-13Merge tag 'migration-20230412-pull-request' of https://gitlab.com/juan.quinte...Peter Maydell
2023-04-13hw/xen: Fix double-free in xen_console store_con_info()David Woodhouse
2023-04-12migration: Fix potential race on postcopy_qemufile_srcPeter Xu
2023-04-12hw/nvme: fix memory leak in nvme_dsmKlaus Jensen
2023-04-12hw/nvme: fix memory leak in fdp ruhid parsingKlaus Jensen
2023-04-11hw/i2c/allwinner-i2c: Fix subclassing of TYPE_AW_I2C_SUN6IPeter Maydell
2023-04-05Revert "memory: Optimize replay of guest mapping"Peter Maydell
2023-04-04Merge tag 'pull-loongarch-20230404' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2023-04-04hw/loongarch/virt: Fix virt_to_phys_addr functionTianrui Zhao
2023-04-03hw/ssi: Fix Linux driver init issue with xilinx_spiChris Rauer
2023-04-03hw/arm: do not free machine->fdt in arm_load_dtb()Markus Armbruster
2023-03-30hw/i2c: pmbus: block uninitialised string readsTitus Rwantare
2023-03-30hw/mips/gt64xxx_pci: Don't endian-swap GT_PCI0_CFGADDRJiaxun Yang
2023-03-28Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell
2023-03-28igb: respect VMVIR and VMOLR for VLANSriram Yagnaraman
2023-03-28igb: implement VF Tx and Rx statsSriram Yagnaraman
2023-03-28igb: respect E1000_VMOLR_RSSESriram Yagnaraman
2023-03-28igb: check oversized packets for VMDqSriram Yagnaraman
2023-03-28igb: implement VFRE and VFTE registersSriram Yagnaraman