From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbQ7k-0002RS-J2 for qemu-devel@nongnu.org; Mon, 04 Jun 2012 01:46:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SbQ7i-0004NR-TJ for qemu-devel@nongnu.org; Mon, 04 Jun 2012 01:46:40 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:33179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbQ7i-0004Dw-MY for qemu-devel@nongnu.org; Mon, 04 Jun 2012 01:46:38 -0400 Received: by mail-pz0-f45.google.com with SMTP id v2so5825803dad.4 for ; Sun, 03 Jun 2012 22:46:37 -0700 (PDT) Message-ID: <4FCC4BB2.40003@codemonkey.ws> Date: Mon, 04 Jun 2012 13:46:26 +0800 From: Anthony Liguori MIME-Version: 1.0 References: <1338385036-9460-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1338385036-9460-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/5] Block patches for 1.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 05/30/2012 09:37 PM, Kevin Wolf wrote: > The following changes since commit e78bd5ab07d65fec77fcae468b2836c79a836d49: > > xhci: add usage info to docs (2012-05-30 10:28:44 +0800) Pulled. Thanks. Regards, Anthony Liguori > > are available in the git repository at: > git://repo.or.cz/qemu/kevin.git for-anthony > > Christian Borntraeger (1): > virtio-blk: Fix geometry sector calculation > > Daniel Verkamp (1): > ahci: SATA FIS is 20 bytes, not 0x20 > > Jim Meyering (1): > block: prevent snapshot mode $TMPDIR symlink attack > > MORITA Kazutaka (1): > sheepdog: fix return value of do_load_save_vm_state > > Stefan Weil (1): > virtio: Fix compiler warning for non Linux hosts > > block.c | 37 ++++++++++++++++++++++++------------- > block/sheepdog.c | 10 +++++----- > block/vvfat.c | 7 ++++++- > block_int.h | 2 +- > hw/ide/ahci.c | 4 ++-- > hw/virtio-blk.c | 21 +++++++++++++++++++-- > 6 files changed, 57 insertions(+), 24 deletions(-) > >