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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-18
hw/arm/smmu: Support nesting in the rest of commands
Mostafa Saleh
1
-0
/
+1
2024-07-18
hw/arm/smmu: Introduce smmu_iotlb_inv_asid_vmid
Mostafa Saleh
1
-1
/
+1
2024-07-18
hw/arm/smmu: Support nesting in smmuv3_range_inval()
Mostafa Saleh
1
-1
/
+2
2024-07-18
hw/arm/smmu-common: Support nested translation
Mostafa Saleh
1
-3
/
+4
2024-07-18
hw/arm/smmu-common: Add support for nested TLB
Mostafa Saleh
1
-0
/
+1
2024-07-18
hw/arm/smmu: Introduce CACHED_ENTRY_TO_ADDR
Mostafa Saleh
1
-0
/
+3
2024-07-18
hw/arm/smmu: Consolidate ASID and VMID types
Mostafa Saleh
1
-7
/
+7
2024-07-18
hw/arm/smmu: Split smmuv3_translate()
Mostafa Saleh
1
-0
/
+8
2024-07-18
hw/arm/smmu: Use enum for SMMU stage
Mostafa Saleh
1
-2
/
+9
2024-07-17
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
3
-0
/
+16
2024-07-17
Merge tag 'sdmmc-20240716' of https://github.com/philmd/qemu into staging
Richard Henderson
1
-0
/
+3
2024-07-16
hw/sd/sdcard: Basis for eMMC support
Philippe Mathieu-Daudé
1
-0
/
+3
2024-07-16
ui/console: Remove dpy_cursor_define_supported()
Akihiko Odaki
1
-1
/
+0
2024-07-16
ui/console: Convert mouse visibility parameter into bool
Akihiko Odaki
1
-2
/
+2
2024-07-16
system/cpus: Add cpu_pause() function
Nicholas Piggin
1
-0
/
+8
2024-07-16
loader: remove load_image_gzipped function as its not used anywhere
Ani Sinha
1
-3
/
+1
2024-07-16
include/hw/qdev-core.h: Correct and clarify gpio doc comments
Peter Maydell
1
-8
/
+9
2024-07-16
qemu/timer: Add host ticks function for LoongArch
Song Gao
1
-0
/
+9
2024-07-16
disas: Fix build against Capstone v6
Gustavo Romero
1
-0
/
+1
2024-07-16
cpu: Free queued CPU work
Akihiko Odaki
1
-0
/
+6
2024-07-11
Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...
Richard Henderson
1
-0
/
+1
2024-07-11
hw/nvme: add Identify Endurance Group List
Minwoo Im
1
-0
/
+1
2024-07-11
hw/misc: In STM32L4x5 EXTI, consolidate 2 constants
Inès Varhol
1
-2
/
+2
2024-07-11
accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatory
Peter Maydell
1
-3
/
+6
2024-07-09
Merge tag 'pull-aspeed-20240709' of https://github.com/legoater/qemu into sta...
Richard Henderson
1
-5
/
+12
2024-07-09
memory: remove IOMMU MR iommu_set_page_size_mask() callback
Eric Auger
1
-38
/
+0
2024-07-09
HostIOMMUDevice: Introduce get_page_size_mask() callback
Eric Auger
2
-0
/
+15
2024-07-09
HostIOMMUDevice : remove Error handle from get_iova_ranges callback
Eric Auger
1
-2
/
+1
2024-07-09
vfio-container-base: Introduce vfio_container_get_iova_ranges() helper
Eric Auger
1
-0
/
+2
2024-07-09
hw/net:ftgmac100: introduce TX and RX ring base address high registers to sup...
Jamin Lin
1
-0
/
+4
2024-07-09
hw/net:ftgmac100: update ring base address to 64 bits
Jamin Lin
1
-5
/
+4
2024-07-09
hw/net:ftgmac100: update memory region size to 64KB
Jamin Lin
1
-0
/
+4
2024-07-05
hw/sd/sdcard: Introduce set_csd/set_cid handlers
Philippe Mathieu-Daudé
1
-0
/
+2
2024-07-05
hw/sd/sdcard: Remove sd_none enum from sd_cmd_type_t
Philippe Mathieu-Daudé
1
-1
/
+0
2024-07-05
gdbstub: Pass CPU context to command handler
Gustavo Romero
1
-0
/
+3
2024-07-05
gdbstub: Make hex conversion function non-internal
Gustavo Romero
1
-0
/
+6
2024-07-05
gdbstub: Add support for target-specific stubs
Gustavo Romero
1
-0
/
+22
2024-07-05
gdbstub: Move GdbCmdParseEntry into a new header file
Gustavo Romero
1
-0
/
+72
2024-07-05
plugins: Free CPUPluginState before destroying vCPU state
Philippe Mathieu-Daudé
1
-0
/
+3
2024-07-03
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
17
-17
/
+354
2024-07-03
pcie_sriov: Register VFs after migration
Akihiko Odaki
1
-0
/
+2
2024-07-03
pcie_sriov: Remove num_vfs from PCIESriovPF
Akihiko Odaki
1
-1
/
+0
2024-07-03
pcie_sriov: Reuse SR-IOV VF device instances
Akihiko Odaki
3
-6
/
+15
2024-07-03
pcie_sriov: Ensure VF function number does not overflow
Akihiko Odaki
1
-2
/
+3
2024-07-03
hw/pci: Rename has_power to enabled
Akihiko Odaki
2
-2
/
+7
2024-07-03
hw/virtio: Fix the de-initialization of vhost-user devices
Thomas Huth
1
-4
/
+4
2024-07-02
Merge tag 'pull-request-2024-07-02' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
1
-0
/
+1
2024-07-02
Merge tag 'sdmmc-20240702' of https://github.com/philmd/qemu into staging
Richard Henderson
1
-2
/
+3
2024-07-02
Merge tag 'pull-aspeed-20240702' of https://github.com/legoater/qemu into sta...
Richard Henderson
1
-0
/
+1
2024-07-02
Merge tag 'hw-misc-20240702' of https://github.com/philmd/qemu into staging
Richard Henderson
4
-3
/
+331
[next]