aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-14ppc/xics: Split ICS into ics-base and ics classBenjamin Herrenschmidt5-91/+138
2016-10-14ppc/xics: Make the ICSState a listBenjamin Herrenschmidt8-86/+139
2016-10-14spapr: fix inheritance chain for default machine optionsMichael Roth1-0/+3
2016-10-14target-ppc: implement vexts[bh]2w and vexts[bhw]2dNikunj A Dadhania4-0/+30
2016-10-14tests/boot-sector: Increase time-out to 90 secondsThomas Huth1-2/+2
2016-10-14tests/boot-sector: Use mkstemp() to create a unique file nameThomas Huth4-9/+16
2016-10-14tests/boot-sector: Use minimum length for the Forth boot scriptThomas Huth1-3/+3
2016-10-14qtest: ask endianness of the target in qtest_init()Laurent Vivier5-50/+45
2016-10-14tests: minor cleanups in usb-hcd-uhci-testLaurent Vivier1-6/+9
2016-10-13docs/xbzrle: correctionCao jin1-2/+2
2016-10-13migrate: move max-bandwidth and downtime-limit to migrate_set_parameterAshijeet Acharya5-40/+107
2016-10-13migration: Fix seg with missing portDr. David Alan Gilbert1-4/+12
2016-10-13migration/postcopy: Explicitly disallow huge pagesDr. David Alan Gilbert1-0/+24
2016-10-13RAMBlocks: Store page sizeDr. David Alan Gilbert3-7/+14
2016-10-13Postcopy vs xbzrle: Don't send xbzrle pages once in postcopy [for 2.8]Dr. David Alan Gilbert1-1/+3
2016-10-13migrate: Fix bounds check for migration parameters in migration.cAshijeet Acharya1-0/+2
2016-10-13migrate: Use boxed qapi for migrate-set-parametersEric Blake3-61/+46
2016-10-13migrate: Share common MigrationParameters structEric Blake3-60/+41
2016-10-13migrate: Fix cpu-throttle-increment regression in HMPEric Blake1-0/+1
2016-10-13migration/rdma: Don't flag an error when we've been told about oneDr. David Alan Gilbert1-1/+5
2016-10-13migration: Make failed migration load set file errorDr. David Alan Gilbert1-7/+12
2016-10-13migration/rdma: Pass qemu_file errors across linkDr. David Alan Gilbert1-0/+3
2016-10-13migration: Report values for comparisonsDr. David Alan Gilbert1-0/+8
2016-10-13migration: report an error giving the failed fieldDr. David Alan Gilbert1-0/+2
2016-10-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20161013-1' into st...Peter Maydell4-232/+202
2016-10-13Revert "char: use a fixed idx for child muxed chr"Marc-André Lureau2-16/+7
2016-10-13Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20161013' into...Peter Maydell0-0/+0
2016-10-13input-linux: initialize key stateGerd Hoffmann1-2/+13
2016-10-13ui: rename vnc_init_state to vnc_start_protocolDaniel P. Berrange3-4/+4
2016-10-13ui: move some initialization out of vnc_init_stateDaniel P. Berrange2-27/+23
2016-10-13ui: remove bogus call to reset_keys() in vnc_init_stateDaniel P. Berrange1-1/+0
2016-10-13ui: remove bogus call to graphic_hw_update() in vnc_listen_ioDaniel P. Berrange1-2/+0
2016-10-13ui: refactor method for setting up VncDisplay auth typesDaniel P. Berrange2-72/+53
2016-10-13ui: rename misleading 'VncDisplay' variablesDaniel P. Berrange1-136/+138
2016-10-13ui: remove 'ws_tls' field from VncStateDaniel P. Berrange2-11/+1
2016-10-13ui: remove 'enabled' and 'ws_enabled' fields from VncStateDaniel P. Berrange2-15/+10
2016-10-13ui: remove misleading comment from vnc_init_stateDaniel P. Berrange1-2/+0
2016-10-13ppc: Check the availability of transactional memoryThomas Huth3-1/+17
2016-10-13hw/ppc/spapr: Fix the selection of the processor featuresThomas Huth1-2/+9
2016-10-13hw/ppc/spapr: Move code related to "ibm,pa-features" to a separate functionThomas Huth1-30/+36
2016-10-13linux-headers: updateCornelia Huck12-7/+236
2016-10-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20161012-1' into s...Peter Maydell4-111/+142
2016-10-12usb-redir: allocate buffers before waking up the host adapterHans de Goede1-3/+7
2016-10-12usb: Fix incorrect default DMA offset.Vijay Kumar B1-1/+1
2016-10-12usb: fix serial generatorGerd Hoffmann1-6/+6
2016-10-12xhci: make xhci_epid_to_usbep accept XHCIEPContextGerd Hoffmann1-14/+15
2016-10-12xhci: drop XHCITransfer->{slotid,epid}Gerd Hoffmann1-9/+7
2016-10-12xhci: add & use xhci_kick_epctx()Gerd Hoffmann1-17/+26
2016-10-12xhci: drop XHCITransfer->xhciGerd Hoffmann1-13/+9
2016-10-12xhci: use linked list for transfersGerd Hoffmann1-54/+68