On Wed, Jul 27, 2022 at 12:34:47 +0200, Michal Privoznik wrote: > So far, we are testing memory-hotplug-dimm-addr against a set of > explicitly listed capabilities. While this works, lets switch it > to DO_TEST_CAPS_LATEST() so that the latest capabilities are > used. This in turn means, we have to update the <emulator/> > because the latest capabilities don't contain caps for > qemu-system-i386. > > Signed-off-by: Michal Privoznik <mpriv...@redhat.com> > --- > ...mory-hotplug-dimm-addr.x86_64-latest.args} | 30 +++++++++++-------- > .../memory-hotplug-dimm-addr.xml | 2 +- > tests/qemuxml2argvtest.c | 3 +- > 3 files changed, 19 insertions(+), 16 deletions(-) > rename tests/qemuxml2argvdata/{memory-hotplug-dimm-addr.args => > memory-hotplug-dimm-addr.x86_64-latest.args} (32%)
Reviewed-by: Peter Krempa <pkre...@redhat.com>