summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DumpState: adding total_size and written_size fieldsPeter Xu2019-11-292-0/+41
* dump-guest-memory: add "detach" supportPeter Xu2019-11-294-1/+34
* dump-guest-memory: disable dump when in INMIGRATE statePeter Xu2019-11-291-0/+5
* dump-guest-memory: introduce dump_process() helper function.Peter Xu2019-11-292-10/+24
* dump-guest-memory: add dump_in_progress() helper functionPeter Xu2019-11-293-0/+31
* dump-guest-memory: using static DumpState, add DumpStatusPeter Xu2019-11-293-5/+36
* dump-guest-memory: add "detach" flag for QMP/HMP interfaces.Peter Xu2019-11-295-10/+23
* dump-guest-memory: cleanup: removing dump_{error|cleanup}().Peter Xu2019-11-291-46/+32
* scripts/kvm/kvm_stat: Fix missing right parantheses and ".format(...)"Fam Zheng2019-11-291-2/+3
* qemu-iotests: 140: make description slightly more verboseSascha Silbe2019-11-291-1/+5
* qemu-iotests: 140: don't use IDE deviceSascha Silbe2019-11-292-2/+1
* qemu-iotests: 067: ignore QMP eventsSascha Silbe2019-11-292-145/+10
* blockdev: unset inappropriate flags when changing mediumAlyssa Milburn2019-11-291-0/+2
* MAINTAINERS: Add myself as maintainer of the throttling codeAlberto Garcia2019-11-291-0/+9
* docs: Document the throttling infrastructureAlberto Garcia2019-11-291-0/+252
* qapi: Correct the name of the iops_rd parameterAlberto Garcia2019-11-291-1/+1
* qemu-iotests: Extend iotest 093 to test burstsAlberto Garcia2019-11-292-16/+53
* throttle: Test throttle_compute_wait() during burstsAlberto Garcia2019-11-291-0/+22
* throttle: Check that burst_level leaks correctlyAlberto Garcia2019-11-291-0/+16
* qapi: Add burst length fields to BlockDeviceInfoAlberto Garcia2019-11-292-6/+53
* qapi: Add burst length parameters to block_set_io_throttleAlberto Garcia2019-11-294-15/+104
* throttle: Add command-line settings to define the burst periodsAlberto Garcia2019-11-291-0/+37
* throttle: Add support for burst periodsAlberto Garcia2019-11-292-18/+96
* throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia2019-11-294-13/+31
* throttle: Merge all functions that check the configuration into oneAlberto Garcia2019-11-294-64/+19
* throttle: Set always an average value when setting a maximum valueAlberto Garcia2019-11-291-0/+2
* throttle: Make throttle_is_valid() set errpAlberto Garcia2019-11-294-6/+7
* throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia2019-11-294-8/+9
* throttle: Make throttle_conflicting() set errpAlberto Garcia2019-11-294-12/+17
* throttle: Make throttle_compute_timer() staticAlberto Garcia2019-11-292-10/+4
* block migration: Activate image on destination before writing to itKevin Wolf2019-11-291-0/+7
* qemu-io: use no_argument/required_argument constantsDaniel P. Berrange2019-11-291-15/+15
* qemu-nbd: use no_argument/required_argument constantsDaniel P. Berrange2019-11-291-25/+26
* qemu-nbd: don't overlap long option values with short optionsDaniel P. Berrange2019-11-291-7/+7
* qemu-img: allow specifying image as a set of options argsDaniel P. Berrange2019-11-293-60/+195
* qemu-nbd: allow specifying image as a set of options argsDaniel P. Berrange2019-11-292-6/+44
* qemu-io: allow specifying image as a set of options argsDaniel P. Berrange2019-11-291-6/+51
* qemu-img: add support for --object command line argDaniel P. Berrange2019-11-293-30/+282
* qemu-io: add support for --object command line argDaniel P. Berrange2019-11-291-0/+34
* block: Fix -incoming with snapshot=onKevin Wolf2019-11-295-4/+66
* spec: add qcow2 bitmaps extension specificationVladimir Sementsov-Ogievskiy2019-11-291-1/+220
* quorum: fix segfault when read fails in fifo modeChanglong Xie2019-11-291-1/+2
* qemu-img: initialize MapEntry objectJohn Snow2019-11-291-11/+15
* gtk: fix uninitialized temporary VirtualConsolePaolo Bonzini2019-11-291-1/+1
* etraxfs_dma: Dont forward zero-length payload to clientsEdgar E. Iglesias2019-11-291-5/+8
* qemu-options.hx: Improve documentation of chardev multiplexing modePeter Maydell2019-11-292-12/+63
* vfio/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entriesWei Yang2019-11-291-1/+1
* hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value checkEric Auger2019-11-291-14/+5
* hw/arm/sysbus-fdt: enable amd-xgbe dynamic instantiationEric Auger2019-11-291-6/+188
* hw/arm/sysbus-fdt: helpers for clock node generationEric Auger2019-11-291-0/+120
OpenPOWER on IntegriCloud