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
2020-11-02
target/arm: Introduce neon_full_reg_offset
Richard Henderson
3
-23
/
+31
2020-11-02
Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20201102' into st...
Peter Maydell
1
-14
/
+13
2020-11-02
qga: add command guest-get-disks
Tomáš Golembiovský
3
-0
/
+43
2020-11-02
qga: Flatten simple union GuestDeviceId
Markus Armbruster
2
-5
/
+12
2020-11-02
qga-win: Fix guest-get-devices error API violations
Markus Armbruster
1
-3
/
+2
2020-11-02
qga: Use common time encoding for guest-get-devices 'driver-date'
Markus Armbruster
2
-10
/
+13
2020-11-02
qga: Rename guest-get-devices return member 'address' to 'id'
Markus Armbruster
2
-16
/
+17
2020-11-02
xen: rework pci_piix3_xen_ide_unplug
Anthony PERARD
1
-14
/
+13
2020-11-02
Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20201102' int...
Peter Maydell
3
-48
/
+470
2020-11-02
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20201101.0' i...
Peter Maydell
52
-217
/
+2481
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
6
-7
/
+202
2020-11-01
vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilities
Matthew Rosato
2
-0
/
+12
2020-11-01
s390x/pci: use a PCI Function structure
Pierre Morel
3
-6
/
+15
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
3
-9
/
+66
2020-11-01
s390x/pci: create a header dedicated to PCI CLP
Pierre Morel
3
-196
/
+212
2020-11-01
s390x/pci: Honor DMA limits set by vfio
Matthew Rosato
6
-11
/
+116
2020-11-01
s390x/pci: Add routine to get the vfio dma available count
Matthew Rosato
3
-0
/
+79
2020-11-01
vfio: Find DMA available capability
Matthew Rosato
2
-0
/
+33
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
6
-5
/
+6
2020-11-01
linux-headers: update against 5.10-rc1
Matthew Rosato
28
-16
/
+294
2020-11-01
update-linux-headers: Add vfio_zdev.h
Matthew Rosato
1
-1
/
+1
2020-11-01
qapi: Add VFIO devices migration stats in Migration stats
Kirti Wankhede
6
-0
/
+71
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
3
-9
/
+91
2020-11-01
memory: Set DIRTY_MEMORY_MIGRATION when IOMMU is enabled
Kirti Wankhede
1
-1
/
+1
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
3
-0
/
+283
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
3
-0
/
+31
2020-11-01
vfio: Add VM state change handler to know state of VM
Kirti Wankhede
3
-0
/
+166
2020-11-01
vfio: Add migration region initialization and finalize function
Kirti Wankhede
4
-0
/
+135
2020-11-01
vfio: Add save and load functions for VFIO PCI devices
Kirti Wankhede
2
-0
/
+53
2020-11-01
vfio: Add vfio_get_object callback to VFIODeviceOps
Kirti Wankhede
2
-0
/
+9
2020-11-01
vfio: Add function to unmap VFIO region
Kirti Wankhede
3
-4
/
+30
2020-11-01
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-10-27-v2' into...
Peter Maydell
22
-152
/
+446
2020-11-01
tests/9pfs: add local Tunlinkat hard link test
Christian Schoenebeck
1
-0
/
+30
2020-11-01
tests/9pfs: add local Tlink test
Christian Schoenebeck
1
-0
/
+71
2020-11-01
tests/9pfs: add local Tunlinkat symlink test
Christian Schoenebeck
1
-0
/
+28
2020-11-01
tests/9pfs: add local Tsymlink test
Christian Schoenebeck
1
-0
/
+77
2020-11-01
tests/9pfs: add local Tunlinkat file test
Christian Schoenebeck
1
-0
/
+24
2020-11-01
tests/9pfs: add local Tlcreate test
Christian Schoenebeck
1
-0
/
+77
2020-11-01
tests/9pfs: add local Tunlinkat directory test
Christian Schoenebeck
1
-0
/
+71
[prev]
[next]