From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark McLoughlin Subject: Re: [PATCH 5/6] device assignment: support for assigning PCI devices to guests Date: Wed, 29 Oct 2008 11:07:00 +0000 Message-ID: <1225278420.7615.2.camel@blaa> References: <1225188410-2222-1-git-send-email-muli@il.ibm.com> <1225188410-2222-2-git-send-email-muli@il.ibm.com> <1225188410-2222-3-git-send-email-muli@il.ibm.com> <1225188410-2222-4-git-send-email-muli@il.ibm.com> <1225188410-2222-5-git-send-email-muli@il.ibm.com> <1225188410-2222-6-git-send-email-muli@il.ibm.com> <1225212922.11515.85.camel@blaa> <20081029103102.GQ6737@il.ibm.com> Reply-To: Mark McLoughlin Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: avi@redhat.com, kvm@vger.kernel.org, anthony@codemonkey.ws, weidong.han@intel.com, Ben-Ami Yassour1 , amit.shah@redhat.com, allen.m.kay@intel.com To: Muli Ben-Yehuda Return-path: Received: from mx2.redhat.com ([66.187.237.31]:54834 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753461AbYJ2LJM (ORCPT ); Wed, 29 Oct 2008 07:09:12 -0400 In-Reply-To: <20081029103102.GQ6737@il.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, 2008-10-29 at 12:31 +0200, Muli Ben-Yehuda wrote: > On Tue, Oct 28, 2008 at 04:55:22PM +0000, Mark McLoughlin wrote: > > On Tue, 2008-10-28 at 12:06 +0200, muli@il.ibm.com wrote: > > > +void assigned_dev_set_vector(int irq, int vector); > > > +void assigned_dev_ack_mirq(int vector); ... > > > +extern const char *assigned_devices[MAX_DEV_ASSIGN_CMDLINE]; > > > +extern int assigned_devices_index; > > > > Neither of these two are implemented anywhere. > > Actually they are, we use them to pass the arguments from main to > pc.c. Heh, sorry ... I added the comment in the wrong place :-) assigned_dev_{set_vector,ack_mirq} aren't implemented anywhere Cheers, Mark.