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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-21
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
12
-24
/
+24
2024-12-21
Merge tag 'pull-riscv-to-apply-20241220' of https://github.com/alistair23/qem...
Stefan Hajnoczi
17
-111
/
+836
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
11
-23
/
+23
2024-12-20
hw/riscv: Add the checking if DTB overlaps to kernel or initrd
Jim Shu
1
-1
/
+24
2024-12-20
hw/riscv: Add a new struct RISCVBootInfo
Jim Shu
7
-48
/
+73
2024-12-20
hw/riscv: Support to load DTB after 3GB memory on 64-bit system.
Jim Shu
5
-13
/
+19
2024-12-20
hw/acpi: Upgrade ACPI SPCR table to support SPCR table revision 4 format
Sia Jee Heng
1
-3
/
+9
2024-12-20
hw/riscv: Add Microblaze V generic board
Sai Pavan Boddu
3
-0
/
+193
2024-12-20
hw/intc/riscv_aplic: add kvm_msicfgaddr for split mode aplic-imsic
Daniel Henrique Barboza
1
-1
/
+5
2024-12-20
hw/riscv/virt.c, riscv_aplic.c: add 'emulated_aplic' helpers
Daniel Henrique Barboza
1
-2
/
+12
2024-12-20
hw/riscv/virt.c: rename helper to virt_use_kvm_aia_aplic_imsic()
Daniel Henrique Barboza
1
-5
/
+7
2024-12-20
hw/riscv/virt.c: reduce virt_use_kvm_aia() usage
Daniel Henrique Barboza
1
-6
/
+4
2024-12-20
hw/riscv/riscv-iommu: implement reset protocol
Daniel Henrique Barboza
5
-0
/
+78
2024-12-20
hw/riscv/virt.c, riscv-iommu-sys.c: add MSIx support
Daniel Henrique Barboza
3
-5
/
+119
2024-12-20
hw/riscv/virt: Add IOMMU as platform device if the option is set
Sunil V L
1
-2
/
+102
2024-12-20
hw/riscv: add riscv-iommu-sys platform device
Tomasz Jeznach
3
-3
/
+130
2024-12-20
hw/riscv/riscv-iommu: parametrize CAP.IGS
Daniel Henrique Barboza
4
-0
/
+16
2024-12-20
hw/riscv/riscv-iommu.c: add riscv_iommu_instance_init()
Daniel Henrique Barboza
1
-32
/
+39
2024-12-20
hw/riscv/riscv-iommu.c: Correct the validness check of iova
Jason Chien
1
-3
/
+20
2024-12-19
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
5
-5
/
+0
2024-12-15
hw/riscv: Constify all Property
Richard Henderson
5
-5
/
+5
2024-12-13
hw/riscv/virt: Remove pointless GPEX_HOST() cast
Philippe Mathieu-Daudé
1
-11
/
+9
2024-11-07
hw/riscv/riscv-iommu: fix riscv_iommu_validate_process_ctx() check
Daniel Henrique Barboza
1
-1
/
+1
2024-11-07
hw/riscv/riscv-iommu: change 'depth' to int
Daniel Henrique Barboza
1
-1
/
+1
2024-11-05
hw/riscv/iommu: fix build error with clang
Pierrick Bouvier
1
-3
/
+20
2024-10-31
hw/riscv/riscv-iommu: add DBG support
Tomasz Jeznach
2
-0
/
+76
2024-10-31
hw/riscv/riscv-iommu: add ATS support
Tomasz Jeznach
4
-3
/
+171
2024-10-31
hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
Tomasz Jeznach
2
-4
/
+203
2024-10-31
hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
Tomasz Jeznach
1
-1
/
+32
2024-10-31
hw/riscv: add riscv-iommu-pci reference device
Tomasz Jeznach
2
-1
/
+203
2024-10-31
hw/riscv: add RISC-V IOMMU base emulation
Tomasz Jeznach
7
-0
/
+2185
2024-10-31
hw/riscv: add riscv-iommu-bits.h
Tomasz Jeznach
1
-0
/
+345
2024-10-30
target/riscv: Add fw_dynamic_info32 for booting RV32 OpenSBI
TANG Tiancheng
2
-13
/
+25
2024-10-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
4
-4
/
+2
2024-10-03
hw/char: Extract serial-mm
Bernhard Beschow
2
-2
/
+2
2024-10-03
hw: Remove unused inclusion of hw/char/serial.h
Bernhard Beschow
2
-2
/
+0
2024-10-02
hw/riscv: Respect firmware ELF entry point
Samuel Holland
7
-20
/
+22
2024-08-19
Revert "hw/riscv/virt.c: imsics DT: add '#msi-cells'"
Andrew Jones
1
-1
/
+0
2024-07-22
hw/riscv/virt-acpi-build.c: Update the HID of RISC-V UART
Sunil V L
1
-1
/
+1
2024-07-22
hw/riscv/virt-acpi-build.c: Add namespace devices for PLIC and APLIC
Sunil V L
1
-0
/
+32
2024-07-18
hw/riscv/virt.c: re-insert and deprecate 'riscv,delegate'
Daniel Henrique Barboza
1
-0
/
+9
2024-06-26
hw/riscv/virt.c: Make block devices default to virtio
Sunil V L
1
-0
/
+2
2024-06-26
hw/riscv/virt.c: imsics DT: add '#msi-cells'
Daniel Henrique Barboza
1
-0
/
+1
2024-06-26
hw/riscv/virt.c: imsics DT: add 'qemu, imsics' to 'compatible'
Daniel Henrique Barboza
1
-1
/
+7
2024-06-26
hw/riscv/virt.c: change imsic nodename to 'interrupt-controller'
Daniel Henrique Barboza
1
-1
/
+2
2024-06-26
hw/riscv/virt.c: aplic DT: rename prop to 'riscv, delegation'
Daniel Henrique Barboza
1
-1
/
+1
2024-06-26
hw/riscv/virt.c: aplic DT: add 'qemu, aplic' to 'compatible'
Daniel Henrique Barboza
1
-1
/
+6
2024-06-26
hw/riscv/virt.c: rename aplic nodename to 'interrupt-controller'
Daniel Henrique Barboza
1
-1
/
+1
2024-06-26
hw/riscv/virt.c: add aplic nodename helper
Daniel Henrique Barboza
1
-5
/
+8
2024-06-26
hw/riscv/virt.c: add address-cells in create_fdt_one_aplic()
Daniel Henrique Barboza
1
-0
/
+2
[next]