From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CsCsT-0002Xq-9Q for qemu-devel@nongnu.org; Fri, 21 Jan 2005 23:28:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CsCsK-0002Su-SD for qemu-devel@nongnu.org; Fri, 21 Jan 2005 23:27:53 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CsCsK-0002RN-1g for qemu-devel@nongnu.org; Fri, 21 Jan 2005 23:27:52 -0500 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CsCbs-0002MU-RC for qemu-devel@nongnu.org; Fri, 21 Jan 2005 23:10:53 -0500 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CsCbr-0000MO-00 for ; Sat, 22 Jan 2005 05:10:51 +0100 Received: from 203.7.227.188 ([203.7.227.188]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Jan 2005 05:10:51 +0100 Received: from wildfire by 203.7.227.188 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Jan 2005 05:10:51 +0100 From: Anand Kumria Date: Sat, 22 Jan 2005 15:17:58 +1100 Message-ID: References: <200501131909.26021.rjw@sisk.pl> <20050114143400.GA27657@hugang.soulinfo.com> <200501150042.35377.rjw@sisk.pl> <20050115012120.GA4743@hugang.soulinfo.com> <41E90326.2020901@bellard.org> <41EC342C.9010401@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: Re: Re: 2.6.10-mm3: swsusp: out of memory on resume 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 On Mon, 17 Jan 2005 22:54:52 +0100, Fabrice Bellard wrote: > Hi, > > My plan is to add a more generic option to select a given cpu model and to > be able to disable or enable some specific features (for example '-cpu > p6+pae+sse3', any other suggestions ?), so I prefer not to include this > patch now. > My only suggestion would be to make it part of the monitor rather than a command line option (set cpu |+ ...). Anand