qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jason Wang <jasowang@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>,
	Paolo Bonzini <pbonzini@redhat.com>
Cc: Ashijeet Acharya <ashijeetacharya@gmail.com>,
	"Daniel P. Berrange" <berrange@redhat.com>,
	Stefan Hajnoczi <stefanha@gmail.com>,
	Gerd Hoffmann <kraxel@redhat.com>,
	QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH v2] Change net/socket.c to use socket_*() functions
Date: Tue, 21 Jun 2016 09:49:34 +0800	[thread overview]
Message-ID: <57689D2E.1010200@redhat.com> (raw)
In-Reply-To: <CAFEAcA_kkno6KvVKU7ZE0HWuoPud+siZt+Y9APvAcfUYaH9RhQ@mail.gmail.com>



On 2016年06月20日 23:09, Peter Maydell wrote:
> On 20 June 2016 at 15:55, Paolo Bonzini <pbonzini@redhat.com> wrote:
>>
>> On 18/06/2016 09:54, Ashijeet Acharya wrote:
>>> Use socket_*() functions from include/qemu/sockets.h instead of
>>> listen()/bind()/ connect()/parse_host_port(). socket_*() fucntions are
>>> QAPI based and this patch performs this api conversion since everything
>>> will be using QAPI based sockets in the future. Also add a helper
>>> function socket_address_to_string() in util/qemu-sockets.c which returns
>>> the string representation of socket address. Thetask was listed on
>>> http://wiki.qemu.org/BiteSizedTasks page.
>>>
>>> Signed-off-by: Ashijeet Acharya <ashijeetacharya@gmail.com>
>> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
>>
>> Jason, are you going to take this through the net tree?
> Can you fix up the long lines/space issues in the commit
> message if you do, please?
>
> thanks
> -- PMM

Fixed and apply in -net.

Thanks

  reply	other threads:[~2016-06-21  1:49 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-12 17:03 [Qemu-devel] [PATCH] Modify net/socket.c to use socket_* functions from include/qemu/sockets.h Ashijeet Acharya
2016-05-16 16:41 ` Stefan Hajnoczi
2016-05-31  9:27   ` Ashijeet Acharya
2016-05-31 15:01     ` Paolo Bonzini
2016-06-05 18:06       ` Ashijeet Acharya
2016-06-06  8:07         ` Paolo Bonzini
2016-06-16 10:20     ` [Qemu-devel] [PATCH] Change net/socket.c to use socket_*() functions Ashijeet Acharya
2016-06-17 12:38       ` Paolo Bonzini
2016-06-18  7:54       ` [Qemu-devel] [PATCH v2] " Ashijeet Acharya
2016-06-20 14:55         ` Paolo Bonzini
2016-06-20 15:09           ` Peter Maydell
2016-06-21  1:49             ` Jason Wang [this message]
2016-06-21  7:06               ` Ashijeet Acharya
2016-06-23  9:27         ` Daniel P. Berrange
2016-05-31  9:57   ` [Qemu-devel] [PATCH] Modify net/socket.c to use socket_* functions from include/qemu/sockets.h Ashi
2016-06-09 12:19     ` Stefan Hajnoczi

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=57689D2E.1010200@redhat.com \
    --to=jasowang@redhat.com \
    --cc=ashijeetacharya@gmail.com \
    --cc=berrange@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --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).