On Tue, Jun 18, 2019 at 5:19 PM Ján Tomko <jtomko(a)redhat.com> wrote:
On Thu, Jun 13, 2019 at 04:06:59PM +0200, Ilias Stamatis wrote:
>Signed-off-by: Ilias Stamatis <stamatis.iliass(a)gmail.com>
>---
> src/test/test_driver.c | 46 ++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 46 insertions(+)
>
>diff --git a/src/test/test_driver.c b/src/test/test_driver.c
>index 8ef843b203..9e8236a5b6 100644
>--- a/src/test/test_driver.c
>+++ b/src/test/test_driver.c
>@@ -1474,6 +1474,7 @@ static int testConnectGetMaxVcpus(virConnectPtr conn
ATTRIBUTE_UNUSED,
> return 32;
> }
>
>+
> static char *
> testConnectBaselineCPU(virConnectPtr conn ATTRIBUTE_UNUSED,
> const char **xmlCPUs,
Unrelated whitespace change.
(but the rest looks OK to me)
Jano
Accidentally added. It can be removed before merging if you're happy
with the rest of the patch.
Thanks,
Ilias