
5 Apr
2017
5 Apr
'17
2:11 p.m.
On Wed, 2017-04-05 at 12:04 +0200, Ján Tomko wrote: [...]
@@ -510,6 +510,8 @@ int virQEMUCapsParseHelpStr(const char *qemu, const char *qmperr); /* Only for use by test suite */ int virQEMUCapsParseDeviceStr(virQEMUCapsPtr qemuCaps, const char *str); +/* Only for use by test suite */ +void virQEMUCapsInitQMPBasicArch(virQEMUCapsPtr qemuCaps); We have qemu_capspriv.h for functions used by the test suite guarded by the __QEMU_CAPSPRIV_H_ALLOW__ define.
... and you'd expect me to know about it after 26026810eaee, wouldn't you? :) Thanks for pointing this out, I'll cook up a patch shortly. -- Andrea Bolognani / Red Hat / Virtualization