[elbe-devel] [PATCH 2/6] dbsfed.xsd: move "mem" field from buildimage to initvm
Manuel Traut
manuel.traut at linutronix.de
Mon May 7 16:30:09 CEST 2018
On Mon, May 07, 2018 at 03:51:11PM +0200, Torben Hohn wrote:
> the xml nore "buildimage/mem" is not evaluated anymore.
s/nore/node
but it is mentioned in docs/elbeoverview-en.txt - however the documentation
is missleading atm. I think there needs to be a rename from buildimage to
initvm?! Can you please fixup the docs along with this commit?
Thanks,
Manu
> remove that and add it under the initvm node.
>
> add evaluation of initvm/mem in a subsequent patch.
>
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
> ---
> schema/dbsfed.xsd | 14 +++++++-------
> 1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
> index 641f5739..908f786f 100644
> --- a/schema/dbsfed.xsd
> +++ b/schema/dbsfed.xsd
> @@ -342,6 +342,13 @@
> </documentation>
> </annotation>
> </element>
> + <element name="mem" type="rfs:memory" minOccurs="0" maxOccurs="1">
> + <annotation>
> + <documentation>
> + amount of memory mapped into the virtual build environment
> + </documentation>
> + </annotation>
> + </element>
> <element name="img" type="rfs:string" minOccurs="0" maxOccurs="1">
> <annotation>
> <documentation>
> @@ -506,13 +513,6 @@
> </documentation>
> </annotation>
> </element>
> - <element name="mem" type="rfs:memory" minOccurs="0" maxOccurs="1">
> - <annotation>
> - <documentation>
> - amount of memory mapped into the virtual build environment
> - </documentation>
> - </annotation>
> - </element>
> <element name="interpreter" type="rfs:string" minOccurs="0" maxOccurs="1">
> <annotation>
> <documentation>
> --
> 2.11.0
>
>
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel
More information about the elbe-devel
mailing list