aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-30curl: Remove unnecessary use of gotoMatthew Booth1-28/+27
2014-04-30curl: Fix long lineMatthew Booth1-1/+2
2014-04-30block/vdi: Error out immediately in vdi_create()Max Reitz1-1/+6
2014-04-30block/bochs: Fix error handling for seek_to_sector()Max Reitz1-9/+14
2014-04-30qcow2: Check min_size in qcow2_grow_l1_table()Max Reitz1-0/+7
2014-04-30qcow2: Catch bdrv_getlength() errorMax Reitz1-0/+5
2014-04-30block: Use correct width in format stringsMax Reitz6-24/+28
2014-04-30qcow2: Avoid overflow in alloc_clusters_noref()Max Reitz1-0/+7
2014-04-30block: Use error_abort in bdrv_image_info_specific_dump()Max Reitz1-2/+1
2014-04-30block: Fix open_flags in bdrv_reopen()Kevin Wolf1-1/+4
2014-04-30Revert "block: another bdrv_append fix"Kevin Wolf1-1/+0
2014-04-30block: Unlink temporary files in raw-posix/win32Kevin Wolf5-28/+18
2014-04-30block: Remove BDRV_O_COPY_ON_READ for bs->fileKevin Wolf1-1/+1
2014-04-30block: Create bdrv_backing_flags()Kevin Wolf1-6/+17
2014-04-30block: Create bdrv_inherited_flags()Kevin Wolf1-2/+26
2014-04-29iotests: Discarding compressed clusters on qcow2Max Reitz3-0/+74
2014-04-29qcow2: Fix discardMax Reitz1-8/+18
2014-04-29block: qemu-iotests: make test 019 and 086 work with spaced pathnamesJeff Cody2-5/+5
2014-04-29block: qemu-iotests - fix image cleanup when using spaced pathnamesJeff Cody1-2/+2
2014-04-29mirror: Check for bdrv_get_info resultFam Zheng1-1/+4
2014-04-29mirror: Fix resource leak when bdrv_getlength failsFam Zheng1-2/+2
2014-04-29block: Ignore duplicate or NULL format_name in bdrv_iterate_formatJeff Cody1-1/+16
2014-04-29block: Add '--version' option to qemu-imgJeff Cody1-4/+11
2014-04-28mirror: Use DIV_ROUND_UPFam Zheng1-1/+1
2014-04-28block: fix qemu-img --help invocationJeff Cody1-2/+13
2014-04-28Merge remote-tracking branch 'remotes/otubo/seccomp' into stagingPeter Maydell1-1/+6
2014-04-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...Peter Maydell22-92/+1155
2014-04-28Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell31-209/+153
2014-04-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell16-98/+66
2014-04-28Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell4-14/+14
2014-04-28Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140425' into stagingPeter Maydell6-78/+151
2014-04-28slirp/smb: Move ncalrpc directory to tmpMichael Buesch1-0/+2
2014-04-28po: add proper Language: tags to .po filesMichael Tokarev5-5/+5
2014-04-28po/Makefile: fix $SRC_PATH referenceMichael Tokarev1-2/+2
2014-04-28init_paths: fix minor memory leakKirill Batuzov1-1/+3
2014-04-28virtfs-proxy-helper: fix call to acceptTim Comer1-0/+1
2014-04-28net/net.c: remove unnecessary semicolonIgor Ryzhov1-1/+1
2014-04-28Add QEMU logo (SVG file)Stefan Weil1-0/+1010
2014-04-28vl: avoid closing stdout with 'writeconfig'Chen Gang1-1/+3
2014-04-28xilinx: Fix typo in comment (Marvel -> Marvell)Stefan Weil1-1/+1
2014-04-28vl: Eliminate a superfluous local variableChen Gang1-9/+9
2014-04-28vl: Remove useless 'continue'Chen Gang1-1/+0
2014-04-28gitignore: cleanups #2Michael Tokarev1-7/+2
2014-04-27tests/.gitignore: Ignore test-rfifolockCole Robinson1-0/+1
2014-04-27move test-* from .gitignore to tests/.gitignoreLaszlo Ersek2-11/+9
2014-04-27configure: Improve help behaviorFam Zheng1-2/+5
2014-04-27vl: convert -m to QemuOptsIgor Mammedov2-17/+63
2014-04-27qemu-option: introduce qemu_find_opts_singletonPaolo Bonzini3-10/+17
2014-04-27misc: Use cpu_physical_memory_read and cpu_physical_memory_writeStefan Weil4-26/+23
2014-04-25seccomp: add shmctl(), mlock(), and munlock() to the syscall whitelistPaul Moore1-1/+4