From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tbw2K-0000IY-Q8 for qemu-devel@nongnu.org; Fri, 23 Nov 2012 11:23:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tbw2F-0000hA-0A for qemu-devel@nongnu.org; Fri, 23 Nov 2012 11:23:28 -0500 Received: from mail-ee0-f45.google.com ([74.125.83.45]:48233) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tbw2E-0000gv-Q8 for qemu-devel@nongnu.org; Fri, 23 Nov 2012 11:23:22 -0500 Received: by mail-ee0-f45.google.com with SMTP id d49so5487625eek.4 for ; Fri, 23 Nov 2012 08:23:22 -0800 (PST) Date: Fri, 23 Nov 2012 17:23:18 +0100 From: Stefan Hajnoczi Message-ID: <20121123162318.GA3006@stefanha-thinkpad.redhat.com> References: <877gpdybqr.fsf@blackfin.pond.sub.org> <1353614576-21015-1-git-send-email-borntraeger@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1353614576-21015-1-git-send-email-borntraeger@de.ibm.com> Subject: Re: [Qemu-devel] [PATCH 0/2] Followup patches regarding block default interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: Kevin Wolf , Peter Maydell , Anthony Liguori , Igor Mitsyanko , Markus Armbruster , qemu-devel , Alexander Graf , Stefan Hajnoczi , Cornelia Huck , Einar Lueck , Andreas Faerber , Jens Freimann On Thu, Nov 22, 2012 at 09:02:54PM +0100, Christian Borntraeger wrote: > here are two followup patches. > > > Christian Borntraeger (2): > block: simply default_drive > block: clarify comment about IF_IDE = 0 > > blockdev.h | 6 +++++- > vl.c | 20 ++++++-------------- > 2 files changed, 11 insertions(+), 15 deletions(-) > > -- > 1.7.9.5 > > Thanks, applied to my block-next tree: https://github.com/stefanha/qemu/commits/block-next Stefan