[libvirt] [PATCH 1/5] block_resize: Define the new API

Osier Yang jyang at redhat.com
Tue Nov 29 13:57:15 UTC 2011


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




More information about the libvir-list mailing list