summary refs log tree commit diff stats
path: root/hw/vfio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* vfio: make vfio_address_spaces staticPaolo Bonzini2019-01-111-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-12-211-7/+2
|\
| * vfio/pci: Remove PCIe Link Status emulationAlex Williamson2018-12-191-6/+0
| * pcie: Create enums for link speed and widthAlex Williamson2018-12-191-1/+2
* | Clean up includesMarkus Armbruster2018-12-201-1/+1
|/
* vfio-ap: flag as compatible with balloonCornelia Huck2018-12-121-0/+8
* s390x/vfio-ap: report correct errorCornelia Huck2018-11-051-1/+1
* vfio: Clean up error reporting after previous commitMarkus Armbruster2018-10-193-7/+7
* vfio: Use warn_report() & friends to report warningsMarkus Armbruster2018-10-192-9/+9
* error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster2018-10-191-2/+1
* vfio-pci: make vfio-pci device more QOM conventionalLi Qiang2018-10-151-14/+15
* vfio/platform: Make the vfio-platform device non-abstractEric Auger2018-10-153-1/+26
* hw/vfio/display: add ramfb supportGerd Hoffmann2018-10-153-0/+38
* s390x/vfio: ap: Introduce VFIO AP deviceTony Krowiak2018-10-122-0/+182
* qemu-error: add {error, warn}_report_once_condCornelia Huck2018-09-241-15/+3
* vfio/pci: Fix failure to close file descriptor on errorAlex Williamson2018-08-231-0/+1
* vfio/pci: Handle subsystem realpath() returning NULLAlex Williamson2018-08-231-1/+1
* vfio/spapr: Allow backing bigger guest IOMMU pages with smaller physical pagesAlexey Kardashevskiy2018-08-212-1/+23
* vfio/ccw/pci: Allow devices to opt-in for ballooningAlex Williamson2018-08-174-2/+57
* vfio: Inhibit ballooning based on group attachment to a containerAlex Williamson2018-08-171-0/+30
* vfio/pci: do not set the PCIDevice 'has_rom' attributeCédric Le Goater2018-07-111-1/+0
* hw/vfio: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-022-5/+7
* vfio-ccw: add force unlimited prefetch propertyHalil Pasic2018-06-181-0/+35
* iommu: Add IOMMU index argument to notifier APIsPeter Maydell2018-06-151-1/+5
* vfio/pci: Default display option to "off"Alex Williamson2018-06-051-1/+1
* vfio/quirks: Enable ioeventfd quirks to be handled by vfio directlyAlex Williamson2018-06-054-8/+51
* vfio/quirks: ioeventfd quirk accelerationAlex Williamson2018-06-054-2/+183
* vfio/quirks: Add quirk reset callbackAlex Williamson2018-06-053-0/+19
* vfio/quirks: Add common quirk alloc helperAlex Williamson2018-06-051-27/+21
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-012-0/+2
|\
| * vfio: Include "exec/address-spaces.h" directly in the source filePhilippe Mathieu-Daudé2018-05-312-0/+2
* | Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell2018-05-311-1/+2
|/
* vfio-ccw: introduce vfio_ccw_get_device()Greg Kurz2018-04-301-20/+36
* ui: introduce vfio_display_resetTina Zhang2018-04-273-0/+16
* vfio-ccw: fix memory leaks in vfio_ccw_realize()Greg Kurz2018-04-091-0/+2
* vfio: Use a trace point when a RAM section cannot be DMA mappedEric Auger2018-04-052-6/+6
* ppc/spapr, vfio: Turn off MSIX emulation for VFIO devicesAlexey Kardashevskiy2018-03-131-0/+13
* vfio-pci: Allow mmap of MSIX BARAlexey Kardashevskiy2018-03-132-0/+24
* vfio/pci: Relax DMA map errors for MMIO regionsAlexey Kardashevskiy2018-03-131-6/+49
* vfio/display: adding dmabuf supportGerd Hoffmann2018-03-131-2/+180
* vfio/display: adding region supportGerd Hoffmann2018-03-132-2/+116
* vfio/display: core & wireupGerd Hoffmann2018-03-134-1/+71
* vfio/common: cleanup in vfio_region_finalizeGerd Hoffmann2018-03-131-0/+7
* vfio-ccw: license text should indicate GPL v2 or laterCornelia Huck2018-03-081-2/+2
* use g_path_get_basename instead of basenameJulia Suvorova2018-03-062-2/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-02-131-1/+4
|\
| * pci: removed the is_express field since a uniform interface was insertedYoni Bettan2018-02-081-1/+4
* | Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+1
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-02-073-8/+16
|\
| * vfio: listener unregister before unset containerPeter Xu2018-02-071-4/+12