summaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)AuthorFilesLines
2017-05-30Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi1-1/+1
2017-05-25memory: remove the last param in memory_region_iommu_replay()Peter Xu1-1/+1
2017-05-19vfio/ccw: update sense data if a unit check is pendingDong Jia Shi1-0/+7
2017-05-19s390x/css: introduce and realize ccw-request callbackXiao Feng Ren1-0/+85
2017-05-19vfio/ccw: get irqs info and set the eventfd fdDong Jia Shi1-0/+101
2017-05-19vfio/ccw: get io region infoDong Jia Shi1-0/+54
2017-05-19vfio/ccw: vfio based subchannel passthrough driverXiao Feng Ren2-0/+188
2017-05-17sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost2-0/+4
2017-05-03vfio/pci: Fix incorrect error messageDong Jia Shi1-2/+2
2017-05-03vfio: enable 8-byte reads/writes to vfioJose Ricardo Ziviani1-0/+10
2017-05-03vfio: Set MemoryRegionOps:max_access_size and min_access_sizeJose Ricardo Ziviani1-0/+4
2017-04-20memory: add section range info for IOMMU notifierPeter Xu1-3/+9
2017-04-06vfio/pci-quirks: Exclude non-ioport BAR from NVIDIA quirkAlex Williamson1-1/+1
2017-03-31Revert "vfio/pci-quirks.c: Disable stolen memory for igd VFIO"Xiong Zhang1-38/+27
2017-02-22vfio/pci-quirks.c: Disable stolen memory for igd VFIOXiongZhang1-27/+38
2017-02-22vfio/pci: Improve extended capability comments, skip masked capsAlex Williamson1-10/+21
2017-02-22vfio/pci: Report errors from qdev_unplug() via device requestAlex Williamson1-1/+5
2017-02-17vfio: allow to notify unmap for very large regionPeter Xu1-4/+3
2017-02-17vfio: introduce vfio_get_vaddr()Peter Xu1-20/+45
2017-02-17vfio: trace map/unmap for notify as wellPeter Xu2-2/+3
2017-02-10hw/vfio: Add CONFIG switches for calxeda-xgmac and amd-xgbeThomas Huth1-2/+2
2017-02-10hw/vfio/pci-quirks: Set category of the "vfio-pci-igd-lpc-bridge" deviceThomas Huth1-0/+1
2017-02-10vfio-pci: Fix GTT wrap-around for Skylake+ IGDAlex Williamson1-1/+4
2017-02-02Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-1/+1
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin1-2/+6
2017-01-31trace: clean up trace-events filesStefan Hajnoczi1-1/+1
2017-01-24vfio: remove a duplicated word in commentsCao jin1-2/+2
2017-01-24hw: Fix typos found by codespellStefan Weil1-1/+1
2016-10-31vfio: Add support for mmapping sub-page MMIO BARsYongji Xie2-2/+68
2016-10-31vfio/pci: fix out-of-sync BAR information on resetIdo Yariv1-0/+12
2016-10-31vfio: Handle zero-length sparse mmap rangesAlex Williamson1-14/+22
2016-10-31memory: Replace skip_dump flag with "ram_device"Alex Williamson2-6/+5
2016-10-17vfio: fix duplicate function callCao jin1-2/+6
2016-10-17vfio/pci: Fix vfio_rtl8168_quirk_data_read address offsetThorsten Kohfeldt1-1/+1
2016-10-17vfio/pci: Handle host oversightEric Auger1-0/+11
2016-10-17vfio/pci: Remove vfio_populate_device returned valueEric Auger1-13/+10
2016-10-17vfio/pci: Remove vfio_msix_early_setup returned valueEric Auger1-10/+10
2016-10-17vfio/pci: Conversion to realizeEric Auger2-39/+27
2016-10-17vfio/platform: Pass an error object to vfio_base_device_initEric Auger1-23/+27
2016-10-17vfio/platform: fix a wrong returned value in vfio_populate_deviceEric Auger1-0/+1
2016-10-17vfio/platform: Pass an error object to vfio_populate_deviceEric Auger1-12/+13
2016-10-17vfio: Pass an error object to vfio_get_deviceEric Auger3-11/+10
2016-10-17vfio: Pass an error object to vfio_get_groupEric Auger3-17/+21
2016-10-17vfio: Pass an Error object to vfio_connect_containerEric Auger1-15/+25
2016-10-17vfio/pci: Pass an error object to vfio_pci_igd_opregion_initEric Auger3-8/+8
2016-10-17vfio/pci: Pass an error object to vfio_add_capabilitiesEric Auger1-28/+31
2016-10-17vfio/pci: Pass an error object to vfio_intx_enableEric Auger1-12/+29
2016-10-17vfio/pci: Pass an error object to vfio_msix_early_setupEric Auger1-5/+8
2016-10-17vfio/pci: Pass an error object to vfio_populate_deviceEric Auger1-14/+12
2016-10-17vfio/pci: Pass an error object to vfio_populate_vgaEric Auger3-9/+16