From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MW4M7-00089i-PN for qemu-devel@nongnu.org; Wed, 29 Jul 2009 04:17:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MW4M3-000887-1q for qemu-devel@nongnu.org; Wed, 29 Jul 2009 04:17:47 -0400 Received: from [199.232.76.173] (port=50551 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MW4M2-000881-RM for qemu-devel@nongnu.org; Wed, 29 Jul 2009 04:17:42 -0400 Received: from mx2.redhat.com ([66.187.237.31]:51905) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MW4M2-0005Qb-Fp for qemu-devel@nongnu.org; Wed, 29 Jul 2009 04:17:42 -0400 Message-ID: <4A70055C.3050403@redhat.com> Date: Wed, 29 Jul 2009 10:16:28 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] add --accel option References: <1248814081-7860-1-git-send-email-glommer@redhat.com> In-Reply-To: <1248814081-7860-1-git-send-email-glommer@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Glauber Costa Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org Glauber Costa schrieb: > 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. It also accepts "none" and "kqemu" options. The documentation should include which values are valid for the option. Guessing that the syntax is -accel kvm is probably possible, but for -accel kqemu,mode=kernel it's definitely hard. Kevin