aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth4-0/+4
2023-02-14include/hw: Do not include "hw/registerfields.h" in headers that don't need itThomas Huth2-0/+2
2023-02-14hw/misc/sga: Remove the deprecated "sga" deviceThomas Huth4-77/+0
2023-02-09virtio-blk: add missing AioContext lockEmanuele Giuseppe Esposito1-0/+5
2023-02-09vhost-user-fs: Back up vqs before cleaning up vhost_devAkihiko Odaki1-2/+2
2023-02-08Drop duplicate #includeMarkus Armbruster20-21/+0
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster7-8/+0
2023-02-08Fix non-first inclusions of qemu/osdep.hMarkus Armbruster1-1/+1
2023-02-08hw/input: Clean up includesMarkus Armbruster1-1/+0
2023-02-07Merge tag 'pull-aspeed-20230207' of https://github.com/legoater/qemu into sta...Peter Maydell17-111/+402
2023-02-07Merge tag 'pull-riscv-to-apply-20230207' of https://github.com/alistair23/qem...Peter Maydell6-303/+355
2023-02-07Merge tag 'migration-20230206-pull-request' of https://gitlab.com/juan.quinte...Peter Maydell5-19/+162
2023-02-07aspeed/sdmc: Drop unnecessary scu includeJoel Stanley1-1/+0
2023-02-07hw/arm/aspeed_ast10x0: Add TODO comment to use Cortex-M4FPhilippe Mathieu-Daudé1-1/+1
2023-02-07hw/arm/aspeed_ast10x0: Map HACE peripheralPhilippe Mathieu-Daudé1-0/+15
2023-02-07hw/arm/aspeed_ast10x0: Map the secure SRAMPhilippe Mathieu-Daudé1-1/+10
2023-02-07hw/arm/aspeed_ast10x0: Map I3C peripheralPhilippe Mathieu-Daudé1-0/+16
2023-02-07hw/arm/aspeed_ast10x0: Add various unimplemented peripheralsPhilippe Mathieu-Daudé1-0/+35
2023-02-07hw/misc/aspeed_hace: Do not crash if address_space_map() failedPhilippe Mathieu-Daudé1-6/+15
2023-02-07hw/watchdog/wdt_aspeed: Log unimplemented registers as UNIMP levelPhilippe Mathieu-Daudé1-0/+13
2023-02-07hw/watchdog/wdt_aspeed: Extend MMIO range to cover more registersPhilippe Mathieu-Daudé1-1/+2
2023-02-07hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize'Philippe Mathieu-Daudé4-10/+10
2023-02-07hw/nvram/eeprom_at24c: Make reset behavior more like hardwarePeter Delevoryas1-12/+10
2023-02-07hw/arm/aspeed: Add aspeed_eeprom.cPeter Delevoryas4-3/+109
2023-02-07hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helperPeter Delevoryas1-5/+31
2023-02-07hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_initPeter Delevoryas1-52/+43
2023-02-07hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boardsPeter Delevoryas3-24/+18
2023-02-07m25p80: Add the is25wp256 SFPD tableGuenter Roeck3-1/+44
2023-02-07hw/net: Fix read of uninitialized memory in ftgmac100Stephen Longfield1-2/+2
2023-02-07aspeed: Add Supermicro X11 SPI machine typeGuenter Roeck1-0/+33
2023-02-07tests/avocado: Truncate M2S-FG484 SOM SPI flash to 16MiBPhilippe Mathieu-Daudé1-1/+4
2023-02-07hw/riscv: virt: Simplify virt_{get,set}_aclint()Bin Meng1-4/+2
2023-02-07hw/riscv: change riscv_compute_fdt_addr() semanticsDaniel Henrique Barboza5-16/+31
2023-02-07hw/riscv: split fdt address calculation from fdt loadDaniel Henrique Barboza5-16/+40
2023-02-07hw/riscv/boot.c: calculate fdt size after fdt_pack()Daniel Henrique Barboza1-4/+6
2023-02-07hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'Daniel Henrique Barboza1-9/+9
2023-02-07hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'Daniel Henrique Barboza1-217/+217
2023-02-07hw/riscv/virt.c: calculate socket count once in create_fdt_imsic()Daniel Henrique Barboza1-15/+19
2023-02-07hw/riscv: boot: Don't use CSRs if they are disabledAlistair Francis1-0/+9
2023-02-07include/hw/riscv/opentitan: update opentitan IRQsWilfred Mallawa1-40/+40
2023-02-06virtio-mem: Proper support for preallocation with migrationDavid Hildenbrand1-0/+87
2023-02-06virtio-mem: Migrate immutable properties earlyDavid Hildenbrand2-3/+52
2023-02-06virtio-mem: Fail if a memory backend with "prealloc=on" is specifiedDavid Hildenbrand1-0/+6
2023-02-06migration: Remove unused threshold_size parameterJuan Quintela2-2/+1
2023-02-06migration: Split save_live_pending() into state_pending_*Juan Quintela3-16/+18
2023-02-06migration: No save_live_pending() method uses the QEMUFile parameterJuan Quintela2-2/+2
2023-02-06mac_oldworld: Allow specifying nvram backing storeBALATON Zoltan1-1/+7
2023-02-06mac_nvram: Add block backend to persist NVRAM contentsBALATON Zoltan1-0/+28
2023-02-06hw/misc/macio: Return bool from functions taking errpBALATON Zoltan1-37/+25
2023-02-06hw/misc/macio: Remove some single use local variablesBALATON Zoltan1-8/+5