git.annexia.org
/
ocaml-libvirt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f321a8
)
Correct mlvirsh for new read-write connection.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 10 Mar 2009 10:32:33 +0000
(10:32 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 10 Mar 2009 10:32:33 +0000
(10:32 +0000)
mlvirsh/mlvirsh.ml
patch
|
blob
|
history
diff --git
a/mlvirsh/mlvirsh.ml
b/mlvirsh/mlvirsh.ml
index
8037e4d
..
53a0493
100644
(file)
--- a/
mlvirsh/mlvirsh.ml
+++ b/
mlvirsh/mlvirsh.ml
@@
-466,7
+466,7
@@
let do_command =
in
loop 0;
buf)
- (arg_
readonly
_connection domain_of_string)
+ (arg_
full
_connection domain_of_string)
string_of_string Int64.of_string int_of_string,
s_"Peek into a block device of a domain.",
[dom_help; s_"path",s_"Path to block device";
@@
-516,7
+516,7
@@
let do_command =
in
loop 0;
buf)
- (arg_
readonly
_connection domain_of_string)
+ (arg_
full
_connection domain_of_string)
Int64.of_string int_of_string,
s_"Peek into memory of a device.",
[dom_help; s_"offset",s_"Offset in memory";