aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-02-07hw/arm/aspeed_ast10x0: Add TODO comment to use Cortex-M4FPhilippe Mathieu-Daudé
2023-02-07hw/arm/aspeed_ast10x0: Map HACE peripheralPhilippe Mathieu-Daudé
2023-02-07hw/arm/aspeed_ast10x0: Map the secure SRAMPhilippe Mathieu-Daudé
2023-02-07hw/arm/aspeed_ast10x0: Map I3C peripheralPhilippe Mathieu-Daudé
2023-02-07hw/arm/aspeed_ast10x0: Add various unimplemented peripheralsPhilippe Mathieu-Daudé
2023-02-07hw/misc/aspeed_hace: Do not crash if address_space_map() failedPhilippe Mathieu-Daudé
2023-02-07hw/watchdog/wdt_aspeed: Log unimplemented registers as UNIMP levelPhilippe Mathieu-Daudé
2023-02-07hw/watchdog/wdt_aspeed: Extend MMIO range to cover more registersPhilippe Mathieu-Daudé
2023-02-07hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize'Philippe Mathieu-Daudé
2023-02-07hw/nvram/eeprom_at24c: Make reset behavior more like hardwarePeter Delevoryas
2023-02-07hw/arm/aspeed: Add aspeed_eeprom.cPeter Delevoryas
2023-02-07hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helperPeter Delevoryas
2023-02-07hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_initPeter Delevoryas
2023-02-07hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boardsPeter Delevoryas
2023-02-07m25p80: Add the is25wp256 SFPD tableGuenter Roeck
2023-02-07hw/net: Fix read of uninitialized memory in ftgmac100Stephen Longfield
2023-02-07aspeed: Add Supermicro X11 SPI machine typeGuenter Roeck
2023-02-07tests/avocado: Truncate M2S-FG484 SOM SPI flash to 16MiBPhilippe Mathieu-Daudé
2023-02-05hw/display/sm501: Code style fixBALATON Zoltan
2023-02-05hw/display/sm501: Remove unneeded casts from void pointerBALATON Zoltan
2023-02-05hw/display/sm501: Remove parenthesis around constant macro definitionsBALATON Zoltan
2023-02-05hw/ppc/pegasos2: Fix a typo in a commentBALATON Zoltan
2023-02-05ppc/pnv/pci: Fix PHB xscom registers memory region nameFrederic Barrat
2023-02-05hw/ppc/e500.c: Attach eSDHC unimplemented region to ccsr_addr_spaceBernhard Beschow
2023-02-05hw/ppc/e500.c: Avoid hardcoding parent device in create_devtree_etsec()Bernhard Beschow
2023-02-05hw/ppc/e500{, plat}: Drop redundant checks for presence of platform busBernhard Beschow
2023-02-05hw/ppc: Set machine->fdt in e500 machinesBernhard Beschow
2023-02-05hw/pci-host/mv64361: Reuse pci_swizzle_map_irq_fnBernhard Beschow
2023-02-05ppc/pegasos2: Improve readability of VIA south bridge creationBALATON Zoltan
2023-02-04Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...Peter Maydell
2023-02-04acpi: Move the QMP command from monitor/ to hw/acpi/Markus Armbruster
2023-02-04virtio: Move HMP commands from monitor/ to hw/virtio/Markus Armbruster
2023-02-04rocker: Move HMP commands from monitor to hw/net/rocker/Markus Armbruster
2023-02-04machine: Move HMP commands from monitor/ to hw/core/Markus Armbruster
2023-02-04machine: Move QMP commands from monitor/ to hw/core/Markus Armbruster
2023-02-03Merge tag 'pull-target-arm-20230203' of https://git.linaro.org/people/pmaydel...Peter Maydell
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 36..63Peter Maydell
2023-02-03sbsa-ref: remove cortex-a76 from list of supported cpusMarcin Juszkiewicz
2023-02-03hw/arm/virt: Make accels in GIC finalize logic explicitAlexander Graf
2023-02-03hw/arm/virt: Consolidate GIC finalize logicAlexander Graf
2023-02-03hvf: arm: Add support for GICv3Alexander Graf
2023-02-03hw/char/pl011: better handling of FIFO flags on LCR resetEvgeny Iakovlev
2023-02-03hw/char/pl011: implement a reset methodEvgeny Iakovlev
2023-02-03hw/char/pl011: add post_load hook for backwards-compatibilityEvgeny Iakovlev
2023-02-03hw/char/pl011: refactor FIFO depth handling codeEvgeny Iakovlev
2023-02-03hw/arm: Use TYPE_ARM_SMMUV3Richard Henderson
2023-02-03Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell
2023-02-02Merge tag 'pull-request-2023-01-31' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito
2023-01-28Revert "vhost-user: Introduce nested event loop in vhost_user_read()"Greg Kurz