All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wenchao Xia <xiawenc@linux.vnet.ibm.com>
To: Wenchao Xia <xiawenc@linux.vnet.ibm.com>
Cc: pbonzini@redhat.com, lcapitulino@redhat.com,
	qemu-devel@nongnu.org, anthony@codemonkey.ws, armbru@redhat.com
Subject: Re: [Qemu-devel] [PATCH 0/3] qemu-iotests: add test for fd passing via SCM rights
Date: Tue, 27 Aug 2013 10:44:44 +0800	[thread overview]
Message-ID: <521C129C.7020308@linux.vnet.ibm.com> (raw)
In-Reply-To: <1377486828-10788-1-git-send-email-xiawenc@linux.vnet.ibm.com>

于 2013-8-26 11:13, Wenchao Xia 写道:
> This series add test case for fd passing with unix socket at runtime. Since
> getfd and closefd interface will interact with monitor's data, so it will
> help to do regression test for monitor patches. Since python2 do not support
> sendmsg(), so a C helper program is added to do the job.
> 
> Wenchao Xia (3):
>    1 qemu-iotests: add unix socket help program
>    2 qemu-iotests: add infrastructure of fd passing via SCM
>    3 qemu-iotests: add tests for runtime fd passing via SCM rights
> 
>   QMP/qmp.py                             |    6 ++
>   configure                              |    2 +-
>   tests/Makefile                         |    4 +-
>   tests/qemu-iotests/045                 |   37 ++++++++++-
>   tests/qemu-iotests/045.out             |    4 +-
>   tests/qemu-iotests/check               |    1 +
>   tests/qemu-iotests/iotests.py          |   26 +++++++
>   tests/qemu-iotests/socket_scm_helper.c |  119 ++++++++++++++++++++++++++++++++
>   8 files changed, 194 insertions(+), 5 deletions(-)
>   create mode 100644 tests/qemu-iotests/socket_scm_helper.c
> 
> 
  This version have one issue in Makefile, will respin.

-- 
Best Regards

Wenchao Xia

      parent reply	other threads:[~2013-08-27  2:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-26  3:13 [Qemu-devel] [PATCH 0/3] qemu-iotests: add test for fd passing via SCM rights Wenchao Xia
2013-08-26  3:13 ` [Qemu-devel] [PATCH 1/3] qemu-iotests: add unix socket help program Wenchao Xia
2013-08-26  3:13 ` [Qemu-devel] [PATCH 2/3] qemu-iotests: add infrastructure of fd passing via SCM Wenchao Xia
2013-08-26  3:13 ` [Qemu-devel] [PATCH 3/3] qemu-iotests: add tests for runtime fd passing via SCM rights Wenchao Xia
2013-08-27  2:44 ` Wenchao Xia [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=521C129C.7020308@linux.vnet.ibm.com \
    --to=xiawenc@linux.vnet.ibm.com \
    --cc=anthony@codemonkey.ws \
    --cc=armbru@redhat.com \
    --cc=lcapitulino@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.