From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSVob-0003Go-7Y for qemu-devel@nongnu.org; Wed, 06 Jan 2010 08:20:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSVoW-0003F8-Nm for qemu-devel@nongnu.org; Wed, 06 Jan 2010 08:20:44 -0500 Received: from [199.232.76.173] (port=33788 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSVoW-0003F3-Hj for qemu-devel@nongnu.org; Wed, 06 Jan 2010 08:20:40 -0500 Received: from mail-yw0-f176.google.com ([209.85.211.176]:60811) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSVoW-0008Hi-8k for qemu-devel@nongnu.org; Wed, 06 Jan 2010 08:20:40 -0500 Received: by ywh6 with SMTP id 6so17396592ywh.4 for ; Wed, 06 Jan 2010 05:20:38 -0800 (PST) Message-ID: <4B448E1F.2050608@codemonkey.ws> Date: Wed, 06 Jan 2010 07:20:31 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Fw: [PATCH v3 02/12] Add PV MSR to enable asynchronous page faults delivery. References: <1262700774-1808-1-git-send-email-gleb@redhat.com> <1262700774-1808-3-git-send-email-gleb@redhat.com> <4B445E7D.6080309@redhat.com> <20100106100430.GE4905@redhat.com> In-Reply-To: <20100106100430.GE4905@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov Cc: Dor Laor , Glauber Costa , Gerd Hoffmann , qemu-devel On 01/06/2010 04:04 AM, Gleb Natapov wrote: > On Wed, Jan 06, 2010 at 11:57:17AM +0200, Dor Laor wrote: > >> What's missing in this patch set and in similar pvclock >> implementation is userspace activation of the features. >> This should be part of the machine description and not enabled by >> default without no control to deactivate it on a per guest basis. >> >> Gerd, since you're the qdev master, what's the best way to control it? >> >> > May be it should be done as other cpuid flags i.e -cpu kvm64,-kvmpvmmu,+kvmclock > Makes sense to me. Regards, Anthony Liguori > -- > Gleb. > > >