From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnJLl-0001Ap-21 for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:40:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnJLj-0001AL-HZ for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:40:08 -0400 Received: from [199.232.76.173] (port=40161 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnJLj-0001AE-9E for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:40:07 -0400 Received: from qw-out-1920.google.com ([74.125.92.145]:59295) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KnJLi-0008B9-W9 for qemu-devel@nongnu.org; Tue, 07 Oct 2008 16:40:07 -0400 Received: by qw-out-1920.google.com with SMTP id 5so784008qwc.4 for ; Tue, 07 Oct 2008 13:40:06 -0700 (PDT) Message-ID: <48EBC923.2040203@codemonkey.ws> Date: Tue, 07 Oct 2008 15:40:03 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [patch 2/2] machine struct - specify max_cpus at the per machine level References: <48EA0E7F.9090100@sgi.com> In-Reply-To: <48EA0E7F.9090100@sgi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori Jes Sorensen wrote: > Hi, > > This is the part that does the actual max_cpu support and checks. > I have done my best to make it match what we had before with the old > setup, but over time authors maintaining specific machines may want to > adjust it. Applied. Thanks. Regards, Anthony Liguori > Cheers, > Jes >