On Fri, Jun 14, 2019 at 10:04:37AM +0200, Andrea Bolognani wrote:
Use the latest virt-manager to regenerate the files.
The command line is once again along the lines of
$ virt-install \
--name guest --os-variant fedora29 \
--vcpus 4 --memory 4096 --disk size=5 \
--graphics (none|vnc) \
--print-xml
with some minor tweaks performed afterwards.
This removes a number of inconsistencies between the files,
and makes it so the only differences are actually relevant
either to the architecture and machine type at hand, or to
having graphics rather than being headless.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
.../aarch64-virt-graphics.aarch64-latest.args | 6 ++--
.../aarch64-virt-graphics.xml | 2 +-
.../aarch64-virt-headless.aarch64-latest.args | 21 ++++++++-----
.../aarch64-virt-headless.xml | 22 +++++++++++---
.../ppc64-pseries-graphics.xml | 3 +-
.../ppc64-pseries-headless.ppc64-latest.args | 8 ++---
.../ppc64-pseries-headless.xml | 18 ++++++++---
.../riscv64-virt-headless.riscv64-latest.args | 16 +++++-----
.../riscv64-virt-headless.xml | 18 ++++++++---
.../s390x-ccw-graphics.s390x-latest.args | 6 ++--
tests/qemuxml2argvdata/s390x-ccw-graphics.xml | 7 +++--
.../s390x-ccw-headless.s390x-latest.args | 12 ++++----
tests/qemuxml2argvdata/s390x-ccw-headless.xml | 21 +++++++++----
tests/qemuxml2argvdata/x86_64-pc-graphics.xml | 1 +
.../x86_64-pc-headless.x86_64-latest.args | 23 +++++++-------
tests/qemuxml2argvdata/x86_64-pc-headless.xml | 30 ++++++++++++++++---
.../qemuxml2argvdata/x86_64-q35-graphics.xml | 1 +
.../x86_64-q35-headless.x86_64-latest.args | 15 ++++++----
.../qemuxml2argvdata/x86_64-q35-headless.xml | 30 ++++++++++++++++---
19 files changed, 185 insertions(+), 75 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano