summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target-arm: Move bank_number() into internals.hPeter Maydell2019-11-292-26/+25
* target-arm: Move get/set_r13_banked() to op_helper.cPeter Maydell2019-11-292-33/+37
* target-arm: Clean up trap/undef handling of SRSPeter Maydell2019-11-291-5/+61
* target-arm: Report correct syndrome for FPEXC32_EL2 trapsPeter Maydell2019-11-293-2/+20
* target-arm: Implement MDCR_EL3.TDA and MDCR_EL2.TDA trapsPeter Maydell2019-11-291-9/+30
* target-arm: Implement MDCR_EL2.TDRA trapsPeter Maydell2019-11-291-3/+24
* target-arm: Implement MDCR_EL3.TDOSA and MDCR_EL2.TDOSA trapsPeter Maydell2019-11-292-1/+34
* target-arm: Fix handling of SCR.SMDPeter Maydell2019-11-291-5/+7
* target-arm: correct CNTFRQ access rightsPeter Maydell2019-11-292-3/+38
* vhost-user interrupt management fixesVictor Kaplansky2019-11-295-8/+32
* hw/ppc/spapr: Halt CPU when powering off via RTAS callThomas Huth2019-11-291-0/+1
* rules: filter out irrelevant filesMichael S. Tsirkin2019-11-291-1/+1
* pseries: Include missing pseries-2.5 compat properties in pseries-2.4David Gibson2019-11-291-0/+1
* cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commandsHervé Poussineau2019-11-291-23/+0
* cuda: remove GET_6805_ADDR commandHervé Poussineau2019-11-291-3/+0
* cuda: port SET_TIME command to new frameworkHervé Poussineau2019-11-291-6/+18
* cuda: port GET_TIME command to new frameworkHervé Poussineau2019-11-291-8/+21
* cuda: port SET_POWER_MESSAGES command to new frameworkHervé Poussineau2019-11-291-3/+16
* cuda: port FILE_SERVER_FLAG command to new frameworkHervé Poussineau2019-11-291-1/+16
* cuda: port RESET_SYSTEM command to new frameworkHervé Poussineau2019-11-291-4/+13
* cuda: port POWERDOWN command to new frameworkHervé Poussineau2019-11-291-4/+13
* cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau2019-11-294-11/+28
* cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau2019-11-292-6/+31
* cuda: port AUTOPOLL command to new frameworkHervé Poussineau2019-11-291-15/+25
* cuda: move unknown commands reject out of switchHervé Poussineau2019-11-291-14/+16
* cuda: add a framework to handle commandsHervé Poussineau2019-11-291-0/+34
* hw/ppc/spapr: Implement the h_set_xdabr hypercallThomas Huth2019-11-291-0/+22
* hw/ppc/spapr: Implement h_set_dabrThomas Huth2019-11-291-5/+20
* hw/ppc/spapr: Add h_set_sprg0 hypercallThomas Huth2019-11-291-2/+13
* migration: ensure htab_save_first completes after timeoutDavid Gibson2019-11-291-1/+6
* target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVMDavid Gibson2019-11-292-9/+2
* pseries: Move hash page table allocation to reset timeDavid Gibson2019-11-291-74/+56
* pseries: Add helper to calculate recommended hash page table sizeDavid Gibson2019-11-291-10/+14
* pseries: Simplify handling of the hash page table fdDavid Gibson2019-11-292-46/+41
* target-ppc: Include missing MMU models for SDR1 in info registersDavid Gibson2019-11-291-0/+2
* target-ppc: Remove unused kvmppc_update_sdr1() stubDavid Gibson2019-11-291-5/+0
* hw: fix some debug message format stringsAlyssa Milburn2019-11-292-4/+6
* nbd: enable use of TLS with nbd-server-start commandDaniel P. Berrange2019-11-294-25/+105
* nbd: enable use of TLS with qemu-nbd serverDaniel P. Berrange2019-11-292-3/+68
* nbd: enable use of TLS with NBD block driverDaniel P. Berrange2019-11-293-12/+78
* nbd: implement TLS support in the protocol negotiationDaniel P. Berrange2019-11-298-13/+296
* nbd: use "" as a default export name if none providedDaniel P. Berrange2019-11-292-2/+3
* nbd: always query export list in fixed new style protocolDaniel P. Berrange2019-11-294-5/+196
* nbd: allow setting of an export name for qemu-nbd serverDaniel P. Berrange2019-11-292-2/+15
* nbd: make client request fixed new style if advertisedDaniel P. Berrange2019-11-291-10/+17
* nbd: make server compliant with fixed newstyle specDaniel P. Berrange2019-11-291-23/+46
* nbd: invert client logic for negotiating protocol versionDaniel P. Berrange2019-11-291-31/+29
* nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange2019-11-298-151/+180
* nbd: convert blockdev NBD server to use I/O channels for connection setupDaniel P. Berrange2019-11-291-15/+34
* nbd: convert qemu-nbd server to use I/O channels for connection setupDaniel P. Berrange2019-11-291-38/+53
OpenPOWER on IntegriCloud