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
2023-12-22
next-cube.c: add dummy Ethernet register to allow diagnostic to timeout
Mark Cave-Ayland
1
-0
/
+4
2023-12-21
virtio-blk: add iothread-vq-mapping parameter
Stefan Hajnoczi
3
-50
/
+200
2023-12-21
qdev: add IOThreadVirtQueueMappingList property type
Stefan Hajnoczi
1
-0
/
+46
2023-12-21
qdev-properties: alias all object class properties
Stefan Hajnoczi
1
-8
/
+10
2023-12-21
scsi: remove outdated AioContext lock comment
Stefan Hajnoczi
1
-1
/
+0
2023-12-21
scsi: remove AioContext locking
Stefan Hajnoczi
3
-46
/
+5
2023-12-21
block: remove AioContext locking
Stefan Hajnoczi
4
-47
/
+2
2023-12-21
scsi: assert that callbacks run in the correct AioContext
Stefan Hajnoczi
1
-0
/
+14
2023-12-21
virtio-scsi: replace AioContext lock with tmf_bh_lock
Stefan Hajnoczi
1
-21
/
+41
2023-12-21
scsi: don't lock AioContext in I/O code path
Stefan Hajnoczi
2
-40
/
+3
2023-12-21
virtio-scsi: don't lock AioContext around virtio_queue_aio_attach_host_notifi...
Stefan Hajnoczi
1
-7
/
+1
2023-12-21
scsi: only access SCSIDevice->requests from one thread
Stefan Hajnoczi
1
-56
/
+125
2023-12-21
virtio-blk: don't lock AioContext in the submission code path
Stefan Hajnoczi
1
-5
/
+0
2023-12-21
virtio-blk: don't lock AioContext in the completion code path
Stefan Hajnoczi
1
-30
/
+4
2023-12-21
virtio-blk: add lock to protect s->rq
Stefan Hajnoczi
1
-22
/
+45
2023-12-20
Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
11
-12
/
+76
2023-12-20
Merge tag 'pull-target-arm-20231219' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
4
-13
/
+94
2023-12-20
hw/s390x/ipl: Remove unused 'exec/exec-all.h' included header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-12-20
hw/misc/mips_itu: Remove unnecessary 'exec/exec-all.h' header
Philippe Mathieu-Daudé
1
-1
/
+2
2023-12-20
hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h' included header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-12-20
hw: Add compat machines for 9.0
Cornelia Huck
8
-9
/
+74
2023-12-19
hw/ppc/Kconfig: Imply VFIO_PCI
Cédric Le Goater
2
-1
/
+37
2023-12-19
vfio: Introduce a helper function to initialize VFIODevice
Zhenzhong Duan
5
-20
/
+19
2023-12-19
vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init
Zhenzhong Duan
1
-15
/
+15
2023-12-19
vfio/ap: Move VFIODevice initializations in vfio_ap_instance_init
Zhenzhong Duan
1
-13
/
+13
2023-12-19
vfio/platform: Move VFIODevice initializations in vfio_platform_instance_init
Zhenzhong Duan
1
-5
/
+5
2023-12-19
vfio/pci: Move VFIODevice initializations in vfio_instance_init
Zhenzhong Duan
1
-4
/
+6
2023-12-19
hw/i386: Activate IOMMUFD for q35 machines
Cédric Le Goater
1
-0
/
+1
2023-12-19
kconfig: Activate IOMMUFD for s390x machines
Cédric Le Goater
1
-0
/
+1
2023-12-19
hw/arm: Activate IOMMUFD for virt machines
Cédric Le Goater
1
-0
/
+1
2023-12-19
vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
Zhenzhong Duan
4
-25
/
+28
2023-12-19
vfio/ccw: Make vfio cdev pre-openable by passing a file handle
Zhenzhong Duan
1
-3
/
+22
2023-12-19
vfio/ccw: Allow the selection of a given iommu backend
Zhenzhong Duan
1
-0
/
+6
2023-12-19
vfio/ap: Make vfio cdev pre-openable by passing a file handle
Zhenzhong Duan
1
-1
/
+22
2023-12-19
vfio/ap: Allow the selection of a given iommu backend
Zhenzhong Duan
1
-0
/
+6
2023-12-19
vfio/platform: Make vfio cdev pre-openable by passing a file handle
Zhenzhong Duan
1
-8
/
+24
2023-12-19
vfio/platform: Allow the selection of a given iommu backend
Zhenzhong Duan
1
-0
/
+6
2023-12-19
vfio/pci: Make vfio cdev pre-openable by passing a file handle
Zhenzhong Duan
3
-16
/
+67
2023-12-19
vfio/pci: Allow the selection of a given iommu backend
Eric Auger
1
-0
/
+6
2023-12-19
vfio/iommufd: Enable pci hot reset through iommufd cdev interface
Zhenzhong Duan
2
-0
/
+151
2023-12-19
vfio/pci: Introduce a vfio pci hot reset interface
Zhenzhong Duan
3
-162
/
+179
2023-12-19
vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_info
Zhenzhong Duan
2
-17
/
+40
2023-12-19
vfio/iommufd: Add support for iova_ranges and pgsizes
Zhenzhong Duan
1
-1
/
+55
2023-12-19
vfio/iommufd: Relax assert check for iommufd backend
Zhenzhong Duan
2
-4
/
+4
2023-12-19
vfio/iommufd: Implement the iommufd backend
Yi Liu
4
-0
/
+441
2023-12-19
vfio/common: return early if space isn't empty
Zhenzhong Duan
1
-3
/
+6
2023-12-19
vfio/spapr: Move hostwin_list into spapr container
Zhenzhong Duan
1
-16
/
+20
2023-12-19
vfio/spapr: Move prereg_listener into spapr container
Zhenzhong Duan
1
-8
/
+16
2023-12-19
vfio/spapr: switch to spapr IOMMU BE add/del_section_window
Zhenzhong Duan
3
-11
/
+37
2023-12-19
vfio/spapr: Introduce spapr backend and target interface
Zhenzhong Duan
1
-0
/
+14
[prev]
[next]