aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-31vpc: use DIV_ROUND_UPMarc-André Lureau1-2/+2
2017-08-31qcow2: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-08-31dmg: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-08-31pcspk: use QEMU_ALIGN_DOWNMarc-André Lureau1-1/+1
2017-08-31i8254: use QEMU_ALIGN_DOWNMarc-André Lureau1-2/+2
2017-08-31vhost: use QEMU_ALIGN_DOWNMarc-André Lureau1-1/+1
2017-08-31vhdx: use QEMU_ALIGN_DOWNMarc-André Lureau1-1/+1
2017-08-31vnc: use QEMU_ALIGN_DOWNMarc-André Lureau1-4/+4
2017-08-31i386: use ROUND_UP macroMarc-André Lureau1-8/+8
2017-08-30slirp: fix clearing ifq_so from pending packetsSamuel Thibault1-16/+23
2017-08-30Open 2.11 development treePeter Maydell1-1/+1
2017-08-30block/nbd-client: refactor request send/receiveVladimir Sementsov-Ogievskiy1-47/+26
2017-08-30block/nbd-client: rename nbd_recv_coroutines_enter_allVladimir Sementsov-Ogievskiy1-2/+2
2017-08-30block/nbd-client: get rid of ssize_tVladimir Sementsov-Ogievskiy1-5/+5
2017-08-30nbd/client: fix nbd_send_request to return intVladimir Sementsov-Ogievskiy2-2/+2
2017-08-30nbd/client: refactor nbd_receive_replyVladimir Sementsov-Ogievskiy2-4/+10
2017-08-30nbd/client: refactor nbd_read_eofVladimir Sementsov-Ogievskiy3-18/+28
2017-08-30nbd/client: fix nbd_opt_goVladimir Sementsov-Ogievskiy1-2/+0
2017-08-30qemu-iotests: test NBD over UNIX domain sockets in 083Stefan Hajnoczi3-71/+214
2017-08-30qemu-iotests: improve nbd-fault-injector.py startup protocolStefan Hajnoczi1-0/+4
2017-08-30nbd-client: avoid read_reply_co entry if send failedStefan Hajnoczi1-16/+9
2017-08-30qemu-iotests: Extend non-shared storage migration test (194)Kashyap Chamarthy2-9/+25
2017-08-30qcow2: allocate cluster_cache/cluster_data on demandStefan Hajnoczi2-12/+17
2017-08-30s390x/pci: fixup trap_msix()Yi Min Zhao1-2/+2
2017-08-30pc-bios/s390-ccw.img: update imageCornelia Huck1-0/+0
2017-08-30s390-ccw: Fix alignment for CCW1Farhan Ali1-1/+1
2017-08-30s390x/s390-stattrib: Mark the storage attribute as not user_creatableThomas Huth2-0/+8
2017-08-30target/s390x: cleanup cpu.hDavid Hildenbrand1-69/+68
2017-08-30s390x/kvm: move KVM declarations and stubs to separate filesDavid Hildenbrand13-119/+170
2017-08-30s390x: avoid calling kvm_ functions outside of target/s390x/David Hildenbrand3-3/+9
2017-08-30target/s390x: move a couple of functions to cpu.cDavid Hildenbrand2-79/+89
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand20-343/+409
2017-08-30target/s390x: move get_per_in_range() to misc_helper.cDavid Hildenbrand2-11/+11
2017-08-30target/s390x: move s390_do_cpu_reset() to diag.cDavid Hildenbrand2-7/+7
2017-08-30target/s390x: move psw_key_valid() to mem_helper.cDavid Hildenbrand2-11/+11
2017-08-30target/s390x: move cpu_mmu_idx_to_asc() to excp_helper.cDavid Hildenbrand2-14/+14
2017-08-30target/s390x: move cc_name() to helper.cDavid Hildenbrand2-47/+49
2017-08-30target/s390x: move gtod_*() declarations to s390-virtio.hDavid Hildenbrand2-3/+2
2017-08-30s390x: drop inclusion of sysemu/kvm.h from some filesDavid Hildenbrand4-4/+1
2017-08-30s390x/cpumodel: factor out determination of default model nameDavid Hildenbrand3-6/+10
2017-08-30target/s390x: no need to pass kvm_state to savevm_gtod handlersDavid Hildenbrand1-1/+1
2017-08-30target/s390x: simplify gs_allowed()David Hildenbrand1-12/+2
2017-08-30target/s390x: simplify ri_allowed()David Hildenbrand1-3/+0
2017-08-30s390x/kvm: drop KVMState parameter from kvm_s390_set_mem_limit()David Hildenbrand2-10/+9
2017-08-30s390x/kvm: drop KVMState parameter from s390_get_memslot_count()David Hildenbrand3-7/+7
2017-08-30s390x/s390-skeys: Mark the storage key devices with user_creatable = falseThomas Huth2-0/+8
2017-08-30s390x: refine pci dependenciesCornelia Huck1-1/+1
2017-08-30s390x/pci: fence off instructions for non-pciCornelia Huck1-13/+41
2017-08-30s390x/sclp: properly guard pci-specific functionsCornelia Huck4-29/+48
2017-08-30s390x/ccw: create s390 phb conditionallyCornelia Huck1-6/+8