summary refs log tree commit diff stats
path: root/hw/vfio/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* migration: Remove error variant of vmstate_save_state() functionArun Menon2025-10-031-2/+2
* migration: push Error **errp into vmstate_load_state()Arun Menon2025-10-031-1/+4
* vfio/pci.c: rename vfio_pci_nohotplug_dev_info to vfio_pci_nohotplug_infoMark Cave-Ayland2025-09-251-2/+2
* vfio/pci.c: rename vfio_pci_nohotplug_dev_class_init() to vfio_pci_nohotplug_...Mark Cave-Ayland2025-09-251-2/+2
* vfio/pci.c: rename vfio_pci_dev_nohotplug_properties[] to vfio_pci_nohotplug_...Mark Cave-Ayland2025-09-251-2/+2
* vfio/pci.c: rename vfio_pci_dev_properties[] to vfio_pci_properties[]Mark Cave-Ayland2025-09-251-2/+2
* vfio/pci.c: rename vfio_pci_base_dev_info to vfio_pci_device_infoMark Cave-Ayland2025-09-251-2/+2
* vfio/pci.c: rename vfio_pci_base_dev_class_init() to vfio_pci_device_class_in...Mark Cave-Ayland2025-09-251-2/+2
* hw/vfio/types.h: rename TYPE_VFIO_PCI_BASE to TYPE_VFIO_PCI_DEVICEMark Cave-Ayland2025-09-251-14/+14
* vfio/pci.c: rename vfio_pci_dev_info to vfio_pci_infoMark Cave-Ayland2025-09-251-2/+2
* vfio/pci.c: rename vfio_pci_dev_class_init() to vfio_pci_class_init()Mark Cave-Ayland2025-09-251-2/+2
* vfio/pci.c: rename vfio_instance_finalize() to vfio_pci_finalize()Mark Cave-Ayland2025-09-251-2/+2
* vfio/pci.c: rename vfio_instance_init() to vfio_pci_init()Mark Cave-Ayland2025-09-251-2/+2
* vfio/pci: Do not unparent in instance_finalize()Akihiko Odaki2025-09-241-4/+0
* vfio/pci.h: rename VFIOPCIDevice pdev field to parent_objMark Cave-Ayland2025-09-081-2/+2
* vfio/pci.c: use QOM casts where appropriateMark Cave-Ayland2025-09-081-83/+121
* vfio: Introduce helper vfio_pci_from_vfio_device()Zhenzhong Duan2025-09-081-0/+9
* vfio: Document 'use-legacy-x86-rom' propertyCédric Le Goater2025-08-091-0/+3
* vfio/pci: preserve pending interruptsSteve Sistare2025-08-091-0/+2
* vfio/pci: augment set_handlerSteve Sistare2025-08-091-2/+11
* vfio/igd: Fix VGA regions are not exposed in legacy modeTomita Moeko2025-07-281-3/+10
* vfio: fix sub-page bar after cprSteve Sistare2025-07-281-0/+14
* hw/i386: Fix 'use-legacy-x86-rom' property compatibilityCédric Le Goater2025-07-281-2/+0
* Merge tag 'display-20250718-pull-request' of https://gitlab.com/kraxel/qemu i...Stefan Hajnoczi2025-07-211-0/+2
|\
| * hw/i386: Add the ramfb romfile compatibilityShaoqin Huang2025-07-181-1/+1
| * ramfb: Add property to control if load the romfileShaoqin Huang2025-07-171-0/+2
* | vfio/migration: Max in-flight VFIO device state buffers size limitMaciej S. Szmigiero2025-07-151-0/+9
* | vfio/migration: Add x-migration-load-config-after-iter VFIO propertyMaciej S. Szmigiero2025-07-151-0/+10
* | vfio/pci: Introduce x-pci-class-code optionTomita Moeko2025-07-151-4/+25
|/
* vfio/iommufd: add vfio_device_free_nameSteve Sistare2025-07-031-1/+1
* vfio-pci: preserve INTxSteve Sistare2025-07-031-2/+53
* vfio-pci: preserve MSISteve Sistare2025-07-031-2/+50
* vfio/pci: export MSI functionsSteve Sistare2025-06-111-12/+17
* vfio/pci: vfio_notifier_cleanupSteve Sistare2025-06-111-11/+17
* vfio/pci: vfio_notifier_init cpr parametersSteve Sistare2025-06-111-12/+19
* vfio/pci: pass vector to virq functionsSteve Sistare2025-06-111-6/+7
* vfio/pci: vfio_notifier_initSteve Sistare2025-06-111-15/+25
* vfio/pci: vfio_pci_vector_initSteve Sistare2025-06-111-7/+17
* vfio-pci: skip reset during cprSteve Sistare2025-06-111-0/+7
* pci: skip reset during cprSteve Sistare2025-06-111-0/+7
* vfio: mark posted writes in region write callbacksJohn Levon2025-06-111-1/+4
* vfio: export PCI helpers needed for vfio-userJohn Levon2025-06-111-24/+24
* vfio/pci: Fix instance_size of VFIO_PCI_BASEZhenzhong Duan2025-06-111-2/+1
* vfio: refactor out IRQ signalling setupJohn Levon2025-06-051-15/+20
* vfio: move config space read into vfio_pci_config_setup()John Levon2025-06-051-15/+16
* vfio: move more cleanup into vfio_pci_put_device()John Levon2025-06-051-11/+12
* vfio: add vfio-pci-base classJohn Levon2025-05-091-22/+40
* vfio: add read/write to device IO ops vectorJohn Levon2025-05-091-14/+14
* vfio: add region info cacheJohn Levon2025-05-091-3/+3
* vfio: add device IO ops vectorJohn Levon2025-05-091-6/+4