Hi,
I worked with the RedHat guys last week to get libvirt-java 0.5.0
released which has some nice new features for us:
- Supports different XML on destination host during migration
- Supports resizing volumes
- Supports more snapshot functionalities
I took the liberty to depend on 0.5.0 in master and also merge in the
code for the VNC listen, we now no longer listen on 0.0.0.0 for VNC,
which was a security issue imho.
The reason I'm bringing this to the list is that we can simplify some
code around resizing volumes and snapshotting where we currently have
some nasty scripts to do the work.
See my commits in libvirt-java:
http://www.libvirt.org/git/?p=libvirt-java.git;a=summary
So keep in mind libvirt-java has some new features!
Wido