summaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-01-28 13:19:52 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-02-03 18:50:45 +0000
commitcfd9513a54778e1ade82dc1eb351ea32416938a8 (patch)
treef8ab099c3f7fe1eb20d9fa2a1c67522e8cca2206 /fish
parent17434fb159e6391353363b3d11e2c1fb626fe548 (diff)
downloadlibguestfs-cfd9513a54778e1ade82dc1eb351ea32416938a8.tar.gz
libguestfs-cfd9513a54778e1ade82dc1eb351ea32416938a8.tar.xz
libguestfs-cfd9513a54778e1ade82dc1eb351ea32416938a8.zip
Add guestfs_add_domain 'live' flag.
This optional flag controls whether this API call will try to connect to a running virtual machine 'guestfsd' process. If the flag is given and the virtual machine is running, then the libvirt XML is parsed looking for a suitable <channel> element, and 'guestfs_set_attach_method' is called with the corresponding virtio-serial socket path.
Diffstat (limited to 'fish')
-rw-r--r--fish/fish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/fish.c b/fish/fish.c
index 10f645f5..eb7c8fe8 100644
--- a/fish/fish.c
+++ b/fish/fish.c
@@ -1,5 +1,5 @@
/* guestfish - the filesystem interactive shell
- * Copyright (C) 2009-2010 Red Hat Inc.
+ * Copyright (C) 2009-2011 Red Hat Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by