Re: [libvirt] [RFC PATCH 0/5] Support online resizing of block devices.

2011-11-28 Thread Daniel P. Berrange
On Mon, Nov 28, 2011 at 02:24:52PM -0700, Eric Blake wrote: > On 07/25/2011 11:51 PM, Osier Yang wrote: > > This patch series introduce new API "virDomainBlockResize" to expose > > qemu monitor command "block_size", which is for resizing the a block > > device while the domain is running. > > > >

Re: [libvirt] [RFC PATCH 0/5] Support online resizing of block devices.

2011-11-28 Thread Eric Blake
On 07/25/2011 11:51 PM, Osier Yang wrote: > This patch series introduce new API "virDomainBlockResize" to expose > qemu monitor command "block_size", which is for resizing the a block > device while the domain is running. > > The prototype for the new API is: > > int > virDomainBlockResiz

Re: [libvirt] [RFC PATCH 0/5] Support online resizing of block devices.

2011-07-26 Thread Eric Blake
On 07/25/2011 11:51 PM, Osier Yang wrote: This patch series introduce new API "virDomainBlockResize" to expose qemu monitor command "block_size", which is for resizing the a block device while the domain is running. The prototype for the new API is: int virDomainBlockResize (virDomain

[libvirt] [RFC PATCH 0/5] Support online resizing of block devices.

2011-07-25 Thread Osier Yang
This patch series introduce new API "virDomainBlockResize" to expose qemu monitor command "block_size", which is for resizing the a block device while the domain is running. The prototype for the new API is: int virDomainBlockResize (virDomainPtr dom, const char