提交 26026810 编写于 作者: A Andrea Bolognani

qemu: Fix typo in __QEMU_CAPSPRIV_H_ALLOW__

上级 80958284
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#include "virstring.h" #include "virstring.h"
#include "qemu_hostdev.h" #include "qemu_hostdev.h"
#include "qemu_domain.h" #include "qemu_domain.h"
#define __QEMU_CAPSRIV_H_ALLOW__ #define __QEMU_CAPSPRIV_H_ALLOW__
#include "qemu_capspriv.h" #include "qemu_capspriv.h"
#include <fcntl.h> #include <fcntl.h>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
* Author: Pavel Fedin <p.fedin@samsung.com> * Author: Pavel Fedin <p.fedin@samsung.com>
*/ */
#ifndef __QEMU_CAPSRIV_H_ALLOW__ #ifndef __QEMU_CAPSPRIV_H_ALLOW__
# error "qemu_capspriv.h may only be included by qemu_capabilities.c or test suites" # error "qemu_capspriv.h may only be included by qemu_capabilities.c or test suites"
#endif #endif
......
...@@ -43,9 +43,9 @@ ...@@ -43,9 +43,9 @@
#if WITH_QEMU && WITH_YAJL #if WITH_QEMU && WITH_YAJL
# include "testutilsqemu.h" # include "testutilsqemu.h"
# include "qemumonitortestutils.h" # include "qemumonitortestutils.h"
# define __QEMU_CAPSRIV_H_ALLOW__ # define __QEMU_CAPSPRIV_H_ALLOW__
# include "qemu/qemu_capspriv.h" # include "qemu/qemu_capspriv.h"
# undef __QEMU_CAPSRIV_H_ALLOW__ # undef __QEMU_CAPSPRIV_H_ALLOW__
#endif #endif
#define VIR_FROM_THIS VIR_FROM_CPU #define VIR_FROM_THIS VIR_FROM_CPU
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "testutils.h" #include "testutils.h"
#include "testutilsqemu.h" #include "testutilsqemu.h"
#include "qemumonitortestutils.h" #include "qemumonitortestutils.h"
#define __QEMU_CAPSRIV_H_ALLOW__ #define __QEMU_CAPSPRIV_H_ALLOW__
#include "qemu/qemu_capspriv.h" #include "qemu/qemu_capspriv.h"
#define VIR_FROM_THIS VIR_FROM_NONE #define VIR_FROM_THIS VIR_FROM_NONE
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include "internal.h" #include "internal.h"
#include "virthread.h" #include "virthread.h"
#include "qemu/qemu_capabilities.h" #include "qemu/qemu_capabilities.h"
#define __QEMU_CAPSRIV_H_ALLOW__ 1 #define __QEMU_CAPSPRIV_H_ALLOW__ 1
#include "qemu/qemu_capspriv.h" #include "qemu/qemu_capspriv.h"
#define VIR_FROM_THIS VIR_FROM_NONE #define VIR_FROM_THIS VIR_FROM_NONE
......
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
#include "internal.h" #include "internal.h"
#include "qemu/qemu_capabilities.h" #include "qemu/qemu_capabilities.h"
#define __QEMU_CAPSRIV_H_ALLOW__ #define __QEMU_CAPSPRIV_H_ALLOW__
#include "qemu/qemu_capspriv.h" #include "qemu/qemu_capspriv.h"
#undef __QEMU_CAPSRIV_H_ALLOW__ #undef __QEMU_CAPSPRIV_H_ALLOW__
virCPUDefPtr virCPUDefPtr
......
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
# include "storage/storage_driver.h" # include "storage/storage_driver.h"
# include "virmock.h" # include "virmock.h"
# define __QEMU_CAPSRIV_H_ALLOW__ # define __QEMU_CAPSPRIV_H_ALLOW__
# include "qemu/qemu_capspriv.h" # include "qemu/qemu_capspriv.h"
# undef __QEMU_CAPSRIV_H_ALLOW__ # undef __QEMU_CAPSPRIV_H_ALLOW__
# include "testutilsqemu.h" # include "testutilsqemu.h"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# include "cpu_conf.h" # include "cpu_conf.h"
# include "qemu/qemu_driver.h" # include "qemu/qemu_driver.h"
# include "qemu/qemu_domain.h" # include "qemu/qemu_domain.h"
# define __QEMU_CAPSRIV_H_ALLOW__ # define __QEMU_CAPSPRIV_H_ALLOW__
# include "qemu/qemu_capspriv.h" # include "qemu/qemu_capspriv.h"
# include "virstring.h" # include "virstring.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册