Displaying 4 results from an estimated 4 matches for "domaincommon".
2015 Mar 10
1
Issues with XML validation after upgrade to 1.2.12
...parameter name='IP6_MASK' value='64'/>
</filterref>
</interface>
</devices>
</domain>
The cause seems to be having multiple parameters in a <filterref> block.
We applied the following patch to fix it:
diff -ur src_clean/docs/schemas/domaincommon.rng
src/docs/schemas/domaincommon.rng
--- src_clean/docs/schemas/domaincommon.rng 2015-01-23
06:46:24.000000000 -0500
+++ src/docs/schemas/domaincommon.rng 2015-03-10 11:30:42.057441342 -0400
@@ -4468,6 +4468,7 @@
<data type="NCName"/>
</attribute>...
2019 Sep 11
1
Re: About vhost-user-blk support
You need to extend docs/schemas/domaincommon.rng which is what is used
for the validation virsh is reporting. Do a 'git log' on that file for
other examples of patches adding new qemu command line options. If you
plan to submit it to libvir-list you will also want to add tests/
- Cole
On 9/11/19 2:16 AM, Su Hua wrote:
> Hi, I add...
2016 Oct 12
1
domain schema fails to validate sysinfo element
I'm puzzled why virt-xml-checker rejects minimal config xml if it includes sysinfo element:
<domain type='kvm'>
<name>example</name>
<sysinfo>
</sysinfo>
</domain>
with the following error:
Relax-NG validity error : Extra element sysinfo in interleave
minimal.xml:3: element sysinfo: Relax-NG validity error : Element domain failed to validate
2019 Sep 11
2
Re: About vhost-user-blk support
ok,thanks. Suh HUA SU 邮箱:suhua.tanke@gmail.com 签名由 网易邮箱大师 定制 On 09/11/2019 02:59, Cole Robinson wrote: On 8/25/19 10:21 PM, Su Hua wrote: > Hi, everyone, ask a question, which version can fully support the device type > of qemu hw/block/vhost-user-blk.c? If so, what should the format of the xml > file look like? > Hi, libvirt does not currently support vhost-user-blk - Cole