Ping!
2016-11-29 10:29 GMT+08:00 Li Qiang :
> If the guest destroy the resource before detach banking, the 'iov'
> and 'addrs' field in resource is not freed thus leading memory
> leak issue. This patch avoid this.
>
> Signed-off-by: Li Qiang
> ---
> hw/display/virtio-gpu.c | 3 +++
> 1 file ch
On Tue, Nov 29, 2016 at 6:29 AM Li Qiang wrote:
> If the guest destroy the resource before detach banking, the 'iov'
> and 'addrs' field in resource is not freed thus leading memory
> leak issue. This patch avoid this.
>
> Signed-off-by: Li Qiang
>
Reviewed-by: Marc-André Lureau
---
> hw/d
If the guest destroy the resource before detach banking, the 'iov'
and 'addrs' field in resource is not freed thus leading memory
leak issue. This patch avoid this.
Signed-off-by: Li Qiang
---
hw/display/virtio-gpu.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/hw/display/virtio-gpu.c