summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-07-23 14:28:03 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-07-23 14:28:03 +0100
commit99f108b840830a7e967bf75521e4e4bee31ec946 (patch)
tree24b451cde0c6397903b268afe00ccf46cab0d5ec /TODO
parent68836022d26fdb3f55596cd12ecf1cf6e54f547c (diff)
downloadlibguestfs-99f108b840830a7e967bf75521e4e4bee31ec946.tar.gz
libguestfs-99f108b840830a7e967bf75521e4e4bee31ec946.tar.xz
libguestfs-99f108b840830a7e967bf75521e4e4bee31ec946.zip
launch: libvirt: Move remaining to-do items to TODO file.
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/TODO b/TODO
index 247f98a1..362a79e1 100644
--- a/TODO
+++ b/TODO
@@ -514,3 +514,18 @@ necessarily care about ongoing data integrity while writing, as long
as data is reliably written out when g.sync or g.close return. Also
in libguestfs we effectively control the whole stack, so we can ensure
write barriers happen when we want.
+
+libvirt attach-method
+---------------------
+
+Since libguestfs 1.19.24 this mostly works. Here are some suggested
+items to work on:
+
+ - SELinux labelling of guestfsd.sock, console.sock
+ https://bugzilla.redhat.com/show_bug.cgi?id=842307
+ Once this is fixed, remove <seclabel type=none> from libvirt XML
+
+ - Check feature parity between src/launch-appliance.c and
+ src/launch-libvirt.c.
+
+ - Remote support. (This requires work on libvirt)