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-11-02
Merge tag 'for-upstream-i386' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
15
-52
/
+3289
2024-10-31
machine/nitro-enclave: New machine type for AWS Nitro Enclaves
Dorjoy Chowdhury
4
-1
/
+370
2024-10-31
core/machine: Make create_default_memdev machine a virtual method
Dorjoy Chowdhury
1
-33
/
+38
2024-10-31
hw/core: Add Enclave Image Format (EIF) related helpers
Dorjoy Chowdhury
4
-0
/
+746
2024-10-31
device/virtio-nsm: Support for Nitro Secure Module device
Dorjoy Chowdhury
5
-0
/
+2132
2024-10-31
qom: let object_new use a module if the type is not present
Paolo Bonzini
1
-16
/
+0
2024-10-31
qom: use object_new_with_class when possible
Paolo Bonzini
1
-2
/
+3
2024-10-31
Merge tag 'pull-riscv-to-apply-20241031-1' of https://github.com/alistair23/q...
Peter Maydell
15
-44
/
+3377
2024-10-31
Merge tag 'pull-target-arm-20241029' of https://git.linaro.org/people/pmaydel...
Peter Maydell
4
-44
/
+67
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
hw/char: sifive_uart: Print uart characters async
Alistair Francis
1
-6
/
+91
2024-10-30
hw/char: riscv_htif: Use blocking qemu_chr_fe_write_all
Alistair Francis
1
-2
/
+10
2024-10-30
hw/intc/riscv_aplic: Check and update pending when write sourcecfg
Yong-Xuan Wang
1
-18
/
+33
2024-10-30
hw/intc: Don't clear pending bits on IRQ lowering
Sergey Makarov
1
-2
/
+4
2024-10-30
hw/intc: Make zeroth priority register read-only
Sergey Makarov
1
-2
/
+7
2024-10-30
target/riscv: Add fw_dynamic_info32 for booting RV32 OpenSBI
TANG Tiancheng
2
-13
/
+25
2024-10-29
Merge tag 'pull-virtio-gpu-vulkan-291024-1' of https://gitlab.com/stsquad/qem...
Peter Maydell
4
-48
/
+646
2024-10-29
target/arm: kvm: require KVM_CAP_DEVICE_CTRL
Paolo Bonzini
1
-8
/
+1
2024-10-29
hw/sd/omap_mmc: Don't use sd_cmd_type_t
Peter Maydell
2
-6
/
+24
2024-10-29
arm/kvm: add support for MTE
Cornelia Huck
1
-30
/
+42
2024-10-29
virtio-net: Avoid indirection_table_mask overflow
Akihiko Odaki
1
-6
/
+6
2024-10-28
virtio-gpu: Support Venus context
Antonio Caggiano
3
-4
/
+35
2024-10-28
virtio-gpu: Register capsets dynamically
Pierre-Eric Pelloux-Prayer
2
-14
/
+25
2024-10-28
virtio-gpu: Handle resource blob commands
Robert Beckett
3
-10
/
+425
2024-10-28
virtio-gpu: Support suspension of commands processing
Dmitry Osipenko
2
-0
/
+7
2024-10-28
virtio-gpu: Add virgl resource management
Huang Rui
1
-0
/
+76
2024-10-28
virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
Dmitry Osipenko
1
-0
/
+1
2024-10-28
virtio-gpu: Support context-init feature with virglrenderer
Huang Rui
2
-2
/
+22
2024-10-28
virtio-gpu: Use pkgconfig version to decide which virgl features are available
Dmitry Osipenko
1
-1
/
+1
2024-10-28
virtio-gpu: Unrealize GL device
Dmitry Osipenko
1
-0
/
+17
2024-10-28
virtio-gpu: Handle virtio_gpu_virgl_init() failure
Dmitry Osipenko
1
-8
/
+22
2024-10-28
virtio-gpu: Move print_stats timer to VirtIOGPUGL
Dmitry Osipenko
1
-4
/
+6
2024-10-28
virtio-gpu: Move fence_poll timer to VirtIOGPUGL
Dmitry Osipenko
1
-3
/
+5
2024-10-28
virtio-gpu: Use trace events for tracking number of in-flight fences
Dmitry Osipenko
3
-3
/
+5
2024-10-28
hw/net: improve tracing of eBPF RSS setup
Daniel P. Berrangé
2
-6
/
+11
2024-10-28
hw/net: report errors from failing to use eBPF RSS FDs
Daniel P. Berrangé
1
-12
/
+29
2024-10-28
ebpf: add formal error reporting to all APIs
Daniel P. Berrangé
1
-3
/
+4
2024-10-28
hw/net: fix typo s/epbf/ebpf/ in virtio-net
Daniel P. Berrangé
1
-5
/
+5
2024-10-25
Merge tag 'pull-aspeed-20241024' of https://github.com/legoater/qemu into sta...
Peter Maydell
8
-87
/
+607
2024-10-25
Merge tag 'pull-vfio-20241024' of https://github.com/legoater/qemu into staging
Peter Maydell
3
-27
/
+52
2024-10-24
Merge tag 'pull-request-2024-10-23' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
6
-289
/
+201
2024-10-24
hw/arm/aspeed: Correct fmc_model w25q80bl for ast1030-a1 EVB
Jamin Lin
1
-1
/
+1
2024-10-24
hw/arm/aspeed: Correct spi_model w25q256 for ast1030-a1 EVB.
Jamin Lin
1
-1
/
+1
2024-10-24
hw/block/m25p80: Add SFDP table for w25q80bl flash
Jamin Lin
3
-2
/
+39
[next]