mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-02 09:29:35 -05:00
domain_capabilities: Don't report machine type for bhyve
For some drivers the domain's machine type makes no sense. They just don't use it. A great example is bhyve driver. Therefore it makes very less sense to report machine in domain capabilities XML. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@@ -70,7 +70,8 @@
|
||||
|
||||
<dt><code>machine</code></dt>
|
||||
<dd>The domain's <a href="formatdomain.html#elementsOSBIOS">machine
|
||||
type</a>.</dd>
|
||||
type</a>. Since not every hypervisor has a sense of machine types
|
||||
this element might be omitted in such drivers.</dd>
|
||||
|
||||
<dt><code>arch</code></dt>
|
||||
<dd>The domain's <a href="formatdomain.html#elementsOSBIOS">
|
||||
|
||||
Reference in New Issue
Block a user