All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cao jin <caoj.fnst@cn.fujitsu.com>
To: "Daniel P. Berrange" <berrange@redhat.com>
Cc: qemu-devel@nongnu.org, Gerd Hoffmann <kraxel@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	Eric Blake <eblake@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v2 2/2] util: Drop inet_listen()
Date: Thu, 28 Jul 2016 09:31:41 +0800	[thread overview]
Message-ID: <5799607D.4030208@cn.fujitsu.com> (raw)
In-Reply-To: <20160727113625.GI29546@redhat.com>



On 07/27/2016 07:36 PM, Daniel P. Berrange wrote:
> On Mon, Jul 25, 2016 at 09:02:51PM +0800, Cao jin wrote:
>> Since commit e65c67e4, inet_listen() is not used anymore, and all
>> inet listen operation goes through QIOChannel.
>>
>> Cc: Daniel P. Berrange <berrange@redhat.com>
>> Cc: Gerd Hoffmann <kraxel@redhat.com>
>> Cc: Paolo Bonzini <pbonzini@redhat.com>
>> Cc: Eric Blake <eblake@redhat.com>
>>
>> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
>> ---
>>   include/qemu/sockets.h |  2 --
>>   util/qemu-sockets.c    | 28 ----------------------------
>>   2 files changed, 30 deletions(-)
>
> Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
>
>> diff --git a/include/qemu/sockets.h b/include/qemu/sockets.h
>> index 28a28c0..9eb2470 100644
>> --- a/include/qemu/sockets.h
>> +++ b/include/qemu/sockets.h
>> @@ -33,8 +33,6 @@ int socket_set_fast_reuse(int fd);
>>   typedef void NonBlockingConnectHandler(int fd, Error *err, void *opaque);
>
> There's still scope for a 3rd patch to remove this NonBlockingConnectHandler
> typedef, since nothing uses it anymore.
>

Definitely, I am working on the patch that remove the whole obsolete 
non-blocking connecting mechanism.

>
> Regards,
> Daniel
>

-- 
Yours Sincerely,

Cao jin

  reply	other threads:[~2016-07-28  1:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-25 13:02 [Qemu-devel] [PATCH v2 0/2] Drop some useless functions Cao jin
2016-07-25 13:02 ` [Qemu-devel] [PATCH v2 1/2] util: Drop unused *_nonblocking_connect() functions Cao jin
2016-07-27 11:35   ` Daniel P. Berrange
2016-07-25 13:02 ` [Qemu-devel] [PATCH v2 2/2] util: Drop inet_listen() Cao jin
2016-07-27 11:36   ` Daniel P. Berrange
2016-07-28  1:31     ` Cao jin [this message]
2016-07-26  1:33 ` [Qemu-devel] [PATCH v2 0/2] Drop some useless functions Cao jin

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=5799607D.4030208@cn.fujitsu.com \
    --to=caoj.fnst@cn.fujitsu.com \
    --cc=berrange@redhat.com \
    --cc=eblake@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.