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
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
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