aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-02-08Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell5-134/+209
2024-02-08Merge tag 'pull-request-2024-02-06' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2-2/+3
2024-02-08virtio-blk: avoid using ioeventfd state in irqfd conditionalStefan Hajnoczi1-1/+1
2024-02-07virtio-blk: Use ioeventfd_attach in start_ioeventfdHanna Czenczek1-11/+10
2024-02-07virtio: Re-enable notifications after drainHanna Czenczek1-0/+42
2024-02-07virtio-scsi: Attach event vq notifier with no_pollHanna Czenczek1-1/+6
2024-02-07scsi: Don't ignore most usb-storage propertiesKevin Wolf2-24/+14
2024-02-07virtio-blk: do not use C99 mixed declarationsStefan Hajnoczi1-7/+10
2024-02-07scsi: Await request purgingHanna Czenczek1-9/+21
2024-02-07virtio-blk: add vq_rq[] bounds check in virtio_blk_dma_restart_cb()Stefan Hajnoczi1-0/+2
2024-02-07virtio-blk: clarify that there is at least 1 virtqueueStefan Hajnoczi1-0/+1
2024-02-07virtio-blk: enforce iothread-vq-mapping validationStefan Hajnoczi1-81/+102
2024-02-06oslib-posix: initialize backend memory objects in parallelMark Kanda1-2/+2
2024-02-06memory-device: reintroduce memory region size checkDavid Hildenbrand1-0/+14
2024-02-05target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rulesThomas Huth1-2/+2
2024-02-05hw/scsi/lsi53c895a: add missing decrement of reentrancy counterSven Schnelle1-0/+1
2024-02-04hv-balloon: use get_min_alignment() to express 32 GiB alignmentDavid Hildenbrand1-16/+21
2024-02-02Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...Peter Maydell31-212/+1518
2024-02-02hw/pci: remove pci_nic_init_nofail()David Woodhouse1-72/+0
2024-02-02hw/xtensa/xtfpga: use qemu_create_nic_device()David Woodhouse1-7/+6
2024-02-02hw/sparc/sun4m: use qemu_find_nic_info()David Woodhouse1-6/+14
2024-02-02hw/s390x/s390-virtio-ccw: use qemu_create_nic_device()David Woodhouse1-9/+2
2024-02-02hw/riscv: use qemu_configure_nic_device()David Woodhouse2-18/+3
2024-02-02hw/openrisc/openrisc_sim: use qemu_create_nic_device()David Woodhouse1-9/+9
2024-02-02hw/net/lasi_i82596: use qemu_create_nic_device()David Woodhouse2-10/+11
2024-02-02hw/net/lasi_i82596: Re-enable buildDavid Woodhouse2-1/+2
2024-02-02hw/mips/jazz: use qemu_find_nic_info()David Woodhouse1-8/+7
2024-02-02hw/mips/mipssim: use qemu_create_nic_device()David Woodhouse1-6/+7
2024-02-02hw/microblaze: use qemu_configure_nic_device()David Woodhouse2-4/+2
2024-02-02hw/m68k/q800: use qemu_find_nic_info()David Woodhouse1-13/+16
2024-02-02hw/m68k/mcf5208: use qemu_create_nic_device()David Woodhouse1-13/+6
2024-02-02hw/net/etraxfs-eth: use qemu_configure_nic_device()David Woodhouse2-8/+6
2024-02-02hw/arm: use qemu_configure_nic_device()David Woodhouse6-33/+10
2024-02-02hw/arm/stellaris: use qemu_find_nic_info()David Woodhouse1-8/+22
2024-02-02hw/arm/npcm7xx: use qemu_configure_nic_device, allow emc0/emc1 as aliasesDavid Woodhouse1-7/+9
2024-02-02hw/arm/highbank: use qemu_create_nic_device()David Woodhouse1-7/+5
2024-02-02hw/net/lan9118: use qemu_configure_nic_device()David Woodhouse5-12/+9
2024-02-02hw/net/smc91c111: use qemu_configure_nic_device()David Woodhouse6-37/+22
2024-02-02hw/arm/fsl: use qemu_configure_nic_device()David Woodhouse4-4/+4
2024-02-02hw/arm/exynos4: use qemu_create_nic_device()David Woodhouse1-4/+2
2024-02-02hw/arm/aspeed: use qemu_configure_nic_device()David Woodhouse1-5/+4
2024-02-02hw/arm/allwinner: use qemu_configure_nic_device()David Woodhouse3-35/+4
2024-02-02hw/xtensa/virt: use pci_init_nic_devices()David Woodhouse1-3/+1
2024-02-02hw/sparc64/sun4u: use pci_init_nic_devices()David Woodhouse1-19/+8
2024-02-02hw/sh4/r2d: use pci_init_nic_devices()David Woodhouse1-4/+2
2024-02-02hw/ppc: use pci_init_nic_devices()David Woodhouse4-18/+8
2024-02-02hw/ppc/spapr: use qemu_get_nic_info() and pci_init_nic_devices()David Woodhouse1-13/+5
2024-02-02hw/ppc/prep: use pci_init_nic_devices()David Woodhouse1-5/+3
2024-02-02hw/mips/loongson3_virt: use pci_init_nic_devices()David Woodhouse1-3/+1
2024-02-02hw/mips/malta: use pci_init_nic_devices()David Woodhouse1-12/+3