[libvirt] [PATCHv3 4/5] S390: Domain Schema for s390-virtio machines.

Michal Privoznik mprivozn at redhat.com
Tue Jul 3 16:18:19 UTC 2012


On 29.06.2012 17:02, Viktor Mihajlovski wrote:
> Added s390-virtio machine type to the XML schema for domains in order
> to not fail the domain schema tests.
> 
> Signed-off-by: Viktor Mihajlovski <mihajlov at linux.vnet.ibm.com>
> ---
>  docs/schemas/domaincommon.rng |   20 ++++++++++++++++++++
>  1 files changed, 20 insertions(+), 0 deletions(-)
> 
> diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
> index 912a1a2..70c7d16 100644
> --- a/docs/schemas/domaincommon.rng
> +++ b/docs/schemas/domaincommon.rng
> @@ -283,6 +283,7 @@
>            <ref name="hvmsparc"/>
>            <ref name="hvmppc"/>
>            <ref name="hvmppc64"/>
> +          <ref name="hvms390"/>
>          </choice>
>        </optional>
>        <value>hvm</value>
> @@ -369,6 +370,25 @@
>        </optional>
>      </group>
>    </define>
> +  <define name="hvms390">
> +    <group>
> +      <optional>
> +        <attribute name="arch">
> +          <choice>
> +            <value>s390</value>
> +            <value>s390x</value>
> +          </choice>
> +        </attribute>
> +      </optional>
> +      <optional>
> +        <attribute name="machine">
> +          <choice>
> +            <value>s390-virtio</value>
> +          </choice>
> +        </attribute>
> +      </optional>
> +    </group>
> +  </define>
>    <define name="osexe">
>      <element name="os">
>        <element name="type">
> 

Sorry cannot ACK this one until you update the documentation as well.

Michal




More information about the libvir-list mailing list