Re: [Qemu-devel] [PATCH] audio: ac97: add exit function

2016-12-13 Thread Marc-André Lureau
Hi On Tue, Dec 13, 2016 at 11:56 AM Li Qiang wrote: > Ping! > > 2016-11-29 18:33 GMT+08:00 Li Qiang : > > > From: Li Qiang > > > > Currently the ac97 device emulation doesn't have a exit function, > > hot unplug this device will leak some leak. Add a exit function to > > avoid this. > > > > Sig

Re: [Qemu-devel] [PATCH] audio: ac97: add exit function

2016-12-13 Thread Li Qiang
Ping! 2016-11-29 18:33 GMT+08:00 Li Qiang : > From: Li Qiang > > Currently the ac97 device emulation doesn't have a exit function, > hot unplug this device will leak some leak. Add a exit function to > avoid this. > > Signed-off-by: Li Qiang > --- > hw/audio/ac97.c | 8 > 1 file chang

Re: [Qemu-devel] [PATCH] audio: ac97: add exit function

2016-11-29 Thread Li Qiang
2016-11-30 8:47 GMT+08:00 Jonathan Neuschäfer : > On Tue, Nov 29, 2016 at 02:33:41AM -0800, Li Qiang wrote: > > From: Li Qiang > > > > Currently the ac97 device emulation doesn't have a exit function, > > hot unplug this device will leak some leak. Add a exit function to > > s/some leak/some memo

Re: [Qemu-devel] [PATCH] audio: ac97: add exit function

2016-11-29 Thread Jonathan Neuschäfer
On Tue, Nov 29, 2016 at 02:33:41AM -0800, Li Qiang wrote: > From: Li Qiang > > Currently the ac97 device emulation doesn't have a exit function, > hot unplug this device will leak some leak. Add a exit function to s/some leak/some memory/ ? > avoid this. > > Signed-off-by: Li Qiang > --- > h

[Qemu-devel] [PATCH] audio: ac97: add exit function

2016-11-29 Thread Li Qiang
From: Li Qiang Currently the ac97 device emulation doesn't have a exit function, hot unplug this device will leak some leak. Add a exit function to avoid this. Signed-off-by: Li Qiang --- hw/audio/ac97.c | 8 1 file changed, 8 insertions(+) diff --git a/hw/audio/ac97.c b/hw/audio/ac9