index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
riscv
/
virt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/riscv/virt: Replace sprintf by g_strdup_printf
Philippe Mathieu-Daudé
2024-04-25
1
-8
/
+9
*
target/riscv/kvm: fix timebase-frequency when using KVM acceleration
Yong-Xuan Wang
2024-03-22
1
-0
/
+2
*
smbios: get rid of global smbios_ep_type
Igor Mammedov
2024-03-18
1
-3
/
+3
*
smbios: get rid of smbios_legacy global
Igor Mammedov
2024-03-18
1
-1
/
+1
*
hw/riscv/virt.c: make aclint compatible with 'qtest' accel
Daniel Henrique Barboza
2024-03-08
1
-25
/
+27
*
hw/riscv/virt.c: add virtio-iommu-pci hotplug support
Daniel Henrique Barboza
2024-03-08
1
-1
/
+35
*
hw/riscv/virt.c: create '/soc/pci@...' fdt node earlier
Daniel Henrique Barboza
2024-03-08
1
-1
/
+8
*
target/riscv: SMBIOS support for RISC-V virt machine
Heinrich Schuchardt
2024-02-09
1
-0
/
+42
*
target/riscv: support new isa extension detection devicetree properties
Conor Dooley
2024-02-09
1
-3
/
+1
*
hw/riscv/virt.c: use g_autofree in create_fdt_*
Daniel Henrique Barboza
2024-02-09
1
-56
/
+22
*
hw/riscv/virt.c: use g_autofree in virt_machine_init()
Daniel Henrique Barboza
2024-02-09
1
-3
/
+2
*
hw/riscv/virt.c: use g_autofree in create_fdt_virtio()
Daniel Henrique Barboza
2024-02-09
1
-3
/
+2
*
hw/riscv/virt.c: use g_autofree in create_fdt_sockets()
Daniel Henrique Barboza
2024-02-09
1
-6
/
+3
*
hw/riscv/virt.c: use g_autofree in create_fdt_socket_cpus()
Daniel Henrique Barboza
2024-02-09
1
-7
/
+5
*
target/riscv: add zicbop extension flag
Daniel Henrique Barboza
2024-01-10
1
-0
/
+5
*
hw/riscv/virt.c: fix the interrupts-extended property format of PLIC
Yong-Xuan Wang
2024-01-10
1
-20
/
+27
*
hw/riscv/virt: Update GPEX MMIO related properties
Sunil V L
2024-01-10
1
-15
/
+32
*
hw/riscv: virt: Make few IMSIC macros and functions public
Sunil V L
2024-01-10
1
-24
/
+1
*
hw/riscv/virt.c: do create_fdt() earlier, add finalize_fdt()
Daniel Henrique Barboza
2023-11-22
1
-29
/
+42
*
target/riscv: Use existing PMU counter mask in FDT generation
Rob Bradford
2023-11-07
1
-1
/
+1
*
target/riscv: rename ext_icboz to ext_zicboz
Daniel Henrique Barboza
2023-11-07
1
-1
/
+1
*
target/riscv: rename ext_icbom to ext_zicbom
Daniel Henrique Barboza
2023-11-07
1
-1
/
+1
*
target/riscv: move KVM only files to kvm subdir
Daniel Henrique Barboza
2023-10-12
1
-1
/
+1
*
hw/riscv/virt.c: fix non-KVM --enable-debug build
Daniel Henrique Barboza
2023-09-11
1
-3
/
+3
*
hw/riscv: virt: Fix riscv,pmu DT node path
Conor Dooley
2023-09-11
1
-1
/
+1
*
target/riscv: select KVM AIA in riscv virt machine
Yong-Xuan Wang
2023-09-11
1
-31
/
+63
*
target/riscv: support the AIA device emulation with KVM enabled
Yong-Xuan Wang
2023-09-11
1
-153
/
+137
*
riscv: spelling fixes
Michael Tokarev
2023-09-08
1
-2
/
+2
*
hw/riscv/virt.c: change 'aclint' TCG check
Daniel Henrique Barboza
2023-08-11
1
-7
/
+13
*
hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
Daniel Henrique Barboza
2023-07-10
1
-7
/
+7
*
hw/riscv: virt: Convert fdt_load_addr to uint64_t
Lakshmi Bai Raja Subramanian
2023-07-10
1
-1
/
+1
*
riscv: Generate devicetree only after machine initialization is complete
Guenter Roeck
2023-07-10
1
-11
/
+11
*
hw/riscv/virt: Restrict ACLINT to TCG
Philippe Mathieu-Daudé
2023-07-10
1
-8
/
+10
*
hw/riscv/virt.c: fix typo in 'aia' description
Daniel Henrique Barboza
2023-07-08
1
-1
/
+1
*
hw/riscv: Validate cluster and NUMA node boundary
Gavin Shan
2023-06-26
1
-0
/
+2
*
riscv/virt: Support using pflash via -blockdev option
Sunil V L
2023-06-13
1
-3
/
+5
*
hw/riscv: virt: Assume M-mode FW in pflash0 only when "-bios none"
Sunil V L
2023-06-13
1
-32
/
+21
*
bulk: Remove pointless QOM casts
Philippe Mathieu-Daudé
2023-06-05
1
-5
/
+5
*
hw/riscv/virt.c: Initialize the ACPI tables
Sunil V L
2023-03-06
1
-0
/
+4
*
hw/riscv/virt: Add memmap pointer to RiscVVirtState
Sunil V L
2023-03-06
1
-0
/
+2
*
hw/riscv/virt: Add a switch to disable ACPI
Sunil V L
2023-03-06
1
-0
/
+29
*
hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fields
Sunil V L
2023-03-06
1
-0
/
+5
*
riscv: Correctly set the device-tree entry 'mmu-type'
Alexandre Ghiti
2023-03-06
1
-8
/
+11
*
hw/riscv/virt.c: add cbo[mz]-block-size fdt properties
Anup Patel
2023-03-05
1
-0
/
+11
*
hw/riscv: Move the dtb load bits outside of create_fdt()
Bin Meng
2023-03-01
1
-15
/
+14
*
hw/riscv: Skip re-generating DT nodes for a given DTB
Bin Meng
2023-03-01
1
-0
/
+1
*
hw/riscv/virt.c: do not use RISCV_FEATURE_MMU in create_fdt_socket_cpus()
Daniel Henrique Barboza
2023-03-01
1
-3
/
+4
*
hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()
Daniel Henrique Barboza
2023-02-16
1
-10
/
+1
*
hw/riscv: handle 32 bit CPUs kernel_entry in riscv_load_kernel()
Daniel Henrique Barboza
2023-02-16
1
-1
/
+2
*
hw/riscv: virt: Simplify virt_{get,set}_aclint()
Bin Meng
2023-02-07
1
-4
/
+2
[next]