xref: /dflybsd-src/usr.sbin/nvmmctl/nvmmctl.8 (revision a5c0e10b6d76be65ebc51b33abfe9731b9903b76)
137de577aSAaron LI.\"
27a511437SAaron LI.\" Copyright (c) 2019-2021 Maxime Villard, m00nbsd.net
337de577aSAaron LI.\" All rights reserved.
437de577aSAaron LI.\"
57f0e1ce2SAaron LI.\" This code is part of the NVMM hypervisor.
637de577aSAaron LI.\"
737de577aSAaron LI.\" Redistribution and use in source and binary forms, with or without
837de577aSAaron LI.\" modification, are permitted provided that the following conditions
937de577aSAaron LI.\" are met:
1037de577aSAaron LI.\" 1. Redistributions of source code must retain the above copyright
1137de577aSAaron LI.\"    notice, this list of conditions and the following disclaimer.
1237de577aSAaron LI.\" 2. Redistributions in binary form must reproduce the above copyright
1337de577aSAaron LI.\"    notice, this list of conditions and the following disclaimer in the
1437de577aSAaron LI.\"    documentation and/or other materials provided with the distribution.
1537de577aSAaron LI.\"
167f0e1ce2SAaron LI.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
177f0e1ce2SAaron LI.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
187f0e1ce2SAaron LI.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
197f0e1ce2SAaron LI.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
207f0e1ce2SAaron LI.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
217f0e1ce2SAaron LI.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
227f0e1ce2SAaron LI.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
237f0e1ce2SAaron LI.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
247f0e1ce2SAaron LI.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
257f0e1ce2SAaron LI.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
267f0e1ce2SAaron LI.\" SUCH DAMAGE.
2737de577aSAaron LI.\"
2837de577aSAaron LI.Dd October 27, 2019
2937de577aSAaron LI.Dt NVMMCTL 8
3037de577aSAaron LI.Os
3137de577aSAaron LI.Sh NAME
3237de577aSAaron LI.Nm nvmmctl
3337de577aSAaron LI.Nd program to control virtual machines
3437de577aSAaron LI.Sh SYNOPSIS
35*a5c0e10bSSascha Wildner.Nm
3637de577aSAaron LI.Ar command
3737de577aSAaron LI.Op Ar arguments
3837de577aSAaron LI.Sh DESCRIPTION
3937de577aSAaron LIThe
4037de577aSAaron LI.Nm
4137de577aSAaron LIcommand can be used to control and inspect the state of virtual machines in the
4237de577aSAaron LIsystem.
4337de577aSAaron LI.Pp
4437de577aSAaron LIThe first argument,
4537de577aSAaron LI.Ar command ,
4637de577aSAaron LIspecifies the action to take.
4737de577aSAaron LIValid commands are:
4837de577aSAaron LI.Bl -tag -width XXXXXXXX
4937de577aSAaron LI.It identify
5037de577aSAaron LIDisplay the capabilities of the system.
5137de577aSAaron LI.It list
5237de577aSAaron LIDisplay information on each virtual machine registered in the system.
5337de577aSAaron LI.El
5437de577aSAaron LI.Sh SEE ALSO
5537de577aSAaron LI.Xr libnvmm 3 ,
5637de577aSAaron LI.Xr nvmm 4
5737de577aSAaron LI.Sh AUTHORS
5837de577aSAaron LIThe
5937de577aSAaron LI.Nm
6037de577aSAaron LItool was written by
6137de577aSAaron LI.An Maxime Villard .
62