summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-12xhci: drop unused comp_xfer fieldGerd Hoffmann1-1/+0
2016-10-12xhci: decouple EV_QUEUE from TD_QUEUEGerd Hoffmann1-1/+1
2016-10-12xhci: limit the number of link trbs we are willing to processGerd Hoffmann1-0/+10
2016-10-12Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell51-461/+504
2016-10-12trace: Add missing execution mode of guest eventsLluís Vilanova1-0/+2
2016-10-12trace: introduce a formal group name for trace eventsDaniel P. Berrange21-55/+73
2016-10-12trace: pass trace-events to tracetool as a positional paramDaniel P. Berrange3-13/+16
2016-10-12trace: push reading of events up a level to tracetool mainDaniel P. Berrange2-6/+6
2016-10-12trace: rename _read_events to read_eventsDaniel P. Berrange2-5/+15
2016-10-12trace: get rid of generated-events.h/generated-events.cDaniel P. Berrange10-150/+70
2016-10-12trace: dynamically allocate event IDs at runtimeDaniel P. Berrange3-13/+12
2016-10-12trace: dynamically allocate trace_dstate in CPUStateDaniel P. Berrange4-5/+23
2016-10-12trace: provide mechanism for registering trace eventsDaniel P. Berrange11-3/+42
2016-10-12trace: don't abort qemu if ftrace can't be initializedDaniel P. Berrange1-0/+6
2016-10-12trace: emit name <-> ID mapping in simpletrace headerDaniel P. Berrange3-18/+89
2016-10-12trace: remove the TraceEventID and TraceEventVCPUID enumsDaniel P. Berrange11-65/+48
2016-10-12trace: give each trace event a named TraceEvent structDaniel P. Berrange5-11/+24
2016-10-12trace: break circular dependency in event-internal.hDaniel P. Berrange1-5/+2
2016-10-12trace: remove duplicate control.h includes in generated-tracers.hDaniel P. Berrange3-4/+1