summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cuda: port RESET_SYSTEM command to new frameworkHervé Poussineau2016-02-161-4/+13
* cuda: port POWERDOWN command to new frameworkHervé Poussineau2016-02-161-4/+13
* cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau2016-02-164-11/+28
* cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau2016-02-162-6/+31
* cuda: port AUTOPOLL command to new frameworkHervé Poussineau2016-02-161-15/+25
* cuda: move unknown commands reject out of switchHervé Poussineau2016-02-161-14/+16
* cuda: add a framework to handle commandsHervé Poussineau2016-02-161-0/+34
* hw/ppc/spapr: Implement the h_set_xdabr hypercallThomas Huth2016-02-161-0/+22
* hw/ppc/spapr: Implement h_set_dabrThomas Huth2016-02-161-5/+20
* hw/ppc/spapr: Add h_set_sprg0 hypercallThomas Huth2016-02-161-2/+13
* migration: ensure htab_save_first completes after timeoutDavid Gibson2016-02-161-1/+6
* target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVMDavid Gibson2016-02-162-9/+2Star
* pseries: Move hash page table allocation to reset timeDavid Gibson2016-02-161-74/+56Star
* pseries: Add helper to calculate recommended hash page table sizeDavid Gibson2016-02-161-10/+14
* pseries: Simplify handling of the hash page table fdDavid Gibson2016-02-162-46/+41Star
* target-ppc: Include missing MMU models for SDR1 in info registersDavid Gibson2016-02-161-0/+2
* target-ppc: Remove unused kvmppc_update_sdr1() stubDavid Gibson2016-02-161-5/+0Star
* hw: fix some debug message format stringsAlyssa Milburn2016-02-162-4/+6
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-02-1631-508/+1500
|\
| * nbd: enable use of TLS with nbd-server-start commandDaniel P. Berrange2016-02-164-25/+105
| * nbd: enable use of TLS with qemu-nbd serverDaniel P. Berrange2016-02-162-3/+68
| * nbd: enable use of TLS with NBD block driverDaniel P. Berrange2016-02-163-12/+78
| * nbd: implement TLS support in the protocol negotiationDaniel P. Berrange2016-02-168-13/+296
| * nbd: use "" as a default export name if none providedDaniel P. Berrange2016-02-162-2/+3
| * nbd: always query export list in fixed new style protocolDaniel P. Berrange2016-02-164-5/+196
| * nbd: allow setting of an export name for qemu-nbd serverDaniel P. Berrange2016-02-162-2/+15
| * nbd: make client request fixed new style if advertisedDaniel P. Berrange2016-02-161-10/+17
| * nbd: make server compliant with fixed newstyle specDaniel P. Berrange2016-02-161-23/+46
| * nbd: invert client logic for negotiating protocol versionDaniel P. Berrange2016-02-161-31/+29Star
| * nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange2016-02-168-151/+180
| * nbd: convert blockdev NBD server to use I/O channels for connection setupDaniel P. Berrange2016-02-161-15/+34
| * nbd: convert qemu-nbd server to use I/O channels for connection setupDaniel P. Berrange2016-02-161-38/+53
| * nbd: convert block client to use I/O channels for connection setupDaniel P. Berrange2016-02-167-54/+79
| * qemu-nbd: add support for --object command line argDaniel P. Berrange2016-02-162-0/+40
| * qom: add helpers for UserCreatable object typesDaniel P. Berrange2016-02-166-175/+290
| * ipmi: sensor number should not exceed MAX_SENSORSCédric Le Goater2016-02-161-8/+8
| * mptsas: fix wrong formulaPaolo Bonzini2016-02-161-1/+1
| * mptsas: fix memory leakPaolo Bonzini2016-02-161-0/+1
| * mptsas: add missing va_endPaolo Bonzini2016-02-161-0/+1
| * migration: fix incorrect memory_global_dirty_log_start outside BQLPaolo Bonzini2016-02-161-0/+4
| * vl: fix migration from prelaunch statePaolo Bonzini2016-02-161-0/+2
| * vl: change QEMU state machine for system resetDenis V. Lunev2016-02-161-2/+14
| * build: Don't redefine 'inline'Eric Blake2016-02-161-12/+0Star
| * char: fix handling of QIO_CHANNEL_ERR_BLOCKDaniel P. Berrange2016-02-161-3/+3
| * Revert "qemu-char: Keep pty slave file descriptor open until the master is cl...Paolo Bonzini2016-02-161-3/+1Star
| * checkpatch: Eliminate false positive in case of space before square bracket i...Leonid Bloch2016-02-151-0/+2
| * checkpatch: Eliminate false positive in case of comma-space-square bracketLeonid Bloch2016-02-151-1/+3
* | Merge remote-tracking branch 'remotes/berrange/tags/pull-io-next-2016-02-16-1...Peter Maydell2016-02-168-4/+157
|\ \
| * | io: convert QIOChannelBuffer to use uint8_t instead of charDaniel P. Berrange2016-02-152-2/+2
| * | io: introduce helper for creating channels from file descriptorsDaniel P. Berrange2016-02-155-0/+146