Age | Commit message (Expand) | Author |
2024-11-18 | Merge tag 'pull-request-2024-11-18' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell |
2024-11-18 | hw/s390x: Restrict "loadparm" property to devices that can be used for booting | Thomas Huth |
2024-11-18 | vfio/container: Fix container object destruction | Cédric Le Goater |
2024-11-18 | vfio/igd: fix calculation of graphics stolen memory | Corvin Köhne |
2024-11-18 | vfio/igd: add pci id for Coffee Lake | Corvin Köhne |
2024-11-05 | vfio/migration: Add vfio_save_block_precopy_empty_hit trace event | Maciej S. Szmigiero |
2024-11-05 | vfio/migration: Add save_{iterate, complete_precopy}_start trace events | Maciej S. Szmigiero |
2024-10-31 | migration: Drop migration_is_setup_or_active() | Peter Xu |
2024-10-23 | vfio/helpers: Align mmaps | Alex Williamson |
2024-10-23 | vfio/helpers: Refactor vfio_region_mmap() error handling | Alex Williamson |
2024-10-23 | vfio/migration: Change trace formats from hex to decimal | Avihai Horon |
2024-10-23 | vfio/migration: Report only stop-copy size in vfio_state_pending_exact() | Avihai Horon |
2024-09-17 | vfio/igd: correctly calculate stolen memory size for gen 9 and later | Corvin Köhne |
2024-09-17 | vfio/igd: don't set stolen memory size to zero | Corvin Köhne |
2024-09-17 | vfio/igd: add ID's for ElkhartLake and TigerLake | Corvin Köhne |
2024-09-17 | vfio/igd: add new bar0 quirk to emulate BDSM mirror | Corvin Köhne |
2024-09-17 | vfio/igd: use new BDSM register location and size for gen 11 and later | Corvin Köhne |
2024-09-17 | vfio/igd: support legacy mode for all known generations | Corvin Köhne |
2024-09-17 | vfio/igd: return an invalid generation for unknown devices | Corvin Köhne |
2024-09-17 | hw/vfio/pci.c: Use correct type in trace_vfio_msix_early_setup() | Peter Maydell |
2024-09-13 | hw: Use device_class_set_legacy_reset() instead of opencoding | Peter Maydell |
2024-09-10 | qapi/vfio: Rename VfioMigrationState to Qapi*, and drop prefix | Markus Armbruster |
2024-09-10 | qapi/common: Drop temporary 'prefix' | Markus Armbruster |
2024-07-24 | Merge tag 'pull-vfio-20240723-1' of https://github.com/legoater/qemu into sta... | Richard Henderson |
2024-07-23 | vfio/common: Allow disabling device dirty page tracking | Joao Martins |
2024-07-23 | vfio/migration: Don't block migration device dirty tracking is unsupported | Joao Martins |
2024-07-23 | vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap support | Joao Martins |
2024-07-23 | vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking support | Joao Martins |
2024-07-23 | vfio/iommufd: Probe and request hwpt dirty tracking capability | Joao Martins |
2024-07-23 | vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_de... | Joao Martins |
2024-07-23 | vfio/iommufd: Add hw_caps field to HostIOMMUDeviceCaps | Joao Martins |
2024-07-23 | vfio/{iommufd,container}: Remove caps::aw_bits | Joao Martins |
2024-07-23 | vfio/iommufd: Introduce auto domain creation | Joao Martins |
2024-07-23 | vfio/ccw: Don't initialize HOST_IOMMU_DEVICE with mdev | Zhenzhong Duan |
2024-07-23 | vfio/ap: Don't initialize HOST_IOMMU_DEVICE with mdev | Zhenzhong Duan |
2024-07-23 | vfio/iommufd: Return errno in iommufd_cdev_attach_ioas_hwpt() | Joao Martins |
2024-07-23 | backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabi... | Joao Martins |
2024-07-23 | vfio/iommufd: Don't initialize nor set a HOST_IOMMU_DEVICE with mdev | Joao Martins |
2024-07-23 | vfio/pci: Extract mdev check into an helper | Joao Martins |
2024-07-23 | hw/vfio/container: Fix SIGSEV on vfio_container_instance_finalize() | Eric Auger |
2024-07-22 | hw/vfio/common: Add vfio_listener_region_del_iommu trace event | Eric Auger |
2024-07-17 | hw/vfio/container: Get rid of qemu_open_old() | Zhao Liu |
2024-07-09 | vfio/display: Fix vfio_display_edid_init() error path | Zhenzhong Duan |
2024-07-09 | vfio/display: Fix potential memleak of edid info | Zhenzhong Duan |
2024-07-09 | memory: remove IOMMU MR iommu_set_page_size_mask() callback | Eric Auger |
2024-07-09 | HostIOMMUDevice: Introduce get_page_size_mask() callback | Eric Auger |
2024-07-09 | HostIOMMUDevice : remove Error handle from get_iova_ranges callback | Eric Auger |
2024-07-09 | vfio-container-base: Introduce vfio_container_get_iova_ranges() helper | Eric Auger |
2024-07-02 | Remove inclusion of hw/hw.h from files that don't need it | Thomas Huth |
2024-06-24 | vfio/container: Move vfio_container_destroy() to an instance_finalize() handler | Cédric Le Goater |