From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH 1/1] KVM/userspace: Support for assigning PCI devices to guests Date: Wed, 27 Aug 2008 09:02:58 -0500 Message-ID: <48B55E92.4000905@codemonkey.ws> References: <1219764544-29764-1-git-send-email-amit.shah@qumranet.com> <1219764544-29764-2-git-send-email-amit.shah@qumranet.com> <48B55BA2.7080409@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: avi@qumranet.com, kvm@vger.kernel.org, muli@il.ibm.com, benami@il.ibm.com, weidong.han@intel.com, allen.m.kay@intel.com, "qemu-devel@nongnu.org" , Ian Jackson To: Amit Shah Return-path: Received: from ag-out-0708.google.com ([72.14.246.240]:37477 "EHLO ag-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758396AbYH0ODq (ORCPT ); Wed, 27 Aug 2008 10:03:46 -0400 Received: by ag-out-0708.google.com with SMTP id 31so6384567agc.10 for ; Wed, 27 Aug 2008 07:03:45 -0700 (PDT) In-Reply-To: <48B55BA2.7080409@codemonkey.ws> Sender: kvm-owner@vger.kernel.org List-ID: Anthony Liguori wrote: > Hi Amit, > >> ifeq ($(USE_KVM_PIT), 1) >> OBJS+= i8254-kvm.o >> endif >> diff --git a/qemu/hw/device-assignment.c b/qemu/hw/device-assignment.c >> new file mode 100644 >> index 0000000..8bc4e5c >> --- /dev/null >> +++ b/qemu/hw/device-assignment.c Where did this come from originally? It's completely different from what is in xen-unstable. What's in xen-unstable is actually a lot nicer IMHO. Regards, Anthony Liguori