aboutsummaryrefslogtreecommitdiff
path: root/include/hw/riscv/virt.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-26hw/riscv/virt.c: add address-cells in create_fdt_one_aplic()Daniel Henrique Barboza1-0/+1
2024-02-21hw/riscv/virt.h: correct typosManos Pitsidianakis1-2/+2
2024-01-10hw/riscv/virt: Update GPEX MMIO related propertiesSunil V L1-0/+1
2024-01-10hw/riscv: virt: Make few IMSIC macros and functions publicSunil V L1-0/+25
2023-03-06hw/riscv/virt: Enable basic ACPI infrastructureSunil V L1-0/+1
2023-03-06hw/riscv/virt: Add memmap pointer to RiscVVirtStateSunil V L1-0/+1
2023-03-06hw/riscv/virt: Add a switch to disable ACPISunil V L1-0/+2
2023-03-06hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fieldsSunil V L1-0/+2
2023-01-08include: Include headers where neededMarkus Armbruster1-1/+1
2023-01-06hw/intc: sifive_plic: Change "priority-base" to start from interrupt source 0Bin Meng1-1/+1
2023-01-06hw/riscv: virt: Fix the value of "riscv, ndev" in the dtbBin Meng1-3/+2
2023-01-06hw/riscv: virt: Remove the redundant ipi-id propertyAtish Patra1-1/+0
2022-09-07hw/riscv: virt: fix the plic's address cellsConor Dooley1-0/+1
2022-04-29hw/riscv: virt: Create a platform busAlistair Francis1-1/+6
2022-04-29hw/riscv: virt: Add a machine done notifierAlistair Francis1-0/+1
2022-03-03hw/riscv: virt: Increase maximum number of allowed CPUsAnup Patel1-1/+1
2022-03-03hw/riscv: virt: Add optional AIA IMSIC support to virt machineAnup Patel1-3/+14
2022-03-03hw/riscv: virt: Add optional AIA APLIC support to virt machineAnup Patel1-6/+20
2022-01-08hw/riscv: virt: Allow support for 32 coresAlistair Francis1-1/+1
2021-10-28hw/riscv: virt: Don't use a macro for the PLIC configurationAlistair Francis1-1/+0
2021-09-21hw/riscv: virt: Add optional ACLINT support to virt machineAnup Patel1-0/+2
2021-03-22hw/riscv: Add fw_cfg support to virtAsherah Connor1-0/+2
2021-03-10hw/riscv: migrate fdt field to generic MachineStateAlex Bennée1-1/+0
2020-12-17riscv: virt: Remove target macro conditionalsAlistair Francis1-6/+0
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-08-25hw/riscv: virt: Allow creating multiple NUMA socketsAnup Patel1-2/+7
2020-02-10riscv: virt: Use Goldfish RTC deviceAnup Patel1-0/+2
2019-10-28riscv/virt: Add the PFlash CFI01 deviceAlistair Francis1-0/+3
2019-10-28riscv/virt: Manually define the machineAlistair Francis1-1/+6
2019-10-28riscv: hw: Drop "clock-frequency" property of cpu nodesBin Meng1-4/+0
2019-08-16include: Make headers more self-containedMarkus Armbruster1-0/+3
2019-05-24target/riscv: Add a base 32 and 64 bit CPUAlistair Francis1-2/+2
2019-04-04riscv: plic: Fix incorrect irq calculationAlistair Francis1-1/+1
2018-12-20hw/riscv/virt: Connect the gpex PCIeAlistair Francis1-1/+12
2018-12-20hw/riscv/virt: Increase the number of interruptsAlistair Francis1-1/+1
2018-05-06RISC-V: Make virt header comment title consistentMichael Clark1-1/+1
2018-05-06RISC-V: Make some header guards more specificMichael Clark1-2/+2
2018-05-06RISC-V: Remove unused class definitionsMichael Clark1-5/+0
2018-05-06RISC-V: Use ROM base address and size from memmapMichael Clark1-2/+0
2018-05-06RISC-V: Replace hardcoded constants with enum valuesMichael Clark1-0/+4
2018-03-07RISC-V VirtIO MachineMichael Clark1-0/+74