[libvirt] [PATCH] docs: bhyve driver documentation improvements

Eric Blake eblake at redhat.com
Fri May 30 19:40:51 UTC 2014


On 05/11/2014 01:30 AM, Roman Bogorodskiy wrote:
> - Document 'domxml-to-native' command
> - Mention that the nmdm console support needs an appropriate
>   kernel module loaded
> ---
>  docs/drvbhyve.html.in | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
> 

Long lines; you may want to wrap to fit in 80 columns.

> +<p>
> +The <code>virsh domxml-to-native</code> command allows to preview the actual <code>bhyve</code> commands

s/allows to/can/

> +that will be executed for a given domain. It outputs two lines, the first line is a <code>bhyveload</code>
> +command and the second is a <code>bhyve</code> command.
> +</p>
> +
> +<p>Please note that the <code>virsh domxml-to-native</code> doesn't do any real actions but printing the command,

s/but/other than/

> +for example, it doesn't try to find a proper TAP interface and create it, like it's done when starting a domain, and

s/it's/what is/
s/domain,/domain;/

> +always returns <code>tap0</code> for the network interface. So if you're going to run these commands manually, most likely
> +you might want to tweak them.</p>
> +
> +<pre>
> +# virsh -c "bhyve:///system"  domxml-to-native --format bhyve-argv --xml /path/to/bhyve.xml
> +/usr/sbin/bhyveload -m 214 -d /home/user/vm1.img vm1
> +/usr/sbin/bhyve -c 2 -m 214 -A -I -H -P -s 0:0,hostbridge -s 3:0,virtio-net,tap0,mac=52:54:00:5d:74:e3 -s 2:0,virtio-blk,/home/user/vm1.img -s 1,lpc -l com1,/dev/nmdm0A vm1
> +</pre>
>  
>    </body>
>  </html>
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140530/75ff6b2d/attachment-0001.sig>


More information about the libvir-list mailing list