|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Kernel drivers on domU
Hi
> I would like to ask if I have to have drivers in kernel for domU.
> For example for Ethernet card. I have them in dom0 but not in domU.
> Is there any rule what should be or does not have to be in
> kernel for domU.
First basic rule: Keep the kernel as small as possible.
Second basic role: Hardware is typically controlled by dom0.
Hence, you don't need real hardware drivers in domUs.
However if you want to passthrough PCI devices, you will need their drivers
in domU.
Current source tarballs by default build only one kernel anyway, giving you
all drivers anywhere.
Regards,
Steffen
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|