index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
vfio
/
pci.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfio/pci.h: rename VFIOPCIDevice pdev field to parent_obj
Mark Cave-Ayland
2025-09-08
1
-2
/
+2
*
vfio/pci.c: use QOM casts where appropriate
Mark Cave-Ayland
2025-09-08
1
-83
/
+121
*
vfio: Introduce helper vfio_pci_from_vfio_device()
Zhenzhong Duan
2025-09-08
1
-0
/
+9
*
vfio: Document 'use-legacy-x86-rom' property
Cédric Le Goater
2025-08-09
1
-0
/
+3
*
vfio/pci: preserve pending interrupts
Steve Sistare
2025-08-09
1
-0
/
+2
*
vfio/pci: augment set_handler
Steve Sistare
2025-08-09
1
-2
/
+11
*
vfio/igd: Fix VGA regions are not exposed in legacy mode
Tomita Moeko
2025-07-28
1
-3
/
+10
*
vfio: fix sub-page bar after cpr
Steve Sistare
2025-07-28
1
-0
/
+14
*
hw/i386: Fix 'use-legacy-x86-rom' property compatibility
Cédric Le Goater
2025-07-28
1
-2
/
+0
*
Merge tag 'display-20250718-pull-request' of https://gitlab.com/kraxel/qemu i...
Stefan Hajnoczi
2025-07-21
1
-0
/
+2
|
\
|
*
hw/i386: Add the ramfb romfile compatibility
Shaoqin Huang
2025-07-18
1
-1
/
+1
|
*
ramfb: Add property to control if load the romfile
Shaoqin Huang
2025-07-17
1
-0
/
+2
*
|
vfio/migration: Max in-flight VFIO device state buffers size limit
Maciej S. Szmigiero
2025-07-15
1
-0
/
+9
*
|
vfio/migration: Add x-migration-load-config-after-iter VFIO property
Maciej S. Szmigiero
2025-07-15
1
-0
/
+10
*
|
vfio/pci: Introduce x-pci-class-code option
Tomita Moeko
2025-07-15
1
-4
/
+25
|
/
*
vfio/iommufd: add vfio_device_free_name
Steve Sistare
2025-07-03
1
-1
/
+1
*
vfio-pci: preserve INTx
Steve Sistare
2025-07-03
1
-2
/
+53
*
vfio-pci: preserve MSI
Steve Sistare
2025-07-03
1
-2
/
+50
*
vfio/pci: export MSI functions
Steve Sistare
2025-06-11
1
-12
/
+17
*
vfio/pci: vfio_notifier_cleanup
Steve Sistare
2025-06-11
1
-11
/
+17
*
vfio/pci: vfio_notifier_init cpr parameters
Steve Sistare
2025-06-11
1
-12
/
+19
*
vfio/pci: pass vector to virq functions
Steve Sistare
2025-06-11
1
-6
/
+7
*
vfio/pci: vfio_notifier_init
Steve Sistare
2025-06-11
1
-15
/
+25
*
vfio/pci: vfio_pci_vector_init
Steve Sistare
2025-06-11
1
-7
/
+17
*
vfio-pci: skip reset during cpr
Steve Sistare
2025-06-11
1
-0
/
+7
*
pci: skip reset during cpr
Steve Sistare
2025-06-11
1
-0
/
+7
*
vfio: mark posted writes in region write callbacks
John Levon
2025-06-11
1
-1
/
+4
*
vfio: export PCI helpers needed for vfio-user
John Levon
2025-06-11
1
-24
/
+24
*
vfio/pci: Fix instance_size of VFIO_PCI_BASE
Zhenzhong Duan
2025-06-11
1
-2
/
+1
*
vfio: refactor out IRQ signalling setup
John Levon
2025-06-05
1
-15
/
+20
*
vfio: move config space read into vfio_pci_config_setup()
John Levon
2025-06-05
1
-15
/
+16
*
vfio: move more cleanup into vfio_pci_put_device()
John Levon
2025-06-05
1
-11
/
+12
*
vfio: add vfio-pci-base class
John Levon
2025-05-09
1
-22
/
+40
*
vfio: add read/write to device IO ops vector
John Levon
2025-05-09
1
-14
/
+14
*
vfio: add region info cache
John Levon
2025-05-09
1
-3
/
+3
*
vfio: add device IO ops vector
John Levon
2025-05-09
1
-6
/
+4
*
vfio: add vfio_pci_config_space_read/write()
John Levon
2025-05-09
1
-43
/
+80
*
vfio: consistently handle return value for helpers
John Levon
2025-05-09
1
-13
/
+20
*
vfio: add vfio_device_get_irq_info() helper
John Levon
2025-05-09
1
-12
/
+11
*
vfio/igd: Enable OpRegion by default
Tomita Moeko
2025-05-09
1
-1
/
+1
*
Merge tag 'single-binary-20250425' of https://github.com/philmd/qemu into sta...
Stefan Hajnoczi
2025-04-27
1
-3
/
+4
|
\
|
*
qom: Make InterfaceInfo[] uses const
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
|
*
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-2
/
+3
*
|
vfio: refactor out vfio_pci_config_setup()
John Levon
2025-04-25
1
-82
/
+94
*
|
vfio: refactor out vfio_interrupt_setup()
John Levon
2025-04-25
1
-21
/
+34
*
|
vfio: Rename VFIODevice related services
Cédric Le Goater
2025-04-25
1
-34
/
+34
*
|
vfio: Introduce a new header file for helper services
Cédric Le Goater
2025-04-25
1
-0
/
+1
*
|
vfio: Introduce a new header file for internal migration services
Cédric Le Goater
2025-04-25
1
-0
/
+1
|
/
*
cleanup: Drop pointless return at end of function
Markus Armbruster
2025-04-24
1
-1
/
+0
*
vfio/pci: Drop debug commentary from x-device-dirty-page-tracking
Joao Martins
2025-03-11
1
-1
/
+1
[next]