Re: [Qemu-devel] [RFC 0/3] QMP: extend BLOCK_IO_ERROR event

2014-08-14 Thread Luiz Capitulino
On Tue, 5 Aug 2014 11:13:39 +0200 Kevin Wolf wrote: > Am 23.07.2014 um 15:17 hat Luiz Capitulino geschrieben: > > > > Management software, such as OpenStack and RHEV's vdsm, wants to be able > > to allocate VM disk space on demand. The basic use case is to start a VM > > with a small disk and th

Re: [Qemu-devel] [RFC 0/3] QMP: extend BLOCK_IO_ERROR event

2014-08-05 Thread Kevin Wolf
Am 23.07.2014 um 15:17 hat Luiz Capitulino geschrieben: > > Management software, such as OpenStack and RHEV's vdsm, wants to be able > to allocate VM disk space on demand. The basic use case is to start a VM > with a small disk and then the disk is enlarged when QEMU hits a ENOSPC > condition. >

[Qemu-devel] [RFC 0/3] QMP: extend BLOCK_IO_ERROR event

2014-07-23 Thread Luiz Capitulino
Management software, such as OpenStack and RHEV's vdsm, wants to be able to allocate VM disk space on demand. The basic use case is to start a VM with a small disk and then the disk is enlarged when QEMU hits a ENOSPC condition. To this end, the management software has to be notified when QEMU en