From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCEXu-00062t-7v for qemu-devel@nongnu.org; Thu, 13 Sep 2012 14:53:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCEXt-0007ri-DY for qemu-devel@nongnu.org; Thu, 13 Sep 2012 14:53:50 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:40323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCEXt-0007re-7V for qemu-devel@nongnu.org; Thu, 13 Sep 2012 14:53:49 -0400 Received: by wibhm2 with SMTP id hm2so5300896wib.10 for ; Thu, 13 Sep 2012 11:53:48 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <50522BB9.2070408@redhat.com> Date: Thu, 13 Sep 2012 20:53:45 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <925addfddafe2c9c0c35a55d3de954ad1d0b0a5f.1347548248.git.jcody@redhat.com> <50520461.6090001@redhat.com> <50521196.9010208@redhat.com> In-Reply-To: <50521196.9010208@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 09/16] block: raw image file reopen List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jcody@redhat.com Cc: kwolf@redhat.com, supriyak@linux.vnet.ibm.com, eblake@redhat.com, qemu-devel@nongnu.org, stefanha@gmail.com Il 13/09/2012 19:02, Jeff Cody ha scritto: > I kept the stubs for them for completeness, > however (I can remove them if that causes heartburn for others). The point of making them optional is to avoid stubs, isn't it? ;) Paolo