Statistics
| Branch: | Revision:

root / hw / xen_nic.c @ 8d13fcc0

History | View | Annotate | Download (11.9 kB)

# Date Author Comment
e613b064 04/22/2009 06:19 pm aliguori

xen: add net backend driver. (Gerd Hoffmann)

This patch adds a network interface backend driver to qemu. It is a pure
userspace implemention using the gntdev interface. It uses "qnet" as
backend name in xenstore so it doesn't interfere with the netback...