aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-10-22hw/riscv: shakti_c: Use MachineState::ram and MachineClass::default_ram_idBin Meng1-4/+2
2021-10-22hw/riscv: opentitan: Use MachineState::ram and MachineClass::default_ram_idBin Meng1-4/+12
2021-10-22hw/riscv: microchip_pfsoc: Use MachineState::ram and MachineClass::default_ra...Bin Meng1-16/+20
2021-10-22hw/intc: sifive_plic: Cleanup the irq_request functionAlistair Francis1-6/+4
2021-10-22hw/intc: sifive_plic: Cleanup the realize functionAlistair Francis1-21/+24
2021-10-22hw/intc: sifive_plic: Move the propertiesAlistair Francis1-15/+15
2021-10-22hw/intc: Remove the Ibex PLICAlistair Francis2-308/+0
2021-10-22hw/riscv: opentitan: Update to the latest buildAlistair Francis1-5/+17
2021-10-22target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxlRichard Henderson1-1/+1
2021-10-22hw/riscv: virt: Use machine->ram as the system memoryMingwang Li1-4/+2
2021-10-21Merge remote-tracking branch 'remotes/rth/tags/pull-arm-20211021' into stagingRichard Henderson6-60/+292
2021-10-21hw/arm/virt-acpi-build: Generate PPTT tableYanan Wang1-1/+7
2021-10-21hw/acpi/aml-build: Add PPTT tableAndrew Jones1-0/+59
2021-10-20hw/acpi/aml-build: Add Processor hierarchy node structureYanan Wang1-0/+30
2021-10-20hw/arm/virt: Add cpu-map to device treeAndrew Jones1-10/+60
2021-10-20hw/arm/virt: Only describe cpu topology since virt-6.2Yanan Wang1-0/+1
2021-10-20hw/arm/virt_acpi_build: Generate DBG2 tableEric Auger1-1/+62
2021-10-21hw/ppc/ppc4xx_pci: Fix ppc4xx_pci_map_irq() for recent Linux kernelsThomas Huth1-3/+5
2021-10-21ppc/pegasos2: Implement power-off RTAS function with VOFBALATON Zoltan1-0/+11
2021-10-21ppc/pegasos2: Add constants for PCI config addressesBALATON Zoltan1-2/+4
2021-10-21ppc/pegasos2: Access MV64361 registers via their memory regionBALATON Zoltan2-62/+56
2021-10-21ppc/pegasos2: Implement get-time-of-day RTAS function with VOFBALATON Zoltan1-0/+25
2021-10-21ppc/pegasos2: Warn when using VOF but no kernel is specifiedBALATON Zoltan1-0/+3
2021-10-21ppc/pegasos2: Restrict memory to 2 gigabytesBALATON Zoltan1-0/+4
2021-10-21hw/ppc: Fix iothread locking in the 405 codeThomas Huth1-0/+4
2021-10-21spapr/xive: Use xive_esb_rw() to trigger interruptsCédric Le Goater1-3/+1
2021-10-21hw/ppc/spapr_softmmu: Reduce include listPhilippe Mathieu-Daudé1-15/+0
2021-10-21target/ppc: Fix the test raising the decrementer exceptionCédric Le Goater1-1/+1
2021-10-21spapr/xive: Add source status helpersCédric Le Goater3-12/+8
2021-10-20hw/elf_ops.h: switch to ssize_t for elf loader return typeLuc Michel1-29/+31
2021-10-20hw/arm/sbsa-ref: Fixed cpu type error message typo.Shuuichirou Ishii1-1/+1
2021-10-20hw/arm/virt: Don't create device-tree node for empty NUMA nodeGavin Shan1-0/+13
2021-10-20hw/arm/virt-acpi-build: IORT upgrade up to revision E.bEric Auger1-19/+29
2021-10-20pci: fix PCI resource reserve capability on BEMichael S. Tsirkin1-5/+5
2021-10-20vhost-vdpa: multiqueue supportJason Wang1-1/+1
2021-10-20virtio-net: vhost control virtqueue supportJason Wang2-5/+20
2021-10-20vhost: record the last virtqueue index for the virtio deviceJason Wang1-3/+9
2021-10-20virtio-net: use "queue_pairs" instead of "queues" when possibleJason Wang2-78/+78
2021-10-20vhost-net: control virtqueue supportJason Wang3-15/+36
2021-10-20vhost-vdpa: prepare for the multiqueue supportJason Wang1-2/+2
2021-10-20vhost-vdpa: classify one time requestJason Wang1-6/+47
2021-10-20qdev/qbus: remove failover specific codeLaurent Vivier1-1/+11
2021-10-20failover: fix a regression introduced by JSON'ification of -deviceLaurent Vivier1-6/+18
2021-10-20vhost-user: fix duplicated notifier MR initXueming Li1-2/+3
2021-10-20vhost-user-rng-pci: Add vhost-user-rng-pci implementationMathieu Poirier2-0/+80
2021-10-20vhost-user-rng: Add vhost-user-rng implementationMathieu Poirier3-0/+295
2021-10-20virtio-iommu: Drop base_name and change generic_nameEric Auger1-2/+1
2021-10-20virtio-iommu: Remove the non transitional nameEric Auger1-1/+0
2021-10-20vdpa: Check for iova range at mappings changesEugenio Pérez2-16/+49
2021-10-20vdpa: Add vhost_vdpa_section_endEugenio Pérez1-7/+15