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
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-03
virtio-iommu: Add memory notifiers for map/unmap
Bharat Bhushan
2
-0
/
+58
2020-11-03
virtio-iommu: Store memory region in endpoint struct
Jean-Philippe Brucker
1
-1
/
+10
2020-11-03
virtio-iommu: Fix virtio_iommu_mr()
Jean-Philippe Brucker
1
-1
/
+1
2020-11-03
hw/smbios: Fix leaked fd in save_opt_one() error path
Philippe Mathieu-Daudé
1
-1
/
+3
2020-11-03
hw/virtio/vhost-backend: Fix Coverity CID 1432871
Philippe Mathieu-Daudé
1
-2
/
+2
2020-11-03
hw/acpi : add spaces around operator
Xinhao Zhang
1
-1
/
+1
2020-11-03
hw/acpi : add space before the open parenthesis '('
Xinhao Zhang
1
-1
/
+1
2020-11-03
hw/acpi : Don't use '#' flag of printf format
Xinhao Zhang
1
-10
/
+10
2020-11-03
virito-mem: Implement get_min_alignment()
David Hildenbrand
1
-0
/
+7
2020-11-03
memory-device: Add get_min_alignment() callback
David Hildenbrand
1
-2
/
+9
2020-11-03
memory-device: Support big alignment requirements
David Hildenbrand
1
-4
/
+5
2020-11-03
virtio-mem: Probe THP size to determine default block size
David Hildenbrand
1
-4
/
+101
2020-11-03
virtio-mem: Make sure "usable_region_size" is always multiples of the block size
David Hildenbrand
1
-0
/
+3
2020-11-03
virtio-mem: Make sure "addr" is always multiples of the block size
David Hildenbrand
1
-0
/
+5
2020-11-03
pc: comment style fixup
Michael S. Tsirkin
1
-4
/
+5
2020-11-03
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201102'...
Peter Maydell
5
-8
/
+17
2020-11-02
Merge remote-tracking branch 'remotes/nvme/tags/pull-nvme-20201102' into staging
Peter Maydell
7
-295
/
+980
2020-11-02
hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts work
Peter Maydell
1
-3
/
+2
2020-11-02
hw/display/exynos4210_fimd: Fix potential NULL pointer dereference
AlexChen
1
-1
/
+3
2020-11-02
hw/display/omap_lcdc: Fix potential NULL pointer dereference
AlexChen
1
-3
/
+7
2020-11-02
hw/arm/boot: fix SVE for EL3 direct kernel boot
Rémi Denis-Courmont
1
-0
/
+3
2020-11-02
hw/arm/smmuv3: Fix potential integer overflow (CID 1432363)
Philippe Mathieu-Daudé
1
-1
/
+2
2020-11-02
xen: rework pci_piix3_xen_ide_unplug
Anthony PERARD
1
-14
/
+13
2020-11-01
vfio: fix incorrect print type
Zhengui li
1
-2
/
+2
2020-11-01
hw/vfio: Use lock guard macros
Amey Narkhede
1
-5
/
+2
2020-11-01
s390x/pci: get zPCI function info from host
Matthew Rosato
3
-3
/
+191
2020-11-01
vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilities
Matthew Rosato
1
-0
/
+10
2020-11-01
s390x/pci: use a PCI Function structure
Pierre Morel
2
-6
/
+14
2020-11-01
s390x/pci: clean up s390 PCI groups
Matthew Rosato
1
-0
/
+12
2020-11-01
s390x/pci: use a PCI Group structure
Pierre Morel
2
-9
/
+56
2020-11-01
s390x/pci: Honor DMA limits set by vfio
Matthew Rosato
3
-11
/
+92
2020-11-01
s390x/pci: Add routine to get the vfio dma available count
Matthew Rosato
2
-0
/
+55
2020-11-01
vfio: Find DMA available capability
Matthew Rosato
1
-0
/
+31
2020-11-01
vfio: Create shared routine for scanning info capabilities
Matthew Rosato
1
-8
/
+13
2020-11-01
s390x/pci: Move header files to include/hw/s390x
Matthew Rosato
5
-689
/
+5
2020-11-01
qapi: Add VFIO devices migration stats in Migration stats
Kirti Wankhede
2
-0
/
+28
2020-11-01
vfio: Make vfio-pci device migration capable
Kirti Wankhede
2
-21
/
+8
2020-11-01
vfio: Add ioctl to get dirty pages bitmap during dma unmap
Kirti Wankhede
1
-4
/
+93
2020-11-01
vfio: Dirty page tracking when vIOMMU is enabled
Kirti Wankhede
2
-6
/
+83
2020-11-01
vfio: Add vfio_listener_log_sync to mark dirty pages
Kirti Wankhede
2
-0
/
+117
2020-11-01
vfio: Add function to start and stop dirty pages tracking
Kirti Wankhede
1
-0
/
+36
2020-11-01
vfio: Get migration capability flags for container
Kirti Wankhede
2
-9
/
+88
2020-11-01
vfio: Add load state functions to SaveVMHandlers
Kirti Wankhede
2
-0
/
+199
2020-11-01
vfio: Add save state functions to SaveVMHandlers
Kirti Wankhede
2
-0
/
+282
2020-11-01
vfio: Register SaveVMHandlers for VFIO device
Kirti Wankhede
2
-0
/
+104
2020-11-01
vfio: Add migration state change notifier
Kirti Wankhede
2
-0
/
+29
2020-11-01
vfio: Add VM state change handler to know state of VM
Kirti Wankhede
2
-0
/
+162
2020-11-01
vfio: Add migration region initialization and finalize function
Kirti Wankhede
3
-0
/
+126
2020-11-01
vfio: Add save and load functions for VFIO PCI devices
Kirti Wankhede
1
-0
/
+51
2020-11-01
vfio: Add vfio_get_object callback to VFIODeviceOps
Kirti Wankhede
1
-0
/
+8
[prev]
[next]