From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVtML-0002iT-9l for qemu-devel@nongnu.org; Tue, 28 Jul 2009 16:33:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVtMG-0002gQ-Kw for qemu-devel@nongnu.org; Tue, 28 Jul 2009 16:33:16 -0400 Received: from [199.232.76.173] (port=42844 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVtMG-0002gN-IC for qemu-devel@nongnu.org; Tue, 28 Jul 2009 16:33:12 -0400 Received: from mx2.redhat.com ([66.187.237.31]:45442) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVtMG-00084m-4q for qemu-devel@nongnu.org; Tue, 28 Jul 2009 16:33:12 -0400 Date: Tue, 28 Jul 2009 17:40:10 -0300 From: Glauber Costa Message-ID: <20090728204010.GX4776@poweredge.glommer> References: <1248812767-7667-1-git-send-email-glommer@redhat.com> <4A6F5F27.4020701@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A6F5F27.4020701@us.ibm.com> Subject: [Qemu-devel] Re: [PATCH] add --accel option List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On Tue, Jul 28, 2009 at 03:27:19PM -0500, Anthony Liguori wrote: > Glauber Costa wrote: >> Since libvirt dudes seem to prefer it, add a --accel option. For now, >> it only does the same as --enable-kvm, but it can easily be extended >> in the future. >> >> Signed-off-by: Glauber Costa >> > > To be useful, it should also include kqemu and a none option. yeah, agree. This can be added later (even now!). I just wanted to signal it out that it will happen, because it will allow us to change qemu-kvm semantics in a positive way. I can redo the patch or send an incremental, whatever you prefer