Re: [Qemu-devel] [PATCH v1 0/8]: QMP: Thin provisioning support

2011-07-11 Thread Luiz Capitulino
On Tue, 5 Jul 2011 15:17:43 -0300 Luiz Capitulino wrote: > Roughly speaking, thin provisioning is a feature where the VM is started with > a small storage and when a no space error is triggered, more space is > allocated > and the VM is put to run again. block guys ping? This series has some

[Qemu-devel] [PATCH v1 0/8]: QMP: Thin provisioning support

2011-07-05 Thread Luiz Capitulino
Roughly speaking, thin provisioning is a feature where the VM is started with a small storage and when a no space error is triggered, more space is allocated and the VM is put to run again. This series allows a management tool using QMP to implement thin provisioning support. It does the following