Skip to content

Commit

Permalink
[xen] Add support for Xen netfront virtual NICs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Jul 29, 2014
1 parent 036af27 commit 793a806
Show file tree
Hide file tree
Showing 4 changed files with 1,009 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/arch/x86/drivers/xen/hvm.c
Expand Up @@ -519,3 +519,6 @@ struct pci_driver hvm_driver __pci_driver = {
.probe = hvm_probe,
.remove = hvm_remove,
};

/* Drag in netfront driver */
REQUIRE_OBJECT ( netfront );

0 comments on commit 793a806

Please sign in to comment.