Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
a27e4fbb
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看板
提交
a27e4fbb
编写于
12月 04, 2012
作者:
D
Daniel P. Berrange
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Rename bitmap.{c,h} to virbitmap.{c,h}
Signed-off-by:
N
Daniel P. Berrange
<
berrange@redhat.com
>
上级
f9c7020c
变更
20
隐藏空白更改
内联
并排
Showing
20 changed file
with
21 addition
and
22 deletion
+21
-22
src/Makefile.am
src/Makefile.am
+1
-1
src/conf/cpu_conf.h
src/conf/cpu_conf.h
+1
-1
src/conf/domain_conf.c
src/conf/domain_conf.c
+1
-2
src/conf/domain_conf.h
src/conf/domain_conf.h
+1
-1
src/conf/network_conf.h
src/conf/network_conf.h
+1
-1
src/conf/snapshot_conf.c
src/conf/snapshot_conf.c
+1
-1
src/libxl/libxl_conf.h
src/libxl/libxl_conf.h
+1
-1
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.c
+1
-1
src/qemu/qemu_conf.h
src/qemu/qemu_conf.h
+1
-1
src/qemu/qemu_driver.c
src/qemu/qemu_driver.c
+1
-1
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor.h
+1
-1
src/qemu/qemu_monitor_json.h
src/qemu/qemu_monitor_json.h
+1
-1
src/qemu/qemu_process.c
src/qemu/qemu_process.c
+1
-1
src/util/dnsmasq.c
src/util/dnsmasq.c
+1
-1
src/util/processinfo.h
src/util/processinfo.h
+1
-1
src/util/virbitmap.c
src/util/virbitmap.c
+2
-2
src/util/virbitmap.h
src/util/virbitmap.h
+1
-1
tests/virbitmaptest.c
tests/virbitmaptest.c
+1
-1
tools/virsh-domain.c
tools/virsh-domain.c
+1
-1
tools/virsh.c
tools/virsh.c
+1
-1
未找到文件。
src/Makefile.am
浏览文件 @
a27e4fbb
...
@@ -53,7 +53,6 @@ augeastest_DATA =
...
@@ -53,7 +53,6 @@ augeastest_DATA =
# These files are not related to driver APIs. Simply generic
# These files are not related to driver APIs. Simply generic
# helper APIs for various purposes
# helper APIs for various purposes
UTIL_SOURCES
=
\
UTIL_SOURCES
=
\
util/bitmap.c util/bitmap.h
\
util/buf.c util/buf.h
\
util/buf.c util/buf.h
\
util/command.c util/command.h
\
util/command.c util/command.h
\
util/conf.c util/conf.h
\
util/conf.c util/conf.h
\
...
@@ -84,6 +83,7 @@ UTIL_SOURCES = \
...
@@ -84,6 +83,7 @@ UTIL_SOURCES = \
util/viraudit.c util/viraudit.h
\
util/viraudit.c util/viraudit.h
\
util/virauth.c util/virauth.h
\
util/virauth.c util/virauth.h
\
util/virauthconfig.c util/virauthconfig.h
\
util/virauthconfig.c util/virauthconfig.h
\
util/virbitmap.c util/virbitmap.h
\
util/virfile.c util/virfile.h
\
util/virfile.c util/virfile.h
\
util/virnodesuspend.c util/virnodesuspend.h
\
util/virnodesuspend.c util/virnodesuspend.h
\
util/virobject.c util/virobject.h
\
util/virobject.c util/virobject.h
\
...
...
src/conf/cpu_conf.h
浏览文件 @
a27e4fbb
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
# include "util.h"
# include "util.h"
# include "buf.h"
# include "buf.h"
# include "xml.h"
# include "xml.h"
# include "bitmap.h"
# include "
vir
bitmap.h"
# include "virarch.h"
# include "virarch.h"
# define VIR_CPU_VENDOR_ID_LENGTH 12
# define VIR_CPU_VENDOR_ID_LENGTH 12
...
...
src/conf/domain_conf.c
浏览文件 @
a27e4fbb
...
@@ -44,14 +44,13 @@
...
@@ -44,14 +44,13 @@
#include "nwfilter_conf.h"
#include "nwfilter_conf.h"
#include "storage_file.h"
#include "storage_file.h"
#include "virfile.h"
#include "virfile.h"
#include "bitmap.h"
#include "
vir
bitmap.h"
#include "count-one-bits.h"
#include "count-one-bits.h"
#include "secret_conf.h"
#include "secret_conf.h"
#include "netdev_vport_profile_conf.h"
#include "netdev_vport_profile_conf.h"
#include "netdev_bandwidth_conf.h"
#include "netdev_bandwidth_conf.h"
#include "netdev_vlan_conf.h"
#include "netdev_vlan_conf.h"
#include "device_conf.h"
#include "device_conf.h"
#include "bitmap.h"
#define VIR_FROM_THIS VIR_FROM_DOMAIN
#define VIR_FROM_THIS VIR_FROM_DOMAIN
...
...
src/conf/domain_conf.h
浏览文件 @
a27e4fbb
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
# include "virnetdevvlan.h"
# include "virnetdevvlan.h"
# include "virobject.h"
# include "virobject.h"
# include "device_conf.h"
# include "device_conf.h"
# include "bitmap.h"
# include "
vir
bitmap.h"
# include "storage_file.h"
# include "storage_file.h"
/* forward declarations of all device types, required by
/* forward declarations of all device types, required by
...
...
src/conf/network_conf.h
浏览文件 @
a27e4fbb
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
# include "virnetdevvlan.h"
# include "virnetdevvlan.h"
# include "virmacaddr.h"
# include "virmacaddr.h"
# include "device_conf.h"
# include "device_conf.h"
# include "bitmap.h"
# include "
vir
bitmap.h"
enum
virNetworkForwardType
{
enum
virNetworkForwardType
{
VIR_NETWORK_FORWARD_NONE
=
0
,
VIR_NETWORK_FORWARD_NONE
=
0
,
...
...
src/conf/snapshot_conf.c
浏览文件 @
a27e4fbb
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
#include <unistd.h>
#include <unistd.h>
#include "internal.h"
#include "internal.h"
#include "bitmap.h"
#include "
vir
bitmap.h"
#include "buf.h"
#include "buf.h"
#include "count-one-bits.h"
#include "count-one-bits.h"
#include "datatypes.h"
#include "datatypes.h"
...
...
src/libxl/libxl_conf.h
浏览文件 @
a27e4fbb
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
# include "domain_event.h"
# include "domain_event.h"
# include "capabilities.h"
# include "capabilities.h"
# include "configmake.h"
# include "configmake.h"
# include "bitmap.h"
# include "
vir
bitmap.h"
# define LIBXL_VNC_PORT_MIN 5900
# define LIBXL_VNC_PORT_MIN 5900
...
...
src/qemu/qemu_capabilities.c
浏览文件 @
a27e4fbb
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
#include "cpu/cpu.h"
#include "cpu/cpu.h"
#include "domain_conf.h"
#include "domain_conf.h"
#include "command.h"
#include "command.h"
#include "bitmap.h"
#include "
vir
bitmap.h"
#include "virnodesuspend.h"
#include "virnodesuspend.h"
#include "qemu_monitor.h"
#include "qemu_monitor.h"
...
...
src/qemu/qemu_conf.h
浏览文件 @
a27e4fbb
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
# include "hostusb.h"
# include "hostusb.h"
# include "cpu_conf.h"
# include "cpu_conf.h"
# include "driver.h"
# include "driver.h"
# include "bitmap.h"
# include "
vir
bitmap.h"
# include "command.h"
# include "command.h"
# include "threadpool.h"
# include "threadpool.h"
# include "locking/lock_manager.h"
# include "locking/lock_manager.h"
...
...
src/qemu/qemu_driver.c
浏览文件 @
a27e4fbb
...
@@ -91,7 +91,7 @@
...
@@ -91,7 +91,7 @@
#include "virnodesuspend.h"
#include "virnodesuspend.h"
#include "virtime.h"
#include "virtime.h"
#include "virtypedparam.h"
#include "virtypedparam.h"
#include "bitmap.h"
#include "
vir
bitmap.h"
#define VIR_FROM_THIS VIR_FROM_QEMU
#define VIR_FROM_THIS VIR_FROM_QEMU
...
...
src/qemu/qemu_monitor.h
浏览文件 @
a27e4fbb
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
# include "internal.h"
# include "internal.h"
# include "domain_conf.h"
# include "domain_conf.h"
# include "bitmap.h"
# include "
vir
bitmap.h"
# include "virhash.h"
# include "virhash.h"
# include "json.h"
# include "json.h"
# include "device_conf.h"
# include "device_conf.h"
...
...
src/qemu/qemu_monitor_json.h
浏览文件 @
a27e4fbb
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
# include "internal.h"
# include "internal.h"
# include "qemu_monitor.h"
# include "qemu_monitor.h"
# include "bitmap.h"
# include "
vir
bitmap.h"
int
qemuMonitorJSONIOProcess
(
qemuMonitorPtr
mon
,
int
qemuMonitorJSONIOProcess
(
qemuMonitorPtr
mon
,
const
char
*
data
,
const
char
*
data
,
...
...
src/qemu/qemu_process.c
浏览文件 @
a27e4fbb
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
#include "virprocess.h"
#include "virprocess.h"
#include "virtime.h"
#include "virtime.h"
#include "virnetdevtap.h"
#include "virnetdevtap.h"
#include "bitmap.h"
#include "
vir
bitmap.h"
#define VIR_FROM_THIS VIR_FROM_QEMU
#define VIR_FROM_THIS VIR_FROM_QEMU
...
...
src/util/dnsmasq.c
浏览文件 @
a27e4fbb
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
#include "internal.h"
#include "internal.h"
#include "datatypes.h"
#include "datatypes.h"
#include "bitmap.h"
#include "
vir
bitmap.h"
#include "dnsmasq.h"
#include "dnsmasq.h"
#include "util.h"
#include "util.h"
#include "command.h"
#include "command.h"
...
...
src/util/processinfo.h
浏览文件 @
a27e4fbb
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
# define __VIR_PROCESSINFO_H__
# define __VIR_PROCESSINFO_H__
# include "internal.h"
# include "internal.h"
# include "bitmap.h"
# include "
vir
bitmap.h"
int
virProcessInfoSetAffinity
(
pid_t
pid
,
virBitmapPtr
map
);
int
virProcessInfoSetAffinity
(
pid_t
pid
,
virBitmapPtr
map
);
...
...
src/util/bitmap.c
→
src/util/
vir
bitmap.c
浏览文件 @
a27e4fbb
/*
/*
* bitmap.h: Simple bitmap operations
*
vir
bitmap.h: Simple bitmap operations
*
*
* Copyright (C) 2010-2012 Red Hat, Inc.
* Copyright (C) 2010-2012 Red Hat, Inc.
* Copyright (C) 2010 Novell, Inc.
* Copyright (C) 2010 Novell, Inc.
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
#include <stdlib.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/types.h>
#include "bitmap.h"
#include "
vir
bitmap.h"
#include "memory.h"
#include "memory.h"
#include "buf.h"
#include "buf.h"
#include "util.h"
#include "util.h"
...
...
src/util/bitmap.h
→
src/util/
vir
bitmap.h
浏览文件 @
a27e4fbb
/*
/*
* bitmap.h: Simple bitmap operations
*
vir
bitmap.h: Simple bitmap operations
*
*
* Copyright (C) 2012 Red Hat, Inc.
* Copyright (C) 2012 Red Hat, Inc.
* Copyright (C) 2010 Novell, Inc.
* Copyright (C) 2010 Novell, Inc.
...
...
tests/virbitmaptest.c
浏览文件 @
a27e4fbb
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include "testutils.h"
#include "testutils.h"
#include "bitmap.h"
#include "
vir
bitmap.h"
static
int
test1
(
const
void
*
data
ATTRIBUTE_UNUSED
)
static
int
test1
(
const
void
*
data
ATTRIBUTE_UNUSED
)
{
{
...
...
tools/virsh-domain.c
浏览文件 @
a27e4fbb
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
#include <libxml/xmlsave.h>
#include <libxml/xmlsave.h>
#include "internal.h"
#include "internal.h"
#include "bitmap.h"
#include "
vir
bitmap.h"
#include "buf.h"
#include "buf.h"
#include "c-ctype.h"
#include "c-ctype.h"
#include "conf/domain_conf.h"
#include "conf/domain_conf.h"
...
...
tools/virsh.c
浏览文件 @
a27e4fbb
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
#include "command.h"
#include "command.h"
#include "virkeycode.h"
#include "virkeycode.h"
#include "virnetdevbandwidth.h"
#include "virnetdevbandwidth.h"
#include "
util/
bitmap.h"
#include "
vir
bitmap.h"
#include "conf/domain_conf.h"
#include "conf/domain_conf.h"
#include "virtypedparam.h"
#include "virtypedparam.h"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录