summary refs log tree commit diff stats
path: root/scripts/qapi-commands.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-20s390x/css: sch_handle_start_func() handles resume, tooSascha Silbe1-0/+4
2016-07-20s390x/css: copy CCW format bit from ORB to SCSWSascha Silbe1-0/+1
2016-07-20usbredir: add streams propertyGerd Hoffmann1-1/+5
2016-07-20xhci: Fix possible side effect from assert()Alexey Kardashevskiy1-1/+3
2016-07-20docker: pass EXECUTABLE to build scriptAlex Bennée1-1/+3
2016-07-20docker: Don't start a container that doesn't existFam Zheng1-1/+5
2016-07-20docker: Add "images" subcommand to docker.pyFam Zheng1-0/+9
2016-07-20docker: Fix exit code if $CMD failedFam Zheng1-0/+4
2016-07-20docker: More sensible run scriptFam Zheng2-6/+10
2016-07-20tests/docker/docker.py: add update operationAlex Bennée1-1/+58
2016-07-20tests/docker/dockerfiles: new debian-bootstrap.dockerAlex Bennée2-0/+108
2016-07-20tests/docker/docker.py: check and run .pre scriptAlex Bennée1-0/+12
2016-07-20tests/docker/docker.py: support --include-executableAlex Bennée1-0/+58
2016-07-20tests/docker/docker.py: docker_dir outside buildAlex Bennée1-8/+13
2016-07-20qxl: fix qxl_set_dirty call in qxl_dirty_one_surfaceGerd Hoffmann2-6/+7
2016-07-19block/gluster: add support for multiple gluster serversPrasanna Kumar Kalever2-41/+358
2016-07-19block/gluster: using new qapi schemaPrasanna Kumar Kalever2-55/+122
2016-07-19block/gluster: deprecate rdma supportPrasanna Kumar Kalever1-8/+12
2016-07-19block/gluster: code cleanupPrasanna Kumar Kalever1-68/+75
2016-07-19block/gluster: rename [server, volname, image] -> [host, volume, path]Prasanna Kumar Kalever1-27/+27
2016-07-19mirror: fix request throttling in drive-mirrorDenis V. Lunev1-1/+6
2016-07-19mirror: improve performance of mirroring of empty diskDenis V. Lunev1-5/+11
2016-07-19mirror: efficiently zero out targetDenis V. Lunev1-2/+26
2016-07-19mirror: optimize dirty bitmap filling in mirror_run a bitDenis V. Lunev1-2/+6
2016-07-19block: remove extra condition in bdrv_can_write_zeroes_with_unmapDenis V. Lunev1-1/+1
2016-07-19mirror: create mirror_dirty_init helper for mirror_runDenis V. Lunev1-29/+41
2016-07-19mirror: create mirror_throttle helperDenis V. Lunev1-12/+19
2016-07-19mirror: make sectors_in_flight int64_tDenis V. Lunev1-1/+1
2016-07-19dirty-bitmap: operate with int64_t amountDenis V. Lunev3-6/+6
2016-07-19net: Use correct type for bool flagEric Blake3-8/+8
2016-07-19qapi: Change Netdev into a flat unionEric Blake48-172/+230
2016-07-19arm_gicv3: Add assert()s to tell Coverity that offsets are alignedPeter Maydell1-0/+4
2016-07-19target-arm: Fix unreachable code in gicv3_class_name()Peter Maydell1-2/+1
2016-07-19disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headersPeter Maydell2-1/+2
2016-07-19linux-user: AArch64 has sync_file_range, not sync_file_range2Peter Maydell1-2/+1
2016-07-19linux-user: Fix type for SIOCATMARK ioctlPeter Maydell1-1/+1
2016-07-19linux-user: define missing sparc syscallsLaurent Vivier1-0/+3
2016-07-19linux-user: Fix terminal control ioctlsTimothy Pearson1-6/+6
2016-07-19linux-user: Add some new blk ioctlsPeter Maydell2-0/+40
2016-07-19linux-user: Handle short lengths in host_to_target_sockaddr()Peter Maydell1-2/+9
2016-07-19linux-user: Forget about synchronous signal once it is deliveredPeter Maydell1-4/+4
2016-07-19linux-user: Correct type for LOOP_GET_STATUS{,64} ioctlsPeter Maydell2-6/+7
2016-07-19linux-user: Correct type for BLKSSZGETPeter Maydell1-1/+1
2016-07-19linux-user: Add loop control ioctlsPeter Maydell3-1/+18
2016-07-19linux-user: Check sigsetsize argument to syscallsPeter Maydell1-1/+46
2016-07-19linux-user: add nested netlink typesLaurent Vivier1-4/+316
2016-07-19linux-user: convert sockaddr_ll from host to targetLaurent Vivier1-0/+5
2016-07-19linux-user: add fd_trans helper in do_recvfrom()Laurent Vivier1-0/+3
2016-07-19linux-user: fix netlink memory corruptionLaurent Vivier1-8/+24
2016-07-19linux-user: fd_trans_*_data() returns the lengthLaurent Vivier1-4/+32