summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* all: Clean up includesPeter Maydell2016-02-2356-100/+2Star
* osdep.h: Include config-target.h if NEED_CPU_H is definedPeter Maydell2016-02-231-0/+3
* scripts/clean-includes: Add --all optionPeter Maydell2016-02-231-1/+15
* scripts/clean-includes: Enhance to handle header filesPeter Maydell2016-02-231-8/+45
* disas/arm-a64.cc: Include osdep.h firstPeter Maydell2016-02-231-2/+3
* osdep.h: Define macros for the benefit of C++ before C++11Peter Maydell2016-02-231-0/+14
* cpu: Clean up includesPeter Maydell2016-02-232-4/+2Star
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160223-1' into s...Peter Maydell2016-02-237-46/+43Star
|\
| * ohci: allocate timer only once.Gerd Hoffmann2016-02-231-26/+8Star
| * usb: add pid check at the first of uhci_handle_td()Gonglei2016-02-231-6/+16
| * usb: check RNDIS buffer offsets & lengthPrasad J Pandit2016-02-231-3/+6
| * usb: check RNDIS message lengthPrasad J Pandit2016-02-231-9/+9
| * tusb6010: move from hw/timer to hw/usbPeter Maydell2016-02-233-1/+2
| * usb: check USB configuration descriptor objectPrasad J Pandit2016-02-231-1/+2
|/
* 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
| * qemu-io: add support for --object command line argDaniel P. Berrange2016-02-221-0/+34
| * block: Fix -incoming with snapshot=onKevin Wolf2016-02-225-4/+66
| * spec: add qcow2 bitmaps extension specificationVladimir Sementsov-Ogievskiy2016-02-221-1/+220
| * quorum: fix segfault when read fails in fifo modeChanglong Xie2016-02-221-1/+2
| * qemu-img: initialize MapEntry objectJohn Snow2016-02-221-11/+15