From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56388 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtL2d-0004tl-66 for qemu-devel@nongnu.org; Wed, 08 Sep 2010 09:50:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtKiP-0005XD-Po for qemu-devel@nongnu.org; Wed, 08 Sep 2010 09:29:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60254) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtKiP-0005X5-G6 for qemu-devel@nongnu.org; Wed, 08 Sep 2010 09:29:29 -0400 From: Kevin Wolf Date: Wed, 8 Sep 2010 15:29:17 +0200 Message-Id: <1283952582-17498-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL v2 00/25] Block patches List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org The following changes since commit 02a89b219039621c940863aa5a9da4fec81a15= 46: 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 Bernhard Kohl (9): scsi-disk: fix the mode data length field returned by the MODE SENS= E command scsi-disk: fix the mode data header returned by the MODE SENSE(10) = command scsi-disk: respect the page control (PC) field in the MODE SENSE co= mmand scsi-disk: fix the block descriptor returned by the MODE SENSE comm= and scsi-disk: return CHECK CONDITION for unknown page codes in the MOD= E SENSE command scsi-disk: fix the check of the DBD bit in the MODE SENSE command scsi: fix and improve debug prints scsi-disk: add some optional scsi commands raw-posix: improve detection of scsi-generic devices Izumi Tsutsui (1): sheepdog: remove unnecessary includes Jonathan A. Kollasch (1): Improve ATA IDENTIFY word 64 contents. Kevin Wolf (8): 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 raw-posix: Don't use file name for host_cdrom detection on Linux qemu-img convert: Use cache=3Dunsafe for output image block: Fix BDRV_O_CACHE_MASK qcow2: Remove unnecessary flush after L2 write Laurent Vivier (1): nbd: Introduce NBD named exports. Lo=C3=AFc 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 Stefan Hajnoczi (1): qemu-io: Make alloc output useful when nb_sectors=3D1 block.c | 13 +++-- block.h | 2 +- block/nbd.c | 68 ++++++++++++++++++------- block/qcow2-cluster.c | 16 +++++-- block/raw-posix.c | 13 +++-- block/sheepdog.c | 10 ---- block/vvfat.c | 2 +- hw/ide/core.c | 4 +- hw/lsi53c895a.c | 4 +- hw/scsi-disk.c | 130 ++++++++++++++++++++++++++++++++++++++++---= ----- hw/scsi-generic.c | 18 +++++-- 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 | 5 +- qemu-io.c | 7 +-- qemu-nbd.c | 4 +- savevm.c | 88 ++++++++++++++++++++++++--------- 22 files changed, 427 insertions(+), 134 deletions(-)