From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nvriv-0007xI-5q for qemu-devel@nongnu.org; Sun, 28 Mar 2010 08:36:13 -0400 Received: from [140.186.70.92] (port=42532 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nvrhl-0007b7-MH for qemu-devel@nongnu.org; Sun, 28 Mar 2010 08:36:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvrhD-0003jn-H6 for qemu-devel@nongnu.org; Sun, 28 Mar 2010 08:34:28 -0400 Received: from verein.lst.de ([213.95.11.210]:51590) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvrhD-0003jg-7e for qemu-devel@nongnu.org; Sun, 28 Mar 2010 08:34:27 -0400 Date: Sun, 28 Mar 2010 14:34:25 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [RFC][PATCH 5/7] Make qemu-config available for tools Message-ID: <20100328123425.GA12293@lst.de> References: <1268672915-12233-1-git-send-email-kwolf@redhat.com> <1268672915-12233-6-git-send-email-kwolf@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1268672915-12233-6-git-send-email-kwolf@redhat.com> 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 Mon, Mar 15, 2010 at 06:08:33PM +0100, Kevin Wolf wrote: > available in the tools. This involves moving two functions that can only be > built in the context of the emulator. > > Signed-off-by: Kevin Wolf Looks good, Reviewed-by: Christoph Hellwig