On 2011年11月29日 17:00, Daniel P. Berrange wrote:
On Tue, Nov 29, 2011 at 04:27:32PM +0800, Osier Yang wrote:
> The new API is named as "virDomainBlockResize", intending to add
> support for qemu monitor command "block_resize" (both HMP and QMP).
>
> Similar with APIs like "virDomainSetMemoryFlags", the units for
> argument "size" is kilobytes.
> ---
> include/libvirt/libvirt.h.in | 5 ++-
> src/driver.h | 8 ++++-
> src/libvirt.c | 68 ++++++++++++++++++++++++++++++++++++++++++
> src/libvirt_public.syms | 1 +
> 4 files changed, 80 insertions(+), 2 deletions(-)
ACK
Daniel
Thanks, series pushed.
Regards,
Osier