From: Lei Li <lilei@linux.vnet.ibm.com>
To: Stefan Hajnoczi <stefanha@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] net: fix bug in net_init_socket
Date: Fri, 02 Nov 2012 10:11:40 +0800 [thread overview]
Message-ID: <50932BDC.7020603@linux.vnet.ibm.com> (raw)
In-Reply-To: <20121101100506.GA16622@stefanha-thinkpad.redhat.com>
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 <lilei@linux.vnet.ibm.com>
>> ---
>> 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
prev parent reply other threads:[~2012-11-02 2:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-01 9:39 [Qemu-devel] [PATCH] net: fix bug in net_init_socket Lei Li
2012-11-01 10:05 ` Stefan Hajnoczi
2012-11-02 2:11 ` Lei Li [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50932BDC.7020603@linux.vnet.ibm.com \
--to=lilei@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).