summaryrefslogtreecommitdiffstats
path: root/src/launch-libvirt.c
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 /src/launch-libvirt.c
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 'src/launch-libvirt.c')
-rw-r--r--src/launch-libvirt.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/launch-libvirt.c b/src/launch-libvirt.c
index 2574b6a9..649c809b 100644
--- a/src/launch-libvirt.c
+++ b/src/launch-libvirt.c
@@ -16,24 +16,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/* To do (XXX):
- *
- * - Need to query libvirt to find out if virtio-scsi is supported.
- * This code assumes it.
- *
- * - SELinux labelling of guestfsd.sock, console.sock
- *
- * - Set qemu binary to non-standard (g->qemu).
- *
- * - Check for feature parity with src/launch-appliance.c
- *
- * - Environment variable $LIBGUESTFS_ATTACH_METHOD
- *
- * - ./configure override default
- *
- * - Remote support.
- */
-
#include <config.h>
#include <stdio.h>