summaryrefslogtreecommitdiffstats
path: root/hw/vfio
Commit message (Expand)AuthorAgeFilesLines
* Include qemu/queue.h slightly lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-162-0/+2
* Include migration/vmstate.h lessMarkus Armbruster2019-08-165-0/+5
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* vfio-ccw: Test vfio_set_irq_signaling() return valueAlex Williamson2019-07-081-3/+2Star
* vfio/pci: Trace vfio_set_irq_signaling() failure in vfio_msix_vector_release()Eric Auger2019-07-021-2/+5
* vfio-ccw: support async command subregionCornelia Huck2019-06-241-2/+111
* vfio-ccw: use vfio_set_irq_signalingCornelia Huck2019-06-241-38/+13Star
* vfio/common: Introduce vfio_set_irq_signaling helperEric Auger2019-06-133-211/+152Star
* vfio/pci: Allow MSI-X relocation to fixup bogus PBAAlex Williamson2019-06-131-1/+1
* vfio/pci: Hide Resizable BAR capabilityAlex Williamson2019-06-131-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-127-0/+7
* vfio/display: set dmabuf modifier fieldGerd Hoffmann2019-06-071-0/+1
* hw/vfio/pci: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2019-06-061-2/+2
* hw/display/ramfb: initialize fw-config space with xres/ yresHou Qiming2019-05-241-2/+2
* pci: msix: move 'MSIX_CAP_LENGTH' to header fileLi Qiang2019-05-221-2/+0Star
* vfio: platform: fix a typoLi Qiang2019-05-221-2/+2
* hw: vfio: drop TYPE_FOO MACRO in VMStateDescriptionLi Qiang2019-05-225-5/+5
* vfio: pci: make "vfio-pci-nohotplug" as MACROLi Qiang2019-05-221-2/+4
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190426' into...Peter Maydell2019-04-274-0/+151
|\
| * spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy2019-04-264-0/+151
* | Merge tag 's390-ccw-bios-2019-04-12' into s390-next-stagingCornelia Huck2019-04-251-3/+3
|\ \
| * | s390 vfio-ccw: Add bootindex property and IPLB dataJason J. Herne2019-04-121-3/+3
* | | exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand2019-04-251-1/+1
| |/ |/|
* | vfio: Report warnings with warn_report(), not error_printf()Markus Armbruster2019-04-181-6/+13
|/
* hw/vfio/ccw: avoid taking address members in packed structsDaniel P. Berrangé2019-04-031-20/+22
* trace-events: Fix attribution of trace points to sourceMarkus Armbruster2019-03-221-1/+1
* trace-events: Delete unused trace pointsMarkus Armbruster2019-03-221-1/+0Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-6/+6
* Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190311.0' ...Peter Maydell2019-03-124-0/+190
|\
| * vfio/display: delay link up eventGerd Hoffmann2019-03-111-5/+25
| * vfio/display: add xres + yres propertiesGerd Hoffmann2019-03-113-2/+24
| * vfio/display: add edid support.Gerd Hoffmann2019-03-112-0/+148
* | vfio: Make vfio_get_region_info_cap publicAlexey Kardashevskiy2019-03-121-1/+1
* | vfio/spapr: Rename local systempagesize variableAlexey Kardashevskiy2019-03-121-3/+3
* | vfio/spapr: Fix indirect levels calculationAlexey Kardashevskiy2019-03-122-11/+34
* | vfio-pci: enable by defaultPaolo Bonzini2019-03-111-1/+2
|/
* vfio: express vfio dependencies with KconfigPaolo Bonzini2019-03-071-3/+10
* build: switch to KconfigPaolo Bonzini2019-03-071-0/+9
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+20
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190304' into stagingPeter Maydell2019-03-041-1/+1
|\
| * s390x/vfio-ap: Implement hot plug/unplug of vfio-ap deviceTony Krowiak2019-03-041-1/+1
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-03-041-2/+0Star
|\ \ | |/ |/|
| * pci: Move NVIDIA vendor id to the rest of idsAlexey Kardashevskiy2019-02-221-2/+0Star
* | hw/vfio/common: Refactor container initializationEric Auger2019-02-221-44/+70
* | vfio/common: Work around kernel overflow bug in DMA unmapAlex Williamson2019-02-222-1/+20
|/
* hw/vfio/Makefile.objs: Create new CONFIG_* variables for VFIO core and PCIPaolo Bonzini2019-02-051-4/+3Star
* vfio: move conditional up to hw/Makefile.objsPaolo Bonzini2019-02-051-2/+0Star