Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
84ef468b
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看板
体验新版 GitCode,发现更多精彩内容 >>
提交
84ef468b
编写于
1月 20, 2009
作者:
D
Daniel P. Berrange
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fix some misleading comments in XM driver
上级
2c7be88d
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
12 addition
and
7 deletion
+12
-7
ChangeLog
ChangeLog
+5
-0
src/xm_internal.c
src/xm_internal.c
+7
-7
未找到文件。
ChangeLog
浏览文件 @
84ef468b
Tue Jan 20 18:16:53 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
* src/xm_internal.c: Fix 2 misleading comments & potential
NULL deference
Tue Jan 20 17:46:53 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
Tue Jan 20 17:46:53 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
* src/remote_internal.c: Remove a use of strerror() in error
* src/remote_internal.c: Remove a use of strerror() in error
...
...
src/xm_internal.c
浏览文件 @
84ef468b
...
@@ -559,10 +559,10 @@ int xenXMConfigCacheRefresh (virConnectPtr conn) {
...
@@ -559,10 +559,10 @@ int xenXMConfigCacheRefresh (virConnectPtr conn) {
/*
/*
*
Open a 'connection' to the config file directory ;-)
*
The XM driver keeps a cache of config files as virDomainDefPtr
*
We just create a hash table to store config files in.
*
objects in the xenUnifiedPrivatePtr. Optionally inotify lets
*
We only support a single directory, so repeated calls
*
us watch for changes (see separate driver), otherwise we poll
*
to open all end up using the same cache of file
s
*
every few second
s
*/
*/
virDrvOpenStatus
virDrvOpenStatus
xenXMOpen
(
virConnectPtr
conn
,
xenXMOpen
(
virConnectPtr
conn
,
...
@@ -591,8 +591,8 @@ xenXMOpen (virConnectPtr conn,
...
@@ -591,8 +591,8 @@ xenXMOpen (virConnectPtr conn,
}
}
/*
/*
* Free the c
onfig files in the cache if this is the
* Free the c
ached config files associated with this
*
last
connection
* connection
*/
*/
int
xenXMClose
(
virConnectPtr
conn
)
{
int
xenXMClose
(
virConnectPtr
conn
)
{
xenUnifiedPrivatePtr
priv
=
conn
->
privateData
;
xenUnifiedPrivatePtr
priv
=
conn
->
privateData
;
...
@@ -1290,7 +1290,7 @@ no_memory:
...
@@ -1290,7 +1290,7 @@ no_memory:
* domain, suitable for later feeding for virDomainCreateXML
* domain, suitable for later feeding for virDomainCreateXML
*/
*/
char
*
xenXMDomainDumpXML
(
virDomainPtr
domain
,
int
flags
)
{
char
*
xenXMDomainDumpXML
(
virDomainPtr
domain
,
int
flags
)
{
xenUnifiedPrivatePtr
priv
=
domain
->
conn
->
privateData
;
xenUnifiedPrivatePtr
priv
;
const
char
*
filename
;
const
char
*
filename
;
xenXMConfCachePtr
entry
;
xenXMConfCachePtr
entry
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录