Age | Commit message (Expand) | Author |
2012-11-12 | nbd: accept URIs | Paolo Bonzini |
2012-11-12 | nbd: accept relative path to Unix socket | Paolo Bonzini |
2012-10-31 | Merge remote-tracking branch 'origin/master' into threadpool | Paolo Bonzini |
2012-10-31 | raw-win32: implement native asynchronous I/O | Paolo Bonzini |
2012-10-31 | raw-posix: move linux-aio.c to block/ | Paolo Bonzini |
2012-10-31 | raw-win32: add emulated AIO support | Paolo Bonzini |
2012-10-31 | raw-posix: rename raw-posix-aio.h, hide unavailable prototypes | Paolo Bonzini |
2012-10-31 | raw: merge posix-aio-compat.c into block/raw-posix.c | Paolo Bonzini |
2012-10-31 | block: switch posix-aio-compat to threadpool | Paolo Bonzini |
2012-10-30 | aio: add Win32 implementation | Paolo Bonzini |
2012-10-24 | mirror: add support for on-source-error/on-target-error | Paolo Bonzini |
2012-10-24 | mirror: implement completion | Paolo Bonzini |
2012-10-24 | mirror: introduce mirror job | Paolo Bonzini |
2012-10-24 | block: rename block_job_complete to block_job_completed | Paolo Bonzini |
2012-10-24 | block: in commit, determine base image from the top image | Jeff Cody |
2012-10-12 | sheepdog: use bool for boolean variables | MORITA Kazutaka |
2012-10-06 | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Aurelien Jarno |
2012-10-05 | cleanup useless return sentence | Amos Kong |
2012-10-05 | qcow2: mark this file's sole strncpy use as justified | Jim Meyering |
2012-10-05 | vmdk: relative_path: use pstrcpy in place of strncpy | Jim Meyering |
2012-10-05 | sheepdog: avoid a few buffer overruns | Jim Meyering |
2012-09-28 | blkdebug: process all set_state rules in the old state | Paolo Bonzini |
2012-09-28 | stream: add on-error argument | Paolo Bonzini |
2012-09-28 | iostatus: move BlockdevOnError declaration to QAPI | Paolo Bonzini |
2012-09-28 | block: move job APIs to separate files | Paolo Bonzini |
2012-09-28 | block: add live block commit functionality | Jeff Cody |
2012-09-28 | block: Support GlusterFS as a QEMU block backend. | Bharata B Rao |
2012-09-25 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2012-09-24 | block: vpc image file reopen | Jeff Cody |
2012-09-24 | block: vdi image file reopen | Jeff Cody |
2012-09-24 | block: vmdk image file reopen | Jeff Cody |
2012-09-24 | block: qcow image file reopen | Jeff Cody |
2012-09-24 | block: qcow2 image file reopen | Jeff Cody |
2012-09-24 | block: qed image file reopen | Jeff Cody |
2012-09-24 | block: raw image file reopen | Jeff Cody |
2012-09-24 | block: raw-posix image file reopen | Jeff Cody |
2012-09-24 | block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.c | Jeff Cody |
2012-09-24 | block: use BDRV_O_NOCACHE instead of s->aligned_buf in raw-posix.c | Jeff Cody |
2012-09-24 | block: do not parse BDRV_O_CACHE_WB in block drivers | Jeff Cody |
2012-09-24 | block: move open flag parsing in raw block drivers to helper functions | Jeff Cody |
2012-09-24 | block: move aio initialization into a helper function | Jeff Cody |
2012-09-21 | iSCSI: We dont need to explicitely call qemu_notify_event() any more | Ronnie Sahlberg |
2012-09-21 | iSCSI: We need to support SG_IO also from iscsi_ioctl() | Ronnie Sahlberg |
2012-09-12 | vdi: Fix warning from clang | Stefan Weil |
2012-09-12 | block/curl: Fix wrong free statement | Stefan Weil |
2012-09-12 | sheepdog: fix savevm and loadvm | MORITA Kazutaka |
2012-08-31 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2012-08-29 | stream: complete early if end of backing file is reached | Stefan Hajnoczi |
2012-08-29 | qed: refuse unaligned zero writes with a backing file | Stefan Hajnoczi |
2012-08-28 | iscsi: Set number of blocks to 0 for blank CDROM devices | Ronnie Sahlberg |