Eric Blake wrote:
On 03/01/2014 02:09 AM, Roman Bogorodskiy wrote:
> ---
> docs/drivers.html.in | 1 +
> docs/drvbhyve.html.in | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++
> docs/index.html.in | 3 ++
> docs/sitemap.html.in | 4 +++
> src/README | 1 +
> 5 files changed, 92 insertions(+)
> create mode 100644 docs/drvbhyve.html.in
>
> +
> +In order to enable bhyve on your FreeBSD host, you'll need to load
<code>vmm</code>
s/load/load the/
> +<h3>Example config</h3>
> +<p>
> +Bhyve driver in libvirt is in its early stage and under active development. So it
supports
s/^/The /
> +only limited number of features bhyve provides. All the supported features could be
found
> +in this sample domain XML.
> +</p>
> +
> +<p>
> +A limitation that is not obvious from this sample domain XML is that currently
it's only
s/it's only/only a/
> +single network and single disk device are supported for each domain (as PCI slot
allocation code
> +in libvirt bhyve driver yet to be implemented).
s/yet/is yet/
ACK with those fixes; safe for the release if you see this in time
Pushed the fixed version, thanks for grammar checks!
Roman Bogorodskiy