|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [RFC][PATCH 2/6] HVM PCI Passthrough (non-IOMMU)
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
|
|
|
|
|