aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-07-08hw: Simplify calls to pci_nic_init_nofail()Thomas Huth
2023-07-08hw/riscv/virt.c: fix typo in 'aia' descriptionDaniel Henrique Barboza
2023-07-07igb: Remove obsolete workaround for WindowsAkihiko Odaki
2023-07-07e1000e: Add ICR clearing by corresponding IMS bitAkihiko Odaki
2023-07-07hw/net: ftgmac100: Drop the small packet check in the receive pathBin Meng
2023-07-07hw/net: sunhme: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: sungem: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: rtl8139: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: pcnet: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: ne2000: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: i82596: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: vmxnet3: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: e1000: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07virtio-net: correctly report maximum tx_queue_size valueLaurent Vivier
2023-07-06Merge tag 'pull-9p-20230706' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson
2023-07-06target/arm: Define neoverse-v1Peter Maydell
2023-07-06hw: arm: allwinner-sramc: Set class_sizeAkihiko Odaki
2023-07-069pfs: deprecate 'proxy' backendChristian Schoenebeck
2023-07-04hw/arm/sbsa-ref: use XHCI to replace EHCIYuquan Wang
2023-06-30vfio/pci: Free leaked timer in vfio_realize error pathZhenzhong Duan
2023-06-30vfio/pci: Fix a segfault in vfio_realizeZhenzhong Duan
2023-06-30vfio/migration: Make VFIO migration non-experimentalAvihai Horon
2023-06-30vfio/migration: Reset bytes_transferred properlyAvihai Horon
2023-06-30vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry pathShameer Kolothum
2023-06-30hw/vfio/pci-quirks: Support alternate offset for GPUDirect CliquesAlex Williamson
2023-06-30vfio: Implement a common device info helperAlex Williamson
2023-06-30vfio/migration: Add support for switchover ack capabilityAvihai Horon
2023-06-30vfio/migration: Add VFIO migration pre-copy supportAvihai Horon
2023-06-30vfio/migration: Store VFIO migration flags in VFIOMigrationAvihai Horon
2023-06-30vfio/migration: Refactor vfio_save_block() to return saved data sizeAvihai Horon
2023-06-29Merge tag 'accel-20230628' of https://github.com/philmd/qemu into stagingRichard Henderson
2023-06-28Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson
2023-06-28Merge tag 'qemu-sparc-20230628' of https://github.com/mcayland/qemu into stagingRichard Henderson
2023-06-28Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2023-06-28exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata
2023-06-28target/ppc: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé
2023-06-28hw/arm/sbsa-ref: Include missing 'sysemu/kvm.h' headerPhilippe Mathieu-Daudé
2023-06-28hw/intc/arm_gic: Rename 'first_cpu' argumentPhilippe Mathieu-Daudé
2023-06-28hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpersPhilippe Mathieu-Daudé
2023-06-28net/vhost-net: do not assert on null pointer return from tap_get_vhost_net()Ani Sinha
2023-06-28escc: emulate dip switch language layout settings on SUN keyboardHenrik Carlqvist
2023-06-28Revert "hw/sparc64/niagara: Use blk_name() instead of open-coding it"Markus Armbruster
2023-06-28Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Richard Henderson
2023-06-28hw/nvme: add placement handle list rangesKlaus Jensen
2023-06-28hw/nvme: verify uniqueness of reclaim unit handle identifiersKlaus Jensen
2023-06-28hw/nvme: fix verification of number of ruhisKlaus Jensen
2023-06-28hw/nvme: check maximum copy length (MCL) for COPYMinwoo Im
2023-06-28hw/nvme: consider COPY command in nvme_aio_errMinwoo Im
2023-06-28hw/nvme: add comment for nvme-ns propertiesMinwoo Im