index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
riscv
/
virt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-06
hw/riscv: virt: Fix the value of "riscv, ndev" in the dtb
Bin Meng
1
-1
/
+2
2023-01-06
hw/riscv: virt: Remove the redundant ipi-id property
Atish Patra
1
-4
/
+0
2022-10-14
hw/riscv: virt: Enable booting S-mode firmware from pflash
Sunil V L
1
-1
/
+17
2022-10-14
hw/riscv: virt: Move create_fw_cfg() prior to loading kernel
Sunil V L
1
-7
/
+7
2022-09-07
hw/riscv: virt: Add PMU DT node to the device tree
Atish Patra
1
-0
/
+16
2022-09-07
target/riscv: Use official extension names for AIA CSRs
Anup Patel
1
-11
/
+2
2022-09-07
hw/riscv: virt: fix syscon subnode paths
Conor Dooley
1
-2
/
+2
2022-09-07
hw/riscv: virt: fix the plic's address cells
Conor Dooley
1
-0
/
+2
2022-09-07
hw/riscv: virt: fix uart node name
Conor Dooley
1
-1
/
+1
2022-09-07
hw/riscv: remove 'fdt' param from riscv_setup_rom_reset_vec()
Daniel Henrique Barboza
1
-1
/
+1
2022-09-07
hw/riscv: virt: pass random seed to fdt
Jason A. Donenfeld
1
-0
/
+6
2022-06-10
hw/riscv: virt: Generate fw_cfg DT node correctly
Atish Patra
1
-10
/
+18
2022-05-24
hw/riscv: virt: Fix interrupt parent for dynamic platform devices
Anup Patel
1
-13
/
+12
2022-05-24
hw/riscv: Make CPU config error handling generous (virt/spike)
Tsukasa OI
1
-1
/
+1
2022-04-29
hw/riscv: Enable TPM backends
Alistair Francis
1
-0
/
+4
2022-04-29
hw/riscv: virt: Add device plug support
Alistair Francis
1
-0
/
+35
2022-04-29
hw/riscv: virt: Add support for generating platform FDT entries
Alistair Francis
1
-0
/
+19
2022-04-29
hw/riscv: virt: Create a platform bus
Alistair Francis
1
-19
/
+49
2022-04-29
hw/riscv: virt: Add a machine done notifier
Alistair Francis
1
-90
/
+101
2022-04-29
hw/riscv: Don't add empty bootargs to device tree
Bin Meng
1
-1
/
+1
2022-04-22
hw/riscv: virt: fix DT property mmu-type when CPU mmu option is disabled
Niklas Cassel
1
-2
/
+8
2022-04-22
hw/riscv: virt: Exit if the user provided -bios in combination with KVM
Ralf Ramsauer
1
-4
/
+10
2022-03-03
hw/riscv: virt: Increase maximum number of allowed CPUs
Anup Patel
1
-0
/
+10
2022-03-03
hw/riscv: virt: Add optional AIA IMSIC support to virt machine
Anup Patel
1
-81
/
+358
2022-03-03
hw/riscv: virt: Add optional AIA APLIC support to virt machine
Anup Patel
1
-53
/
+238
2022-02-16
hw/riscv: virt: Use AIA INTC compatible string when available
Anup Patel
1
-2
/
+11
2022-01-21
target/riscv: Support start kernel directly by KVM
Yifei Jiang
1
-25
/
+58
2021-10-28
hw/riscv: virt: Use the PLIC config helper function
Alistair Francis
1
-19
/
+1
2021-10-28
hw/riscv: virt: Don't use a macro for the PLIC configuration
Alistair Francis
1
-1
/
+1
2021-10-22
hw/riscv: virt: Use machine->ram as the system memory
Mingwang Li
1
-4
/
+2
2021-09-21
hw/riscv: virt: Add optional ACLINT support to virt machine
Anup Patel
1
-1
/
+112
2021-09-21
hw/riscv: virt: Re-factor FDT generation
Anup Patel
1
-200
/
+327
2021-09-21
hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINT
Anup Patel
1
-5
/
+9
2021-09-21
hw/intc: Rename sifive_clint sources to riscv_aclint sources
Anup Patel
1
-1
/
+1
2021-09-21
hw/intc: sifive_plic: Convert the PLIC to use RISC-V CPU GPIO lines
Alistair Francis
1
-1
/
+1
2021-09-01
hw/riscv/virt.c: Assemble plic_hart_config string with g_strjoinv()
Peter Maydell
1
-13
/
+20
2021-09-01
hw/riscv: virt: Move flash node to root
Bin Meng
1
-1
/
+1
2021-08-26
arch_init.h: Don't include arch_init.h unnecessarily
Peter Maydell
1
-1
/
+0
2021-06-08
hw/riscv: Use macros for BIOS image names
Bin Meng
1
-4
/
+2
2021-06-08
hw/riscv: Support the official PLIC DT bindings
Bin Meng
1
-1
/
+5
2021-06-08
hw/riscv: Support the official CLINT DT bindings
Bin Meng
1
-1
/
+5
2021-06-08
hw/riscv: virt: Switch to use qemu_fdt_setprop_string_array() helper
Bin Meng
1
-2
/
+5
2021-05-02
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
1
-1
/
+0
2021-03-22
hw/riscv: allow ramfb on virt
Asherah Connor
1
-0
/
+3
2021-03-22
hw/riscv: Add fw_cfg support to virt
Asherah Connor
1
-0
/
+30
2021-03-10
hw/riscv: migrate fdt field to generic MachineState
Alex Bennée
1
-10
/
+10
2021-03-04
hw/riscv: virt: Map high mmio for PCIe
Bin Meng
1
-2
/
+33
2021-03-04
hw/riscv: virt: Limit RAM size in a 32-bit system
Bin Meng
1
-0
/
+10
2021-03-04
hw/riscv: virt: Drop the 'link_up' parameter of gpex_pcie_init()
Bin Meng
1
-7
/
+7
2021-03-04
hw/riscv: Drop 'struct MemmapEntry'
Bin Meng
1
-6
/
+3
[next]