Re: [libvirt PATCH] tests: add warning that qemucapsprobe prefers native host/guest arch

2021-04-07 Thread Andrea Bolognani
On Tue, 2021-04-06 at 12:01 +0100, Daniel P. Berrangé wrote: > +++ b/tests/qemucapsprobe.c > @@ -46,6 +46,7 @@ main(int argc, char **argv) > { > virThread thread; > virQEMUCapsPtr caps; > +virArch guest, host; I believe it's preferred to declare each variable on its own line, even t

[libvirt PATCH] tests: add warning that qemucapsprobe prefers native host/guest arch

2021-04-06 Thread Daniel P . Berrangé
Generally we want the QEMU capabilities data in git to report KVM related features, and thus we strongly prefer that the capabilities are generated on a native host. Signed-off-by: Daniel P. Berrangé --- tests/qemucapsprobe.c | 12 1 file changed, 12 insertions(+) diff --git a/test