diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-03-28 10:35:14 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-03-28 10:35:14 +0100 |
commit | feaddb062afcab9117215b4c2188f63d8b647b99 (patch) | |
tree | aa097a3f26a1039d210d499389a31b9821df49a6 | |
parent | b8724e23520563606aa15096a50f9964bd2e930a (diff) | |
download | libguestfs-feaddb062afcab9117215b4c2188f63d8b647b99.tar.gz libguestfs-feaddb062afcab9117215b4c2188f63d8b647b99.tar.xz libguestfs-feaddb062afcab9117215b4c2188f63d8b647b99.zip |
roadmap: Move QMP to 'beyond 1.10'.
See: https://www.redhat.com/archives/libguestfs/2011-March/msg00124.html
-rw-r--r-- | ROADMAP | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -46,11 +46,6 @@ For next major stable release (1.10) * Better handling of partitions, including MBR extended partitions (RHBZ#593511, RHBZ#602997, RHBZ#642821). -* Hot plugging of disks using QMP. This would allow more efficient - reuse of the appliance in some circumstances: multiple disks - (ie. VMs) can be added in turn to the same appliance. In particular - this would help virt-df. - Bugs assigned to 1.10 (put "1.10" in the Devel Whiteboard field in Bugzilla): @@ -59,4 +54,12 @@ https://bugzilla.redhat.com/buglist.cgi?query_format=advanced&field0-0-0=cf_deve Beyond 1.10 ----------- +* Hot plugging of disks using QMP. This would allow more efficient + reuse of the appliance in some circumstances: multiple disks + (ie. VMs) can be added in turn to the same appliance. In particular + this would help virt-df. + + [Note this requires upstream work on QMP, see: + https://www.redhat.com/archives/libguestfs/2011-March/msg00124.html] + See TODO and BUGS files. |