diff options
author | Andrea Bolognani <abologna@redhat.com> | 2019-04-04 12:49:45 +0200 |
---|---|---|
committer | Cole Robinson <crobinso@redhat.com> | 2019-04-04 18:57:39 -0400 |
commit | a6fa81ba23c2bf4d7d3e1b5fb0ef3b10bcfaaa54 (patch) | |
tree | dce9d2b87729579ae933f712bc26f5108713d645 /tests | |
parent | 955a3ee62e923159ed224f81c25177a90e57b456 (diff) | |
download | virt-manager-a6fa81ba23c2bf4d7d3e1b5fb0ef3b10bcfaaa54.tar.gz |
guest: Recommend virt machine for RISC-V
The default machine at the QEMU level is spike_v1.10, but most
people will really want to use the virt machine type instead.
Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cli-test-xml/compare/virt-install-riscv64-graphics.xml | 2 | ||||
-rw-r--r-- | tests/cli-test-xml/compare/virt-install-riscv64-headless.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/cli-test-xml/compare/virt-install-riscv64-graphics.xml b/tests/cli-test-xml/compare/virt-install-riscv64-graphics.xml index 8a9f7a73..ff7324a9 100644 --- a/tests/cli-test-xml/compare/virt-install-riscv64-graphics.xml +++ b/tests/cli-test-xml/compare/virt-install-riscv64-graphics.xml @@ -10,7 +10,7 @@ <currentMemory>65536</currentMemory> <vcpu>1</vcpu> <os> - <type arch="riscv64" machine="spike_v1.10">hvm</type> + <type arch="riscv64" machine="virt">hvm</type> <boot dev="hd"/> </os> <clock offset="utc"/> diff --git a/tests/cli-test-xml/compare/virt-install-riscv64-headless.xml b/tests/cli-test-xml/compare/virt-install-riscv64-headless.xml index 663081c9..ef0ffb88 100644 --- a/tests/cli-test-xml/compare/virt-install-riscv64-headless.xml +++ b/tests/cli-test-xml/compare/virt-install-riscv64-headless.xml @@ -10,7 +10,7 @@ <currentMemory>65536</currentMemory> <vcpu>1</vcpu> <os> - <type arch="riscv64" machine="spike_v1.10">hvm</type> + <type arch="riscv64" machine="virt">hvm</type> <boot dev="hd"/> </os> <clock offset="utc"/> |