summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* aspeed: extend the number of host SPI controllersCédric Le Goater2016-10-173-17/+35
* aspeed: move the flash module mapping address under the controller definitionCédric Le Goater2016-10-173-10/+17
* aspeed: rename the smc object to fmcCédric Le Goater2016-10-173-11/+11
* target-arm: kvm: use AddressSpace-specific listenerPaolo Bonzini2016-10-171-1/+2
* Reducing stack frame size in stream_process_mem2s()Rutuja Shah2016-10-171-4/+4
* docs/generic-loader: Update the documentAlistair Francis2016-10-171-7/+15
* 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
| * | tests/docker: make test-mingw honour TARGET_LISTAlex Bennée2016-10-171-1/+2
| * | tests/docker: test-build scriptAlex Bennée2016-10-171-0/+20
| * | tests/docker: add travis dockerfileAlex Bennée2016-10-171-0/+6
| |/
* | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20161014' i...Peter Maydell2016-10-1715-182/+281
|\ \ | |/ |/|
| * docs/xbzrle: correctionCao jin2016-10-131-2/+2
| * migrate: move max-bandwidth and downtime-limit to migrate_set_parameterAshijeet Acharya2016-10-135-40/+107
| * migration: Fix seg with missing portDr. David Alan Gilbert2016-10-131-4/+12
| * migration/postcopy: Explicitly disallow huge pagesDr. David Alan Gilbert2016-10-131-0/+24
| * RAMBlocks: Store page sizeDr. David Alan Gilbert2016-10-133-7/+14
| * Postcopy vs xbzrle: Don't send xbzrle pages once in postcopy [for 2.8]Dr. David Alan Gilbert2016-10-131-1/+3
| * migrate: Fix bounds check for migration parameters in migration.cAshijeet Acharya2016-10-131-0/+2
| * migrate: Use boxed qapi for migrate-set-parametersEric Blake2016-10-133-61/+46Star