summaryrefslogtreecommitdiffstats
path: root/sys/dev/hyperv/utilities/hv_util.c
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2013-09-09 19:27:44 +0000
committergrehan <grehan@FreeBSD.org>2013-09-09 19:27:44 +0000
commit8294851167d283a6efac0918755ae401ac730eda (patch)
treed15f3da00c1ef4e4cb53ce4c54526906bdc0d819 /sys/dev/hyperv/utilities/hv_util.c
parent182a56e295b4378df6a37e1b8422fb6eec08613a (diff)
downloadFreeBSD-src-8294851167d283a6efac0918755ae401ac730eda.zip
FreeBSD-src-8294851167d283a6efac0918755ae401ac730eda.tar.gz
Revert the kvp code - there's still some work that
needs to be done for that. Discussed with: Microsoft hyper-v devs
Diffstat (limited to 'sys/dev/hyperv/utilities/hv_util.c')
-rw-r--r--sys/dev/hyperv/utilities/hv_util.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/dev/hyperv/utilities/hv_util.c b/sys/dev/hyperv/utilities/hv_util.c
index 63fe93d..e86cbd7 100644
--- a/sys/dev/hyperv/utilities/hv_util.c
+++ b/sys/dev/hyperv/utilities/hv_util.c
@@ -82,15 +82,6 @@ hv_vmbus_service service_table[] = {
.enabled = TRUE,
.callback = hv_heartbeat_cb,
},
-
- /* KVP (Key Value Pair) Service */
- { .guid.data = {0xe7, 0xf4, 0xa0, 0xa9, 0x45, 0x5a, 0x96, 0x4d,
- 0xb8, 0x27, 0x8a, 0x84, 0x1e, 0x8c, 0x3, 0xe6},
- .name = "Hyper-V KVP Service\n",
- .enabled = TRUE,
- .init = hv_kvp_init,
- .callback = hv_kvp_callback,
- },
};
/*
OpenPOWER on IntegriCloud