aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)AuthorFilesLines
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-6/+6
2019-03-12Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190311.0' ...Peter Maydell4-0/+190
2019-03-12vfio: Make vfio_get_region_info_cap publicAlexey Kardashevskiy1-1/+1
2019-03-12vfio/spapr: Rename local systempagesize variableAlexey Kardashevskiy1-3/+3
2019-03-12vfio/spapr: Fix indirect levels calculationAlexey Kardashevskiy2-11/+34
2019-03-11vfio/display: delay link up eventGerd Hoffmann1-5/+25
2019-03-11vfio/display: add xres + yres propertiesGerd Hoffmann3-2/+24
2019-03-11vfio/display: add edid support.Gerd Hoffmann2-0/+148
2019-03-11vfio-pci: enable by defaultPaolo Bonzini1-1/+2
2019-03-07vfio: express vfio dependencies with KconfigPaolo Bonzini1-3/+10
2019-03-07build: switch to KconfigPaolo Bonzini1-0/+9
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+20
2019-03-04Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190304' into stagingPeter Maydell1-1/+1
2019-03-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+0
2019-03-04s390x/vfio-ap: Implement hot plug/unplug of vfio-ap deviceTony Krowiak1-1/+1
2019-02-22pci: Move NVIDIA vendor id to the rest of idsAlexey Kardashevskiy1-2/+0
2019-02-21hw/vfio/common: Refactor container initializationEric Auger1-44/+70
2019-02-21vfio/common: Work around kernel overflow bug in DMA unmapAlex Williamson2-1/+20
2019-02-05hw/vfio/Makefile.objs: Create new CONFIG_* variables for VFIO core and PCIPaolo Bonzini1-4/+3
2019-02-05vfio: move conditional up to hw/Makefile.objsPaolo Bonzini1-2/+0
2019-01-24trace: forbid use of %m in trace event format stringsDaniel P. Berrangé2-2/+2
2019-01-11qemu/queue.h: typedef QTAILQ headsPaolo Bonzini1-1/+1
2019-01-11vfio: make vfio_address_spaces staticPaolo Bonzini1-1/+1
2018-12-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-7/+2
2018-12-20Clean up includesMarkus Armbruster1-1/+1
2018-12-19vfio/pci: Remove PCIe Link Status emulationAlex Williamson1-6/+0
2018-12-19pcie: Create enums for link speed and widthAlex Williamson1-1/+2
2018-12-12vfio-ap: flag as compatible with balloonCornelia Huck1-0/+8
2018-11-05s390x/vfio-ap: report correct errorCornelia Huck1-1/+1
2018-10-19vfio: Clean up error reporting after previous commitMarkus Armbruster3-7/+7
2018-10-19vfio: Use warn_report() & friends to report warningsMarkus Armbruster2-9/+9
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster1-2/+1
2018-10-15vfio-pci: make vfio-pci device more QOM conventionalLi Qiang1-14/+15
2018-10-15vfio/platform: Make the vfio-platform device non-abstractEric Auger3-1/+26
2018-10-15hw/vfio/display: add ramfb supportGerd Hoffmann3-0/+38
2018-10-12s390x/vfio: ap: Introduce VFIO AP deviceTony Krowiak2-0/+182
2018-09-24qemu-error: add {error, warn}_report_once_condCornelia Huck1-15/+3
2018-08-23vfio/pci: Fix failure to close file descriptor on errorAlex Williamson1-0/+1
2018-08-23vfio/pci: Handle subsystem realpath() returning NULLAlex Williamson1-1/+1
2018-08-21vfio/spapr: Allow backing bigger guest IOMMU pages with smaller physical pagesAlexey Kardashevskiy2-1/+23
2018-08-17vfio/ccw/pci: Allow devices to opt-in for ballooningAlex Williamson4-2/+57
2018-08-17vfio: Inhibit ballooning based on group attachment to a containerAlex Williamson1-0/+30
2018-07-11vfio/pci: do not set the PCIDevice 'has_rom' attributeCédric Le Goater1-1/+0
2018-07-02hw/vfio: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2-5/+7
2018-06-18vfio-ccw: add force unlimited prefetch propertyHalil Pasic1-0/+35
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell1-1/+5
2018-06-05vfio/pci: Default display option to "off"Alex Williamson1-1/+1
2018-06-05vfio/quirks: Enable ioeventfd quirks to be handled by vfio directlyAlex Williamson4-8/+51
2018-06-05vfio/quirks: ioeventfd quirk accelerationAlex Williamson4-2/+183
2018-06-05vfio/quirks: Add quirk reset callbackAlex Williamson3-0/+19