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

2011-01-26 Thread Kevin Wolf
Am 24.01.2011 13:32, schrieb 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

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

2011-01-26 Thread Stefan Hajnoczi
On Mon, Jan 24, 2011 at 12:32 PM, Christoph Hellwig wrote: > The second patch adds a way to tell drivers about a resize, and the > third one adds a guest notification for config changes to virtio-blk > which allows the guest to pick it up without a rescan.  I've just sent > the corresponding Linux

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

2011-01-24 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