9119d9
From cb3fb90aa7a48ef661aeefc858bf1f8ff163f8de Mon Sep 17 00:00:00 2001
9119d9
Message-Id: <cb3fb90aa7a48ef661aeefc858bf1f8ff163f8de@dist-git>
9119d9
From: John Ferlan <jferlan@redhat.com>
9119d9
Date: Tue, 28 Oct 2014 22:28:43 -0400
9119d9
Subject: [PATCH] virsh: Adjust the text in man page regarding qemu-attach
9119d9
9119d9
https://bugzilla.redhat.com/show_bug.cgi?id=1141621
9119d9
9119d9
Slight adjustment to the qemu-attach man page to note device hotplug
9119d9
and hot unplug may not work and that the environment should be considered
9119d9
read-only
9119d9
9119d9
(cherry picked from commit c4056d2b45d91097f2d947165ef1fa5142311234)
9119d9
Signed-off-by: John Ferlan <jferlan@redhat.com>
9119d9
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
9119d9
---
9119d9
 tools/virsh.pod | 5 +++--
9119d9
 1 file changed, 3 insertions(+), 2 deletions(-)
9119d9
9119d9
diff --git a/tools/virsh.pod b/tools/virsh.pod
9119d9
index 7d4e497..0c25d59 100644
9119d9
--- a/tools/virsh.pod
9119d9
+++ b/tools/virsh.pod
9119d9
@@ -3667,8 +3667,9 @@ using the UNIX driver. Ideally the process will also have had the
9119d9
 
9119d9
 Not all functions of libvirt are expected to work reliably after
9119d9
 attaching to an externally launched QEMU process. There may be
9119d9
-issues with the guest ABI changing upon migration, and hotunplug
9119d9
-may not work.
9119d9
+issues with the guest ABI changing upon migration and device hotplug
9119d9
+or hotunplug may not work. The attached environment should be considered
9119d9
+primarily read-only.
9119d9
 
9119d9
 =item B<qemu-monitor-command> I<domain> { [I<--hmp>] | [I<--pretty>] }
9119d9
 I<command>...
9119d9
-- 
9119d9
2.1.3
9119d9