[Qemu-devel] Re: RFC: QMP event notification for disk media eject

2011-01-11 Thread Luiz Capitulino
On Tue, 11 Jan 2011 14:28:23 +0100 Kevin Wolf wrote: > Am 11.01.2011 14:11, schrieb Luiz Capitulino: > > Hi there, > > > > I need feedback on a new QMP event. > > > > Problem > > === > > > > There's no way for a management tool to detect that a guest OS has ejected > > the > > media in a

[Qemu-devel] Re: RFC: QMP event notification for disk media eject

2011-01-11 Thread Daniel P. Berrange
On Tue, Jan 11, 2011 at 03:45:49PM -0200, Luiz Capitulino wrote: > On Tue, 11 Jan 2011 14:28:23 +0100 > Kevin Wolf wrote: > > > Am 11.01.2011 14:11, schrieb Luiz Capitulino: > > > Hi there, > > > > > > I need feedback on a new QMP event. > > > > > > Problem > > > === > > > > > > There's no

Re: [Qemu-devel] Re: RFC: QMP event notification for disk media eject

2011-01-11 Thread Luiz Capitulino
On Tue, 11 Jan 2011 15:29:12 +0100 Markus Armbruster wrote: > Anthony Liguori writes: > > > On 01/11/2011 07:11 AM, Luiz Capitulino wrote: > >> Hi there, > >> > >> I need feedback on a new QMP event. > >> > >> Problem > >> === > >> > >> There's no way for a management tool to detect that a

Re: [Qemu-devel] Re: RFC: QMP event notification for disk media eject

2011-01-11 Thread Markus Armbruster
Anthony Liguori writes: > On 01/11/2011 07:11 AM, Luiz Capitulino wrote: >> Hi there, >> >> I need feedback on a new QMP event. >> >> Problem >> === >> >> There's no way for a management tool to detect that a guest OS has ejected >> the >> media in a CDROM or Floppy disk drive (I'm discardin

[Qemu-devel] Re: RFC: QMP event notification for disk media eject

2011-01-11 Thread Anthony Liguori
On 01/11/2011 07:11 AM, Luiz Capitulino wrote: Hi there, I need feedback on a new QMP event. Problem === There's no way for a management tool to detect that a guest OS has ejected the media in a CDROM or Floppy disk drive (I'm discarding polling, because it's undesirable at best). The end

[Qemu-devel] Re: RFC: QMP event notification for disk media eject

2011-01-11 Thread Kevin Wolf
Am 11.01.2011 14:11, schrieb Luiz Capitulino: > Hi there, > > I need feedback on a new QMP event. > > Problem > === > > There's no way for a management tool to detect that a guest OS has ejected the > media in a CDROM or Floppy disk drive (I'm discarding polling, because it's > undesirable a