summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vfio/pci: Fix vfio_rtl8168_quirk_data_read address offsetThorsten Kohfeldt2016-10-171-1/+1
* vfio/pci: Handle host oversightEric Auger2016-10-171-0/+11
* vfio/pci: Remove vfio_populate_device returned valueEric Auger2016-10-171-13/+10Star
* vfio/pci: Remove vfio_msix_early_setup returned valueEric Auger2016-10-171-10/+10
* vfio/pci: Conversion to realizeEric Auger2016-10-172-39/+27Star
* vfio/platform: Pass an error object to vfio_base_device_initEric Auger2016-10-171-23/+27
* vfio/platform: fix a wrong returned value in vfio_populate_deviceEric Auger2016-10-171-0/+1
* vfio/platform: Pass an error object to vfio_populate_deviceEric Auger2016-10-171-12/+13
* vfio: Pass an error object to vfio_get_deviceEric Auger2016-10-174-12/+11Star
* vfio: Pass an error object to vfio_get_groupEric Auger2016-10-174-18/+22
* vfio: Pass an Error object to vfio_connect_containerEric Auger2016-10-171-15/+25
* vfio/pci: Pass an error object to vfio_pci_igd_opregion_initEric Auger2016-10-173-8/+8
* vfio/pci: Pass an error object to vfio_add_capabilitiesEric Auger2016-10-171-28/+31
* vfio/pci: Pass an error object to vfio_intx_enableEric Auger2016-10-171-12/+29
* vfio/pci: Pass an error object to vfio_msix_early_setupEric Auger2016-10-171-5/+8
* vfio/pci: Pass an error object to vfio_populate_deviceEric Auger2016-10-171-14/+12Star
* vfio/pci: Pass an error object to vfio_populate_vgaEric Auger2016-10-173-9/+16
* vfio/pci: Use local error object in vfio_initfnEric Auger2016-10-172-30/+45
* Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell2016-10-1712-190/+245
|\
| * 9pfs: fix memory leak in v9fs_writeLi Qiang2016-10-171-1/+1
| * 9pfs: fix memory leak in v9fs_linkLi Qiang2016-10-171-0/+1
| * 9pfs: fix memory leak in v9fs_xattrcreateLi Qiang2016-10-171-0/+1
| * 9pfs: fix information leak in xattr readLi Qiang2016-10-171-1/+1
| * virtio-9p: add reset handlerGreg Kurz2016-10-173-0/+39
| * 9pfs: only free completed request if not flushedGreg Kurz2016-10-171-11/+7Star
| * 9pfs: drop useless check in pdu_free()Greg Kurz2016-10-171-10/+8Star
| * 9pfs: use coroutine_fn annotation in hw/9pfs/9p.[ch]Greg Kurz2016-10-172-57/+62
| * 9pfs: use coroutine_fn annotation in hw/9pfs/co*.[ch]Greg Kurz2016-10-175-95/+109
| * 9pfs: fsdev: drop useless extern annotation for functionsGreg Kurz2016-10-175-65/+65
| * 9pfs: fix potential host memory leak in v9fs_readLi Qiang2016-10-171-2/+3
| * 9pfs: allocate space for guest originated empty stringsLi Qiang2016-10-172-2/+2
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20161017' into...Peter Maydell2016-10-1728-337/+642
|\ \ | |/ |/|
| * spapr: Improved placement of PCI host bridges in guest memory mapDavid Gibson2016-10-166-40/+109
| * spapr_pci: Add a 64-bit MMIO windowDavid Gibson2016-10-164-19/+72
| * spapr: Adjust placement of PCI host bridge to allow > 1TiB RAMDavid Gibson2016-10-161-2/+14
| * spapr_pci: Delegate placement of PCI host bridges to machine typeDavid Gibson2016-10-164-24/+42
| * libqos: Limit spapr-pci to 32-bit MMIO for nowDavid Gibson2016-10-161-17/+15Star
| * libqos: Correct error in PCI hole sizing for spaprDavid Gibson2016-10-161-2/+4
| * libqos: Isolate knowledge of spapr memory map to qpci_init_spapr()David Gibson2016-10-161-49/+64
| * ppc/xics: Split ICS into ics-base and ics classBenjamin Herrenschmidt2016-10-145-91/+138
| * ppc/xics: Make the ICSState a listBenjamin Herrenschmidt2016-10-148-86/+139
| * spapr: fix inheritance chain for default machine optionsMichael Roth2016-10-141-0/+3
| * target-ppc: implement vexts[bh]2w and vexts[bhw]2dNikunj A Dadhania2016-10-144-0/+30
| * tests/boot-sector: Increase time-out to 90 secondsThomas Huth2016-10-141-2/+2
| * tests/boot-sector: Use mkstemp() to create a unique file nameThomas Huth2016-10-144-9/+16
| * tests/boot-sector: Use minimum length for the Forth boot scriptThomas Huth2016-10-141-3/+3
| * qtest: ask endianness of the target in qtest_init()Laurent Vivier2016-10-145-50/+45Star
| * tests: minor cleanups in usb-hcd-uhci-testLaurent Vivier2016-10-141-6/+9
* | Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into stagingPeter Maydell2016-10-174-24/+66
|\ \
| * | tests/docker/Makefile.include: add a generic docker-run targetAlex Bennée2016-10-171-23/+38