From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LV6Gs-0002iy-71 for qemu-devel@nongnu.org; Thu, 05 Feb 2009 10:36:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LV6Gq-0002hd-2U for qemu-devel@nongnu.org; Thu, 05 Feb 2009 10:36:05 -0500 Received: from [199.232.76.173] (port=41752 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LV6Gp-0002hX-Q8 for qemu-devel@nongnu.org; Thu, 05 Feb 2009 10:36:03 -0500 Received: from mx20.gnu.org ([199.232.41.8]:5244) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LV6Gp-0001yj-FH for qemu-devel@nongnu.org; Thu, 05 Feb 2009 10:36:03 -0500 Received: from mx2.redhat.com ([66.187.237.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LV6GP-0000ka-1s for qemu-devel@nongnu.org; Thu, 05 Feb 2009 10:35:37 -0500 From: Glauber Costa Date: Thu, 5 Feb 2009 10:35:05 -0500 Message-Id: <1233848107-9331-1-git-send-email-glommer@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Expose KVM pv features 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: aliguori@us.ibm.com Hi guys, This is more or less the same patches I've sent, but with only pv features being exposed. It seemed to me that this one faced very little opposition, and so I decided to keep the host bit masking out. Also, there seems to be an ongoing work by Amit on the same thing, so let's not duplicate it.