aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-06hw/misc/macio: Rename sysbus_dev to sbd for consistency and brevityBALATON Zoltan1-43/+35
2023-02-06hw/misc/macio: Avoid some QOM castsBALATON Zoltan1-7/+7
2023-02-06mac_{old,new}world: Use local variable instead of qdev_get_machine()BALATON Zoltan2-4/+2
2023-02-06input/adb: Only include header where neededBALATON Zoltan3-6/+0
2023-02-05hw/display/sm501: Code style fixBALATON Zoltan1-1/+2
2023-02-05hw/display/sm501: Remove unneeded casts from void pointerBALATON Zoltan1-11/+11
2023-02-05hw/display/sm501: Remove parenthesis around constant macro definitionsBALATON Zoltan1-197/+197
2023-02-05hw/ppc/pegasos2: Fix a typo in a commentBALATON Zoltan1-1/+1
2023-02-05ppc/pnv/pci: Fix PHB xscom registers memory region nameFrederic Barrat1-1/+1
2023-02-05hw/ppc/e500.c: Attach eSDHC unimplemented region to ccsr_addr_spaceBernhard Beschow1-3/+7
2023-02-05hw/ppc/e500.c: Avoid hardcoding parent device in create_devtree_etsec()Bernhard Beschow1-1/+1
2023-02-05hw/ppc/e500{, plat}: Drop redundant checks for presence of platform busBernhard Beschow2-9/+5
2023-02-05hw/ppc: Set machine->fdt in e500 machinesBernhard Beschow1-1/+6
2023-02-05hw/pci-host/mv64361: Reuse pci_swizzle_map_irq_fnBernhard Beschow1-6/+1
2023-02-05ppc/pegasos2: Improve readability of VIA south bridge creationBALATON Zoltan1-7/+7
2023-02-04Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...Peter Maydell8-0/+1022
2023-02-04acpi: Move the QMP command from monitor/ to hw/acpi/Markus Armbruster2-0/+31
2023-02-04virtio: Move HMP commands from monitor/ to hw/virtio/Markus Armbruster2-0/+322
2023-02-04rocker: Move HMP commands from monitor to hw/net/rocker/Markus Armbruster2-0/+317
2023-02-04machine: Move HMP commands from monitor/ to hw/core/Markus Armbruster1-0/+208
2023-02-04machine: Move QMP commands from monitor/ to hw/core/Markus Armbruster1-0/+144
2023-02-03Merge tag 'pull-target-arm-20230203' of https://git.linaro.org/people/pmaydel...Peter Maydell4-118/+200
2023-02-03target/arm: Mark up sysregs for HFGRTR bits 36..63Peter Maydell1-0/+2
2023-02-03sbsa-ref: remove cortex-a76 from list of supported cpusMarcin Juszkiewicz1-1/+0
2023-02-03hw/arm/virt: Make accels in GIC finalize logic explicitAlexander Graf1-1/+6
2023-02-03hw/arm/virt: Consolidate GIC finalize logicAlexander Graf1-96/+102
2023-02-03hvf: arm: Add support for GICv3Alexander Graf1-1/+15