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

2016-12-13 Thread Marc-André Lureau
good, and could be better, see my ac97 review On Tue, Dec 13, 2016 at 11:57 AM Li Qiang wrote: > ping! > > 2016-11-29 18:48 GMT+08:00 Li Qiang : > > > From: Li Qiang > > > > Currently the es1370 device emulation doesn't have a exit function, > > hot unplug this device will leak some leak. Add a

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

2016-12-13 Thread Li Qiang
ping! 2016-11-29 18:48 GMT+08:00 Li Qiang : > From: Li Qiang > > Currently the es1370 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/es1370.c | 8 > 1 file c

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

2016-11-29 Thread Li Qiang
From: Li Qiang Currently the es1370 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/es1370.c | 8 1 file changed, 8 insertions(+) diff --git a/hw/audio/es1370.c b/hw/aud