[libvirt] [PATCH 4/5] block_resize: Implement qemu driver method

Daniel P. Berrange berrange at redhat.com
Tue Nov 29 09:02:35 UTC 2011


On Tue, Nov 29, 2011 at 04:27:35PM +0800, Osier Yang wrote:
> It requires the domain is running, otherwise fails. Resize to a lower
> size is supported, but should be used with extreme caution.
> 
> In order to prohibit the "size" overflowing after multiplied by
> 1024. We do checking in the codes. For QMP mode, the default units
> is Bytes, the passed size needs to be multiplied by 1024, however,
> for HMP mode, the default units is "Megabytes", the passed "size"
> needs to be divided by 1024 then.
> ---
>  src/qemu/qemu_driver.c |   91 ++++++++++++++++++++++++++++++++++++++++++++++++
>  1 files changed, 91 insertions(+), 0 deletions(-)

ACK

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list