aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-11-15hw/audio/virtio-snd.c: spelling: initalizeMichael Tokarev1-1/+1
2023-11-15hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-11-14Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi7-3/+45
2023-11-14Merge tag 'misc-fixes-20231113' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2-2/+3
2023-11-14Merge tag 'pull-target-arm-20231113' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi1-2/+4
2023-11-14Merge tag 'pull-pa-20231113' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi3-44/+36
2023-11-13hw/hppa: Require at least SeaBIOS-hppa version 12Helge Deller1-1/+1
2023-11-13hw/hppa: Move software power button address to page zeroHelge Deller1-1/+2
2023-11-13hw/pci-host/astro: Fix boot for C3700 machineHelge Deller2-42/+33
2023-11-13hw/display/vmware_vga: fix probably typoAlexandra Diupina1-2/+2
2023-11-13hw/mips: LOONGSON3V depends on UNIMP deviceMarc-André Lureau1-0/+1
2023-11-13hw/arm/virt: fix GIC maintenance IRQ registrationJean-Philippe Brucker1-2/+4
2023-11-13Merge tag 'pull-request-2023-11-13' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2-3/+12
2023-11-13hw/audio/es1370: Clean up commentPeter Maydell1-2/+7
2023-11-13s390x/pci: only limit DMA aperture if vfio DMA limit reportedMatthew Rosato1-1/+1
2023-11-13s390x/pci: bypass vfio DMA counting when using cdevMatthew Rosato1-0/+4
2023-11-13virtio-mem: fix division by zero in virtio_mem_activate_memslots_to_plug()David Hildenbrand1-10/+12
2023-11-13igb: Add Function Level Reset to PF and VFCédric Le Goater3-1/+20
2023-11-13igb: Add a VF reset handlerCédric Le Goater6-2/+25
2023-11-10qdev: Rework array properties based on list visitorKevin Wolf1-80/+157
2023-11-10qdev: Make netdev properties work as list elementsKevin Wolf1-1/+1
2023-11-10hw/rx/rx62n: Use qdev_prop_set_array()Kevin Wolf1-9/+10
2023-11-10hw/arm/xlnx-versal: Use qdev_prop_set_array()Kevin Wolf1-2/+7
2023-11-10hw/arm/virt: Use qdev_prop_set_array()Kevin Wolf1-14/+17
2023-11-10hw/arm/vexpress: Use qdev_prop_set_array()Kevin Wolf1-10/+11
2023-11-10hw/arm/sbsa-ref: Use qdev_prop_set_array()Kevin Wolf1-2/+5
2023-11-10hw/arm/mps2: Use qdev_prop_set_array()Kevin Wolf1-4/+8
2023-11-10hw/arm/mps2-tz: Use qdev_prop_set_array()Kevin Wolf1-3/+7
2023-11-10hw/i386/pc: Use qdev_prop_set_array()Kevin Wolf1-3/+5
2023-11-10Merge tag 'xen-virtio-fix-1-tag' of https://gitlab.com/sstabellini/qemu into ...Stefan Hajnoczi1-1/+3
2023-11-09Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-3/+2
2023-11-08hw/ide/ahci: trigger either error IRQ or regular IRQ, not bothNiklas Cassel1-3/+2
2023-11-08cpu: Call plugin hooks only when readyAkihiko Odaki1-0/+10
2023-11-08Merge tag 'pull-ppc-20231107' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi11-26/+1292
2023-11-08Merge tag 'misc-cpus-20231107' of https://github.com/philmd/qemu into stagingStefan Hajnoczi22-183/+636
2023-11-07Xen: Fix xen_set_irq() and xendevicemodel_set_irq_level()Vikram Garhwal1-1/+3
2023-11-07ppc: qtest already exports qtest_rtas_call()Juan Quintela1-3/+2
2023-11-07hw/pci-host: Update PHB5 XSCOM registersSaif Abrar2-23/+56
2023-11-07ppc/pnv: Fix number of I2C engines and ports for power9/10Glenn Miles1-4/+8
2023-11-07ppc/pnv: Connect PNV I2C controller to powernv10Glenn Miles1-0/+29
2023-11-07ppc/pnv: Connect I2C controller model to powernv9 chipCédric Le Goater1-0/+28
2023-11-07ppc/pnv: Add an I2C controller modelCédric Le Goater2-0/+698
2023-11-07hw/ppc: Add emulation of AmigaOne XE boardBALATON Zoltan3-0/+175
2023-11-07hw/pci-host: Add emulation of Mai Logic Articia SBALATON Zoltan3-0/+300
2023-11-07hw/sd: Declare QOM types using DEFINE_TYPES() macroPhilippe Mathieu-Daudé10-151/+113
2023-11-07hw/i2c: pmbus: reset page register for out of range readsTitus Rwantare1-9/+9
2023-11-07hw/i2c: pmbus: immediately clear faults on requestTitus Rwantare1-0/+5
2023-11-07hw/sensor: add ADM1266 device modelTitus Rwantare4-0/+261
2023-11-07hw/i2c: pmbus: add VCAP registerTitus Rwantare1-0/+8
2023-11-07hw/i2c: pmbus: add fan supportTitus Rwantare1-0/+176