aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-11-23hw/core: skip loading debug on all failuresAlex Bennée
2023-11-23target/nios2: Deprecate the Nios II architecturePhilippe Mathieu-Daudé
2023-11-22riscv: Fix SiFive E CLINT clock frequencyRomán Cárdenas
2023-11-22hw/riscv/virt.c: do create_fdt() earlier, add finalize_fdt()Daniel Henrique Barboza
2023-11-21Merge tag 'pull-xenfv-20231121' of git://git.infradead.org/users/dwmw2/qemu i...Stefan Hajnoczi
2023-11-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-11-21hw/ide/via: implement legacy/native mode switchingMark Cave-Ayland
2023-11-21ide/via: don't attempt to set default BAR addressesMark Cave-Ayland
2023-11-21ide/pci: introduce pci_ide_update_mode() functionMark Cave-Ayland
2023-11-21ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE ...Mark Cave-Ayland
2023-11-21hw/ide/ahci: fix legacy software resetNiklas Cassel
2023-11-21hw/xen: clean up xen_block_find_free_vdev() to avoid Coverity false positiveDavid Woodhouse
2023-11-21Merge tag 'pull-target-arm-20231121' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-11-21Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki
2023-11-21ppc/pnv: Fix PNV I2C invalid status after resetGlenn Miles
2023-11-21ppc/pnv: PNV I2C engines assigned incorrect XSCOM addressesGlenn Miles
2023-11-21ppc/pnv: Fix potential overflow in I2C modelCédric Le Goater
2023-11-20hw/arm/fsl-imx: Do not ignore Error argumentPhilippe Mathieu-Daudé
2023-11-20hw/arm/stm32f100: Report error when incorrect CPU is usedPhilippe Mathieu-Daudé
2023-11-20hw/arm/stm32f205: Report error when incorrect CPU is usedPhilippe Mathieu-Daudé
2023-11-20hw/arm/stm32f405: Report error when incorrect CPU is usedPhilippe Mathieu-Daudé
2023-11-20hw/core/machine: Constify MachineClass::valid_cpu_types[]Gavin Shan
2023-11-20hw/intc/arm_gicv3: ICC_PMR_EL1 high bits should be RAZBen Dooks
2023-11-20Merge tag 'pull-error-2023-11-17' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi
2023-11-17spapr/pci: Correct "does not support hotplugging error messagesMarkus Armbruster
2023-11-15hw/net/cadence_gem.c: spelling fixes: OctectsMichael Tokarev
2023-11-15hw/mem/memory-device.c: spelling fix: ontainingMichael Tokarev
2023-11-15hw/cxl: spelling fixes: limitaions, potentialy, intializedMichael Tokarev
2023-11-15hw/audio/virtio-snd.c: spelling: initalizeMichael Tokarev
2023-11-15hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' headerPhilippe Mathieu-Daudé
2023-11-14Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi
2023-11-14Merge tag 'misc-fixes-20231113' of https://github.com/philmd/qemu into stagingStefan Hajnoczi
2023-11-14Merge tag 'pull-target-arm-20231113' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-11-14Merge tag 'pull-pa-20231113' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-11-13hw/hppa: Require at least SeaBIOS-hppa version 12Helge Deller
2023-11-13hw/hppa: Move software power button address to page zeroHelge Deller
2023-11-13hw/pci-host/astro: Fix boot for C3700 machineHelge Deller
2023-11-13hw/display/vmware_vga: fix probably typoAlexandra Diupina
2023-11-13hw/mips: LOONGSON3V depends on UNIMP deviceMarc-André Lureau
2023-11-13hw/arm/virt: fix GIC maintenance IRQ registrationJean-Philippe Brucker
2023-11-13Merge tag 'pull-request-2023-11-13' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2023-11-13hw/audio/es1370: Clean up commentPeter Maydell
2023-11-13s390x/pci: only limit DMA aperture if vfio DMA limit reportedMatthew Rosato
2023-11-13s390x/pci: bypass vfio DMA counting when using cdevMatthew Rosato
2023-11-13virtio-mem: fix division by zero in virtio_mem_activate_memslots_to_plug()David Hildenbrand
2023-11-13igb: Add Function Level Reset to PF and VFCédric Le Goater
2023-11-13igb: Add a VF reset handlerCédric Le Goater
2023-11-10qdev: Rework array properties based on list visitorKevin Wolf
2023-11-10qdev: Make netdev properties work as list elementsKevin Wolf