From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0iAY-0005be-NX for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:47:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0iAW-0005aX-Ud for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:47:58 -0500 Received: from [199.232.76.173] (port=44033 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0iAW-0005aR-QA for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:47:56 -0500 Received: from yw-out-1718.google.com ([74.125.46.155]:8849) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L0iAW-0008Cm-Gm for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:47:56 -0500 Received: by yw-out-1718.google.com with SMTP id 6so451186ywa.82 for ; Thu, 13 Nov 2008 11:47:54 -0800 (PST) Message-ID: <491C8467.6040104@codemonkey.ws> Date: Thu, 13 Nov 2008 13:47:51 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <> <1226594763-2304-1-git-send-email-markmc@redhat.com> <1226594763-2304-2-git-send-email-markmc@redhat.com> <1226594763-2304-3-git-send-email-markmc@redhat.com> <1226594763-2304-4-git-send-email-markmc@redhat.com> <1226594763-2304-5-git-send-email-markmc@redhat.com> In-Reply-To: <1226594763-2304-5-git-send-email-markmc@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 4/5] Add new cpu_names() function Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark McLoughlin Cc: qemu-devel@nongnu.org Mark McLoughlin wrote: > Add a new function, cpu_names(), which lists the available > CPU names for the target. Can we get rid of cpu_list and replace it with cpu_names() printed to stdout? Regards, Anthony Liguori