On Wed, Jun 19, 2019 at 11:38:02AM +0200, Jiri Denemark wrote:
These test check all kvm CPU features that could be passed to the
-cpu
option by libvirt.
It would be nice to mention why you picked 2.7.0 here.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
...ed.args => eoi-disabled.x86_64-2.7.0.args} | 12 ++++---
.../eoi-disabled.x86_64-latest.args | 33 +++++++++++++++++++
...led.args => eoi-enabled.x86_64-2.7.0.args} | 12 ++++---
.../eoi-enabled.x86_64-latest.args | 33 +++++++++++++++++++
...> kvmclock+eoi-disabled.x86_64-2.7.0.args} | 12 ++++---
.../kvmclock+eoi-disabled.x86_64-latest.args | 33 +++++++++++++++++++
...=> pv-spinlock-disabled.x86_64-2.7.0.args} | 12 ++++---
.../pv-spinlock-disabled.x86_64-latest.args | 33 +++++++++++++++++++
... => pv-spinlock-enabled.x86_64-2.7.0.args} | 12 ++++---
.../pv-spinlock-enabled.x86_64-latest.args | 33 +++++++++++++++++++
tests/qemuxml2argvtest.c | 15 ++++++---
11 files changed, 215 insertions(+), 25 deletions(-)
rename tests/qemuxml2argvdata/{eoi-disabled.args => eoi-disabled.x86_64-2.7.0.args}
(65%)
create mode 100644 tests/qemuxml2argvdata/eoi-disabled.x86_64-latest.args
rename tests/qemuxml2argvdata/{eoi-enabled.args => eoi-enabled.x86_64-2.7.0.args}
(65%)
create mode 100644 tests/qemuxml2argvdata/eoi-enabled.x86_64-latest.args
rename tests/qemuxml2argvdata/{kvmclock+eoi-disabled.args =>
kvmclock+eoi-disabled.x86_64-2.7.0.args} (66%)
create mode 100644 tests/qemuxml2argvdata/kvmclock+eoi-disabled.x86_64-latest.args
rename tests/qemuxml2argvdata/{pv-spinlock-disabled.args =>
pv-spinlock-disabled.x86_64-2.7.0.args} (66%)
create mode 100644 tests/qemuxml2argvdata/pv-spinlock-disabled.x86_64-latest.args
rename tests/qemuxml2argvdata/{pv-spinlock-enabled.args =>
pv-spinlock-enabled.x86_64-2.7.0.args} (66%)
create mode 100644 tests/qemuxml2argvdata/pv-spinlock-enabled.x86_64-latest.args
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano