From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgd86-0000YV-TV for qemu-devel@nongnu.org; Tue, 12 Jul 2011 09:36:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qgd84-00041v-WF for qemu-devel@nongnu.org; Tue, 12 Jul 2011 09:36:02 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:61940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgcpB-0000ol-7t for qemu-devel@nongnu.org; Tue, 12 Jul 2011 09:16:30 -0400 Received: by gxk26 with SMTP id 26so2296059gxk.4 for ; Tue, 12 Jul 2011 06:16:28 -0700 (PDT) Message-ID: <4E1C4929.40306@codemonkey.ws> Date: Tue, 12 Jul 2011 08:16:25 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1309962089-7328-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1309962089-7328-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/8] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 07/06/2011 09:21 AM, Kevin Wolf wrote: > The following changes since commit 9312805d33e8b106bae356d13a8071fb37d75554: > > pxa2xx_lcd: add proper rotation support (2011-07-04 22:12:21 +0200) Pulled. Thanks. Regards, Anthony Liguori > > are available in the git repository at: > git://repo.or.cz/qemu/kevin.git for-anthony > > Federico Simoncelli (1): > qemu-img: Add cache command line option > > Johannes Stezenbach (1): > block/raw-posix: Linux compat-ioctl warning workaround > > Kevin Wolf (3): > Documentation: Remove outdated host_device note > ide: Ignore reads during PIO in and writes during PIO out > ide: Initialise buffers with zeros > > Luiz Capitulino (2): > block: drive_init(): Simplify interface type setting > block: drive_init(): Improve CHS setting error message > > Markus Armbruster (1): > virtio-blk: Turn drive serial into a qdev property > > block/raw-posix.c | 14 +++++++++ > blockdev.c | 14 +++----- > hw/ide/core.c | 50 +++++++++++++++++++++++++----- > hw/s390-virtio-bus.c | 4 ++- > hw/s390-virtio-bus.h | 1 + > hw/virtio-blk.c | 29 ++++++++++++------ > hw/virtio-blk.h | 2 + > hw/virtio-pci.c | 4 ++- > hw/virtio-pci.h | 1 + > hw/virtio.h | 3 +- > qemu-img-cmds.hx | 6 ++-- > qemu-img.c | 80 +++++++++++++++++++++++++++++++++++++++++-------- > qemu-img.texi | 6 ---- > 13 files changed, 161 insertions(+), 53 deletions(-) > >