Re: [PATCH] docs: bhyve: document recent changes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 07/24/2014 05:54 PM, Roman Bogorodskiy wrote:
>  - mention that one disk and one network limitation
>    is no longer actual for 1.2.6 and newer

s/actual/current/

>  - add 'cdrom' device to the sample domain XML
> ---
>  docs/drvbhyve.html.in | 12 +++++++++---
>  1 file changed, 9 insertions(+), 3 deletions(-)
> 

ACK

> diff --git a/docs/drvbhyve.html.in b/docs/drvbhyve.html.in
> index e75eb83..9a97c57 100644
> --- a/docs/drvbhyve.html.in
> +++ b/docs/drvbhyve.html.in
> @@ -42,9 +42,10 @@ in this sample domain XML.
>  </p>
>  
>  <p>
> -A limitation that is not obvious from this sample domain XML is that currently only a
> -single network and a single disk device are supported for each domain (as PCI slot allocation code
> -in libvirt bhyve driver is yet to be implemented).
> +Note: an older versions of the libvirt bhyve driver had a limitation that only a
> +single network and a single disk device were supported for each domain. However,

s/an older/older/
s/network/network device/ reads better to me.

or even simpler:

Note: in older libvirt versions, only a single network device and a single
disk device were supported per-domain.

> +<span class="since">since 1.2.6</span> the libvirt bhyve driver supports
> +up to 31 PCI devices.
>  </p>
>  
>  <pre>
> @@ -71,6 +72,11 @@ in libvirt bhyve driver is yet to be implemented).
>          &lt;source file='/path/to/bhyve_freebsd.img'/&gt;
>          &lt;target dev='hda' bus='sata'/&gt;
>        &lt;/disk&gt;
> +      &lt;disk type='file' device='cdrom'&gt;
> +        &lt;driver name='file' type='raw'/&gt;
> +        &lt;source file='/path/to/cdrom.iso'/&gt;
> +        &lt;target dev='hdc' bus='sata'/&gt;
> +      &lt;/disk&gt;
>        &lt;interface type='bridge'&gt;
>          &lt;model type='virtio'/&gt;
>          &lt;source bridge="virbr0"/&gt;
> 


Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]