From ef16d0d2b3427d85c09e95f64b3f4898bbd33827 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 11 Dec 2014 17:24:30 +0000 Subject: [hyperv] Add support for NetVSC paravirtual network devices Signed-off-by: Michael Brown --- src/arch/x86/drivers/hyperv/hyperv.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/arch') diff --git a/src/arch/x86/drivers/hyperv/hyperv.c b/src/arch/x86/drivers/hyperv/hyperv.c index 390544074..d911dcba8 100644 --- a/src/arch/x86/drivers/hyperv/hyperv.c +++ b/src/arch/x86/drivers/hyperv/hyperv.c @@ -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 ); -- cgit v1.2.3-55-g7522