]> git.ipfire.org Git - thirdparty/libvirt.git/commit
bhyve: fix build in tests
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Thu, 23 Apr 2015 06:25:11 +0000 (10:25 +0400)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Thu, 23 Apr 2015 06:54:32 +0000 (10:54 +0400)
commitc42dbd8a18bb7a087f96bd7e177b0e508ed21ba5
tree1ee1aa92bfd8194a83a7785f5aaa233793ac0ce8
parentf93e1211297aeae0ca7ee2f0d9dd0a213f468702
bhyve: fix build in tests

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
tests/bhyvexml2xmltest.c