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
2025-03-11
vfio/pci: Drop debug commentary from x-device-dirty-page-tracking
Joao Martins
1
-1
/
+1
2025-03-11
vfio/pci-quirks: Exclude non-ioport BAR from ATI quirk
Vasilis Liaskovitis
1
-1
/
+1
2025-03-11
hw/vfio: Compile display.c once
Philippe Mathieu-Daudé
1
-1
/
+3
2025-03-11
hw/vfio: Compile iommufd.c once
Philippe Mathieu-Daudé
2
-4
/
+3
2025-03-11
hw/vfio: Compile more objects once
Philippe Mathieu-Daudé
1
-2
/
+2
2025-03-11
hw/vfio: Compile some common objects once
Philippe Mathieu-Daudé
2
-6
/
+8
2025-03-11
hw/vfio/common: Get target page size using runtime helpers
Philippe Mathieu-Daudé
1
-3
/
+5
2025-03-11
hw/vfio/common: Include missing 'system/tcg.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2025-03-11
hw/vfio/spapr: Do not include <linux/kvm.h>
Philippe Mathieu-Daudé
1
-3
/
+0
2025-03-11
system: Declare qemu_[min/max]rampagesize() in 'system/hostmem.h'
Philippe Mathieu-Daudé
1
-0
/
+1
2025-03-11
vfio/migration: Use BE byte order for device state wire packets
Maciej S. Szmigiero
1
-5
/
+10
2025-03-11
vfio/igd: Fix broken KVMGT OpRegion support
Tomita Moeko
1
-1
/
+26
2025-03-11
vfio/igd: Introduce x-igd-lpc option for LPC bridge ID quirk
Tomita Moeko
3
-6
/
+13
2025-03-11
vfio/igd: Handle x-igd-opregion option in config quirk
Tomita Moeko
3
-16
/
+9
2025-03-11
vfio/igd: Decouple common quirks from legacy mode
Tomita Moeko
3
-53
/
+77
2025-03-11
vfio/igd: Refactor vfio_probe_igd_bar4_quirk into pci config quirk
Tomita Moeko
3
-11
/
+18
2025-03-11
vfio/pci: Add placeholder for device-specific config space quirks
Tomita Moeko
3
-0
/
+10
2025-03-11
vfio/igd: Move LPC bridge initialization to a separate function
Tomita Moeko
1
-52
/
+70
2025-03-11
vfio/igd: Consolidate OpRegion initialization into a single function
Tomita Moeko
4
-89
/
+88
2025-03-11
vfio/igd: Do not include GTT stolen size in etc/igd-bdsm-size
Tomita Moeko
1
-25
/
+3
2025-03-11
vfio/igd: Remove GTT write quirk in IO BAR 4
Tomita Moeko
1
-190
/
+1
2025-03-07
Merge tag 'pull-vfio-20250306' of https://github.com/legoater/qemu into staging
Stefan Hajnoczi
12
-58
/
+1021
2025-03-06
qdev: Change values of PropertyInfo member @type to be QAPI types
Markus Armbruster
1
-1
/
+1
2025-03-06
qdev: Rename PropertyInfo member @name to @type
Markus Armbruster
1
-1
/
+1
2025-03-06
vfio/migration: Make x-migration-multifd-transfer VFIO property mutable
Maciej S. Szmigiero
2
-3
/
+21
2025-03-06
vfio/migration: Add x-migration-multifd-transfer VFIO property
Maciej S. Szmigiero
2
-1
/
+24
2025-03-06
vfio/migration: Multifd device state transfer support - send side
Maciej S. Szmigiero
4
-6
/
+166
2025-03-06
vfio/migration: Multifd device state transfer support - config loading support
Maciej S. Szmigiero
2
-3
/
+55
2025-03-06
vfio/migration: Multifd device state transfer support - load thread
Maciej S. Szmigiero
4
-0
/
+247
2025-03-06
vfio/migration: Multifd device state transfer support - received buffers queuing
Maciej S. Szmigiero
4
-0
/
+171
2025-03-06
vfio/migration: Setup and cleanup multifd transfer in these general methods
Maciej S. Szmigiero
1
-2
/
+22
2025-03-06
vfio/migration: Multifd setup/cleanup functions and associated VFIOMultifd
Maciej S. Szmigiero
2
-0
/
+48
2025-03-06
vfio/migration: Multifd device state transfer - add support checking function
Maciej S. Szmigiero
2
-0
/
+8
2025-03-06
vfio/migration: Multifd device state transfer support - basic types
Maciej S. Szmigiero
4
-0
/
+52
2025-03-06
vfio/migration: Move migration channel flags to vfio-common.h header file
Maciej S. Szmigiero
1
-17
/
+0
2025-03-06
vfio/migration: Add vfio_add_bytes_transferred()
Maciej S. Szmigiero
1
-1
/
+6
2025-03-06
vfio/migration: Convert bytes_transferred counter to atomic
Maciej S. Szmigiero
1
-4
/
+4
2025-03-06
vfio/migration: Add load_device_config_state_start trace event
Maciej S. Szmigiero
2
-2
/
+5
2025-03-06
vfio-platform: Deprecate all forms of vfio-platform devices
Eric Auger
3
-0
/
+5
2025-03-06
hw/vfio/pci: Re-order pre-reset
Alex Williamson
1
-9
/
+9
2025-03-06
vfio/pci: Delete local pm_cap
Alex Williamson
2
-6
/
+4
2025-03-06
pci: Use PCI PM capability initializer
Alex Williamson
1
-1
/
+6
2025-03-06
vfio/ccw: Replace warn_once_pfch() with warn_report_once()
Cédric Le Goater
1
-10
/
+2
2025-03-06
vfio: Add property documentation
Cédric Le Goater
4
-0
/
+173
2025-02-22
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2
-0
/
+2
2025-02-21
hw/vfio/common: Add a trace point in vfio_reset_handler
Eric Auger
2
-0
/
+2
2025-02-16
hw/vfio: Have VFIO_PLATFORM devices inherit from DYNAMIC_SYS_BUS_DEVICE
Philippe Mathieu-Daudé
3
-7
/
+1
2025-02-11
vfio: Remove superfluous error report in vfio_listener_region_add()
Cédric Le Goater
1
-6
/
+4
2025-02-11
vfio: Remove reports of DMA mapping errors in backends
Cédric Le Goater
1
-2
/
+0
2025-02-11
vfio: Improve error reporting when MMIO region mapping fails
Cédric Le Goater
1
-1
/
+16
[next]