summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-18target-arm: Implement MDCR_EL3.TDOSA and MDCR_EL2.TDOSA trapsPeter Maydell
2016-02-18target-arm: Fix handling of SCR.SMDPeter Maydell
2016-02-18target-arm: correct CNTFRQ access rightsPeter Maydell
2016-02-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160218' into...Peter Maydell
2016-02-18hw/ppc/spapr: Halt CPU when powering off via RTAS callThomas Huth
2016-02-17pseries: Include missing pseries-2.5 compat properties in pseries-2.4David Gibson
2016-02-17cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commandsHervé Poussineau
2016-02-17cuda: remove GET_6805_ADDR commandHervé Poussineau
2016-02-17cuda: port SET_TIME command to new frameworkHervé Poussineau
2016-02-17cuda: port GET_TIME command to new frameworkHervé Poussineau
2016-02-17cuda: port SET_POWER_MESSAGES command to new frameworkHervé Poussineau
2016-02-17cuda: port FILE_SERVER_FLAG command to new frameworkHervé Poussineau
2016-02-17cuda: port RESET_SYSTEM command to new frameworkHervé Poussineau
2016-02-17cuda: port POWERDOWN command to new frameworkHervé Poussineau
2016-02-17cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau
2016-02-17cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau
2016-02-17cuda: port AUTOPOLL command to new frameworkHervé Poussineau
2016-02-17cuda: move unknown commands reject out of switchHervé Poussineau
2016-02-17cuda: add a framework to handle commandsHervé Poussineau
2016-02-17hw/ppc/spapr: Implement the h_set_xdabr hypercallThomas Huth
2016-02-17hw/ppc/spapr: Implement h_set_dabrThomas Huth
2016-02-17hw/ppc/spapr: Add h_set_sprg0 hypercallThomas Huth
2016-02-17migration: ensure htab_save_first completes after timeoutDavid Gibson
2016-02-17target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVMDavid Gibson
2016-02-17pseries: Move hash page table allocation to reset timeDavid Gibson
2016-02-17pseries: Add helper to calculate recommended hash page table sizeDavid Gibson
2016-02-17pseries: Simplify handling of the hash page table fdDavid Gibson
2016-02-17target-ppc: Include missing MMU models for SDR1 in info registersDavid Gibson
2016-02-17target-ppc: Remove unused kvmppc_update_sdr1() stubDavid Gibson
2016-02-17hw: fix some debug message format stringsAlyssa Milburn
2016-02-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-02-16nbd: enable use of TLS with nbd-server-start commandDaniel P. Berrange
2016-02-16nbd: enable use of TLS with qemu-nbd serverDaniel P. Berrange
2016-02-16nbd: enable use of TLS with NBD block driverDaniel P. Berrange
2016-02-16nbd: implement TLS support in the protocol negotiationDaniel P. Berrange
2016-02-16nbd: use "" as a default export name if none providedDaniel P. Berrange
2016-02-16nbd: always query export list in fixed new style protocolDaniel P. Berrange
2016-02-16nbd: allow setting of an export name for qemu-nbd serverDaniel P. Berrange
2016-02-16nbd: make client request fixed new style if advertisedDaniel P. Berrange
2016-02-16nbd: make server compliant with fixed newstyle specDaniel P. Berrange
2016-02-16nbd: invert client logic for negotiating protocol versionDaniel P. Berrange
2016-02-16nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange
2016-02-16nbd: convert blockdev NBD server to use I/O channels for connection setupDaniel P. Berrange
2016-02-16nbd: convert qemu-nbd server to use I/O channels for connection setupDaniel P. Berrange
2016-02-16nbd: convert block client to use I/O channels for connection setupDaniel P. Berrange
2016-02-16qemu-nbd: add support for --object command line argDaniel P. Berrange
2016-02-16qom: add helpers for UserCreatable object typesDaniel P. Berrange
2016-02-16Merge remote-tracking branch 'remotes/berrange/tags/pull-io-next-2016-02-16-1...Peter Maydell
2016-02-16ipmi: sensor number should not exceed MAX_SENSORSCédric Le Goater
2016-02-16mptsas: fix wrong formulaPaolo Bonzini