提交 dfe570a9 编写于 作者: R Richard W.M. Jones

Thu Apr 12 15:18:00 BST 2007 Richard Jones <rjones@redhat.com>

        * src/libvirt.c: set VIR_CONNECT_RO on read-only connections.
          Patch by S.Sakamoto.
上级 1ec25df2
Thu Apr 12 15:18:00 BST 2007 Richard Jones <rjones@redhat.com>
* src/libvirt.c: set VIR_CONNECT_RO on read-only connections.
Patch by S.Sakamoto.
Wed Apr 11 18:04:00 CEST 2007 Daniel Veillard <veillard@redhat.com>
* src/xend_internal.c src/xml.c: applied patch from Nobuhiro Itou
......
......@@ -302,6 +302,10 @@ do_open (const char *name, int flags)
}
}
if (flags & VIR_DRV_OPEN_RO) {
ret->flags = VIR_CONNECT_RO;
}
return ret;
failed:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册