Displaying 1 result from an estimated 1 matches for "8779dcb".
2016 Oct 06
1
[PATCH] launch: libvirt: Remove unused USB and memballoon devices.
Thanks: Laine Stump.
See also:
https://www.redhat.com/archives/libvir-list/2016-October/msg00246.html
---
src/launch-libvirt.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/src/launch-libvirt.c b/src/launch-libvirt.c
index d8479dc..8779dcb 100644
--- a/src/launch-libvirt.c
+++ b/src/launch-libvirt.c
@@ -1397,6 +1397,18 @@ construct_libvirt_xml_devices (guestfs_h *g,
} end_element ();
}
+ /* Libvirt adds some devices by default. Indicate to libvirt
+ * that we don't want them.
+ */
+ start_element (&qu...