qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] net: fix bug in net_init_socket


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] net: fix bug in net_init_socket
Date: Thu, 1 Nov 2012 11:05:06 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Nov 01, 2012 at 05:39:55PM +0800, Lei Li wrote:
> Fix the problem that can not delete the udp socket.
> It's caused by passing "udp" model to net_socket_udp_init,
> but we do not have "udp" model in our model list.
> Pass the right model "socket" to init function.
> 
> https://bugs.launchpad.net/qemu/+bug/1073585?comments=all
> 
> Signed-off-by: Lei Li <address@hidden>
> ---
>  net/socket.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Thanks, applied to the net tree:
https://github.com/stefanha/qemu/commits/net

I changed the commit message from 'fix bug in net_init_socket' to 'use
"socket" model name for UDP sockets' to be more specific.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]