summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* spice: add opengl/virgl/dmabuf supportGerd Hoffmann2019-11-294-4/+140
* spice: reset cursor on resizeMarc-André Lureau2019-11-291-2/+12
* egl-helpers: add functions for render nodes and dma-buf passingGerd Hoffmann2019-11-292-0/+142
* configure: add dma-buf support detection.Gerd Hoffmann2019-11-291-1/+19
* spice: init dcl before registering qxl interfaceGerd Hoffmann2019-11-291-3/+3
* move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy2019-11-294-32/+26
* vhost-user: don't merge regions with different fdsMichael S. Tsirkin2019-11-293-0/+31
* bios-linker-loader: document+validate inputMichael S. Tsirkin2019-11-295-9/+92
* ohci: allocate timer only once.Gerd Hoffmann2019-11-291-26/+8
* usb: add pid check at the first of uhci_handle_td()Gonglei2019-11-291-6/+16
* usb: check RNDIS buffer offsets & lengthPrasad J Pandit2019-11-291-3/+6
* usb: check RNDIS message lengthPrasad J Pandit2019-11-291-9/+9
* tusb6010: move from hw/timer to hw/usbPeter Maydell2019-11-293-1/+2
* usb: check USB configuration descriptor objectPrasad J Pandit2019-11-291-1/+2
* log: Redirect stderr to logfile if deamonizedDimitris Aragiorgis2019-11-293-9/+14
* dump-guest-memory: add qmp event DUMP_COMPLETEDPeter Xu2019-11-293-6/+46
* Dump: add hmp command "info dump"Peter Xu2019-11-293-0/+32
* Dump: add qmp command "query-dump"Peter Xu2019-11-293-6/+76
* 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
OpenPOWER on IntegriCloud