aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
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-07hw/riscv: virt: Simplify virt_{get,set}_aclint()Bin Meng
2023-02-07hw/riscv: change riscv_compute_fdt_addr() semanticsDaniel Henrique Barboza
2023-02-07hw/riscv: split fdt address calculation from fdt loadDaniel Henrique Barboza
2023-02-07hw/riscv/boot.c: calculate fdt size after fdt_pack()Daniel Henrique Barboza
2023-02-07hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'Daniel Henrique Barboza
2023-02-07hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'Daniel Henrique Barboza
2023-02-07hw/riscv/virt.c: calculate socket count once in create_fdt_imsic()Daniel Henrique Barboza
2023-02-07hw/riscv: boot: Don't use CSRs if they are disabledAlistair Francis
2023-02-07include/hw/riscv/opentitan: update opentitan IRQsWilfred Mallawa
2023-02-06virtio-mem: Proper support for preallocation with migrationDavid Hildenbrand
2023-02-06virtio-mem: Migrate immutable properties earlyDavid Hildenbrand
2023-02-06virtio-mem: Fail if a memory backend with "prealloc=on" is specifiedDavid Hildenbrand
2023-02-06migration: Remove unused threshold_size parameterJuan Quintela
2023-02-06migration: Split save_live_pending() into state_pending_*Juan Quintela
2023-02-06migration: No save_live_pending() method uses the QEMUFile parameterJuan Quintela
2023-02-06mac_oldworld: Allow specifying nvram backing storeBALATON Zoltan
2023-02-06mac_nvram: Add block backend to persist NVRAM contentsBALATON Zoltan
2023-02-06hw/misc/macio: Return bool from functions taking errpBALATON Zoltan
2023-02-06hw/misc/macio: Remove some single use local variablesBALATON Zoltan
2023-02-06hw/misc/macio: Rename sysbus_dev to sbd for consistency and brevityBALATON Zoltan
2023-02-06hw/misc/macio: Avoid some QOM castsBALATON Zoltan
2023-02-06mac_{old,new}world: Use local variable instead of qdev_get_machine()BALATON Zoltan
2023-02-06input/adb: Only include header where neededBALATON Zoltan
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