aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-11-23hw/core: skip loading debug on all failuresAlex Bennée1-1/+1
2023-11-23target/nios2: Deprecate the Nios II architecturePhilippe Mathieu-Daudé2-0/+2
2023-11-22riscv: Fix SiFive E CLINT clock frequencyRomán Cárdenas1-1/+1
2023-11-22hw/riscv/virt.c: do create_fdt() earlier, add finalize_fdt()Daniel Henrique Barboza1-29/+42
2023-11-21Merge tag 'pull-xenfv-20231121' of git://git.infradead.org/users/dwmw2/qemu i...Stefan Hajnoczi1-3/+21
2023-11-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi5-20/+159
2023-11-21hw/ide/via: implement legacy/native mode switchingMark Cave-Ayland1-2/+37
2023-11-21ide/via: don't attempt to set default BAR addressesMark Cave-Ayland1-5/+0
2023-11-21ide/pci: introduce pci_ide_update_mode() functionMark Cave-Ayland1-0/+84
2023-11-21ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE ...Mark Cave-Ayland2-12/+12
2023-11-21hw/ide/ahci: fix legacy software resetNiklas Cassel1-1/+26
2023-11-21hw/xen: clean up xen_block_find_free_vdev() to avoid Coverity false positiveDavid Woodhouse1-3/+21
2023-11-21Merge tag 'pull-target-arm-20231121' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi12-48/+50
2023-11-21Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi38-40/+73
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki38-40/+73
2023-11-21ppc/pnv: Fix PNV I2C invalid status after resetGlenn Miles1-24/+18
2023-11-21ppc/pnv: PNV I2C engines assigned incorrect XSCOM addressesGlenn Miles2-3/+5
2023-11-21ppc/pnv: Fix potential overflow in I2C modelCédric Le Goater1-1/+7
2023-11-20hw/arm/fsl-imx: Do not ignore Error argumentPhilippe Mathieu-Daudé2-2/+4
2023-11-20hw/arm/stm32f100: Report error when incorrect CPU is usedPhilippe Mathieu-Daudé2-8/+8
2023-11-20hw/arm/stm32f205: Report error when incorrect CPU is usedPhilippe Mathieu-Daudé2-8/+8
2023-11-20hw/arm/stm32f405: Report error when incorrect CPU is usedPhilippe Mathieu-Daudé3-10/+13
2023-11-20hw/core/machine: Constify MachineClass::valid_cpu_types[]Gavin Shan2-18/+15
2023-11-20hw/intc/arm_gicv3: ICC_PMR_EL1 high bits should be RAZBen Dooks1-2/+2
2023-11-20Merge tag 'pull-error-2023-11-17' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi1-2/+2
2023-11-17spapr/pci: Correct "does not support hotplugging error messagesMarkus Armbruster1-2/+2
2023-11-15hw/net/cadence_gem.c: spelling fixes: OctectsMichael Tokarev1-4/+4
2023-11-15hw/mem/memory-device.c: spelling fix: ontainingMichael Tokarev1-1/+1
2023-11-15hw/cxl: spelling fixes: limitaions, potentialy, intializedMichael Tokarev2-3/+3
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