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: Lei Li
Subject: Re: [Qemu-devel] [PATCH] net: fix bug in net_init_socket
Date: Fri, 02 Nov 2012 10:11:40 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0

On 11/01/2012 06:05 PM, Stefan Hajnoczi wrote:
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.

Sure, thanks. :)


Stefan



--
Lei




reply via email to

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