From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37157 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiSbA-0002Wh-5W for qemu-devel@nongnu.org; Mon, 09 Aug 2010 09:41:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OiSb8-0000aA-EK for qemu-devel@nongnu.org; Mon, 09 Aug 2010 09:41:03 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:58207) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiSb8-0000a2-Am for qemu-devel@nongnu.org; Mon, 09 Aug 2010 09:41:02 -0400 Received: by gxk19 with SMTP id 19so3765296gxk.4 for ; Mon, 09 Aug 2010 06:41:01 -0700 (PDT) Message-ID: <4C60056E.5040207@codemonkey.ws> Date: Mon, 09 Aug 2010 08:41:02 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [STABLE 0.13][PULL 0/3] Block patches for stable-0.13 References: <1280846782-27616-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1280846782-27616-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 08/03/2010 09:46 AM, Kevin Wolf wrote: > The following changes since commit 8f6e28789faeac4f01f8dbfdac147a3d3b635f24: > > savevm: Fix memory leak of compat struct (2010-07-30 23:02:03 +0200) > Pulled, thanks. Regards, Anthony Liguori > are available in the git repository at: > git://repo.or.cz/qemu/kevin.git for-stable-0.13 > > Andrea Arcangeli (1): > ide: Avoid canceling IDE DMA > > Kevin Wolf (1): > block: Fix bdrv_has_zero_init > > Markus Armbruster (1): > block: Change bdrv_eject() not to drop the image > > block.c | 13 ++++++------- > block/raw-posix.c | 13 +++++++++---- > block/raw-win32.c | 6 ++++++ > block/raw.c | 6 ++++++ > block_int.h | 8 ++++++-- > hw/ide/pci.c | 23 +++++++++++++++++++++-- > 6 files changed, 54 insertions(+), 15 deletions(-) > > >