summaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)AuthorFilesLines
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-22/+22
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-26vfio/pci: fix use of freed memoryPhilippe Mathieu-Daudé1-4/+7
2017-07-26vfio/platform: fix use of freed memoryPhilippe Mathieu-Daudé1-1/+1
2017-07-25vfio/ccw: fix initialization of the Object DeviceState pointer in the common ...Dong Jia Shi1-0/+1
2017-07-25vfio/ccw: allocate irq info with the right sizeJing Zhang1-1/+1
2017-07-17vfio-pci, ppc64/spapr: Reorder group-to-container attachingAlexey Kardashevskiy1-8/+11
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2-6/+9
2017-07-10vfio/pci: Fixup v0 PCIe capabilitiesAlex Williamson1-0/+12
2017-07-10vfio: Test realized when using VFIOGroup.device_list iteratorAlex Williamson3-4/+10
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi1-3/+3
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi1-3/+6
2017-07-03pci: Fix the wrong assertion.Mao Zhongyi1-1/+1
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