Update QEMU test cases for new file locations & API renames

* qemuargv2xmltest.c, qemuhelptest.c,
  qemuxml2argvtest.c, testutilsqemu.c: Update includes and
  cope with API renames
This commit is contained in:
Daniel P. Berrange
2010-12-17 16:41:51 +00:00
parent acabd9d0ff
commit 1d16f05674
4 changed files with 11 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
# include <stdlib.h>
# include "testutils.h"
# include "qemu/qemu_conf.h"
# include "qemu/qemu_capabilities.h"
# define MAX_HELP_OUTPUT_SIZE 1024*64
@@ -50,8 +50,8 @@ static int testHelpStrParsing(const void *data)
if (virtTestLoadFile(path, &help, MAX_HELP_OUTPUT_SIZE) < 0)
return -1;
if (qemudParseHelpStr("QEMU", help, &flags,
&version, &is_kvm, &kvm_version) == -1)
if (qemuCapsParseHelpStr("QEMU", help, &flags,
&version, &is_kvm, &kvm_version) == -1)
return -1;
if (flags != info->flags) {