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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-28
Revert "host/i386: assume presence of POPCNT"
Paolo Bonzini
3
-2
/
+5
2024-06-28
configure: detect --cpu=mipsisa64r6
Paolo Bonzini
1
-1
/
+1
2024-06-27
Merge tag 'pull-riscv-to-apply-20240627-1' of https://github.com/alistair23/q...
Richard Henderson
12
-203
/
+877
2024-06-27
target/riscv: Apply modularized matching conditions for icount trigger
Alvin Chang
1
-1
/
+1
2024-06-27
target/riscv: Apply modularized matching conditions for watchpoint
Alvin Chang
1
-20
/
+6
2024-06-27
target/riscv: Add functions for common matching conditions of trigger
Alvin Chang
1
-23
/
+78
2024-06-26
target/riscv: Remove extension auto-update check statements
Frank Chang
1
-119
/
+0
2024-06-26
target/riscv: Add Zc extension implied rule
Frank Chang
1
-0
/
+34
2024-06-26
target/riscv: Add multi extension implied rules
Frank Chang
1
-0
/
+340
2024-06-26
target/riscv: Add MISA extension implied rules
Frank Chang
1
-1
/
+49
2024-06-26
target/riscv: Introduce extension implied rule helpers
Frank Chang
1
-0
/
+121
2024-06-26
target/riscv: Introduce extension implied rules definition
Frank Chang
2
-0
/
+31
2024-06-26
target/riscv: fix instructions count handling in icount mode
Clément Léger
1
-13
/
+17
2024-06-26
target/riscv: Fix froundnx.h nanbox check
Branislav Brzak
1
-1
/
+1
2024-06-26
hw/riscv/virt.c: Make block devices default to virtio
Sunil V L
1
-0
/
+2
2024-06-26
target/riscv: Support the version for ss1p13
Fea.Wang
2
-1
/
+9
2024-06-26
target/riscv: Reserve exception codes for sw-check and hw-err
Fea.Wang
1
-0
/
+2
2024-06-26
target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32
Fea.Wang
2
-0
/
+33
2024-06-26
target/riscv: Add 'P1P13' bit in SMSTATEEN0
Fea.Wang
2
-0
/
+9
2024-06-26
target/riscv: Define macros and variables for ss1p13
Fea.Wang
2
-1
/
+4
2024-06-26
target/riscv: Reuse the conversion function of priv_spec
Jim Shu
3
-10
/
+6
2024-06-26
target/riscv/kvm: define TARGET_KVM_HAVE_GUEST_DEBUG
Chao Du
1
-0
/
+1
2024-06-26
target/riscv/kvm: handle the exit with debug reason
Chao Du
1
-0
/
+20
2024-06-26
target/riscv/kvm: add software breakpoints support
Chao Du
1
-0
/
+69
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
2
-0
/
+3
2024-06-26
target/riscv: zvbb implies zvkb
Jerry Zhang Jian
1
-0
/
+4
2024-06-26
target/riscv: Move Guest irqs out of the core local irqs range.
Rajnesh Kanwal
2
-2
/
+10
2024-06-26
target/riscv: Extend virtual irq csrs masks to be 64 bit wide.
Rajnesh Kanwal
1
-7
/
+7
2024-06-24
Merge tag 'pull-vfio-20240624' of https://github.com/legoater/qemu into staging
Richard Henderson
24
-378
/
+1066
2024-06-24
Merge tag 'sdmmc-20240624' of https://github.com/philmd/qemu into staging
Richard Henderson
4
-105
/
+150
2024-06-24
vfio/container: Move vfio_container_destroy() to an instance_finalize() handler
Cédric Le Goater
4
-7
/
+3
2024-06-24
vfio/container: Introduce vfio_iommu_legacy_instance_init()
Cédric Le Goater
1
-1
/
+8
2024-06-24
vfio/container: Remove vfio_container_init()
Cédric Le Goater
4
-11
/
+0
2024-06-24
vfio/container: Remove VFIOContainerBase::ops
Cédric Le Goater
6
-25
/
+38
2024-06-24
vfio/container: Introduce an instance_init() handler
Cédric Le Goater
1
-6
/
+13
2024-06-24
vfio/container: Switch to QOM
Cédric Le Goater
2
-5
/
+5
2024-06-24
vfio/container: Change VFIOContainerBase to use QOM
Cédric Le Goater
6
-10
/
+15
2024-06-24
vfio/container: Discover IOMMU type before creating the container
Cédric Le Goater
1
-24
/
+23
2024-06-24
vfio/container: Introduce vfio_create_container()
Cédric Le Goater
1
-4
/
+15
2024-06-24
vfio/container: Introduce vfio_get_iommu_class_name()
Cédric Le Goater
1
-12
/
+6
2024-06-24
vfio/container: Modify vfio_get_iommu_type() to use a container fd
Cédric Le Goater
1
-3
/
+3
2024-06-24
vfio/container: Simplify vfio_container_init()
Cédric Le Goater
5
-7
/
+6
2024-06-24
vfio/container: Introduce vfio_address_space_insert()
Cédric Le Goater
4
-2
/
+10
[next]