]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyvectl: Add '--get-debug-cpus' command
authorVitaliy Gusev <gusev.vitaliy@gmail.com>
Tue, 25 Jul 2023 12:03:54 +0000 (14:03 +0200)
committerCorvin Köhne <corvink@FreeBSD.org>
Tue, 25 Jul 2023 12:03:54 +0000 (14:03 +0200)
commit65f8467e3351c38a9d57b538b85cf6c5fab5818e
tree7d588d1a51fc6adccbc08c3bda3a843967cb4da6
parentf0124ab11122c24166fe83ae6898f629721a7894
bhyvectl: Add '--get-debug-cpus' command

vmm and libvmmapi already have handlers for that. When adding debug
cpus, they were only used for the debug stub. Over time, they were
reused by other parts like snapshots or idle APs.

Reviewed by: corvink, jhb
MFC after: 1 week
Sponsored by: vStack
Differential Revision: https://reviews.freebsd.org/D40804
usr.sbin/bhyvectl/bhyvectl.c