The following changes since commit 02a89b219039621c940863aa5a9da4fec81a1546:
isapc: fix segfault. (2010-08-28 08:50:40 +0000) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony Andrew de Quincey (1): posix-aio-compat: Fix async_conmtext for ioctl Izumi Tsutsui (1): sheepdog: remove unnecessary includes Kevin Wolf (4): virtio: Factor virtqueue_map_sg out virtio-blk: Fix migration of queued requests block: Fix image re-open in bdrv_commit qemu-img rebase: Open new backing file read-only Laurent Vivier (1): nbd: Introduce NBD named exports. Loïc Minier (1): vvfat: fat_chksum(): fix access above array bounds Miguel Di Ciurcio Filho (2): monitor: make 'info snapshots' show only fully available snapshots savevm: Generate a name when run without one block.c | 13 ++++-- block/nbd.c | 68 +++++++++++++++++++++-------- block/sheepdog.c | 10 ---- block/vvfat.c | 2 +- hw/virtio-blk.c | 5 ++ hw/virtio.c | 38 +++++++++++------ hw/virtio.h | 3 + nbd.c | 118 ++++++++++++++++++++++++++++++++++++++++++++++----- nbd.h | 5 ++- posix-aio-compat.c | 1 + qemu-doc.texi | 7 +++ qemu-img.c | 2 +- qemu-nbd.c | 4 +- savevm.c | 88 ++++++++++++++++++++++++++++----------- 14 files changed, 276 insertions(+), 88 deletions(-)