* Does physdev_dom0_hide work with the unstable builds?
@ 2005-07-14 21:36 malahal
0 siblings, 0 replies; 12+ messages in thread
From: malahal @ 2005-07-14 21:36 UTC (permalink / raw)
To: xen-devel
I used physdev_dom0_hide='(01:00.0)' but the device still shows up
in the domain0. Is not supposed to work with the unstable builds?
I am trying to use an Ethernet PCI card directly by a user domain.
What is the easiest way to do that? Thanks in advance.
Thanks, Malahal.
^ permalink raw reply [flat|nested] 12+ messages in thread
* RE: Does physdev_dom0_hide work with the unstable builds?
@ 2005-07-14 21:53 Ian Pratt
2005-07-14 22:38 ` malahal
0 siblings, 1 reply; 12+ messages in thread
From: Ian Pratt @ 2005-07-14 21:53 UTC (permalink / raw)
To: malahal, xen-devel
> I used physdev_dom0_hide='(01:00.0)' but the device still
> shows up in the domain0. Is not supposed to work with the
> unstable builds?
I'm afraid this feature is currently unavailable in unstable -- it was
broken by the ACPI changes. I hope we can get it back before the final
3.0.0 release, but to my knowledge no-one is currently working on it.
Ian
> I am trying to use an Ethernet PCI card directly by a user domain.
> What is the easiest way to do that? Thanks in advance.
>
> Thanks, Malahal.
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Does physdev_dom0_hide work with the unstable builds?
2005-07-14 21:53 Does physdev_dom0_hide work with the unstable builds? Ian Pratt
@ 2005-07-14 22:38 ` malahal
2005-07-14 22:47 ` Kevin Fox
0 siblings, 1 reply; 12+ messages in thread
From: malahal @ 2005-07-14 22:38 UTC (permalink / raw)
To: Ian Pratt; +Cc: xen-devel
So, how do I use my second Ethernet PCI card directly by a guest OS?
I am a rookie, would appreciate if someone gives me all the relevant
instructions.
Thanks, Malahal.
Ian Pratt [m+Ian.Pratt@cl.cam.ac.uk] wrote:
>
>
> > I used physdev_dom0_hide='(01:00.0)' but the device still
> > shows up in the domain0. Is not supposed to work with the
> > unstable builds?
>
> I'm afraid this feature is currently unavailable in unstable -- it was
> broken by the ACPI changes. I hope we can get it back before the final
> 3.0.0 release, but to my knowledge no-one is currently working on it.
>
> Ian
>
> > I am trying to use an Ethernet PCI card directly by a user domain.
> > What is the easiest way to do that? Thanks in advance.
> >
> > Thanks, Malahal.
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
> >
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Does physdev_dom0_hide work with the unstable builds?
2005-07-14 22:38 ` malahal
@ 2005-07-14 22:47 ` Kevin Fox
2005-07-15 0:28 ` Mark Williamson
0 siblings, 1 reply; 12+ messages in thread
From: Kevin Fox @ 2005-07-14 22:47 UTC (permalink / raw)
To: malahal; +Cc: Ian Pratt, xen-devel
The physdev_dom0_hide seems to work ok for me on 2.0.6, but I still
haven't gotten a domU kernel to boot with physical access compiled in
yet. Let me know if you figure it out.
Thanks,
Kevin
On Thu, 2005-07-14 at 15:38 -0700, malahal@us.ibm.com wrote:
> So, how do I use my second Ethernet PCI card directly by a guest OS?
> I am a rookie, would appreciate if someone gives me all the relevant
> instructions.
>
> Thanks, Malahal.
>
> Ian Pratt [m+Ian.Pratt@cl.cam.ac.uk] wrote:
> >
> >
> > > I used physdev_dom0_hide='(01:00.0)' but the device still
> > > shows up in the domain0. Is not supposed to work with the
> > > unstable builds?
> >
> > I'm afraid this feature is currently unavailable in unstable -- it was
> > broken by the ACPI changes. I hope we can get it back before the final
> > 3.0.0 release, but to my knowledge no-one is currently working on it.
> >
> > Ian
> >
> > > I am trying to use an Ethernet PCI card directly by a user domain.
> > > What is the easiest way to do that? Thanks in advance.
> > >
> > > Thanks, Malahal.
> > >
> > > _______________________________________________
> > > Xen-devel mailing list
> > > Xen-devel@lists.xensource.com
> > > http://lists.xensource.com/xen-devel
> > >
> >
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 12+ messages in thread
* RE: Does physdev_dom0_hide work with the unstable builds?
@ 2005-07-14 23:31 Neugebauer, Rolf
0 siblings, 0 replies; 12+ messages in thread
From: Neugebauer, Rolf @ 2005-07-14 23:31 UTC (permalink / raw)
To: malahal, Ian Pratt; +Cc: xen-devel
> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-
> bounces@lists.xensource.com] On Behalf Of malahal@us.ibm.com
> Sent: 14 July 2005 23:39
> To: Ian Pratt
> Cc: xen-devel@lists.xensource.com
> Subject: Re: [Xen-devel] Does physdev_dom0_hide work with the unstable
> builds?
>
> So, how do I use my second Ethernet PCI card directly by a guest OS?
> I am a rookie, would appreciate if someone gives me all the relevant
> instructions.
As Ian said, this is currently broken in -unstable
The reason is that PCI enumeration was moved from Xen into dom0 and dom0
currently doesn't export the PCI config space to other domains. What
needs to happen for -unstable is that dom0 needs to stop device drivers
being started for specified devices and have a frontend/backend
combination to allow other guests to scan "their" portion of the PCI
config space. In 2.x this is done by Xen itself.
In 2.x this should work. you need to hide the PCI device from dom0 and
in the guest OS config file need to specify the PCI ID that domain
should have access to.
rolf
> Thanks, Malahal.
>
> Ian Pratt [m+Ian.Pratt@cl.cam.ac.uk] wrote:
> >
> >
> > > I used physdev_dom0_hide='(01:00.0)' but the device still
> > > shows up in the domain0. Is not supposed to work with the
> > > unstable builds?
> >
> > I'm afraid this feature is currently unavailable in unstable -- it
was
> > broken by the ACPI changes. I hope we can get it back before the
final
> > 3.0.0 release, but to my knowledge no-one is currently working on
it.
> >
> > Ian
> >
> > > I am trying to use an Ethernet PCI card directly by a user domain.
> > > What is the easiest way to do that? Thanks in advance.
> > >
> > > Thanks, Malahal.
> > >
> > > _______________________________________________
> > > Xen-devel mailing list
> > > Xen-devel@lists.xensource.com
> > > http://lists.xensource.com/xen-devel
> > >
> >
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Does physdev_dom0_hide work with the unstable builds?
2005-07-14 22:47 ` Kevin Fox
@ 2005-07-15 0:28 ` Mark Williamson
2005-07-15 16:48 ` Kevin Fox
2005-07-15 19:41 ` Kevin Fox
0 siblings, 2 replies; 12+ messages in thread
From: Mark Williamson @ 2005-07-15 0:28 UTC (permalink / raw)
To: xen-devel; +Cc: Ian Pratt, Kevin Fox, malahal
> The physdev_dom0_hide seems to work ok for me on 2.0.6, but I still
> haven't gotten a domU kernel to boot with physical access compiled in
> yet. Let me know if you figure it out.
Try using a Xen0 kernel in the dom0 - that should get you started. There are
no security implications of this. The only difference is that xen0 kernel
has more stuff compiled in, so it's bigger.
Cheers,
Mark
> Thanks,
> Kevin
>
> On Thu, 2005-07-14 at 15:38 -0700, malahal@us.ibm.com wrote:
> > So, how do I use my second Ethernet PCI card directly by a guest OS?
> > I am a rookie, would appreciate if someone gives me all the relevant
> > instructions.
> >
> > Thanks, Malahal.
> >
> > Ian Pratt [m+Ian.Pratt@cl.cam.ac.uk] wrote:
> > > > I used physdev_dom0_hide='(01:00.0)' but the device still
> > > > shows up in the domain0. Is not supposed to work with the
> > > > unstable builds?
> > >
> > > I'm afraid this feature is currently unavailable in unstable -- it was
> > > broken by the ACPI changes. I hope we can get it back before the final
> > > 3.0.0 release, but to my knowledge no-one is currently working on it.
> > >
> > > Ian
> > >
> > > > I am trying to use an Ethernet PCI card directly by a user domain.
> > > > What is the easiest way to do that? Thanks in advance.
> > > >
> > > > Thanks, Malahal.
> > > >
> > > > _______________________________________________
> > > > Xen-devel mailing list
> > > > Xen-devel@lists.xensource.com
> > > > http://lists.xensource.com/xen-devel
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Does physdev_dom0_hide work with the unstable builds?
2005-07-15 0:28 ` Mark Williamson
@ 2005-07-15 16:48 ` Kevin Fox
2005-07-15 20:42 ` Mark Williamson
2005-07-15 19:41 ` Kevin Fox
1 sibling, 1 reply; 12+ messages in thread
From: Kevin Fox @ 2005-07-15 16:48 UTC (permalink / raw)
To: Mark Williamson; +Cc: Ian Pratt, xen-devel, malahal
I assumed you meant Xen0 in domU. That worked. Thanks for the help. :)
Can this tidbit be added to the user docs? I'm sure it would be useful
to others.
On Fri, 2005-07-15 at 01:28 +0100, Mark Williamson wrote:
> > The physdev_dom0_hide seems to work ok for me on 2.0.6, but I still
> > haven't gotten a domU kernel to boot with physical access compiled in
> > yet. Let me know if you figure it out.
>
> Try using a Xen0 kernel in the dom0 - that should get you started. There are
> no security implications of this. The only difference is that xen0 kernel
> has more stuff compiled in, so it's bigger.
>
> Cheers,
> Mark
>
> > Thanks,
> > Kevin
> >
> > On Thu, 2005-07-14 at 15:38 -0700, malahal@us.ibm.com wrote:
> > > So, how do I use my second Ethernet PCI card directly by a guest OS?
> > > I am a rookie, would appreciate if someone gives me all the relevant
> > > instructions.
> > >
> > > Thanks, Malahal.
> > >
> > > Ian Pratt [m+Ian.Pratt@cl.cam.ac.uk] wrote:
> > > > > I used physdev_dom0_hide='(01:00.0)' but the device still
> > > > > shows up in the domain0. Is not supposed to work with the
> > > > > unstable builds?
> > > >
> > > > I'm afraid this feature is currently unavailable in unstable -- it was
> > > > broken by the ACPI changes. I hope we can get it back before the final
> > > > 3.0.0 release, but to my knowledge no-one is currently working on it.
> > > >
> > > > Ian
> > > >
> > > > > I am trying to use an Ethernet PCI card directly by a user domain.
> > > > > What is the easiest way to do that? Thanks in advance.
> > > > >
> > > > > Thanks, Malahal.
> > > > >
> > > > > _______________________________________________
> > > > > Xen-devel mailing list
> > > > > Xen-devel@lists.xensource.com
> > > > > http://lists.xensource.com/xen-devel
> > >
> > > _______________________________________________
> > > Xen-devel mailing list
> > > Xen-devel@lists.xensource.com
> > > http://lists.xensource.com/xen-devel
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Does physdev_dom0_hide work with the unstable builds?
2005-07-15 0:28 ` Mark Williamson
2005-07-15 16:48 ` Kevin Fox
@ 2005-07-15 19:41 ` Kevin Fox
2005-07-15 20:48 ` Mark Williamson
2005-07-17 17:06 ` Rusty Russell
1 sibling, 2 replies; 12+ messages in thread
From: Kevin Fox @ 2005-07-15 19:41 UTC (permalink / raw)
To: Mark Williamson; +Cc: Ian Pratt, xen-devel, malahal
One more quick question. The xen0 kernel in domU works, but I can't load
modules in domU. With the same kernel, I can load modules in dom0.
insmod /lib/modules/2.6.11.10-xen0/kernel/net/ipv4/netfilter/ip_tables.ko insmod: QM_MODULES: Function not implemented
insmod: cannot open /proc/ksyms No such file or directory
Any ideas?
Thanks,
Kevin
On Fri, 2005-07-15 at 01:28 +0100, Mark Williamson wrote:
> > The physdev_dom0_hide seems to work ok for me on 2.0.6, but I still
> > haven't gotten a domU kernel to boot with physical access compiled in
> > yet. Let me know if you figure it out.
>
> Try using a Xen0 kernel in the dom0 - that should get you started. There are
> no security implications of this. The only difference is that xen0 kernel
> has more stuff compiled in, so it's bigger.
>
> Cheers,
> Mark
>
> > Thanks,
> > Kevin
> >
> > On Thu, 2005-07-14 at 15:38 -0700, malahal@us.ibm.com wrote:
> > > So, how do I use my second Ethernet PCI card directly by a guest OS?
> > > I am a rookie, would appreciate if someone gives me all the relevant
> > > instructions.
> > >
> > > Thanks, Malahal.
> > >
> > > Ian Pratt [m+Ian.Pratt@cl.cam.ac.uk] wrote:
> > > > > I used physdev_dom0_hide='(01:00.0)' but the device still
> > > > > shows up in the domain0. Is not supposed to work with the
> > > > > unstable builds?
> > > >
> > > > I'm afraid this feature is currently unavailable in unstable -- it was
> > > > broken by the ACPI changes. I hope we can get it back before the final
> > > > 3.0.0 release, but to my knowledge no-one is currently working on it.
> > > >
> > > > Ian
> > > >
> > > > > I am trying to use an Ethernet PCI card directly by a user domain.
> > > > > What is the easiest way to do that? Thanks in advance.
> > > > >
> > > > > Thanks, Malahal.
> > > > >
> > > > > _______________________________________________
> > > > > Xen-devel mailing list
> > > > > Xen-devel@lists.xensource.com
> > > > > http://lists.xensource.com/xen-devel
> > >
> > > _______________________________________________
> > > Xen-devel mailing list
> > > Xen-devel@lists.xensource.com
> > > http://lists.xensource.com/xen-devel
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Does physdev_dom0_hide work with the unstable builds?
2005-07-15 16:48 ` Kevin Fox
@ 2005-07-15 20:42 ` Mark Williamson
0 siblings, 0 replies; 12+ messages in thread
From: Mark Williamson @ 2005-07-15 20:42 UTC (permalink / raw)
To: xen-devel; +Cc: Ian Pratt, Kevin Fox, malahal
> I assumed you meant Xen0 in domU. That worked. Thanks for the help. :)
Ahhhhh, yes. You're right of course (although what I actually said was
strictly correct, it was completely useless ;-))
> Can this tidbit be added to the user docs? I'm sure it would be useful
> to others.
If you get a chance, could you stick it in the Wiki somewhere? A
"documentation wishlist" would be a good thing to have on the wiki, anyhow.
We can then comb through this to update the docs before the next release.
Cheers,
Mark
> On Fri, 2005-07-15 at 01:28 +0100, Mark Williamson wrote:
> > > The physdev_dom0_hide seems to work ok for me on 2.0.6, but I still
> > > haven't gotten a domU kernel to boot with physical access compiled in
> > > yet. Let me know if you figure it out.
> >
> > Try using a Xen0 kernel in the dom0 - that should get you started. There
> > are no security implications of this. The only difference is that xen0
> > kernel has more stuff compiled in, so it's bigger.
> >
> > Cheers,
> > Mark
> >
> > > Thanks,
> > > Kevin
> > >
> > > On Thu, 2005-07-14 at 15:38 -0700, malahal@us.ibm.com wrote:
> > > > So, how do I use my second Ethernet PCI card directly by a guest OS?
> > > > I am a rookie, would appreciate if someone gives me all the relevant
> > > > instructions.
> > > >
> > > > Thanks, Malahal.
> > > >
> > > > Ian Pratt [m+Ian.Pratt@cl.cam.ac.uk] wrote:
> > > > > > I used physdev_dom0_hide='(01:00.0)' but the device still
> > > > > > shows up in the domain0. Is not supposed to work with the
> > > > > > unstable builds?
> > > > >
> > > > > I'm afraid this feature is currently unavailable in unstable -- it
> > > > > was broken by the ACPI changes. I hope we can get it back before
> > > > > the final 3.0.0 release, but to my knowledge no-one is currently
> > > > > working on it.
> > > > >
> > > > > Ian
> > > > >
> > > > > > I am trying to use an Ethernet PCI card directly by a user
> > > > > > domain. What is the easiest way to do that? Thanks in advance.
> > > > > >
> > > > > > Thanks, Malahal.
> > > > > >
> > > > > > _______________________________________________
> > > > > > Xen-devel mailing list
> > > > > > Xen-devel@lists.xensource.com
> > > > > > http://lists.xensource.com/xen-devel
> > > >
> > > > _______________________________________________
> > > > Xen-devel mailing list
> > > > Xen-devel@lists.xensource.com
> > > > http://lists.xensource.com/xen-devel
> > >
> > > _______________________________________________
> > > Xen-devel mailing list
> > > Xen-devel@lists.xensource.com
> > > http://lists.xensource.com/xen-devel
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Does physdev_dom0_hide work with the unstable builds?
2005-07-15 19:41 ` Kevin Fox
@ 2005-07-15 20:48 ` Mark Williamson
2005-07-15 21:15 ` Kevin Fox
2005-07-17 17:06 ` Rusty Russell
1 sibling, 1 reply; 12+ messages in thread
From: Mark Williamson @ 2005-07-15 20:48 UTC (permalink / raw)
To: Kevin Fox; +Cc: Ian Pratt, xen-devel, malahal
> One more quick question. The xen0 kernel in domU works, but I can't load
> modules in domU. With the same kernel, I can load modules in dom0.
>
> insmod /lib/modules/2.6.11.10-xen0/kernel/net/ipv4/netfilter/ip_tables.ko
> insmod: QM_MODULES: Function not implemented
>
> insmod: cannot open /proc/ksyms No such file or directory
>
> Any ideas?
Seems odd. *Is* there a /proc/ksyms? Can you cat it?
Cheers,
Mark
> Thanks,
> Kevin
>
> On Fri, 2005-07-15 at 01:28 +0100, Mark Williamson wrote:
> > > The physdev_dom0_hide seems to work ok for me on 2.0.6, but I still
> > > haven't gotten a domU kernel to boot with physical access compiled in
> > > yet. Let me know if you figure it out.
> >
> > Try using a Xen0 kernel in the dom0 - that should get you started. There
> > are no security implications of this. The only difference is that xen0
> > kernel has more stuff compiled in, so it's bigger.
> >
> > Cheers,
> > Mark
> >
> > > Thanks,
> > > Kevin
> > >
> > > On Thu, 2005-07-14 at 15:38 -0700, malahal@us.ibm.com wrote:
> > > > So, how do I use my second Ethernet PCI card directly by a guest OS?
> > > > I am a rookie, would appreciate if someone gives me all the relevant
> > > > instructions.
> > > >
> > > > Thanks, Malahal.
> > > >
> > > > Ian Pratt [m+Ian.Pratt@cl.cam.ac.uk] wrote:
> > > > > > I used physdev_dom0_hide='(01:00.0)' but the device still
> > > > > > shows up in the domain0. Is not supposed to work with the
> > > > > > unstable builds?
> > > > >
> > > > > I'm afraid this feature is currently unavailable in unstable -- it
> > > > > was broken by the ACPI changes. I hope we can get it back before
> > > > > the final 3.0.0 release, but to my knowledge no-one is currently
> > > > > working on it.
> > > > >
> > > > > Ian
> > > > >
> > > > > > I am trying to use an Ethernet PCI card directly by a user
> > > > > > domain. What is the easiest way to do that? Thanks in advance.
> > > > > >
> > > > > > Thanks, Malahal.
> > > > > >
> > > > > > _______________________________________________
> > > > > > Xen-devel mailing list
> > > > > > Xen-devel@lists.xensource.com
> > > > > > http://lists.xensource.com/xen-devel
> > > >
> > > > _______________________________________________
> > > > Xen-devel mailing list
> > > > Xen-devel@lists.xensource.com
> > > > http://lists.xensource.com/xen-devel
> > >
> > > _______________________________________________
> > > Xen-devel mailing list
> > > Xen-devel@lists.xensource.com
> > > http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Does physdev_dom0_hide work with the unstable builds?
2005-07-15 20:48 ` Mark Williamson
@ 2005-07-15 21:15 ` Kevin Fox
0 siblings, 0 replies; 12+ messages in thread
From: Kevin Fox @ 2005-07-15 21:15 UTC (permalink / raw)
To: Mark Williamson; +Cc: Ian Pratt, xen-devel, malahal
I checked to see if my insmod in domU was the same as the one in dom0
and they were different. I forgot to pin the domU to stable and it got
upgraded to the one in debian unstable. I copied the insmod from dom0 to
domU and gave it a try, and it works fine there. Apparently debian
unstable has some issues... Sorry for the confusion.
Thanks,
Kevin
PS, there isn't a /proc/ksyms in either dom0 or domU
On Fri, 2005-07-15 at 21:48 +0100, Mark Williamson wrote:
> > One more quick question. The xen0 kernel in domU works, but I can't load
> > modules in domU. With the same kernel, I can load modules in dom0.
> >
> > insmod /lib/modules/2.6.11.10-xen0/kernel/net/ipv4/netfilter/ip_tables.ko
> > insmod: QM_MODULES: Function not implemented
> >
> > insmod: cannot open /proc/ksyms No such file or directory
> >
> > Any ideas?
>
> Seems odd. *Is* there a /proc/ksyms? Can you cat it?
>
> Cheers,
> Mark
>
>
> > Thanks,
> > Kevin
> >
> > On Fri, 2005-07-15 at 01:28 +0100, Mark Williamson wrote:
> > > > The physdev_dom0_hide seems to work ok for me on 2.0.6, but I still
> > > > haven't gotten a domU kernel to boot with physical access compiled in
> > > > yet. Let me know if you figure it out.
> > >
> > > Try using a Xen0 kernel in the dom0 - that should get you started. There
> > > are no security implications of this. The only difference is that xen0
> > > kernel has more stuff compiled in, so it's bigger.
> > >
> > > Cheers,
> > > Mark
> > >
> > > > Thanks,
> > > > Kevin
> > > >
> > > > On Thu, 2005-07-14 at 15:38 -0700, malahal@us.ibm.com wrote:
> > > > > So, how do I use my second Ethernet PCI card directly by a guest OS?
> > > > > I am a rookie, would appreciate if someone gives me all the relevant
> > > > > instructions.
> > > > >
> > > > > Thanks, Malahal.
> > > > >
> > > > > Ian Pratt [m+Ian.Pratt@cl.cam.ac.uk] wrote:
> > > > > > > I used physdev_dom0_hide='(01:00.0)' but the device still
> > > > > > > shows up in the domain0. Is not supposed to work with the
> > > > > > > unstable builds?
> > > > > >
> > > > > > I'm afraid this feature is currently unavailable in unstable -- it
> > > > > > was broken by the ACPI changes. I hope we can get it back before
> > > > > > the final 3.0.0 release, but to my knowledge no-one is currently
> > > > > > working on it.
> > > > > >
> > > > > > Ian
> > > > > >
> > > > > > > I am trying to use an Ethernet PCI card directly by a user
> > > > > > > domain. What is the easiest way to do that? Thanks in advance.
> > > > > > >
> > > > > > > Thanks, Malahal.
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > Xen-devel mailing list
> > > > > > > Xen-devel@lists.xensource.com
> > > > > > > http://lists.xensource.com/xen-devel
> > > > >
> > > > > _______________________________________________
> > > > > Xen-devel mailing list
> > > > > Xen-devel@lists.xensource.com
> > > > > http://lists.xensource.com/xen-devel
> > > >
> > > > _______________________________________________
> > > > Xen-devel mailing list
> > > > Xen-devel@lists.xensource.com
> > > > http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Does physdev_dom0_hide work with the unstable builds?
2005-07-15 19:41 ` Kevin Fox
2005-07-15 20:48 ` Mark Williamson
@ 2005-07-17 17:06 ` Rusty Russell
1 sibling, 0 replies; 12+ messages in thread
From: Rusty Russell @ 2005-07-17 17:06 UTC (permalink / raw)
To: Kevin Fox; +Cc: Ian Pratt, xen-devel, Mark Williamson, malahal
On Fri, 2005-07-15 at 12:41 -0700, Kevin Fox wrote:
> One more quick question. The xen0 kernel in domU works, but I can't load
> modules in domU. With the same kernel, I can load modules in dom0.
>
> insmod /lib/modules/2.6.11.10-xen0/kernel/net/ipv4/netfilter/ip_tables.ko insmod: QM_MODULES: Function not implemented
1) This is a dom0 module,
2) This is a 2.4 module utility message.
Rusty.
--
A bad analogy is like a leaky screwdriver -- Richard Braakman
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2005-07-17 17:06 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-14 21:53 Does physdev_dom0_hide work with the unstable builds? Ian Pratt
2005-07-14 22:38 ` malahal
2005-07-14 22:47 ` Kevin Fox
2005-07-15 0:28 ` Mark Williamson
2005-07-15 16:48 ` Kevin Fox
2005-07-15 20:42 ` Mark Williamson
2005-07-15 19:41 ` Kevin Fox
2005-07-15 20:48 ` Mark Williamson
2005-07-15 21:15 ` Kevin Fox
2005-07-17 17:06 ` Rusty Russell
-- strict thread matches above, loose matches on Subject: below --
2005-07-14 23:31 Neugebauer, Rolf
2005-07-14 21:36 malahal
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.