I've just pushed a significant UI change to virt-manager. The per-VM details
and console windows are now merged into a single tabbed window. The console
is the primary tab, and overview/details tabs are as before. The goal is to
reduce the number of windows on the desktop because with large numbers of
VMs having two windows per VM was non-scalable. Basically we want at most
the one main window, and then 1 window per hypervisor connection and 1
window per virtual machine.
I expect we'll iterate over this UI change to tweak a few more things before
the next release. In particular wrt to fullscreen mode.
Eventually we'll hook up serial/parallel ports as additional tabs on the
VM window too, so everything's in one place.
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
05-07-2008, 03:59 PM
"Daniel P. Berrange"
FYI: major UI changes in virt-manager
On Wed, May 07, 2008 at 05:55:19PM +0200, Maciej Borzecki wrote:
> Hello Daniel,
>
> Is snapshot manager a planned feature?
> Something similar to snapshots tab in virtualbox would be great...
Snapshots are not an easy thing to provide unless you constrain which kind
of storage a guest is allowed to use. I've no plans to work on this in the
near future because there's more important things which are easier first.