[xen] Add support for Xen netfront virtual NICs

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2014-07-28 23:39:28 +01:00
parent 036af27a45
commit 793a806611
4 changed files with 1009 additions and 0 deletions

View File

@@ -519,3 +519,6 @@ struct pci_driver hvm_driver __pci_driver = {
.probe = hvm_probe,
.remove = hvm_remove,
};
/* Drag in netfront driver */
REQUIRE_OBJECT ( netfront );