From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPe6G-0005Y6-SB for qemu-devel@nongnu.org; Sun, 13 Nov 2011 12:44:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RPe6F-0007V7-I2 for qemu-devel@nongnu.org; Sun, 13 Nov 2011 12:44:12 -0500 Received: from mail-yw0-f45.google.com ([209.85.213.45]:42403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPe6F-0007Uz-EN for qemu-devel@nongnu.org; Sun, 13 Nov 2011 12:44:11 -0500 Received: by ywa17 with SMTP id 17so1977244ywa.4 for ; Sun, 13 Nov 2011 09:44:10 -0800 (PST) Message-ID: <4EC001E7.9050005@codemonkey.ws> Date: Sun, 13 Nov 2011 11:44:07 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1321033168-8739-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1321033168-8739-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/16] Block patches for 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 11/11/2011 11:39 AM, Kevin Wolf wrote: > The following changes since commit 0e3b800e71cb7759d099eabbd8ad4c4fe848e381: > > hw/lan9118.c: Add missing 'break' to fix buffer overrun (2011-11-10 12:29:50 +0000) > > are available in the git repository at: > git://repo.or.cz/qemu/kevin.git block-stable Pushed. Thanks. Regards, Anthony Liguori > > Charles Arnold (1): > block: Fix vpc initialization of the Dynamic Disk Header > > Kevin Wolf (4): > vvfat: Fix read-write mode > block: Rename bdrv_co_flush to bdrv_co_flush_to_disk > block: Introduce bdrv_co_flush_to_os > block: Make cache=unsafe flush to the OS > > Paolo Bonzini (10): > block: add eject request callback > atapi: implement eject requests > scsi-disk: implement eject requests > nbd: treat EPIPE from NBD_DO_IT as success > qemu-nbd: trap SIGTERM > qemu-nbd: rename socket variable > qemu-nbd: move client to a thread > qemu-nbd: print error messages from the daemon through a pipe > qemu-nbd: fix socket creation race > qemu-nbd: open the block device after starting the client thread > > Peter Maydell (1): > hw/pc.c: Fix use-while-uninitialized of fd_type[] > > block.c | 30 +++++- > block.h | 10 ++ > block/cow.c | 22 ++-- > block/qcow.c | 18 ++-- > block/qcow2.c | 14 ++- > block/raw-win32.c | 15 ++- > block/raw.c | 8 +- > block/rbd.c | 10 +- > block/vdi.c | 2 +- > block/vmdk.c | 4 +- > block/vpc.c | 14 ++- > block/vvfat.c | 44 ++++---- > block_int.h | 14 +++- > blockdev.c | 10 +- > hw/ide/atapi.c | 11 ++- > hw/ide/core.c | 13 +++ > hw/pc.c | 4 +- > hw/scsi-disk.c | 24 ++++- > nbd.c | 7 ++ > qemu-nbd.c | 298 ++++++++++++++++++++++++++++++++++------------------- > 20 files changed, 383 insertions(+), 189 deletions(-) > >