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