Age | Commit message (Expand) | Author |
2021-05-20 | vfio-ccw: Attempt to clean up all IRQs on error | Eric Farman |
2021-05-20 | vfio-ccw: Permit missing IRQs | Eric Farman |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth |
2021-05-02 | hw: Do not include hw/sysbus.h if it is not necessary | Thomas Huth |
2021-05-02 | hw: Remove superfluous includes of hw/hw.h | Thomas Huth |
2021-03-16 | vfio/migrate: Move switch of dirty tracking into vfio_memory_listener | Keqian Zhu |
2021-03-16 | vfio: Support host translation granule size | Kunkun Jiang |
2021-03-16 | vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration | Shenming Lu |
2021-03-16 | vfio: Set the priority of the VFIO VM state change handler explicitly | Shenming Lu |
2021-03-16 | vfio: Move the saving of the config space to the right place in VFIO migration | Shenming Lu |
2021-03-16 | vfio: Do not register any IOMMU_NOTIFIER_DEVIOTLB_UNMAP notifier | Eric Auger |
2021-03-16 | hw/vfio/pci-quirks: Replace the word 'blacklist' | Philippe Mathieu-Daudé |
2021-03-16 | vfio: Fix vfio_listener_log_sync function name typo | Zenghui Yu |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé |
2021-03-04 | vfio-ccw: Do not read region ret_code after write | Eric Farman |
2021-02-08 | vfio: add quirk device write method | Prasad J Pandit |
2021-02-04 | ui: add an optional get_flags callback to GraphicHwOps | Marc-André Lureau |
2021-01-21 | vfio-ccw: Connect the device request notifier | Eric Farman |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell |
2020-12-18 | qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr() | Eduardo Habkost |
2020-12-18 | qdev: Move dev->realized check to qdev_property_set() | Eduardo Habkost |
2020-12-18 | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost |
2020-12-15 | qdev: Make qdev_get_prop_ptr() get Object* arg | Eduardo Habkost |
2020-11-23 | vfio: Change default dirty pages tracking behavior during migration | Kirti Wankhede |
2020-11-23 | vfio: Make migration support experimental | Alex Williamson |
2020-11-18 | docs: Fix some typos (found by codespell) | Stefan Weil |
2020-11-12 | Fix use after free in vfio_migration_probe | Kirti Wankhede |
2020-11-03 | vfio: Don't issue full 2^64 unmap | Jean-Philippe Brucker |
2020-11-03 | vfio: Set IOMMU page size as per host supported page size | Bharat Bhushan |
2020-11-01 | vfio: fix incorrect print type | Zhengui li |
2020-11-01 | hw/vfio: Use lock guard macros | Amey Narkhede |
2020-11-01 | vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilities | Matthew Rosato |
2020-11-01 | vfio: Find DMA available capability | Matthew Rosato |
2020-11-01 | vfio: Create shared routine for scanning info capabilities | Matthew Rosato |
2020-11-01 | qapi: Add VFIO devices migration stats in Migration stats | Kirti Wankhede |
2020-11-01 | vfio: Make vfio-pci device migration capable | Kirti Wankhede |
2020-11-01 | vfio: Add ioctl to get dirty pages bitmap during dma unmap | Kirti Wankhede |
2020-11-01 | vfio: Dirty page tracking when vIOMMU is enabled | Kirti Wankhede |
2020-11-01 | vfio: Add vfio_listener_log_sync to mark dirty pages | Kirti Wankhede |
2020-11-01 | vfio: Add function to start and stop dirty pages tracking | Kirti Wankhede |
2020-11-01 | vfio: Get migration capability flags for container | Kirti Wankhede |
2020-11-01 | vfio: Add load state functions to SaveVMHandlers | Kirti Wankhede |
2020-11-01 | vfio: Add save state functions to SaveVMHandlers | Kirti Wankhede |
2020-11-01 | vfio: Register SaveVMHandlers for VFIO device | Kirti Wankhede |
2020-11-01 | vfio: Add migration state change notifier | Kirti Wankhede |
2020-11-01 | vfio: Add VM state change handler to know state of VM | Kirti Wankhede |
2020-11-01 | vfio: Add migration region initialization and finalize function | Kirti Wankhede |
2020-11-01 | vfio: Add save and load functions for VFIO PCI devices | Kirti Wankhede |
2020-11-01 | vfio: Add vfio_get_object callback to VFIODeviceOps | Kirti Wankhede |