summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* curl: Fix hang reading from slow connectionsMatthew Booth2014-04-301-1/+2
* curl: Ensure all informationals are checked for completionMatthew Booth2014-04-301-30/+23
* curl: Eliminate unnecessary use of curl_multi_socket_allMatthew Booth2014-04-301-10/+22
* curl: Remove unnecessary explicit calls to internal event handlerMatthew Booth2014-04-301-2/+3
* curl: Remove erroneous sleep waiting for curl completionMatthew Booth2014-04-301-2/+1
* curl: Fix return from curl_read_cb with invalid stateMatthew Booth2014-04-301-2/+1
* curl: Remove unnecessary use of gotoMatthew Booth2014-04-301-28/+27
* curl: Fix long lineMatthew Booth2014-04-301-1/+2
* block/vdi: Error out immediately in vdi_create()Max Reitz2014-04-301-1/+6
* block/bochs: Fix error handling for seek_to_sector()Max Reitz2014-04-301-9/+14
* qcow2: Check min_size in qcow2_grow_l1_table()Max Reitz2014-04-301-0/+7
* qcow2: Catch bdrv_getlength() errorMax Reitz2014-04-301-0/+5
* block: Use correct width in format stringsMax Reitz2014-04-306-24/+28
* qcow2: Avoid overflow in alloc_clusters_noref()Max Reitz2014-04-301-0/+7
* block: Use error_abort in bdrv_image_info_specific_dump()Max Reitz2014-04-301-2/+1
* block: Fix open_flags in bdrv_reopen()Kevin Wolf2014-04-301-1/+4
* Revert "block: another bdrv_append fix"Kevin Wolf2014-04-301-1/+0
* block: Unlink temporary files in raw-posix/win32Kevin Wolf2014-04-305-28/+18
* block: Remove BDRV_O_COPY_ON_READ for bs->fileKevin Wolf2014-04-301-1/+1
* block: Create bdrv_backing_flags()Kevin Wolf2014-04-301-6/+17
* block: Create bdrv_inherited_flags()Kevin Wolf2014-04-301-2/+26
* iotests: Discarding compressed clusters on qcow2Max Reitz2014-04-293-0/+74
* qcow2: Fix discardMax Reitz2014-04-291-8/+18
* block: qemu-iotests: make test 019 and 086 work with spaced pathnamesJeff Cody2014-04-292-5/+5
* block: qemu-iotests - fix image cleanup when using spaced pathnamesJeff Cody2014-04-291-2/+2
* mirror: Check for bdrv_get_info resultFam Zheng2014-04-291-1/+4
* mirror: Fix resource leak when bdrv_getlength failsFam Zheng2014-04-291-2/+2
* block: Ignore duplicate or NULL format_name in bdrv_iterate_formatJeff Cody2014-04-291-1/+16
* block: Add '--version' option to qemu-imgJeff Cody2014-04-291-4/+11
* mirror: Use DIV_ROUND_UPFam Zheng2014-04-281-1/+1
* block: fix qemu-img --help invocationJeff Cody2014-04-281-2/+13
* Merge remote-tracking branch 'remotes/otubo/seccomp' into stagingPeter Maydell2014-04-281-1/+6
|\
| * seccomp: add shmctl(), mlock(), and munlock() to the syscall whitelistPaul Moore2014-04-251-1/+4
| * seccomp: add timerfd_create and timerfd_settime to the whitelistFelix Geyer2014-04-251-1/+3
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...Peter Maydell2014-04-2822-92/+1155
|\ \
| * | slirp/smb: Move ncalrpc directory to tmpMichael Buesch2014-04-281-0/+2
| * | po: add proper Language: tags to .po filesMichael Tokarev2014-04-285-5/+5
| * | po/Makefile: fix $SRC_PATH referenceMichael Tokarev2014-04-281-2/+2
| * | init_paths: fix minor memory leakKirill Batuzov2014-04-281-1/+3
| * | virtfs-proxy-helper: fix call to acceptTim Comer2014-04-281-0/+1
| * | net/net.c: remove unnecessary semicolonIgor Ryzhov2014-04-281-1/+1
| * | Add QEMU logo (SVG file)Stefan Weil2014-04-281-0/+1010
| * | vl: avoid closing stdout with 'writeconfig'Chen Gang2014-04-281-1/+3
| * | xilinx: Fix typo in comment (Marvel -> Marvell)Stefan Weil2014-04-281-1/+1
| * | vl: Eliminate a superfluous local variableChen Gang2014-04-281-9/+9
| * | vl: Remove useless 'continue'Chen Gang2014-04-281-1/+0
| * | gitignore: cleanups #2Michael Tokarev2014-04-281-7/+2
| * | tests/.gitignore: Ignore test-rfifolockCole Robinson2014-04-271-0/+1
| * | move test-* from .gitignore to tests/.gitignoreLaszlo Ersek2014-04-272-11/+9
| * | configure: Improve help behaviorFam Zheng2014-04-271-2/+5
OpenPOWER on IntegriCloud