mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
launch: libvirt: Move remaining to-do items to TODO file.
This commit is contained in:
15
TODO
15
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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user