aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)AuthorFilesLines
2019-05-22hw: vfio: drop TYPE_FOO MACRO in VMStateDescriptionLi Qiang5-5/+5
2019-05-22vfio: pci: make "vfio-pci-nohotplug" as MACROLi Qiang1-2/+4
2019-04-27Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190426' into...Peter Maydell4-0/+151
2019-04-26spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy4-0/+151
2019-04-25Merge tag 's390-ccw-bios-2019-04-12' into s390-next-stagingCornelia Huck1-3/+3
2019-04-25exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand1-1/+1
2019-04-18vfio: Report warnings with warn_report(), not error_printf()Markus Armbruster1-6/+13
2019-04-12s390 vfio-ccw: Add bootindex property and IPLB dataJason J. Herne1-3/+3
2019-04-03hw/vfio/ccw: avoid taking address members in packed structsDaniel P. Berrangé1-20/+22
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-1/+1
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster1-1/+0
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