summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2017-08-3114-95/+2831
|\
| * qcow2: allocate cluster_cache/cluster_data on demandStefan Hajnoczi2017-08-302-12/+17
| * qemu-doc: Add UUID support in initiator nameFred Rolland2017-08-301-2/+3
| * tests: migration/guestperf Python 2.6 argparse compatibilityStefan Hajnoczi2017-08-301-3/+5
| * docker.py: Python 2.6 argparse compatibilityStefan Hajnoczi2017-08-301-1/+3
| * scripts: add argparse module for Python 2.6 compatibilityStefan Hajnoczi2017-08-302-0/+2676
| * misc: Remove unused Error variablesAlberto Garcia2017-08-303-18/+6Star
| * oslib-posix: Print errors before aborting on qemu_alloc_stack()Eduardo Habkost2017-08-301-0/+2
| * throttle: Test the valid range of config valuesAlberto Garcia2017-08-291-0/+77
| * throttle: Make burst_length 64bit and add range checksAlberto Garcia2017-08-292-1/+6
| * throttle: Make LeakyBucket.avg and LeakyBucket.max integer typesAlberto Garcia2017-08-293-7/+7
| * throttle: Remove throttle_fix_bucket() / throttle_unfix_bucket()Alberto Garcia2017-08-291-39/+23Star
| * throttle: Make throttle_is_valid() a bit less verboseAlberto Garcia2017-08-291-8/+7Star
| * throttle: Update the throttle_fix_bucket() documentationAlberto Garcia2017-08-291-8/+3Star
| * throttle: Fix wrong variable name in the header documentationAlberto Garcia2017-08-291-1/+1
| * nvme: Fix get/set number of queues feature, againDan Aloni2017-08-291-2/+2
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-08-30' into st...Peter Maydell2017-08-3110-169/+318
|\ \
| * | block/nbd-client: refactor request send/receiveVladimir Sementsov-Ogievskiy2017-08-301-47/+26Star
| * | block/nbd-client: rename nbd_recv_coroutines_enter_allVladimir Sementsov-Ogievskiy2017-08-301-2/+2
| * | block/nbd-client: get rid of ssize_tVladimir Sementsov-Ogievskiy2017-08-301-5/+5
| * | nbd/client: fix nbd_send_request to return intVladimir Sementsov-Ogievskiy2017-08-302-2/+2
| * | nbd/client: refactor nbd_receive_replyVladimir Sementsov-Ogievskiy2017-08-302-4/+10
| * | nbd/client: refactor nbd_read_eofVladimir Sementsov-Ogievskiy2017-08-303-18/+28
| * | nbd/client: fix nbd_opt_goVladimir Sementsov-Ogievskiy2017-08-301-2/+0Star
| * | qemu-iotests: test NBD over UNIX domain sockets in 083Stefan Hajnoczi2017-08-303-71/+214
| * | qemu-iotests: improve nbd-fault-injector.py startup protocolStefan Hajnoczi2017-08-301-0/+4
| * | nbd-client: avoid read_reply_co entry if send failedStefan Hajnoczi2017-08-301-16/+9Star
| * | qemu-iotests: Extend non-shared storage migration test (194)Kashyap Chamarthy2017-08-302-9/+25
* | | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170830' into stagingPeter Maydell2017-08-3162-853/+1257
|\ \ \
| * | | s390x/pci: fixup trap_msix()Yi Min Zhao2017-08-301-2/+2
| * | | pc-bios/s390-ccw.img: update imageCornelia Huck2017-08-301-0/+0
| * | | s390-ccw: Fix alignment for CCW1Farhan Ali2017-08-301-1/+1
| * | | s390x/s390-stattrib: Mark the storage attribute as not user_creatableThomas Huth2017-08-302-0/+8
| * | | target/s390x: cleanup cpu.hDavid Hildenbrand2017-08-301-69/+68Star
| * | | s390x/kvm: move KVM declarations and stubs to separate filesDavid Hildenbrand2017-08-3013-119/+170
| * | | s390x: avoid calling kvm_ functions outside of target/s390x/David Hildenbrand2017-08-303-3/+9
| * | | target/s390x: move a couple of functions to cpu.cDavid Hildenbrand2017-08-302-79/+89
| * | | target/s390x: introduce internal.hDavid Hildenbrand2017-08-3020-343/+409
| * | | target/s390x: move get_per_in_range() to misc_helper.cDavid Hildenbrand2017-08-302-11/+11
| * | | target/s390x: move s390_do_cpu_reset() to diag.cDavid Hildenbrand2017-08-302-7/+7
| * | | target/s390x: move psw_key_valid() to mem_helper.cDavid Hildenbrand2017-08-302-11/+11
| * | | target/s390x: move cpu_mmu_idx_to_asc() to excp_helper.cDavid Hildenbrand2017-08-302-14/+14
| * | | target/s390x: move cc_name() to helper.cDavid Hildenbrand2017-08-302-47/+49
| * | | target/s390x: move gtod_*() declarations to s390-virtio.hDavid Hildenbrand2017-08-302-3/+2Star
| * | | s390x: drop inclusion of sysemu/kvm.h from some filesDavid Hildenbrand2017-08-304-4/+1Star
| * | | s390x/cpumodel: factor out determination of default model nameDavid Hildenbrand2017-08-303-6/+10
| * | | target/s390x: no need to pass kvm_state to savevm_gtod handlersDavid Hildenbrand2017-08-301-1/+1
| * | | target/s390x: simplify gs_allowed()David Hildenbrand2017-08-301-12/+2Star
| * | | target/s390x: simplify ri_allowed()David Hildenbrand2017-08-301-3/+0Star
| * | | s390x/kvm: drop KVMState parameter from kvm_s390_set_mem_limit()David Hildenbrand2017-08-302-10/+9Star