aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)AuthorFilesLines
2024-06-10hw/vfio: Remove newline character in trace eventsPhilippe Mathieu-Daudé1-2/+2
2024-05-22vfio/igd: Use g_autofree in vfio_probe_igd_bar4_quirk()Zhenzhong Duan1-15/+12
2024-05-22vfio: Use g_autofree in all call site of vfio_get_region_info()Zhenzhong Duan3-18/+7
2024-05-22vfio/pci-quirks: Make vfio_add_*_cap() return boolZhenzhong Duan3-26/+21
2024-05-22vfio/pci-quirks: Make vfio_pci_igd_opregion_init() return boolZhenzhong Duan4-11/+9
2024-05-22vfio/pci: Use g_autofree for vfio_region_info pointerZhenzhong Duan1-2/+1
2024-05-22vfio/pci: Make capability related functions return boolZhenzhong Duan1-41/+36
2024-05-22vfio/pci: Make vfio_populate_vga() return boolZhenzhong Duan3-8/+7
2024-05-22vfio/pci: Make vfio_intx_enable() return boolZhenzhong Duan1-11/+8
2024-05-22vfio/pci: Make vfio_populate_device() return a boolZhenzhong Duan1-11/+10
2024-05-22vfio/pci: Make vfio_pci_relocate_msix() and vfio_msix_early_setup() return a ...Zhenzhong Duan1-17/+16
2024-05-22vfio/pci: Make vfio_intx_enable_kvm() return a boolZhenzhong Duan1-7/+8
2024-05-22vfio/ccw: Make vfio_ccw_get_region() return a boolZhenzhong Duan1-8/+7
2024-05-22vfio/platform: Make vfio_populate_device() and vfio_base_device_init() return...Zhenzhong Duan1-23/+17
2024-05-22vfio/helpers: Make vfio_device_get_name() return boolZhenzhong Duan5-10/+9
2024-05-22vfio/helpers: Make vfio_set_irq_signaling() return boolZhenzhong Duan5-48/+44
2024-05-22vfio/helpers: Use g_autofree in vfio_set_irq_signaling()Zhenzhong Duan1-2/+1
2024-05-22vfio/display: Make vfio_display_*() return boolZhenzhong Duan3-13/+12
2024-05-22vfio/display: Fix error path in call site of ramfb_setup()Zhenzhong Duan1-0/+6
2024-05-16backends/iommufd: Make iommufd_backend_*() return boolZhenzhong Duan1-3/+2
2024-05-16vfio/cpr: Make vfio_cpr_register_container() return boolZhenzhong Duan3-6/+4
2024-05-16vfio/iommufd: Make iommufd_cdev_*() return boolZhenzhong Duan1-49/+39
2024-05-16vfio/container: Make vfio_get_device() return boolZhenzhong Duan1-9/+7
2024-05-16vfio/container: Make vfio_set_iommu() return boolZhenzhong Duan1-12/+10
2024-05-16vfio/container: Make vfio_connect_container() return boolZhenzhong Duan1-11/+7
2024-05-16vfio: Make VFIOIOMMUClass::add_window() and its wrapper return boolZhenzhong Duan3-13/+13
2024-05-16vfio: Make VFIOIOMMUClass::setup() return boolZhenzhong Duan2-12/+10
2024-05-16vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan7-30/+23
2024-05-16vfio/pci: Use g_autofree in iommufd_cdev_get_info_iova_range()Zhenzhong Duan1-3/+1
2024-05-16vfio/pci: Use g_autofree in vfio_realizeZhenzhong Duan1-4/+3
2024-05-16vfio/migration: Enhance VFIO migration state tracingAvihai Horon2-3/+8
2024-05-16vfio/migration: Don't emit STOP_COPY VFIO migration QAPI event twiceAvihai Horon1-0/+4
2024-05-16vfio/migration: Emit VFIO migration QAPI eventAvihai Horon2-3/+58
2024-05-16vfio/pci: migration: Skip config space check for Vendor Specific Information ...Vinayak Kale2-0/+27
2024-05-16vfio/ccw: Make vfio_ccw_register_irq_notifier() return a boolCédric Le Goater1-11/+11
2024-05-16vfio/ccw: Use g_autofree variable in vfio_ccw_register_irq_notifier()Cédric Le Goater1-6/+3
2024-05-16vfio/ap: Make vfio_ap_register_irq_notifier() return a boolCédric Le Goater1-7/+8
2024-05-16vfio/ap: Use g_autofree variable in vfio_ap_register_irq_notifier()Cédric Le Goater1-7/+3
2024-05-16vfio: Also trace event failures in vfio_save_complete_precopy()Cédric Le Goater1-3/+0
2024-05-16vfio: Add Error** argument to .get_dirty_bitmap() handlerCédric Le Goater3-30/+50
2024-05-16memory: Add Error** argument to memory_get_xlat_addr()Cédric Le Goater1-4/+9
2024-05-16vfio: Reverse test on vfio_get_xlat_addr()Cédric Le Goater1-9/+13
2024-05-16vfio/migration: Add Error** argument to .vfio_save_config() handlerCédric Le Goater2-9/+21
2024-05-16vfio/migration: Add an Error** argument to vfio_migration_set_state()Cédric Le Goater1-29/+52
2024-05-16migration: Extend migration_file_set_error() with Error* argumentCédric Le Goater2-4/+4
2024-05-16vfio: Add Error** argument to vfio_devices_dma_logging_start()Cédric Le Goater1-11/+15
2024-05-16vfio: Add Error** argument to .set_dirty_page_tracking() handlerCédric Le Goater3-7/+7
2024-05-14ui/console: Use qemu_dmabuf_new() and free() helpers insteadDongwon Kim1-14/+12
2024-05-14ui/console: Use qemu_dmabuf_get_..() helpers insteadDongwon Kim1-4/+8
2024-04-23memory: Add Error** argument to .log_global_start() handlerCédric Le Goater1-1/+3