Re: [Qemu-devel] [PATCH for-2.7 2/2] audio: clean up before monitor clean up

2016-08-08 Thread Gerd Hoffmann
Hi, > > The two patches conflict with each other, so it's probably easiest if > > one of Gerd or Markus takes both. > > I can squeeze in review and a pull request today. Gerd, if you'd prefer > to do it yourself, let me know. Fine with me, go ahead. Reviewed-by: Gerd Hoffmann cheers, Ger

Re: [Qemu-devel] [PATCH for-2.7 2/2] audio: clean up before monitor clean up

2016-08-08 Thread Paolo Bonzini
On 08/08/2016 11:45, Markus Armbruster wrote: > Paolo Bonzini writes: > >> On 01/08/2016 13:23, marcandre.lur...@redhat.com wrote: >>> From: Marc-André Lureau >>> >>> Since aa5cb7f5e, the chardevs are being cleaned up when leaving qemu, >>> before the atexit() handlers. audio_cleanup() may use

Re: [Qemu-devel] [PATCH for-2.7 2/2] audio: clean up before monitor clean up

2016-08-08 Thread Markus Armbruster
Paolo Bonzini writes: > On 01/08/2016 13:23, marcandre.lur...@redhat.com wrote: >> From: Marc-André Lureau >> >> Since aa5cb7f5e, the chardevs are being cleaned up when leaving qemu, >> before the atexit() handlers. audio_cleanup() may use the monitor to >> notify of changes. For compatibility

Re: [Qemu-devel] [PATCH for-2.7 2/2] audio: clean up before monitor clean up

2016-08-01 Thread Marc-André Lureau
Hi - Original Message - > From: Marc-André Lureau > > Since aa5cb7f5e, the chardevs are being cleaned up when leaving qemu, > before the atexit() handlers. audio_cleanup() may use the monitor to > notify of changes. For compatibility reasons, let's clean up audio > before the monitor so

Re: [Qemu-devel] [PATCH for-2.7 2/2] audio: clean up before monitor clean up

2016-08-01 Thread Paolo Bonzini
On 01/08/2016 13:23, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Since aa5cb7f5e, the chardevs are being cleaned up when leaving qemu, > before the atexit() handlers. audio_cleanup() may use the monitor to > notify of changes. For compatibility reasons, let's clean up audio

[Qemu-devel] [PATCH for-2.7 2/2] audio: clean up before monitor clean up

2016-08-01 Thread marcandre . lureau
From: Marc-André Lureau Since aa5cb7f5e, the chardevs are being cleaned up when leaving qemu, before the atexit() handlers. audio_cleanup() may use the monitor to notify of changes. For compatibility reasons, let's clean up audio before the monitor so it keeps emitting monitor events. The audio_