Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
26026810
L
libvirt
项目概览
openeuler
/
libvirt
通知
3
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
L
libvirt
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
26026810
编写于
3月 22, 2017
作者:
A
Andrea Bolognani
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
qemu: Fix typo in __QEMU_CAPSPRIV_H_ALLOW__
上级
80958284
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
11 addition
and
11 deletion
+11
-11
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.c
+1
-1
src/qemu/qemu_capspriv.h
src/qemu/qemu_capspriv.h
+1
-1
tests/cputest.c
tests/cputest.c
+2
-2
tests/qemucapabilitiestest.c
tests/qemucapabilitiestest.c
+1
-1
tests/qemucapsprobe.c
tests/qemucapsprobe.c
+1
-1
tests/qemucpumock.c
tests/qemucpumock.c
+2
-2
tests/qemuxml2argvtest.c
tests/qemuxml2argvtest.c
+2
-2
tests/testutilsqemu.c
tests/testutilsqemu.c
+1
-1
未找到文件。
src/qemu/qemu_capabilities.c
浏览文件 @
26026810
...
...
@@ -44,7 +44,7 @@
#include "virstring.h"
#include "qemu_hostdev.h"
#include "qemu_domain.h"
#define __QEMU_CAPSRIV_H_ALLOW__
#define __QEMU_CAPS
P
RIV_H_ALLOW__
#include "qemu_capspriv.h"
#include <fcntl.h>
...
...
src/qemu/qemu_capspriv.h
浏览文件 @
26026810
...
...
@@ -21,7 +21,7 @@
* Author: Pavel Fedin <p.fedin@samsung.com>
*/
#ifndef __QEMU_CAPSRIV_H_ALLOW__
#ifndef __QEMU_CAPS
P
RIV_H_ALLOW__
# error "qemu_capspriv.h may only be included by qemu_capabilities.c or test suites"
#endif
...
...
tests/cputest.c
浏览文件 @
26026810
...
...
@@ -43,9 +43,9 @@
#if WITH_QEMU && WITH_YAJL
# include "testutilsqemu.h"
# include "qemumonitortestutils.h"
# define __QEMU_CAPSRIV_H_ALLOW__
# define __QEMU_CAPS
P
RIV_H_ALLOW__
# include "qemu/qemu_capspriv.h"
# undef __QEMU_CAPSRIV_H_ALLOW__
# undef __QEMU_CAPS
P
RIV_H_ALLOW__
#endif
#define VIR_FROM_THIS VIR_FROM_CPU
...
...
tests/qemucapabilitiestest.c
浏览文件 @
26026810
...
...
@@ -22,7 +22,7 @@
#include "testutils.h"
#include "testutilsqemu.h"
#include "qemumonitortestutils.h"
#define __QEMU_CAPSRIV_H_ALLOW__
#define __QEMU_CAPS
P
RIV_H_ALLOW__
#include "qemu/qemu_capspriv.h"
#define VIR_FROM_THIS VIR_FROM_NONE
...
...
tests/qemucapsprobe.c
浏览文件 @
26026810
...
...
@@ -24,7 +24,7 @@
#include "internal.h"
#include "virthread.h"
#include "qemu/qemu_capabilities.h"
#define __QEMU_CAPSRIV_H_ALLOW__ 1
#define __QEMU_CAPS
P
RIV_H_ALLOW__ 1
#include "qemu/qemu_capspriv.h"
#define VIR_FROM_THIS VIR_FROM_NONE
...
...
tests/qemucpumock.c
浏览文件 @
26026810
...
...
@@ -18,9 +18,9 @@
#include "internal.h"
#include "qemu/qemu_capabilities.h"
#define __QEMU_CAPSRIV_H_ALLOW__
#define __QEMU_CAPS
P
RIV_H_ALLOW__
#include "qemu/qemu_capspriv.h"
#undef __QEMU_CAPSRIV_H_ALLOW__
#undef __QEMU_CAPS
P
RIV_H_ALLOW__
virCPUDefPtr
...
...
tests/qemuxml2argvtest.c
浏览文件 @
26026810
...
...
@@ -27,9 +27,9 @@
# include "storage/storage_driver.h"
# include "virmock.h"
# define __QEMU_CAPSRIV_H_ALLOW__
# define __QEMU_CAPS
P
RIV_H_ALLOW__
# include "qemu/qemu_capspriv.h"
# undef __QEMU_CAPSRIV_H_ALLOW__
# undef __QEMU_CAPS
P
RIV_H_ALLOW__
# include "testutilsqemu.h"
...
...
tests/testutilsqemu.c
浏览文件 @
26026810
...
...
@@ -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_CAPS
P
RIV_H_ALLOW__
# include "qemu/qemu_capspriv.h"
# include "virstring.h"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录