summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/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
| * migrate: Share common MigrationParameters structEric Blake2016-10-133-60/+41Star
| * migrate: Fix cpu-throttle-increment regression in HMPEric Blake2016-10-131-0/+1
| * migration/rdma: Don't flag an error when we've been told about oneDr. David Alan Gilbert2016-10-131-1/+5
| * migration: Make failed migration load set file errorDr. David Alan Gilbert2016-10-131-7/+12
| * migration/rdma: Pass qemu_file errors across linkDr. David Alan Gilbert2016-10-131-0/+3
| * migration: Report values for comparisonsDr. David Alan Gilbert2016-10-131-0/+8
| * migration: report an error giving the failed fieldDr. David Alan Gilbert2016-10-131-0/+2
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20161013-1' into st...Peter Maydell2016-10-134-232/+202Star
|\
| * input-linux: initialize key stateGerd Hoffmann2016-10-131-2/+13
| * ui: rename vnc_init_state to vnc_start_protocolDaniel P. Berrange2016-10-133-4/+4
| * ui: move some initialization out of vnc_init_stateDaniel P. Berrange2016-10-132-27/+23Star
| * ui: remove bogus call to reset_keys() in vnc_init_stateDaniel P. Berrange2016-10-131-1/+0Star
| * ui: remove bogus call to graphic_hw_update() in vnc_listen_ioDaniel P. Berrange2016-10-131-2/+0Star
| * ui: refactor method for setting up VncDisplay auth typesDaniel P. Berrange2016-10-132-72/+53Star
| * ui: rename misleading 'VncDisplay' variablesDaniel P. Berrange2016-10-131-136/+138
| * ui: remove 'ws_tls' field from VncStateDaniel P. Berrange2016-10-132-11/+1Star
| * ui: remove 'enabled' and 'ws_enabled' fields from VncStateDaniel P. Berrange2016-10-132-15/+10Star
| * ui: remove misleading comment from vnc_init_stateDaniel P. Berrange2016-10-131-2/+0Star
* | Revert "char: use a fixed idx for child muxed chr"Marc-André Lureau2016-10-132-16/+7Star
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20161013' into...Peter Maydell2016-10-130-0/+0
|\ \ | |/ |/|
| * ppc: Check the availability of transactional memoryThomas Huth2016-10-133-1/+17
| * hw/ppc/spapr: Fix the selection of the processor featuresThomas Huth2016-10-131-2/+9
| * hw/ppc/spapr: Move code related to "ibm,pa-features" to a separate functionThomas Huth2016-10-131-30/+36
| * linux-headers: updateCornelia Huck2016-10-1312-7/+236
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20161012-1' into s...Peter Maydell2016-10-124-111/+142
|\ \
| * | usb-redir: allocate buffers before waking up the host adapterHans de Goede2016-10-121-3/+7
| * | usb: Fix incorrect default DMA offset.Vijay Kumar B2016-10-121-1/+1
| * | usb: fix serial generatorGerd Hoffmann2016-10-121-6/+6
| * | xhci: make xhci_epid_to_usbep accept XHCIEPContextGerd Hoffmann2016-10-121-14/+15
| * | xhci: drop XHCITransfer->{slotid,epid}Gerd Hoffmann2016-10-121-9/+7Star
| * | xhci: add & use xhci_kick_epctx()Gerd Hoffmann2016-10-121-17/+26