~nova-coresec/ubuntu/maverick/libvirt/nova-ppa

« back to all changes in this revision

Viewing changes to tests/testutilsqemu.c

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther
  • Date: 2010-04-19 18:11:57 UTC
  • mto: (3.4.14 squeeze) (1.2.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 92.
  • Revision ID: james.westby@ubuntu.com-20100419181157-yyj82wyh90r6wxwr
Tags: upstream-0.8.0
Import upstream version 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <config.h>
2
2
#ifdef WITH_QEMU
3
 
#include <sys/utsname.h>
4
 
#include <stdlib.h>
 
3
# include <sys/utsname.h>
 
4
# include <stdlib.h>
5
5
 
6
 
#include "testutilsqemu.h"
7
 
#include "testutils.h"
8
 
#include "memory.h"
 
6
# include "testutilsqemu.h"
 
7
# include "testutils.h"
 
8
# include "memory.h"
9
9
 
10
10
static virCapsGuestMachinePtr *testQemuAllocMachines(int *nmachines)
11
11
{