Running `sysctl -a` causes crash (Hyper-V)
Julian Elischer
julian at freebsd.org
Mon Nov 11 21:33:33 UTC 2013
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 <pluknet at gmail.com>:
>> 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
>> };
> _______________________________________________
> freebsd-virtualization at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe at freebsd.org"
>
More information about the freebsd-virtualization
mailing list