mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
docs: bhyve: document recent changes
- mention that one disk and one network limitation is no longer current for 1.2.6 and newer - add 'cdrom' device to the sample domain XML
This commit is contained in:
parent
cfb16b8ed7
commit
221b1828f9
@ -42,9 +42,10 @@ in this sample domain XML.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
A limitation that is not obvious from this sample domain XML is that currently only a
|
Note: in older libvirt versions, only a single network device and a single
|
||||||
single network and a single disk device are supported for each domain (as PCI slot allocation code
|
disk device were supported per-domain. However,
|
||||||
in libvirt bhyve driver is yet to be implemented).
|
<span class="since">since 1.2.6</span> the libvirt bhyve driver supports
|
||||||
|
up to 31 PCI devices.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
@ -71,6 +72,11 @@ in libvirt bhyve driver is yet to be implemented).
|
|||||||
<source file='/path/to/bhyve_freebsd.img'/>
|
<source file='/path/to/bhyve_freebsd.img'/>
|
||||||
<target dev='hda' bus='sata'/>
|
<target dev='hda' bus='sata'/>
|
||||||
</disk>
|
</disk>
|
||||||
|
<disk type='file' device='cdrom'>
|
||||||
|
<driver name='file' type='raw'/>
|
||||||
|
<source file='/path/to/cdrom.iso'/>
|
||||||
|
<target dev='hdc' bus='sata'/>
|
||||||
|
</disk>
|
||||||
<interface type='bridge'>
|
<interface type='bridge'>
|
||||||
<model type='virtio'/>
|
<model type='virtio'/>
|
||||||
<source bridge="virbr0"/>
|
<source bridge="virbr0"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user