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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-22
Merge tag 'mem-2024-12-21' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
17
-191
/
+834
2024-12-21
s390x: virtio-mem support
David Hildenbrand
5
-1
/
+265
2024-12-21
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
497
-926
/
+932
2024-12-21
s390x/virtio-ccw: add support for virtio based memory devices
David Hildenbrand
6
-1
/
+271
2024-12-21
s390x: remember the maximum page size
David Hildenbrand
1
-1
/
+11
2024-12-21
s390x/s390-virtio-ccw: prepare for memory devices
David Hildenbrand
2
-2
/
+27
2024-12-21
s390x/s390-skeys: prepare for memory devices
David Hildenbrand
1
-3
/
+3
2024-12-21
s390x/s390-stattrib-kvm: prepare for memory devices and sparse memory layouts
David Hildenbrand
1
-24
/
+43
2024-12-21
s390x/s390-hypercall: introduce DIAG500 STORAGE_LIMIT
David Hildenbrand
2
-1
/
+12
2024-12-21
s390x: introduce s390_get_memory_limit()
David Hildenbrand
1
-5
/
+12
2024-12-21
s390x/s390-virtio-ccw: move setting the maximum guest size from sclp to machi...
David Hildenbrand
2
-15
/
+24
2024-12-21
s390x: rename s390-virtio-hcall* to s390-hypercall*
David Hildenbrand
3
-5
/
+5
2024-12-21
s390x/s390-virtio-hcall: prepare for more diag500 hypercalls
David Hildenbrand
2
-12
/
+14
2024-12-21
s390x/s390-virtio-hcall: remove hypercall registration mechanism
David Hildenbrand
4
-78
/
+53
2024-12-21
s390x/s390-virtio-ccw: don't crash on weird RAM sizes
David Hildenbrand
1
-0
/
+11
2024-12-21
virtio-mem: unplug memory only during system resets, not device resets
David Hildenbrand
1
-31
/
+72
2024-12-21
Merge tag 'pull-riscv-to-apply-20241220' of https://github.com/alistair23/qem...
Stefan Hajnoczi
22
-137
/
+933
2024-12-21
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
557
-757
/
+107
2024-12-20
system: Move 'exec/confidential-guest-support.h' to system/
Philippe Mathieu-Daudé
4
-4
/
+4
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
495
-902
/
+902
2024-12-20
target/i386/sev: Reduce system specific declarations
Philippe Mathieu-Daudé
1
-1
/
+1
2024-12-20
qom: Create system containers explicitly
Peter Xu
1
-3
/
+0
2024-12-20
hw/ppc: Explicitly create the drc container
Peter Xu
1
-10
/
+19
2024-12-20
ppc/e500: Avoid abuse of container_get()
Peter Xu
1
-2
/
+2
2024-12-20
qom: Add TYPE_CONTAINER macro
Peter Xu
1
-1
/
+1
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/char/riscv_htif: Clarify MemoryRegionOps expect 32-bit accesses
Philippe Mathieu-Daudé
1
-0
/
+4
2024-12-20
hw/char/riscv_htif: Explicit little-endian implementation
Philippe Mathieu-Daudé
1
-5
/
+6
2024-12-20
hw/acpi: Upgrade ACPI SPCR table to support SPCR table revision 4 format
Sia Jee Heng
4
-10
/
+36
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
2
-10
/
+38
2024-12-20
hw/riscv/virt.c, riscv_aplic.c: add 'emulated_aplic' helpers
Daniel Henrique Barboza
2
-5
/
+33
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/intc/riscv_aplic: rename is_kvm_aia()
Daniel Henrique Barboza
1
-4
/
+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/intc/riscv_aplic: Fix APLIC in_clrip and clripnum write emulation
Yong-Xuan Wang
1
-1
/
+5
2024-12-20
hw/riscv/riscv-iommu.c: Correct the validness check of iova
Jason Chien
1
-3
/
+20
2024-12-19
Merge tag 'pull-loongarch-20241219' of https://gitlab.com/bibo-mao/qemu into ...
Stefan Hajnoczi
6
-149
/
+285
2024-12-19
Constify all opaque Property pointers
Richard Henderson
8
-74
/
+74
2024-12-19
hw/core/qdev-properties: Constify Property argument to PropertyInfo.print
Richard Henderson
1
-1
/
+1
2024-12-19
hw/core/qdev-properties: Constify Property argument to object_field_prop_ptr
Richard Henderson
1
-1
/
+1
2024-12-19
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
541
-600
/
+0
[next]