Running `sysctl -a` causes crash (Hyper-V)

Sergey Kandaurov pluknet at gmail.com
Mon Nov 11 14:31:12 UTC 2013


On 11 November 2013 18:13, Pavel Timofeev <timp87 at gmail.com> wrote:
> [...]
> (kgdb) p vm_guest
> $1 = 3
> Current language:  auto; currently minimal
> (kgdb)
>

What if you try this change?

Index: sys/kern/subr_param.c
===================================================================
--- sys/kern/subr_param.c    (revision 257695)
+++ sys/kern/subr_param.c    (working copy)
@@ -153,6 +153,7 @@
     "none",
     "generic",
     "xen",
+    "hv",
     NULL
 };


More information about the freebsd-virtualization mailing list