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