]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: Fix typo in __QEMU_CAPSPRIV_H_ALLOW__
authorAndrea Bolognani <abologna@redhat.com>
Wed, 22 Mar 2017 15:22:15 +0000 (16:22 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 23 Mar 2017 09:24:34 +0000 (10:24 +0100)
src/qemu/qemu_capabilities.c
src/qemu/qemu_capspriv.h
tests/cputest.c
tests/qemucapabilitiestest.c
tests/qemucapsprobe.c
tests/qemucpumock.c
tests/qemuxml2argvtest.c
tests/testutilsqemu.c

index 60ed31ef9d9bd36b7917b16e9e2604695c46a3e0..8bd39c729b6b28f463962ead8e16ba98a2f0f086 100644 (file)
@@ -44,7 +44,7 @@
 #include "virstring.h"
 #include "qemu_hostdev.h"
 #include "qemu_domain.h"
-#define __QEMU_CAPSRIV_H_ALLOW__
+#define __QEMU_CAPSPRIV_H_ALLOW__
 #include "qemu_capspriv.h"
 
 #include <fcntl.h>
index ee29b8bba71e5539f4783288b7f0523b92b7bf01..61ccd45178698ca4d17478d96d5046d2bb2ca3ba 100644 (file)
@@ -21,7 +21,7 @@
  * 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"
 #endif
 
index 5e205c501835adf6e52a8ea60b9d38b933e67ddc..917b1a34cab36f8be8a41248883c645a932dc6c3 100644 (file)
@@ -43,9 +43,9 @@
 #if WITH_QEMU && WITH_YAJL
 # include "testutilsqemu.h"
 # include "qemumonitortestutils.h"
-# define __QEMU_CAPSRIV_H_ALLOW__
+# define __QEMU_CAPSPRIV_H_ALLOW__
 # include "qemu/qemu_capspriv.h"
-# undef __QEMU_CAPSRIV_H_ALLOW__
+# undef __QEMU_CAPSPRIV_H_ALLOW__
 #endif
 
 #define VIR_FROM_THIS VIR_FROM_CPU
index 2152e80bfbdb9c494c3be44003962b95af83f2f1..2918ff46954433d6b3b498355f2f5b28ca96b31f 100644 (file)
@@ -22,7 +22,7 @@
 #include "testutils.h"
 #include "testutilsqemu.h"
 #include "qemumonitortestutils.h"
-#define __QEMU_CAPSRIV_H_ALLOW__
+#define __QEMU_CAPSPRIV_H_ALLOW__
 #include "qemu/qemu_capspriv.h"
 
 #define VIR_FROM_THIS VIR_FROM_NONE
index fb9f3e935feea14a5f7542e33c95c6fdf856ec54..561c5d7c146e36f1eca8a44474088a0dd0d10af7 100644 (file)
@@ -24,7 +24,7 @@
 #include "internal.h"
 #include "virthread.h"
 #include "qemu/qemu_capabilities.h"
-#define __QEMU_CAPSRIV_H_ALLOW__ 1
+#define __QEMU_CAPSPRIV_H_ALLOW__ 1
 #include "qemu/qemu_capspriv.h"
 
 #define VIR_FROM_THIS VIR_FROM_NONE
index 2c1d24dd4781ac3ede0c46e623702f12ba5b2c05..f0a113ffceca9fd42deb09b6e5d3e17f994276a9 100644 (file)
@@ -18,9 +18,9 @@
 
 #include "internal.h"
 #include "qemu/qemu_capabilities.h"
-#define __QEMU_CAPSRIV_H_ALLOW__
+#define __QEMU_CAPSPRIV_H_ALLOW__
 #include "qemu/qemu_capspriv.h"
-#undef __QEMU_CAPSRIV_H_ALLOW__
+#undef __QEMU_CAPSPRIV_H_ALLOW__
 
 
 virCPUDefPtr
index 64e14af891813448160aab59774d76de132076a3..ec73ac7e35ec2fb12f74abb95f66442ac9e4bfcb 100644 (file)
@@ -27,9 +27,9 @@
 # include "storage/storage_driver.h"
 # include "virmock.h"
 
-# define __QEMU_CAPSRIV_H_ALLOW__
+# define __QEMU_CAPSPRIV_H_ALLOW__
 # include "qemu/qemu_capspriv.h"
-# undef __QEMU_CAPSRIV_H_ALLOW__
+# undef __QEMU_CAPSPRIV_H_ALLOW__
 
 # include "testutilsqemu.h"
 
index 026b73e9b6d4b0f72dcf5943d061e7cfbf597d78..4cc482dfb01ef3cf0a6110cbb24d22df327157a5 100644 (file)
@@ -8,7 +8,7 @@
 # include "cpu_conf.h"
 # include "qemu/qemu_driver.h"
 # include "qemu/qemu_domain.h"
-# define __QEMU_CAPSRIV_H_ALLOW__
+# define __QEMU_CAPSPRIV_H_ALLOW__
 # include "qemu/qemu_capspriv.h"
 # include "virstring.h"