summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-26qemu-img: add --shrink flag for resizePavel Butsykin
2017-09-26iotests: fix 181: enable postcopy-ram capability on targetVladimir Sementsov-Ogievskiy
2017-09-26qemu-iotests: Test change-backing-file commandKevin Wolf
2017-09-26block: Fix permissions after bdrv_reopen()Kevin Wolf
2017-09-26block: reopen: Queue children after their parentsKevin Wolf
2017-09-26block: Base permissions on rw state after reopenKevin Wolf
2017-09-26block: Add reopen queue to bdrv_check_perm()Kevin Wolf
2017-09-26block: Add reopen_queue to bdrv_child_perm()Kevin Wolf
2017-09-26qemu-io: Drop write permissions before read-only reopenKevin Wolf
2017-09-26block: Clean up some bad code in the vvfat driverThomas Huth
2017-09-26block/throttle-groups.c: allocate RestartData on the heapManos Pitsidianakis
2017-09-26throttle: Assert that bkt->max is valid in throttle_compute_wait()Alberto Garcia
2017-09-26iotests: Print full path of bad output if mismatchFam Zheng
2017-09-26iotests: use virtio aliases for 067Cornelia Huck
2017-09-26iotests: use -ccw on s390x for 051Cornelia Huck
2017-09-26iotests: use -ccw on s390x for 040, 139, and 182Cornelia Huck
2017-09-26docs: add qemu-block-drivers(7) man pageStefan Hajnoczi
2017-09-26file-posix: Clear out first sector in hdev_createFam Zheng
2017-09-26qemu-img: Clarify about relative backing file optionsFam Zheng
2017-09-26qemu-iotests: Add missing -machine accel=qtestKevin Wolf
2017-09-26Add --firmwarepath to configureGerd Hoffmann
2017-09-26add qemu_add_data_dir()Gerd Hoffmann
2017-09-26hw/isa/pc87312: Mark the device with user_creatable = falseThomas Huth
2017-09-26Drop gld linker usage on SunOSKamil Rytarowski
2017-09-26tests/boot-sector: Increase timeout to 600 secondsThomas Huth
2017-09-26nbd-client: Use correct macro parenthesizationEric Blake
2017-09-26hw/display/virtio-gpu: Put the virtio-gpu-device into the display categoryThomas Huth
2017-09-26osdep: Fix ROUND_UP(64-bit, 32-bit)Eric Blake
2017-09-26target/xtensa: Use the pre-defined MEMTXATTRS_UNSPECIFIED macroAlistair Francis
2017-09-26trivial: Add missing "-m" parameter in docs/memory-hotplug.txtThomas Huth
2017-09-26chardev/baum: fix baum that releases brlapi twiceLiang Yan
2017-09-26remove trailing whitespace from qemu-options.hxMichael Tokarev
2017-09-26hw/display/xenfb.c: Add trace_xenfb_key_eventLiang Yan
2017-09-26aux-to-i2c-bridge: don't allow user to create oneKONRAD Frederic
2017-09-26util/qemu-thread-posix.c: Replace OS ifdefs with CONFIG_HAVE_SEM_TIMEDWAITPeter Maydell
2017-09-26MAINTAINERS: update docs/interop/ entriesPhilippe Mathieu-Daudé
2017-09-26MAINTAINERS: update docs/devel/ entriesPhilippe Mathieu-Daudé
2017-09-26MAINTAINERS: add missing Cryptography entryPhilippe Mathieu-Daudé
2017-09-26MAINTAINERS: add missing entry for Generic LoaderPhilippe Mathieu-Daudé
2017-09-26MAINTAINERS: add missing AIO entryPhilippe Mathieu-Daudé
2017-09-26MAINTAINERS: add missing entries for throttling infraPhilippe Mathieu-Daudé
2017-09-26MAINTAINERS: add missing SSI entriesPhilippe Mathieu-Daudé
2017-09-26MAINTAINERS: add missing PCI entriesPhilippe Mathieu-Daudé
2017-09-26MAINTAINERS: add missing qcow2 entryPhilippe Mathieu-Daudé
2017-09-26MAINTAINERS: add missing Guest Agent entriesPhilippe Mathieu-Daudé
2017-09-26MAINTAINERS: add missing VMWare entryPhilippe Mathieu-Daudé
2017-09-26MAINTAINERS: add missing entry for vhostPhilippe Mathieu-Daudé
2017-09-26MAINTAINERS: add missing STM32 entryPhilippe Mathieu-Daudé
2017-09-26MAINTAINERS: add missing ARM entriesPhilippe Mathieu-Daudé
2017-09-26Replace round_page() with TARGET_PAGE_ALIGN()Kamil Rytarowski