diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-06-22 10:13:23 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-06-22 13:22:52 +0100 |
commit | 5f10c3350338bbca735a74db26f98da968957bd9 (patch) | |
tree | 563ae20d2dd091ab6de58a111d56dd7c08660028 /generator | |
parent | 56b94f5f6aa7981533ad867cc908c6e9cca2ba42 (diff) | |
download | libguestfs-5f10c3350338bbca735a74db26f98da968957bd9.tar.gz libguestfs-5f10c3350338bbca735a74db26f98da968957bd9.tar.xz libguestfs-5f10c3350338bbca735a74db26f98da968957bd9.zip |
New API: list-9p lists 9p filesystem mount tags (RHBZ#714981).
Diffstat (limited to 'generator')
-rw-r--r-- | generator/generator_actions.ml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 74b65154..634ceeb4 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -5960,6 +5960,13 @@ This returns true iff the device exists and contains all zero bytes. Note that for large devices this can take a long time to run."); + ("list_9p", (RStringList "mounttags", [], []), 285, [], + [], + "list 9p filesystems", + "\ +List all 9p filesystems attached to the guest. A list of +mount tags is returned."); + ] let all_functions = non_daemon_functions @ daemon_functions |