On 11/11/13, 7:49 AM, Pavel Timofeev wrote:
Great, it helped! Thanks a lot!

the suggested change suggests fragile code. It should be able to handle unexpected input..

2013/11/11 Sergey Kandaurov <pluk...@gmail.com>:
On 11 November 2013 18:13, Pavel Timofeev <tim...@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
  };
_______________________________________________
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


_______________________________________________
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"

Reply via email to