bhyve: Advertise hostdev support

Signed-off-by: Alexander Shursha <kekek2@ya.ru>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Alexander Shursha
2025-11-08 10:27:49 +01:00
committed by Roman Bogorodskiy
parent e4056c458a
commit 447252a54c
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ virBhyveDomainCapsFill(virDomainCaps *caps,
VIR_DOMAIN_RNG_BACKEND_RANDOM);
}
caps->hostdev.supported = VIR_TRISTATE_BOOL_NO;
caps->hostdev.supported = VIR_TRISTATE_BOOL_YES;
caps->features[VIR_DOMAIN_CAPS_FEATURE_IOTHREADS] = VIR_TRISTATE_BOOL_NO;
caps->features[VIR_DOMAIN_CAPS_FEATURE_VMCOREINFO] = VIR_TRISTATE_BOOL_NO;
caps->features[VIR_DOMAIN_CAPS_FEATURE_GENID] = VIR_TRISTATE_BOOL_NO;
+2 -1
View File
@@ -26,7 +26,8 @@
</disk>
<graphics supported='no'/>
<video supported='no'/>
<hostdev supported='no'/>
<hostdev supported='yes'>
</hostdev>
<console supported='yes'>
<enum name='type'>
<value>tcp</value>
+2 -1
View File
@@ -43,7 +43,8 @@
<value>gop</value>
</enum>
</video>
<hostdev supported='no'/>
<hostdev supported='yes'>
</hostdev>
<console supported='yes'>
<enum name='type'>
<value>tcp</value>
+2 -1
View File
@@ -35,7 +35,8 @@
</disk>
<graphics supported='no'/>
<video supported='no'/>
<hostdev supported='no'/>
<hostdev supported='yes'>
</hostdev>
<console supported='yes'>
<enum name='type'>
<value>tcp</value>