From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58911 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ON8RF-0003xZ-GY for qemu-devel@nongnu.org; Fri, 11 Jun 2010 13:54:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ON8RE-0002AZ-3y for qemu-devel@nongnu.org; Fri, 11 Jun 2010 13:54:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25808) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ON8RD-0002AV-Ri for qemu-devel@nongnu.org; Fri, 11 Jun 2010 13:54:40 -0400 Date: Fri, 11 Jun 2010 14:54:33 -0300 From: Luiz Capitulino Message-ID: <20100611145433.669a14ab@redhat.com> In-Reply-To: <20100611004558.7d87f0e5@zephyr> References: <20100611003811.2635fa5d@zephyr> <20100611004558.7d87f0e5@zephyr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [RFC v2] [PATCH 1/3] Export tdb_hash() List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Prerna Saxena Cc: Anthony Liguori , Hajnoczi , kvm@vger.kernel.org, Jan Kiszka , Stefan@gnu.org, qemu-devel@nongnu.org, maneesh@linux.vnet.ibm.com, ananth@linux.vnet.ibm.com On Fri, 11 Jun 2010 00:45:58 +0530 Prerna Saxena wrote: > For now, I simply export tdb_hash() from qdict.h for use by tracing > framework. > Luiz suggested renaming and exporting it from a location other than > qdict.h . Would "qemu-common.h" be a better place? qemu-common.h seems to be about header files, I thought we had a qemu-misc.c file already. I'd create it if we don't.