WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [RFC][PATCH 2/6] HVM PCI Passthrough (non-IOMMU)

To: Guy Zana <guy@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] [RFC][PATCH 2/6] HVM PCI Passthrough (non-IOMMU)
From: Muli Ben-Yehuda <muli@xxxxxxxxxx>
Date: Tue, 5 Jun 2007 09:37:30 +0300
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 04 Jun 2007 23:35:42 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <9392A06CB0FDC847B3A530B3DC174E7B02ADCD07@xxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20070604182828.GE4556@xxxxxxxxxxxx> <9392A06CB0FDC847B3A530B3DC174E7B02ADCD07@xxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.11
On Mon, Jun 04, 2007 at 05:48:35PM -0400, Guy Zana wrote:
> > > --- a/xen/include/asm-x86/e820.h  Sat May 05 13:48:05 2007 +0100
> > > +++ b/xen/include/asm-x86/e820.h  Thu May 31 21:04:53 2007 +0300
> > > @@ -3,13 +3,6 @@
> > >  
> > >  #include <public/hvm/e820.h>
> > >  
> > > -#define E820MAX  128
> > > -
> > > -struct e820map {
> > > -    int nr_map;
> > > -    struct e820entry map[E820MAX];
> > > -};
> > > -
> > 
> > Why does this need to move to hvm/e820.h?
> 
> It's more logical this way, all e820 structures on the same file.  I
> don't have the code in front of me but I think I needed struct
> e820map in libxc.

Sounds like a useful separate patch.

Cheers,
Muli

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>