2013-05-31 16:47:22 +00:00
|
|
|
#ifdef WITH_QEMU
|
2008-05-16 16:51:30 +00:00
|
|
|
|
2013-05-31 16:47:22 +00:00
|
|
|
# include "capabilities.h"
|
|
|
|
# include "domain_conf.h"
|
|
|
|
# include "qemu/qemu_command.h"
|
2014-06-27 14:39:27 +00:00
|
|
|
# include "qemu/qemu_capabilities.h"
|
2008-05-16 16:51:30 +00:00
|
|
|
|
|
|
|
virCapsPtr testQemuCapsInit(void);
|
2013-03-31 18:03:42 +00:00
|
|
|
virDomainXMLOptionPtr testQemuXMLConfInit(void);
|
2013-05-17 10:34:24 +00:00
|
|
|
extern qemuBuildCommandLineCallbacks testCallbacks;
|
2014-06-27 14:39:27 +00:00
|
|
|
|
|
|
|
virQEMUCapsPtr qemuTestParseCapabilities(const char *capsFile);
|
2013-05-31 16:47:22 +00:00
|
|
|
#endif
|