From 1ed32989ea27589c34f8f3f4f79dde4bfb0b40bb Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Fri, 20 Dec 2019 10:24:07 +0100 Subject: [PATCH] schemas: Allow additional qemu cmd line arguments/env variables and qemuCaps to be interleaved MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While command line arguments are sort of positional (because you have to have two entries, one for "-arg" the other for "value"), it doesn't really matter whether env variables come before or after command line arguments. And it matters even less when playing with qemu capabilities. Signed-off-by: Michal Privoznik Reviewed-by: Fabiano FidĂȘncio Reviewed-by: Cole Robinson --- docs/schemas/domaincommon.rng | 54 +++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 25 deletions(-) diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 3d9fc5f216..9b555d6acb 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -6295,37 +6295,41 @@ --> - - - - - - - - - - - + + + - - - - + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + +