aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-09-24hw/net: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
2024-09-24hw/arm: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
2024-09-24hw/acpi: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
2024-09-24virtio-mem: Add support for suspend+wake-up with plugged memoryJuraj Marcin
2024-09-24virtio-mem: Use new Resettable framework instead of LegacyResetJuraj Marcin
2024-09-24reset: Add RESET_TYPE_WAKEUPJuraj Marcin
2024-09-24reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()Juraj Marcin
2024-09-24virtio: kconfig: memory devices are PCI onlyPaolo Bonzini
2024-09-20license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé
2024-09-20license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-laterPhilippe Mathieu-Daudé
2024-09-20license: Simplify GPL-2.0-or-later license descriptionsPhilippe Mathieu-Daudé
2024-09-20hw/sysbus: Remove unused sysbus_mmio_unmapDr. David Alan Gilbert
2024-09-20hw/display: Fix mirrored output in dm163Inès Varhol
2024-09-20hw/virtio/Kconfig: Include vhost-user-scmi only on arm targetsThomas Huth
2024-09-20hw/loongarch/virt: Add description for virt machine typeBibo Mao
2024-09-20hw/mips/jazz: fix typo in in-built NIC aliasMark Cave-Ayland
2024-09-20ppc: fix incorrect spelling of PowerMacTejas Vipin
2024-09-20mark <zlib.h> with for-crc32 in a consistent mannerMichael Tokarev
2024-09-19hw/char/stm32l4x5_usart.c: Enable USART ACK bit responseJacob Abrams
2024-09-18mac_dbdma: Remove leftover `dma_memory_unmap` callsMattias Nissler
2024-09-17Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell
2024-09-17Merge tag 'pull-vfio-20240917' of https://github.com/legoater/qemu into stagingPeter Maydell
2024-09-17hw/block: fix uint32 overflowDmitry Frolov
2024-09-17vfio/igd: correctly calculate stolen memory size for gen 9 and laterCorvin Köhne
2024-09-17vfio/igd: don't set stolen memory size to zeroCorvin Köhne
2024-09-17vfio/igd: add ID's for ElkhartLake and TigerLakeCorvin Köhne
2024-09-17vfio/igd: add new bar0 quirk to emulate BDSM mirrorCorvin Köhne
2024-09-17vfio/igd: use new BDSM register location and size for gen 11 and laterCorvin Köhne
2024-09-17vfio/igd: support legacy mode for all known generationsCorvin Köhne
2024-09-17vfio/igd: return an invalid generation for unknown devicesCorvin Köhne
2024-09-17hw/vfio/pci.c: Use correct type in trace_vfio_msix_early_setup()Peter Maydell
2024-09-16aspeed: Add tmp105 in i2c bus 0 for AST2700Jamin Lin
2024-09-16aspeed/soc: Support I2C for AST2700Jamin Lin
2024-09-16aspeed/soc: Introduce a new API to get the device irqJamin Lin
2024-09-16hw/i2c/aspeed: Add support for 64 bit addressesJamin Lin
2024-09-16hw/i2c/aspeed: Add support for Tx/Rx buffer 64 bit addressesJamin Lin
2024-09-16hw/i2c/aspeed: Add AST2700 supportJamin Lin
2024-09-16hw/i2c/aspeed: Introduce a new dma_dram_offset attribute in AspeedI2CbusJamin Lin
2024-09-16hw/i2c/aspeed: Support discontinuous poll buffer memory region of I2C busJamin Lin
2024-09-16hw/i2c/aspeed: Introduce a new bus pool buffer attribute in AspeedI2CbusJamin Lin
2024-09-16hw/i2c/aspeed: Support discontinuous register memory region of I2C busJamin Lin
2024-09-16hw/gpio/aspeed_gpio: Avoid shift into sign bitPeter Maydell
2024-09-13hw/pci-host: remove break after g_assert_not_reached()Pierrick Bouvier
2024-09-13hw/misc: remove break after g_assert_not_reached()Pierrick Bouvier
2024-09-13hw/gpio: remove break after g_assert_not_reached()Pierrick Bouvier
2024-09-13hw/watchdog: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
2024-09-13hw/core: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
2024-09-13hw/char: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
2024-09-13hw/input/adb-mouse: convert to use QemuInputHandlerMark Cave-Ayland
2024-09-13hw/char/escc: convert Sun mouse to use QemuInputHandlerMark Cave-Ayland