aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-07-08hw: Simplify calls to pci_nic_init_nofail()Thomas Huth5-35/+5
2023-07-08hw/riscv/virt.c: fix typo in 'aia' descriptionDaniel Henrique Barboza1-1/+1
2023-07-07igb: Remove obsolete workaround for WindowsAkihiko Odaki1-6/+1
2023-07-07e1000e: Add ICR clearing by corresponding IMS bitAkihiko Odaki2-6/+33
2023-07-07hw/net: ftgmac100: Drop the small packet check in the receive pathBin Meng1-8/+0
2023-07-07hw/net: sunhme: Remove the logic of padding short frames in the receive pathBin Meng1-11/+0
2023-07-07hw/net: sungem: Remove the logic of padding short frames in the receive pathBin Meng1-14/+0
2023-07-07hw/net: rtl8139: Remove the logic of padding short frames in the receive pathBin Meng1-12/+0
2023-07-07hw/net: pcnet: Remove the logic of padding short frames in the receive pathBin Meng1-9/+0
2023-07-07hw/net: ne2000: Remove the logic of padding short frames in the receive pathBin Meng1-12/+0
2023-07-07hw/net: i82596: Remove the logic of padding short frames in the receive pathBin Meng1-18/+0
2023-07-07hw/net: vmxnet3: Remove the logic of padding short frames in the receive pathBin Meng1-10/+0
2023-07-07hw/net: e1000: Remove the logic of padding short frames in the receive pathBin Meng1-10/+1
2023-07-07virtio-net: correctly report maximum tx_queue_size valueLaurent Vivier1-2/+2
2023-07-06Merge tag 'pull-9p-20230706' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson2-0/+10
2023-07-06target/arm: Define neoverse-v1Peter Maydell2-0/+2
2023-07-06hw: arm: allwinner-sramc: Set class_sizeAkihiko Odaki1-0/+1
2023-07-069pfs: deprecate 'proxy' backendChristian Schoenebeck2-0/+10
2023-07-04hw/arm/sbsa-ref: use XHCI to replace EHCIYuquan Wang2-11/+14
2023-06-30vfio/pci: Free leaked timer in vfio_realize error pathZhenzhong Duan1-0/+3
2023-06-30vfio/pci: Fix a segfault in vfio_realizeZhenzhong Duan1-1/+3
2023-06-30vfio/migration: Make VFIO migration non-experimentalAvihai Horon4-31/+70
2023-06-30vfio/migration: Reset bytes_transferred properlyAvihai Horon1-1/+5
2023-06-30vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry pathShameer Kolothum1-2/+2
2023-06-30hw/vfio/pci-quirks: Support alternate offset for GPUDirect CliquesAlex Williamson1-1/+40
2023-06-30vfio: Implement a common device info helperAlex Williamson2-43/+40
2023-06-30vfio/migration: Add support for switchover ack capabilityAvihai Horon1-1/+38
2023-06-30vfio/migration: Add VFIO migration pre-copy supportAvihai Horon3-12/+163
2023-06-30vfio/migration: Store VFIO migration flags in VFIOMigrationAvihai Horon1-0/+1
2023-06-30vfio/migration: Refactor vfio_save_block() to return saved data sizeAvihai Horon1-8/+9
2023-06-29Merge tag 'accel-20230628' of https://github.com/philmd/qemu into stagingRichard Henderson14-10/+50
2023-06-28Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson1-2/+6
2023-06-28Merge tag 'qemu-sparc-20230628' of https://github.com/mcayland/qemu into stagingRichard Henderson2-3/+82
2023-06-28Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson1-1/+6
2023-06-28exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata2-2/+2
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata4-5/+5
2023-06-28target/ppc: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé2-0/+4
2023-06-28hw/arm/sbsa-ref: Include missing 'sysemu/kvm.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-06-28hw/intc/arm_gic: Rename 'first_cpu' argumentPhilippe Mathieu-Daudé1-2/+2
2023-06-28hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpersPhilippe Mathieu-Daudé6-1/+36
2023-06-28net/vhost-net: do not assert on null pointer return from tap_get_vhost_net()Ani Sinha1-1/+6
2023-06-28escc: emulate dip switch language layout settings on SUN keyboardHenrik Carlqvist1-1/+78
2023-06-28Revert "hw/sparc64/niagara: Use blk_name() instead of open-coding it"Markus Armbruster1-2/+4
2023-06-28Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Richard Henderson3-13/+80
2023-06-28hw/nvme: add placement handle list rangesKlaus Jensen1-8/+32
2023-06-28hw/nvme: verify uniqueness of reclaim unit handle identifiersKlaus Jensen1-0/+11
2023-06-28hw/nvme: fix verification of number of ruhisKlaus Jensen2-5/+5
2023-06-28hw/nvme: check maximum copy length (MCL) for COPYMinwoo Im1-0/+24
2023-06-28hw/nvme: consider COPY command in nvme_aio_errMinwoo Im1-0/+1
2023-06-28hw/nvme: add comment for nvme-ns propertiesMinwoo Im1-1/+8