mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: Fix typo in __QEMU_CAPSPRIV_H_ALLOW__
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user