summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ich9: Remove enable_tco arguments from init functionsEduardo Habkost2016-02-255-10/+7Star
* machine: Remove no_tco fieldEduardo Habkost2016-02-252-3/+1Star
* q35: Remove old machine versionsEduardo Habkost2016-02-251-165/+0Star
* tests/vhost-user-bridge: fix build on 32 bit systemsMichael S. Tsirkin2016-02-251-7/+7
* vring: removePaolo Bonzini2016-02-256-679/+0Star
* virtio-scsi: do not use vring in dataplanePaolo Bonzini2016-02-253-234/+35Star
* virtio-blk: do not use vring in dataplanePaolo Bonzini2016-02-254-146/+19Star
* virtio-blk: fix "disabled data plane" modePaolo Bonzini2016-02-253-13/+11Star
* virtio: export vring_notify as virtio_should_notifyPaolo Bonzini2016-02-252-2/+3
* virtio: add AioContext-specific function for host notifiersPaolo Bonzini2016-02-252-0/+18
* vring: make vring_enable_notification return voidPaolo Bonzini2016-02-253-4/+4
* block-migration: acquire AioContext as necessaryPaolo Bonzini2016-02-251-13/+52
* pci core: function pci_bus_init() cleanupCao jin2016-02-251-5/+2Star
* pci core: function pci_host_bus_register() cleanupCao jin2016-02-251-3/+3
* balloon: Use only 'pc-dimm' type dimm for ballooningVladimir Sementsov-Ogievskiy2016-02-251-2/+20
* virtio-balloon: rewrite get_current_ram_size()Vladimir Sementsov-Ogievskiy2016-02-251-17/+6Star
* move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy2016-02-234-32/+26Star
* vhost-user: don't merge regions with different fdsMichael S. Tsirkin2016-02-233-0/+31
* bios-linker-loader: document+validate inputMichael S. Tsirkin2016-02-235-9/+92
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-02-2229-432/+1663
|\
| * Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-02-22' in...Kevin Wolf2016-02-225-148/+18Star
| |\
| | * qemu-iotests: 140: make description slightly more verboseSascha Silbe2016-02-221-1/+5
| | * qemu-iotests: 140: don't use IDE deviceSascha Silbe2016-02-222-2/+1Star
| | * qemu-iotests: 067: ignore QMP eventsSascha Silbe2016-02-222-145/+10Star
| | * blockdev: unset inappropriate flags when changing mediumAlyssa Milburn2016-02-221-0/+2
| |/
| * MAINTAINERS: Add myself as maintainer of the throttling codeAlberto Garcia2016-02-221-0/+9
| * docs: Document the throttling infrastructureAlberto Garcia2016-02-221-0/+252
| * qapi: Correct the name of the iops_rd parameterAlberto Garcia2016-02-221-1/+1
| * qemu-iotests: Extend iotest 093 to test burstsAlberto Garcia2016-02-222-16/+53
| * throttle: Test throttle_compute_wait() during burstsAlberto Garcia2016-02-221-0/+22
| * throttle: Check that burst_level leaks correctlyAlberto Garcia2016-02-221-0/+16
| * qapi: Add burst length fields to BlockDeviceInfoAlberto Garcia2016-02-222-6/+53
| * qapi: Add burst length parameters to block_set_io_throttleAlberto Garcia2016-02-224-15/+104
| * throttle: Add command-line settings to define the burst periodsAlberto Garcia2016-02-221-0/+37
| * throttle: Add support for burst periodsAlberto Garcia2016-02-222-18/+96
| * throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia2016-02-224-13/+31
| * throttle: Merge all functions that check the configuration into oneAlberto Garcia2016-02-224-64/+19Star
| * throttle: Set always an average value when setting a maximum valueAlberto Garcia2016-02-221-0/+2
| * throttle: Make throttle_is_valid() set errpAlberto Garcia2016-02-224-6/+7
| * throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia2016-02-224-8/+9
| * throttle: Make throttle_conflicting() set errpAlberto Garcia2016-02-224-12/+17
| * throttle: Make throttle_compute_timer() staticAlberto Garcia2016-02-222-10/+4Star
| * block migration: Activate image on destination before writing to itKevin Wolf2016-02-221-0/+7
| * qemu-io: use no_argument/required_argument constantsDaniel P. Berrange2016-02-221-15/+15
| * qemu-nbd: use no_argument/required_argument constantsDaniel P. Berrange2016-02-221-25/+26
| * qemu-nbd: don't overlap long option values with short optionsDaniel P. Berrange2016-02-221-7/+7
| * qemu-img: allow specifying image as a set of options argsDaniel P. Berrange2016-02-223-60/+195
| * qemu-nbd: allow specifying image as a set of options argsDaniel P. Berrange2016-02-222-6/+44
| * qemu-io: allow specifying image as a set of options argsDaniel P. Berrange2016-02-221-6/+51
| * qemu-img: add support for --object command line argDaniel P. Berrange2016-02-223-30/+282