Re: [Qemu-devel] [PATCH 0/3] allow online resizing of block devices

2011-01-18 Thread Luiz Capitulino
On Tue, 18 Jan 2011 13:48:06 +0100 Christoph Hellwig wrote: > On Tue, Jan 18, 2011 at 10:35:39AM -0200, Luiz Capitulino wrote: > > Well, what happens is this: we screwed up with that interface and we > > should replace it soon. > > > > I see you're not adding the new command in QMP (only in the

Re: [Qemu-devel] [PATCH 0/3] allow online resizing of block devices

2011-01-18 Thread Christoph Hellwig
On Tue, Jan 18, 2011 at 10:35:39AM -0200, Luiz Capitulino wrote: > Well, what happens is this: we screwed up with that interface and we > should replace it soon. > > I see you're not adding the new command in QMP (only in the human monitor), > is that intentional? (qmp commands are added to the qm

Re: [Qemu-devel] [PATCH 0/3] allow online resizing of block devices

2011-01-18 Thread Luiz Capitulino
On Fri, 14 Jan 2011 17:20:44 +0100 Christoph Hellwig wrote: > This patchset adds support for online resizing of block devices. > > The first patch adds a new resize monitor command which call into > the existing image resize code. This is the meat of the series > and probably needs quite a bit

[Qemu-devel] [PATCH 0/3] allow online resizing of block devices

2011-01-14 Thread Christoph Hellwig
This patchset adds support for online resizing of block devices. The first patch adds a new resize monitor command which call into the existing image resize code. This is the meat of the series and probably needs quite a bit of review and help as I'm not sure about how to implement the error hand