Age | Commit message (Expand) | Author |
2019-03-08 | qcow2: Store data file name in the image | Kevin Wolf |
2019-03-08 | qcow2: Creating images with external data file | Kevin Wolf |
2019-03-08 | qcow2: Add basic data-file infrastructure | Kevin Wolf |
2019-03-08 | qcow2: Support external data file in qemu-img check | Kevin Wolf |
2019-03-08 | qcow2: Return error for snapshot operation with data file | Kevin Wolf |
2019-03-08 | qcow2: External file I/O | Kevin Wolf |
2019-03-08 | qcow2: Prepare qcow2_co_block_status() for data file | Kevin Wolf |
2019-03-08 | qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset() | Kevin Wolf |
2019-03-08 | qcow2: Don't assume 0 is an invalid cluster offset | Kevin Wolf |
2019-03-08 | qcow2: Prepare count_contiguous_clusters() for external data file | Kevin Wolf |
2019-03-08 | qcow2: Prepare qcow2_get_cluster_type() for external data file | Kevin Wolf |
2019-03-08 | qcow2: Pass bs to qcow2_get_cluster_type() | Kevin Wolf |
2019-03-08 | qcow2: Basic definitions for external data files | Kevin Wolf |
2019-03-08 | qcow2: Extend spec for external data files | Kevin Wolf |
2019-03-08 | qcow2: Simplify preallocation code | Kevin Wolf |
2019-03-08 | qemu-iotests: Test qcow2 preallocation modes | Kevin Wolf |
2019-03-08 | qemu-iotests: Ensure GNU sed is used | Philippe Mathieu-Daudé |
2019-03-08 | qemu-iotests: Improve portability by searching bash in the $PATH | Philippe Mathieu-Daudé |
2019-03-08 | tests/bios-tables: Improve portability by searching bash in the $PATH | Philippe Mathieu-Daudé |
2019-03-08 | tests/multiboot: Improve portability by searching bash in the $PATH | Philippe Mathieu-Daudé |
2019-03-08 | iotests: check whitelisted formats | Andrey Shinkevich |
2019-03-08 | iotests: ask QEMU for supported formats | Andrey Shinkevich |
2019-03-08 | block: iterate_format with account of whitelisting | Andrey Shinkevich |
2019-03-08 | iotests: open notrun files in text mode | Andrey Shinkevich |
2019-03-08 | qcow2: Default to 4KB for the qcow2 cache entry size | Alberto Garcia |
2019-03-08 | iotests: use iotests.VM in 238 | Stefan Hajnoczi |
2019-03-07 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-re... | Peter Maydell |
2019-03-07 | Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i... | Peter Maydell |
2019-03-07 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-sphinx-20190307' int... | Peter Maydell |
2019-03-07 | MAINTAINERS: Add entry for Sphinx documentation infrastructure | Peter Maydell |
2019-03-07 | docs/conf.py: Don't hard-code QEMU version | Peter Maydell |
2019-03-07 | Makefile: Abstract out "identify the pkgversion" code | Peter Maydell |
2019-03-07 | Makefile, configure: Support building rST documentation | Peter Maydell |
2019-03-07 | docs: Provide separate conf.py for each manual we want | Peter Maydell |
2019-03-07 | docs/conf.py: Disable option warnings | Peter Maydell |
2019-03-07 | docs/conf.py: Don't include rST sources in HTML build | Peter Maydell |
2019-03-07 | docs/conf.py: Configure the 'alabaster' theme | Peter Maydell |
2019-03-07 | docs/conf.py: Disable unused _static directory | Peter Maydell |
2019-03-07 | docs: Commit initial files from sphinx-quickstart | Peter Maydell |
2019-03-07 | docs: Convert memory.txt to rst format | Peter Maydell |
2019-03-07 | docs/cpu-hotplug.rst: Fix rST markup issues | Peter Maydell |
2019-03-07 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190307-pull-request' ... | Peter Maydell |
2019-03-07 | linux-user: add new netlink types | Laurent Vivier |
2019-03-07 | linux-user: Nicer strace output of chroot() syscall | Helge Deller |
2019-03-07 | linux-user: fix "may be used uninitialized" warnings | Marc-André Lureau |
2019-03-07 | linux-user: don't short-circuit read with zero length | Andreas Schwab |
2019-03-07 | Fix breakpoint support in Nios II user-mode emulation. | Sandra Loosemore |
2019-03-07 | linux-user: fix emulation of accept4/getpeername/getsockname/recvfrom syscalls | Andreas Schwab |
2019-03-07 | linux-user: Fix ELF_PLATFORM for aarch64_be-linux-user | Richard Henderson |
2019-03-07 | linux-user: Add ELF_PLATFORM for arm | Richard Henderson |