Age | Commit message (Expand) | Author | Files | Lines |
2020-11-01 | vfio: Find DMA available capability | Matthew Rosato | 1 | -0/+31 |
2020-11-01 | vfio: Create shared routine for scanning info capabilities | Matthew Rosato | 1 | -8/+13 |
2020-11-01 | qapi: Add VFIO devices migration stats in Migration stats | Kirti Wankhede | 2 | -0/+28 |
2020-11-01 | vfio: Make vfio-pci device migration capable | Kirti Wankhede | 2 | -21/+8 |
2020-11-01 | vfio: Add ioctl to get dirty pages bitmap during dma unmap | Kirti Wankhede | 1 | -4/+93 |
2020-11-01 | vfio: Dirty page tracking when vIOMMU is enabled | Kirti Wankhede | 2 | -6/+83 |
2020-11-01 | vfio: Add vfio_listener_log_sync to mark dirty pages | Kirti Wankhede | 2 | -0/+117 |
2020-11-01 | vfio: Add function to start and stop dirty pages tracking | Kirti Wankhede | 1 | -0/+36 |
2020-11-01 | vfio: Get migration capability flags for container | Kirti Wankhede | 2 | -9/+88 |
2020-11-01 | vfio: Add load state functions to SaveVMHandlers | Kirti Wankhede | 2 | -0/+199 |
2020-11-01 | vfio: Add save state functions to SaveVMHandlers | Kirti Wankhede | 2 | -0/+282 |
2020-11-01 | vfio: Register SaveVMHandlers for VFIO device | Kirti Wankhede | 2 | -0/+104 |
2020-11-01 | vfio: Add migration state change notifier | Kirti Wankhede | 2 | -0/+29 |
2020-11-01 | vfio: Add VM state change handler to know state of VM | Kirti Wankhede | 2 | -0/+162 |
2020-11-01 | vfio: Add migration region initialization and finalize function | Kirti Wankhede | 3 | -0/+126 |
2020-11-01 | vfio: Add save and load functions for VFIO PCI devices | Kirti Wankhede | 1 | -0/+51 |
2020-11-01 | vfio: Add vfio_get_object callback to VFIODeviceOps | Kirti Wankhede | 1 | -0/+8 |
2020-11-01 | vfio: Add function to unmap VFIO region | Kirti Wankhede | 2 | -4/+29 |
2020-10-02 | vfio-ccw: plug memory leak while getting region info | Cornelia Huck | 1 | -1/+4 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2 | -6/+2 |
2020-09-16 | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé | 1 | -2/+2 |
2020-09-11 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 3 | -22/+27 |
2020-09-09 | vfio: Rename PCI_VFIO to VFIO_PCI | Eduardo Habkost | 2 | -12/+12 |
2020-09-09 | vfio: Rename VFIO_AP_DEVICE_TYPE to TYPE_VFIO_AP_DEVICE | Eduardo Habkost | 1 | -4/+4 |
2020-09-09 | ap-device: Rename AP_DEVICE_TYPE to TYPE_AP_DEVICE | Eduardo Habkost | 1 | -1/+1 |
2020-09-09 | trace-events: Fix attribution of trace points to source | Markus Armbruster | 1 | -4/+6 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2 | -3/+4 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 2 | -4/+8 |
2020-09-01 | vfio/platform: Remove dead assignment in vfio_intp_interrupt() | Chen Qun | 1 | -1/+1 |
2020-08-27 | vfio/pci: Move QOM macros to header | Eduardo Habkost | 2 | -3/+3 |
2020-08-27 | hw/vfio/ap: Plug memleak in vfio_ap_get_group() | Pan Nengyuan | 1 | -0/+1 |
2020-08-21 | meson: convert hw/vfio | Marc-André Lureau | 2 | -8/+18 |
2020-08-21 | meson: infrastructure for building emulators | Paolo Bonzini | 1 | -1/+1 |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini | 1 | -0/+1 |
2020-07-16 | vfio: fix use-after-free in display | Gerd Hoffmann | 1 | -0/+1 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster | 1 | -2/+1 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2 | -8/+3 |
2020-07-10 | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 1 | -2/+1 |
2020-07-02 | vfio: Convert to ram_block_discard_disable() | David Hildenbrand | 4 | -36/+42 |
2020-06-18 | vfio-ccw: Add support for the CRW region and IRQ | Farhan Ali | 1 | -0/+73 |
2020-06-18 | vfio-ccw: Refactor ccw irq handler | Eric Farman | 1 | -16/+42 |
2020-06-18 | vfio-ccw: Add support for the schib region | Farhan Ali | 1 | -0/+63 |
2020-06-18 | vfio-ccw: Refactor cleanup of regions | Eric Farman | 1 | -5/+9 |
2020-06-12 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -22/+15 |
2020-06-11 | hw/vfio/pci-quirks: Fix broken legacy IGD passthrough | Thomas Huth | 1 | -0/+1 |
2020-06-11 | hw/vfio: Add VMD Passthrough Quirk | Jon Derrick | 1 | -12/+72 |
2020-06-10 | vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfds | Peter Xu | 1 | -22/+15 |
2020-06-05 | vfio-ccw: allow non-prefetch ORBs | Jared Rossi | 1 | -10/+3 |
2020-05-27 | vfio/nvlink: Remove exec permission to avoid SELinux AVCs | Leonardo Bras | 1 | -2/+2 |
2020-05-18 | Revert "hw/display/ramfb: initialize fw-config space with xres/ yres" | Gerd Hoffmann | 1 | -2/+2 |