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
/
vfio
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-10
vfio/pci: Enable AtomicOps completers on root ports
Alex Williamson
2
-0
/
+79
2023-07-10
s390x/ap: Wire up the device request notifier interface
Tony Krowiak
1
-0
/
+113
2023-07-10
vfio: Fix null pointer dereference bug in vfio_bars_finalize()
Avihai Horon
1
-1
/
+3
2023-07-10
vfio/migration: Return bool type for vfio_migration_realize()
Zhenzhong Duan
2
-7
/
+11
2023-07-10
vfio/migration: Remove print of "Migration disabled"
Zhenzhong Duan
1
-1
/
+0
2023-07-10
vfio/migration: Free resources when vfio_migration_realize fails
Zhenzhong Duan
2
-10
/
+24
2023-07-10
vfio/migration: Change vIOMMU blocker from global to per device
Zhenzhong Duan
3
-53
/
+6
2023-07-10
vfio/pci: Disable INTx in vfio_realize error path
Zhenzhong Duan
1
-0
/
+3
2023-07-10
hw/vfio/pci-quirks: Sanitize capability pointer
Alex Williamson
1
-2
/
+8
2023-06-30
vfio/pci: Free leaked timer in vfio_realize error path
Zhenzhong Duan
1
-0
/
+3
2023-06-30
vfio/pci: Fix a segfault in vfio_realize
Zhenzhong Duan
1
-1
/
+3
2023-06-30
vfio/migration: Make VFIO migration non-experimental
Avihai Horon
4
-31
/
+70
2023-06-30
vfio/migration: Reset bytes_transferred properly
Avihai Horon
1
-1
/
+5
2023-06-30
vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry path
Shameer Kolothum
1
-2
/
+2
2023-06-30
hw/vfio/pci-quirks: Support alternate offset for GPUDirect Cliques
Alex Williamson
1
-1
/
+40
2023-06-30
vfio: Implement a common device info helper
Alex Williamson
1
-11
/
+35
2023-06-30
vfio/migration: Add support for switchover ack capability
Avihai Horon
1
-1
/
+38
2023-06-30
vfio/migration: Add VFIO migration pre-copy support
Avihai Horon
3
-12
/
+163
2023-06-30
vfio/migration: Store VFIO migration flags in VFIOMigration
Avihai Horon
1
-0
/
+1
2023-06-30
vfio/migration: Refactor vfio_save_block() to return saved data size
Avihai Horon
1
-8
/
+9
2023-06-13
hw/vfio: Add number of dirty pages to vfio_get_dirty_bitmap tracepoint
Joao Martins
2
-4
/
+5
2023-05-24
vfio/pci: Fix a use-after-free issue
Zhenzhong Duan
1
-1
/
+1
2023-05-09
vfio/pci: Static Resizable BAR capability
Alex Williamson
1
-1
/
+53
2023-05-09
vfio/migration: Skip log_sync during migration SETUP state
Avihai Horon
1
-1
/
+2
2023-05-09
vfio/pci: add support for VF token
Minwoo Im
2
-1
/
+13
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
3
-0
/
+3
2023-03-07
vfio: Fix vfio_get_dev_region() trace event
Cédric Le Goater
1
-1
/
+1
2023-03-07
vfio/migration: Rename entry points
Alex Williamson
3
-8
/
+8
2023-03-07
vfio/migration: Query device dirty page tracking support
Joao Martins
1
-0
/
+15
2023-03-07
vfio/migration: Block migration with vIOMMU
Joao Martins
3
-0
/
+52
2023-03-07
vfio/common: Add device dirty page bitmap sync
Joao Martins
1
-9
/
+79
2023-03-07
vfio/common: Extract code from vfio_get_dirty_bitmap() to new function
Avihai Horon
1
-22
/
+35
2023-03-07
vfio/common: Add device dirty page tracking start/stop
Joao Martins
2
-5
/
+169
2023-03-07
vfio/common: Record DMA mapped IOVA ranges
Joao Martins
2
-0
/
+86
2023-03-07
vfio/common: Add helper to consolidate iova/end calculation
Joao Martins
1
-14
/
+27
2023-03-07
vfio/common: Consolidate skip/invalid section into helper
Joao Martins
1
-32
/
+23
2023-03-07
vfio/common: Use a single tracepoint for skipped sections
Joao Martins
2
-4
/
+3
2023-03-07
vfio/common: Add helper to validate iova/end against hostwin
Joao Martins
1
-18
/
+20
2023-03-07
vfio/common: Add VFIOBitmap and alloc function
Avihai Horon
1
-29
/
+44
2023-03-07
vfio/common: Abort migration if dirty log start/stop/sync fails
Avihai Horon
1
-8
/
+45
2023-03-07
vfio/common: Fix wrong %m usages
Avihai Horon
1
-13
/
+16
2023-03-07
vfio/common: Fix error reporting in vfio_get_dirty_bitmap()
Avihai Horon
1
-0
/
+1
2023-02-27
hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW()
Philippe Mathieu-Daudé
1
-12
/
+7
2023-02-27
hw/vfio/ccw: Remove pointless S390CCWDevice variable
Philippe Mathieu-Daudé
1
-2
/
+1
2023-02-27
hw/vfio/ccw: Replace DO_UPCAST(S390CCWDevice) by S390_CCW_DEVICE()
Philippe Mathieu-Daudé
1
-6
/
+3
2023-02-27
hw/vfio/ccw: Use intermediate S390CCWDevice variable
Philippe Mathieu-Daudé
1
-4
/
+5
2023-02-27
hw/vfio/ccw: Simplify using DEVICE() macro
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-16
vfio: Alphabetize migration section of VFIO trace-events file
Avihai Horon
1
-10
/
+10
2023-02-16
vfio/migration: Remove VFIO migration protocol v1
Avihai Horon
3
-702
/
+24
2023-02-16
vfio/migration: Implement VFIO migration protocol v2
Avihai Horon
3
-39
/
+464
[next]