Re: [PATCH 0/3] ppc64: QEMU 7.1 caps + use CAPS_LATEST in xml2argv

2022-10-13 Thread Daniel Henrique Barboza
On 10/13/22 08:02, Michal Prívozník wrote: On 9/19/22 18:39, Daniel Henrique Barboza wrote: Hi, This series updates the remaining pseries tests in qemuxml2argvtest.c to use CAPS_LATEST instead of using a capability list for each test. First patch is the usual capability bump for the new

Re: [PATCH 0/3] ppc64: QEMU 7.1 caps + use CAPS_LATEST in xml2argv

2022-10-13 Thread Michal Prívozník
On 9/19/22 18:39, Daniel Henrique Barboza wrote: > Hi, > > This series updates the remaining pseries tests in qemuxml2argvtest.c to > use CAPS_LATEST instead of using a capability list for each test. > > First patch is the usual capability bump for the new QEMU release. > Second patch converts

Re: [PATCH 0/3] ppc64: QEMU 7.1 caps + use CAPS_LATEST in xml2argv

2022-10-13 Thread Daniel Henrique Barboza
Ping On 9/19/22 13:39, Daniel Henrique Barboza wrote: Hi, This series updates the remaining pseries tests in qemuxml2argvtest.c to use CAPS_LATEST instead of using a capability list for each test. First patch is the usual capability bump for the new QEMU release. Second patch converts the

[PATCH 0/3] ppc64: QEMU 7.1 caps + use CAPS_LATEST in xml2argv

2022-09-19 Thread Daniel Henrique Barboza
Hi, This series updates the remaining pseries tests in qemuxml2argvtest.c to use CAPS_LATEST instead of using a capability list for each test. First patch is the usual capability bump for the new QEMU release. Second patch converts the most simple cases of DO_TEST() to use DO_TEST_CAPS_LATEST().