Age | Commit message (Expand) | Author | Files | Lines |
2021-09-16 | hw/vfio: Fix typo in comments | Cai Huoqing | 1 | -3/+3 |
2021-07-14 | vfio/pci: Add pba_offset PCI quirk for BAIDU KUNLUN AI processor | Cai Huoqing | 1 | -0/+8 |
2021-07-14 | vfio/pci: Change to use vfio_pci_is() | Cai Huoqing | 1 | -2/+2 |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-03-16 | vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration | Shenming Lu | 1 | -3/+17 |
2021-03-16 | hw/vfio/pci-quirks: Replace the word 'blacklist' | Philippe Mathieu-Daudé | 1 | -2/+2 |
2020-12-18 | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost | 1 | -0/+1 |
2020-11-23 | vfio: Change default dirty pages tracking behavior during migration | Kirti Wankhede | 1 | -0/+3 |
2020-11-23 | vfio: Make migration support experimental | Alex Williamson | 1 | -0/+2 |
2020-11-01 | vfio: Make vfio-pci device migration capable | Kirti Wankhede | 1 | -20/+8 |
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-09-09 | vfio: Rename PCI_VFIO to VFIO_PCI | Eduardo Habkost | 1 | -11/+11 |
2020-08-27 | vfio/pci: Move QOM macros to header | Eduardo Habkost | 1 | -3/+0 |
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 | 1 | -5/+2 |
2020-07-02 | vfio: Convert to ram_block_discard_disable() | David Hildenbrand | 1 | -3/+3 |
2020-06-10 | vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfds | Peter Xu | 1 | -22/+15 |
2020-05-15 | Drop more @errp parameters after previous commit | Markus Armbruster | 1 | -1/+1 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -2/+2 |
2020-01-06 | vfio/pci: Don't remove irqchip notifier if not registered | Peter Xu | 1 | -1/+3 |
2019-11-26 | vfio/pci: Respond to KVM irqchip change notifier | David Gibson | 1 | -6/+19 |
2019-11-26 | vfio/pci: Split vfio_intx_update() | David Gibson | 1 | -17/+22 |
2019-11-18 | vfio: don't ignore return value of migrate_add_blocker | Jens Freimann | 1 | -1/+1 |
2019-11-18 | hw/vfio/pci: Fix double free of migration_blocker | Michal Privoznik | 1 | -0/+2 |
2019-10-29 | vfio: unplug failover primary device before migration | Jens Freimann | 1 | -6/+20 |
2019-10-10 | hw/vfio/pci: fix double free in vfio_msi_disable | Evgeny Yakovlev | 1 | -0/+1 |
2019-09-19 | vfio: fix a typo | Chen Zhang | 1 | -2/+2 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-07-02 | vfio/pci: Trace vfio_set_irq_signaling() failure in vfio_msix_vector_release() | Eric Auger | 1 | -2/+5 |
2019-06-13 | vfio/common: Introduce vfio_set_irq_signaling helper | Eric Auger | 1 | -166/+51 |
2019-06-13 | vfio/pci: Allow MSI-X relocation to fixup bogus PBA | Alex Williamson | 1 | -1/+1 |
2019-06-13 | vfio/pci: Hide Resizable BAR capability | Alex Williamson | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-06-06 | hw/vfio/pci: Use the QOM DEVICE() macro to access DeviceState.qdev | Philippe Mathieu-Daudé | 1 | -2/+2 |
2019-05-22 | pci: msix: move 'MSIX_CAP_LENGTH' to header file | Li Qiang | 1 | -2/+0 |
2019-05-22 | vfio: pci: make "vfio-pci-nohotplug" as MACRO | Li Qiang | 1 | -2/+4 |
2019-04-26 | spapr: Support NVIDIA V100 GPU with NVLink2 | Alexey Kardashevskiy | 1 | -0/+14 |
2019-04-18 | vfio: Report warnings with warn_report(), not error_printf() | Markus Armbruster | 1 | -6/+13 |
2019-03-11 | vfio/display: add xres + yres properties | Gerd Hoffmann | 1 | -0/+12 |
2019-01-24 | trace: forbid use of %m in trace event format strings | Daniel P. Berrangé | 1 | -1/+1 |
2018-12-19 | vfio/pci: Remove PCIe Link Status emulation | Alex Williamson | 1 | -6/+0 |
2018-12-19 | pcie: Create enums for link speed and width | Alex Williamson | 1 | -1/+2 |
2018-10-19 | vfio: Clean up error reporting after previous commit | Markus Armbruster | 1 | -4/+4 |
2018-10-19 | vfio: Use warn_report() & friends to report warnings | Markus Armbruster | 1 | -7/+7 |
2018-10-19 | error: Fix use of error_prepend() with &error_fatal, &error_abort | Markus Armbruster | 1 | -2/+1 |