
23 Apr
2015
23 Apr
'15
3:06 a.m.
Peter Krempa wrote:
On Thu, Apr 23, 2015 at 10:55:12 +0400, Roman Bogorodskiy wrote:
Commit 835cf84 dropped expectedVirtTypes argument for virDomainDefParse*() functions, however bhyve tests still try to pass that to virDomainDefParseFile(), therefore build fails.
Fix build by fixing virDomainDefParseFile() usage. --- tests/bhyvexml2argvtest.c | 1 - tests/bhyvexml2xmltest.c | 1 - 2 files changed, 2 deletions(-) ....
ACK, this qualifies to be pushed without review under the build breaker rule.
Pushed, thanks! Roman Bogorodskiy