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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-06-24
vfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()
Avihai Horon
1
-25
/
+38
2024-06-24
vfio/common: Move dirty tracking ranges update to helper
Joao Martins
1
-16
/
+22
2024-06-24
vfio: Remove unused declarations from vfio-common.h
Cédric Le Goater
1
-4
/
+0
2024-06-24
vfio: Make vfio_devices_dma_logging_start() return bool
Cédric Le Goater
1
-7
/
+7
2024-06-24
memory: Remove IOMMU MR iommu_set_iova_range API
Eric Auger
2
-45
/
+0
2024-06-24
hw/vfio: Remove memory_region_iommu_set_iova_ranges() call
Eric Auger
1
-10
/
+0
2024-06-24
virtio-iommu: Remove the implementation of iommu_set_iova_range
Eric Auger
1
-67
/
+0
2024-06-24
virtio-iommu: Compute host reserved regions
Eric Auger
1
-34
/
+113
2024-06-24
HostIOMMUDevice: Store the aliased bus and devfn
Eric Auger
2
-2
/
+8
2024-06-24
HostIOMMUDevice: Introduce get_iova_ranges callback
Eric Auger
3
-0
/
+40
2024-06-24
virtio-iommu: Implement set|unset]_iommu_device() callbacks
Eric Auger
2
-0
/
+84
2024-06-24
HostIOMMUDevice: Store the VFIO/VDPA agent
Eric Auger
3
-0
/
+4
2024-06-24
intel_iommu: Check compatibility with host IOMMU capabilities
Zhenzhong Duan
1
-0
/
+29
2024-06-24
intel_iommu: Implement [set|unset]_iommu_device() callbacks
Yi Liu
2
-0
/
+83
2024-06-24
intel_iommu: Extract out vtd_cap_init() to initialize cap/ecap
Zhenzhong Duan
1
-42
/
+51
2024-06-24
vfio/pci: Pass HostIOMMUDevice to vIOMMU
Zhenzhong Duan
1
-5
/
+14
2024-06-24
hw/pci: Introduce pci_device_[set|unset]_iommu_device()
Yi Liu
2
-1
/
+64
2024-06-24
hw/pci: Introduce helper function pci_device_get_iommu_bus_devfn()
Zhenzhong Duan
1
-3
/
+45
2024-06-24
vfio: Create host IOMMU device instance
Zhenzhong Duan
5
-1
/
+23
2024-06-24
backends/iommufd: Implement HostIOMMUDeviceClass::get_cap() handler
Zhenzhong Duan
1
-0
/
+23
2024-06-24
vfio/container: Implement HostIOMMUDeviceClass::get_cap() handler
Zhenzhong Duan
1
-0
/
+15
2024-06-24
vfio/iommufd: Implement HostIOMMUDeviceClass::realize() handler
Zhenzhong Duan
1
-0
/
+30
2024-06-24
backends/iommufd: Introduce helper function iommufd_backend_get_device_info()
Zhenzhong Duan
2
-0
/
+25
2024-06-24
vfio/container: Implement HostIOMMUDeviceClass::realize() handler
Zhenzhong Duan
3
-0
/
+37
2024-06-24
range: Introduce range_get_last_bit()
Zhenzhong Duan
1
-0
/
+11
2024-06-24
backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devices
Zhenzhong Duan
4
-18
/
+41
2024-06-24
vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO device
Zhenzhong Duan
2
-1
/
+7
2024-06-24
backends/host_iommu_device: Introduce HostIOMMUDeviceCaps
Zhenzhong Duan
1
-0
/
+38
2024-06-24
backends: Introduce HostIOMMUDevice abstract
Zhenzhong Duan
4
-0
/
+89
2024-06-24
Merge tag 'pull-maintainer-june24-240624-1' of https://gitlab.com/stsquad/qem...
Richard Henderson
32
-67
/
+379
2024-06-24
Merge tag 'pull-request-2024-06-24' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
12
-32
/
+49
2024-06-24
hw/sd/sdcard: Add comments around registers and commands
Philippe Mathieu-Daudé
1
-0
/
+20
2024-06-24
hw/sd/sdcard: Inline BLK_READ_BLOCK / BLK_WRITE_BLOCK macros
Philippe Mathieu-Daudé
1
-8
/
+7
2024-06-24
accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb
Max Chou
1
-2
/
+6
2024-06-24
plugins: fix inject_mem_cb rw masking
Pierrick Bouvier
2
-4
/
+4
2024-06-24
contrib/plugins: add Instructions Per Second (IPS) example for cost modeling
Pierrick Bouvier
2
-0
/
+165
2024-06-24
plugins: add migration blocker
Alex Bennée
1
-0
/
+10
2024-06-24
plugins: add time control API
Alex Bennée
3
-0
/
+64
2024-06-24
qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c
Pierrick Bouvier
3
-15
/
+12
2024-06-24
sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
Alex Bennée
3
-22
/
+44
2024-06-24
qtest: use cpu interface in qtest_clock_warp
Alex Bennée
3
-3
/
+5
2024-06-24
sysemu: add set_virtual_time to accel ops
Alex Bennée
5
-3
/
+36
2024-06-24
plugins: Ensure register handles are not NULL
Akihiko Odaki
1
-2
/
+2
2024-06-24
gdbstub: move enums into separate header
Alex Bennée
14
-19
/
+34
[prev]
[next]