summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-11-19 16:50:04 +0000
committerRichard Jones <rjones@redhat.com>2009-11-19 16:50:04 +0000
commit3d05963f9e0fd2229e04e0add391a4cbcdf8d86c (patch)
treef76c6c1c11bf3e1ea37a8fd4afa48239d8168be3
parent8b3e75a3c78064a9dcf4952c50fe631442313743 (diff)
downloadlibguestfs-3d05963f9e0fd2229e04e0add391a4cbcdf8d86c.tar.gz
libguestfs-3d05963f9e0fd2229e04e0add391a4cbcdf8d86c.tar.xz
libguestfs-3d05963f9e0fd2229e04e0add391a4cbcdf8d86c.zip
Update TODO file.
-rw-r--r--TODO21
1 files changed, 21 insertions, 0 deletions
diff --git a/TODO b/TODO
index 9c095574..981d67b4 100644
--- a/TODO
+++ b/TODO
@@ -261,3 +261,24 @@ virt-rescue TERM
Pass TERM from the library, through the kernel command line, to the
init script.
+
+Windows-based daemon/appliance
+------------------------------
+
+See discussion on list:
+https://www.redhat.com/archives/libguestfs/2009-November/msg00165.html
+
+virt-grow, virt-shrink
+----------------------
+
+Grow and shrink existing guests. The main problem comes with
+MBR-style partitions where you have to actually copy data around the
+disk (unless you only want to change the final partition).
+
+qemu locking
+------------
+
+Add -drive file=...,lock=exclusive and -drive file=...,lock=shared
+
+Change libguestfs and libvirt to do the right thing, so that multiple
+instances of qemu cannot stomp on each other. \ No newline at end of file