]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add two new ioctls to bhyve for batch register fetch/store operations.
authorjhb <jhb@FreeBSD.org>
Thu, 22 Feb 2018 00:39:25 +0000 (00:39 +0000)
committerjhb <jhb@FreeBSD.org>
Thu, 22 Feb 2018 00:39:25 +0000 (00:39 +0000)
commit4c5555dd1903d04be20660f93025c10017761ed9
tree91cc97e47dfc4f3eb8ce1efe59a23ced06f6a950
parent3b7b8c216876953866895143861fcf388c64b544
Add two new ioctls to bhyve for batch register fetch/store operations.

These are a convenience for bhyve's debug server to use a single
ioctl for 'g' and 'G' rather than a loop of individual get/set
ioctl requests.

Reviewed by: grehan
MFC after: 2 months
Differential Revision: https://reviews.freebsd.org/D14074
lib/libvmmapi/vmmapi.c
lib/libvmmapi/vmmapi.h
sys/amd64/include/vmm_dev.h
sys/amd64/vmm/vmm_dev.c