|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 05/11] xen pci platform device driver
On Mon, 10 May 2010, Konrad Rzeszutek Wilk wrote:
> > diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
> > index cab100a..3e02457 100644
> > --- a/drivers/xen/Kconfig
> > +++ b/drivers/xen/Kconfig
> > @@ -60,4 +60,13 @@ config XEN_SYS_HYPERVISOR
> > Create entries under /sys/hypervisor describing the Xen
> > hypervisor environment. When running native or in another
> > virtual environment, /sys/hypervisor will still be present,
> > - but will have no xen contents.
> > \ No newline at end of file
> > + but will have no xen contents.
> > +
> > +config XEN_PLATFORM_PCI
> > + tristate "xen platform pci device driver"
> > + depends on XEN
>
> Wasn't there some XENBUS frontend depency needed here?
>
On 2.6.32 there is no XENBUS module, all the xenbus stuff is compiled in
when CONFIG_XEN is selected (see the hooks and function pointers I had
to add in patch 8 to allow XEN_PLATFORM_PCI to be compiled as a
module).
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|