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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-07
Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
5
-633
/
+64
2023-11-07
Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into staging
Stefan Hajnoczi
9
-28
/
+127
2023-11-07
Merge tag 'pull-hv-balloon-20231106' of https://github.com/maciejsszmigiero/q...
Stefan Hajnoczi
3
-1
/
+447
2023-11-07
Merge tag 'pull-xenfv-stable-20231106' of git://git.infradead.org/users/dwmw2...
Stefan Hajnoczi
1
-0
/
+1
2023-11-06
tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}
Richard Henderson
2
-3
/
+2
2023-11-06
tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}
Richard Henderson
2
-3
/
+2
2023-11-06
tcg: Move tcg_temp_free_* out of line
Richard Henderson
1
-24
/
+5
2023-11-06
tcg: Move tcg_temp_new_*, tcg_global_mem_new_* out of line
Richard Henderson
3
-74
/
+15
2023-11-06
tcg: Move tcg_constant_* out of line
Richard Henderson
2
-26
/
+8
2023-11-06
tcg: Unexport tcg_gen_op*_{i32,i64}
Richard Henderson
1
-47
/
+0
2023-11-06
tcg: Move tcg_gen_opN declarations to tcg-internal.h
Richard Henderson
1
-7
/
+0
2023-11-06
tcg: Move vec_gen_* declarations to tcg-internal.h
Richard Henderson
1
-4
/
+0
2023-11-06
tcg: Move 64-bit expanders out of line
Richard Henderson
1
-139
/
+5
2023-11-06
tcg: Move 32-bit expanders out of line
Richard Henderson
1
-122
/
+24
2023-11-06
tcg: Move generic expanders out of line
Richard Henderson
1
-16
/
+3
2023-11-06
tcg: Move tcg_gen_op* out of line
Richard Henderson
1
-208
/
+44
2023-11-06
accel/tcg: Move HMP info jit and info opcount code
Richard Henderson
2
-4
/
+0
2023-11-06
Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) base
Maciej S. Szmigiero
1
-0
/
+18
2023-11-06
Add Hyper-V Dynamic Memory Protocol definitions
Maciej S. Szmigiero
1
-0
/
+423
2023-11-06
vfio/common: Move vfio_host_win_add/del into spapr.c
Zhenzhong Duan
1
-5
/
+0
2023-11-06
vfio/spapr: Make vfio_spapr_create/remove_window static
Zhenzhong Duan
1
-6
/
+0
2023-11-06
vfio/container: Move spapr specific init/deinit into spapr.c
Zhenzhong Duan
1
-1
/
+3
2023-11-06
vfio/container: Move IBM EEH related functions into spapr_pci_vfio.c
Zhenzhong Duan
1
-7
/
+0
2023-11-06
hw/xen: select kernel mode for per-vCPU event channel upcall vector
David Woodhouse
1
-0
/
+1
2023-11-06
Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...
Stefan Hajnoczi
1
-1
/
+2
2023-11-03
memory-device: Support empty memory devices
David Hildenbrand
1
-1
/
+6
2023-11-03
util/uuid: Define UUID_STR_LEN from UUID_NONE string
Cédric Le Goater
1
-2
/
+3
2023-11-03
util/uuid: Remove UUID_FMT_LEN
Cédric Le Goater
1
-2
/
+1
2023-11-03
util/uuid: Add UUID_STR_LEN definition
Cédric Le Goater
1
-0
/
+1
2023-11-03
hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
Yi Liu
2
-3
/
+35
2023-11-03
virtio-iommu: Implement set_iova_ranges() callback
Eric Auger
1
-0
/
+1
2023-11-03
virtio-iommu: Record whether a probe request has been issued
Eric Auger
1
-0
/
+1
2023-11-03
range: Introduce range_inverse_array()
Eric Auger
1
-0
/
+8
2023-11-03
virtio-iommu: Introduce per IOMMUDevice reserved regions
Eric Auger
1
-0
/
+1
2023-11-03
util/reserved-region: Add new ReservedRegion helpers
Eric Auger
1
-0
/
+32
2023-11-03
range: Make range_compare() public
Eric Auger
1
-0
/
+6
2023-11-03
virtio-iommu: Rename reserved_regions into prop_resv_regions
Eric Auger
1
-2
/
+2
2023-11-03
vfio: Collect container iova range info
Eric Auger
1
-0
/
+1
2023-11-03
memory: Introduce memory_region_iommu_set_iova_ranges
Eric Auger
1
-0
/
+32
2023-11-03
memory: Let ReservedRegion use Range
Eric Auger
1
-2
/
+2
2023-11-03
Merge tag 'pull-target-arm-20231102' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
6
-22
/
+109
2023-11-03
Merge tag 'migration-20231102-pull-request' of https://gitlab.com/juan.quinte...
Stefan Hajnoczi
4
-4
/
+73
2023-11-02
hw/arm: xlnx-versal-virt: Add AMD/Xilinx TRNG device
Tong Ho
1
-0
/
+5
2023-11-02
hw/misc: Introduce AMD/Xilix Versal TRNG device
Tong Ho
1
-0
/
+58
2023-11-02
dump: Allow directly outputting raw kdump format
Stephen Brennan
1
-0
/
+1
2023-11-02
dump: Pass DumpState to write_ functions
Stephen Brennan
1
-1
/
+1
2023-11-02
hw/char/stm32f2xx_usart: Add more definitions for CR1 register
Hans-Erik Floryd
1
-4
/
+6
2023-11-02
hw/input/stellaris_gamepad: Convert to qemu_input_handler_register()
Peter Maydell
1
-1
/
+1
2023-11-02
hw/input/stellaris_input: Convert to qdev
Peter Maydell
1
-2
/
+21
2023-11-02
qdev: Add qdev_prop_set_array()
Kevin Wolf
1
-0
/
+3
[next]