aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-02-22spec: add qcow2 bitmaps extension specificationVladimir Sementsov-Ogievskiy
2016-02-22quorum: fix segfault when read fails in fifo modeChanglong Xie
2016-02-22qemu-img: initialize MapEntry objectJohn Snow
2016-02-22gtk: fix uninitialized temporary VirtualConsolePaolo Bonzini
2016-02-20etraxfs_dma: Dont forward zero-length payload to clientsEdgar E. Iglesias
2016-02-19Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160219.1' i...Peter Maydell
2016-02-19Merge remote-tracking branch 'remotes/pmaydell/tags/pull-softfloat-20160219' ...Peter Maydell
2016-02-19vfio/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entriesWei Yang
2016-02-19hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value checkEric Auger
2016-02-19hw/arm/sysbus-fdt: enable amd-xgbe dynamic instantiationEric Auger
2016-02-19hw/arm/sysbus-fdt: helpers for clock node generationEric Auger
2016-02-19device_tree: qemu_fdt_getprop_cell converted to use the error APIEric Auger
2016-02-19device_tree: qemu_fdt_getprop converted to use the error APIEric Auger
2016-02-19device_tree: introduce qemu_fdt_node_pathEric Auger
2016-02-19device_tree: introduce load_device_tree_from_sysfsEric Auger
2016-02-19hw/vfio/platform: amd-xgbe deviceEric Auger
2016-02-19vfio/pci: replace 1 with PCI_CAP_LIST_NEXT to make code self-explainWei Yang
2016-02-19pcie_aer: expose pcie_aer_msg() interfaceChen Fan
2016-02-19aer: impove pcie_aer_init to support vfio deviceChen Fan
2016-02-19vfio: make the 4 bytes aligned for capability sizeChen Fan
2016-02-19pcie: modify the capability size assertChen Fan
2016-02-19MAINTAINERS: Add section for FPU emulationpull-softfloat-20160219softfloat.nextsoftfloat.for-upstreamPeter Maydell
2016-02-19osdep.h: Remove int_fast*_t Solaris compatibility codePeter Maydell
2016-02-19fpu: Use plain 'int' rather than 'int_fast16_t' for exponentsPeter Maydell
2016-02-19fpu: Use plain 'int' rather than 'int_fast16_t' for shift countsPeter Maydell
2016-02-19fpu: Remove use of int_fast16_t in conversions to int16Peter Maydell
2016-02-19target-mips: Stop using uint_fast*_t types in r4k_tlb_t structPeter Maydell
2016-02-19Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-02-19' into...Peter Maydell
2016-02-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-19' into ...Peter Maydell
2016-02-19vl: Clean up machine selection in main().Markus Armbruster