summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-08qcow2 spec: Describe string header extensionsKevin Wolf
2019-03-08qemu-iotests: Add dependency to qemu-nbd toolPhilippe Mathieu-Daudé
2019-03-08ahci-test: Add dependency to qemu-img toolPhilippe Mathieu-Daudé
2019-03-08qemu-iotests: amend with external data fileKevin Wolf
2019-03-08qemu-iotests: General tests for qcow2 with external data fileKevin Wolf
2019-03-08qemu-iotests: Preallocation with external data fileKevin Wolf
2019-03-08qcow2: Implement data-file-raw create optionKevin Wolf
2019-03-08qcow2: Store data file name in the imageKevin Wolf
2019-03-08qcow2: Creating images with external data fileKevin Wolf
2019-03-08qcow2: Add basic data-file infrastructureKevin Wolf
2019-03-08qcow2: Support external data file in qemu-img checkKevin Wolf
2019-03-08qcow2: Return error for snapshot operation with data fileKevin Wolf
2019-03-08qcow2: External file I/OKevin Wolf
2019-03-08qcow2: Prepare qcow2_co_block_status() for data fileKevin Wolf
2019-03-08qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset()Kevin Wolf
2019-03-08qcow2: Don't assume 0 is an invalid cluster offsetKevin Wolf
2019-03-08qcow2: Prepare count_contiguous_clusters() for external data fileKevin Wolf
2019-03-08qcow2: Prepare qcow2_get_cluster_type() for external data fileKevin Wolf
2019-03-08qcow2: Pass bs to qcow2_get_cluster_type()Kevin Wolf
2019-03-08qcow2: Basic definitions for external data filesKevin Wolf
2019-03-08qcow2: Extend spec for external data filesKevin Wolf
2019-03-08qcow2: Simplify preallocation codeKevin Wolf
2019-03-08qemu-iotests: Test qcow2 preallocation modesKevin Wolf
2019-03-08qemu-iotests: Ensure GNU sed is usedPhilippe Mathieu-Daudé
2019-03-08qemu-iotests: Improve portability by searching bash in the $PATHPhilippe Mathieu-Daudé
2019-03-08tests/bios-tables: Improve portability by searching bash in the $PATHPhilippe Mathieu-Daudé
2019-03-08tests/multiboot: Improve portability by searching bash in the $PATHPhilippe Mathieu-Daudé
2019-03-08iotests: check whitelisted formatsAndrey Shinkevich
2019-03-08iotests: ask QEMU for supported formatsAndrey Shinkevich
2019-03-08block: iterate_format with account of whitelistingAndrey Shinkevich
2019-03-08iotests: open notrun files in text modeAndrey Shinkevich
2019-03-08qcow2: Default to 4KB for the qcow2 cache entry sizeAlberto Garcia
2019-03-08iotests: use iotests.VM in 238Stefan Hajnoczi
2019-03-07Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-re...Peter Maydell
2019-03-07Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell
2019-03-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-sphinx-20190307' int...Peter Maydell
2019-03-07MAINTAINERS: Add entry for Sphinx documentation infrastructurePeter Maydell
2019-03-07docs/conf.py: Don't hard-code QEMU versionPeter Maydell
2019-03-07Makefile: Abstract out "identify the pkgversion" codePeter Maydell
2019-03-07Makefile, configure: Support building rST documentationPeter Maydell
2019-03-07docs: Provide separate conf.py for each manual we wantPeter Maydell
2019-03-07docs/conf.py: Disable option warningsPeter Maydell
2019-03-07docs/conf.py: Don't include rST sources in HTML buildPeter Maydell
2019-03-07docs/conf.py: Configure the 'alabaster' themePeter Maydell
2019-03-07docs/conf.py: Disable unused _static directoryPeter Maydell
2019-03-07docs: Commit initial files from sphinx-quickstartPeter Maydell
2019-03-07docs: Convert memory.txt to rst formatPeter Maydell
2019-03-07docs/cpu-hotplug.rst: Fix rST markup issuesPeter Maydell
2019-03-07Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190307-pull-request' ...Peter Maydell
2019-03-07linux-user: add new netlink typesLaurent Vivier