| Commit message (Expand) | Author | Age | Files | Lines |
* | vfio-ccw: plug memory leak while getting region info | Cornelia Huck | 2020-10-02 | 1 | -1/+4 |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 2 | -6/+2 |
* | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé | 2020-09-16 | 1 | -2/+2 |
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 2020-09-11 | 3 | -22/+27 |
|\ |
|
| * | vfio: Rename PCI_VFIO to VFIO_PCI | Eduardo Habkost | 2020-09-09 | 2 | -12/+12 |
| * | vfio: Rename VFIO_AP_DEVICE_TYPE to TYPE_VFIO_AP_DEVICE | Eduardo Habkost | 2020-09-09 | 1 | -4/+4 |
| * | ap-device: Rename AP_DEVICE_TYPE to TYPE_AP_DEVICE | Eduardo Habkost | 2020-09-09 | 1 | -1/+1 |
| * | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 2 | -3/+4 |
| * | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 2 | -4/+8 |
* | | trace-events: Fix attribution of trace points to source | Markus Armbruster | 2020-09-09 | 1 | -4/+6 |
|/ |
|
* | vfio/platform: Remove dead assignment in vfio_intp_interrupt() | Chen Qun | 2020-09-01 | 1 | -1/+1 |
* | vfio/pci: Move QOM macros to header | Eduardo Habkost | 2020-08-27 | 2 | -3/+3 |
* | hw/vfio/ap: Plug memleak in vfio_ap_get_group() | Pan Nengyuan | 2020-08-27 | 1 | -0/+1 |
* | meson: convert hw/vfio | Marc-André Lureau | 2020-08-21 | 2 | -8/+18 |
* | meson: infrastructure for building emulators | Paolo Bonzini | 2020-08-21 | 1 | -1/+1 |
* | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 1 | -0/+1 |
* | vfio: fix use-after-free in display | Gerd Hoffmann | 2020-07-16 | 1 | -0/+1 |
* | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2020-07-10 | 2 | -8/+3 |
* | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | vfio: Convert to ram_block_discard_disable() | David Hildenbrand | 2020-07-02 | 4 | -36/+42 |
* | vfio-ccw: Add support for the CRW region and IRQ | Farhan Ali | 2020-06-18 | 1 | -0/+73 |
* | vfio-ccw: Refactor ccw irq handler | Eric Farman | 2020-06-18 | 1 | -16/+42 |
* | vfio-ccw: Add support for the schib region | Farhan Ali | 2020-06-18 | 1 | -0/+63 |
* | vfio-ccw: Refactor cleanup of regions | Eric Farman | 2020-06-18 | 1 | -5/+9 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2020-06-13 | 1 | -22/+15 |
|\ |
|
| * | vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfds | Peter Xu | 2020-06-10 | 1 | -22/+15 |
* | | hw/vfio/pci-quirks: Fix broken legacy IGD passthrough | Thomas Huth | 2020-06-11 | 1 | -0/+1 |
* | | hw/vfio: Add VMD Passthrough Quirk | Jon Derrick | 2020-06-11 | 1 | -12/+72 |
|/ |
|
* | vfio-ccw: allow non-prefetch ORBs | Jared Rossi | 2020-06-05 | 1 | -10/+3 |
* | vfio/nvlink: Remove exec permission to avoid SELinux AVCs | Leonardo Bras | 2020-05-27 | 1 | -2/+2 |
* | Revert "hw/display/ramfb: initialize fw-config space with xres/ yres" | Gerd Hoffmann | 2020-05-18 | 1 | -2/+2 |
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 2 | -4/+4 |
* | Drop more @errp parameters after previous commit | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 1 | -3/+3 |
* | lockable: replaced locks with lock guard macros where appropriate | Daniel Brodsky | 2020-05-04 | 1 | -3/+2 |
* | vfio/spapr: Fix page size calculation | Alexey Kardashevskiy | 2020-04-07 | 1 | -3/+3 |
* | hw/vfio/display: Remove superfluous semicolon | Philippe Mathieu-Daudé | 2020-02-18 | 1 | -1/+1 |
* | Report stringified errno in VFIO related errors | Michal Privoznik | 2020-02-18 | 1 | -2/+2 |
* | hw/vfio: Move the IGD quirk code to a separate file | Thomas Huth | 2020-02-06 | 5 | -611/+642 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 4 | -5/+5 |
* | vfio/pci: Don't remove irqchip notifier if not registered | Peter Xu | 2020-01-06 | 1 | -1/+3 |
* | hw/vfio/ap: drop local_err from vfio_ap_realize | Vladimir Sementsov-Ogievskiy | 2019-12-18 | 1 | -6/+3 |
* | vfio-ccw: Fix error message | Boris Fiuczynski | 2019-12-14 | 1 | -1/+1 |
* | vfio/pci: Respond to KVM irqchip change notifier | David Gibson | 2019-11-26 | 2 | -6/+20 |
* | vfio/pci: Split vfio_intx_update() | David Gibson | 2019-11-26 | 1 | -17/+22 |
* | vfio: vfio-pci requires EDID | Paolo Bonzini | 2019-11-18 | 1 | -0/+1 |
* | vfio: don't ignore return value of migrate_add_blocker | Jens Freimann | 2019-11-18 | 1 | -1/+1 |
* | hw/vfio/pci: Fix double free of migration_blocker | Michal Privoznik | 2019-11-18 | 1 | -0/+2 |
* | vfio: unplug failover primary device before migration | Jens Freimann | 2019-10-29 | 2 | -6/+21 |