The following changes since commit 530889ff95659d8fea81eb556e5706387fdddfa7:
sun4u: don't set up isa_mem_base (2011-09-18 12:00:19 +0000) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony Alexander Motin (1): AHCI Port Interrupt Enable register cleaning on soft reset Fam Zheng (1): VMDK: fix leak of extent_file Frediano Ziglio (2): posix-aio-compat: Removed unused offset variable block: avoid SIGUSR2 Kevin Wolf (1): raw-posix: Fix bdrv_flush error return values Paolo Bonzini (11): nbd: support feature negotiation nbd: sync API definitions with upstream nbd: support NBD_SET_FLAGS ioctl scsi-generic: do not disable FUA dma-helpers: rename is_write to to_dev dma-helpers: allow including from target-independent code dma-helpers: rewrite completion/cancellation scsi-disk: commonize iovec creation between reads and writes scsi-disk: lazily allocate bounce buffer scsi: fix sign extension problems linux-aio: remove process requests callback Sage Weil (4): rbd: ignore failures when reading from default conf location rbd: update comment heading rbd: call flush, if available rbd: allow escaping in config string block/nbd.c | 4 +- block/raw-posix.c | 9 +++++- block/rbd.c | 83 ++++++++++++++++++++++++++++++++++---------------- block/vmdk.c | 14 ++++++-- cpus.c | 5 --- dma-helpers.c | 58 +++++++++++++++++++++++------------ dma.h | 10 ++++-- hw/ide/ahci.c | 8 +++-- hw/ide/core.c | 2 +- hw/ide/macio.c | 2 +- hw/scsi-bus.c | 22 ++++--------- hw/scsi-disk.c | 84 +++++++++++++++++++++++++++++++--------------------- hw/scsi-generic.c | 6 ---- linux-aio.c | 11 +------ nbd.c | 42 +++++++++++++++++++++---- nbd.h | 20 ++++++++++-- posix-aio-compat.c | 34 +++++++-------------- qemu-nbd.c | 13 ++++---- 18 files changed, 254 insertions(+), 173 deletions(-)