aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-23include: Clean up includesclean-includesPeter Maydell
2016-02-23all: Clean up includesPeter Maydell
2016-02-23all: Clean up includesPeter Maydell
2016-02-23osdep.h: Include config-target.h if NEED_CPU_H is definedPeter Maydell
2016-02-23scripts/clean-includes: Add --all optionPeter Maydell
2016-02-23scripts/clean-includes: Enhance to handle header filesPeter Maydell
2016-02-23disas/arm-a64.cc: Include osdep.h firstPeter Maydell
2016-02-23osdep.h: Define macros for the benefit of C++ before C++11Peter Maydell
2016-02-23cpu: Clean up includesPeter Maydell
2016-02-23Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160223-1' into s...Peter Maydell
2016-02-23ohci: allocate timer only once.Gerd Hoffmann
2016-02-23usb: add pid check at the first of uhci_handle_td()Gonglei
2016-02-23usb: check RNDIS buffer offsets & lengthPrasad J Pandit
2016-02-23usb: check RNDIS message lengthPrasad J Pandit
2016-02-23tusb6010: move from hw/timer to hw/usbPeter Maydell
2016-02-23usb: check USB configuration descriptor objectPrasad J Pandit
2016-02-22Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-02-22Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-02-22' in...Kevin Wolf
2016-02-22qemu-iotests: 140: make description slightly more verboseSascha Silbe
2016-02-22qemu-iotests: 140: don't use IDE deviceSascha Silbe
2016-02-22qemu-iotests: 067: ignore QMP eventsSascha Silbe
2016-02-22blockdev: unset inappropriate flags when changing mediumAlyssa Milburn
2016-02-22MAINTAINERS: Add myself as maintainer of the throttling codeAlberto Garcia
2016-02-22docs: Document the throttling infrastructureAlberto Garcia
2016-02-22qapi: Correct the name of the iops_rd parameterAlberto Garcia
2016-02-22qemu-iotests: Extend iotest 093 to test burstsAlberto Garcia
2016-02-22throttle: Test throttle_compute_wait() during burstsAlberto Garcia
2016-02-22throttle: Check that burst_level leaks correctlyAlberto Garcia
2016-02-22qapi: Add burst length fields to BlockDeviceInfoAlberto Garcia
2016-02-22qapi: Add burst length parameters to block_set_io_throttleAlberto Garcia
2016-02-22throttle: Add command-line settings to define the burst periodsAlberto Garcia
2016-02-22throttle: Add support for burst periodsAlberto Garcia
2016-02-22throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia
2016-02-22throttle: Merge all functions that check the configuration into oneAlberto Garcia
2016-02-22throttle: Set always an average value when setting a maximum valueAlberto Garcia
2016-02-22throttle: Make throttle_is_valid() set errpAlberto Garcia
2016-02-22throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia
2016-02-22throttle: Make throttle_conflicting() set errpAlberto Garcia
2016-02-22throttle: Make throttle_compute_timer() staticAlberto Garcia
2016-02-22Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160222-1' into st...Peter Maydell
2016-02-22block migration: Activate image on destination before writing to itKevin Wolf
2016-02-22qemu-io: use no_argument/required_argument constantsDaniel P. Berrange
2016-02-22qemu-nbd: use no_argument/required_argument constantsDaniel P. Berrange
2016-02-22qemu-nbd: don't overlap long option values with short optionsDaniel P. Berrange
2016-02-22qemu-img: allow specifying image as a set of options argsDaniel P. Berrange
2016-02-22qemu-nbd: allow specifying image as a set of options argsDaniel P. Berrange
2016-02-22qemu-io: allow specifying image as a set of options argsDaniel P. Berrange
2016-02-22qemu-img: add support for --object command line argDaniel P. Berrange
2016-02-22qemu-io: add support for --object command line argDaniel P. Berrange
2016-02-22block: Fix -incoming with snapshot=onKevin Wolf