Ján Tomko <jtomko(a)redhat.com> [2019-08-27, 01:51PM +0200]:
On Tue, Aug 13, 2019 at 05:40:30PM +0200, Boris Fiuczynski wrote:
> diff --git a/tests/qemuxml2xmltest.c b/tests/qemuxml2xmltest.c
> index 6fa9a26b64..6f672184be 100644
> --- a/tests/qemuxml2xmltest.c
> +++ b/tests/qemuxml2xmltest.c
> @@ -958,6 +958,10 @@ mymain(void)
> QEMU_CAPS_CCW,
> QEMU_CAPS_CCW_CSSID_UNRESTRICTED,
> QEMU_CAPS_DEVICE_VFIO_CCW);
> + DO_TEST("hostdev-subsys-mdev-vfio-ccw-boot",
> + QEMU_CAPS_CCW,
> + QEMU_CAPS_CCW_CSSID_UNRESTRICTED,
> + QEMU_CAPS_DEVICE_VFIO_CCW);
DO_TEST_CAPS_ARCH_LATEST
Thanks for the review, much appreciated. v3 is sent.
Out of curiosity and for future reference, the DO_TEST_*_LATEST macros
are preferred for new tests now? Are the old test macros deprecated and
should we convert older tests?