Skip to content

Commit

Permalink
[hyperv] Add support for NetVSC paravirtual network devices
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Dec 18, 2014
1 parent d189497 commit ef16d0d
Show file tree
Hide file tree
Showing 4 changed files with 1,207 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/arch/x86/drivers/hyperv/hyperv.c
Expand Up @@ -559,3 +559,6 @@ struct root_device hv_root_device __root_device = {
.dev = { .name = "Hyper-V" },
.driver = &hv_root_driver,
};

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

0 comments on commit ef16d0d

Please sign in to comment.