qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: Baptiste Reynal <b.reynal@virtualopensystems.com>
Cc: Jani.Kokkonen@huawei.com,
	VirtualOpenSystems Technical Team <tech@virtualopensystems.com>,
	Claudio.Fontana@huawei.com, qemu list <qemu-devel@nongnu.org>,
	Christian Pinto <c.pinto@virtualopensystems.com>
Subject: Re: [Qemu-devel] [RFC v2 4/6] hw/misc: sdm virtio device
Date: Wed, 6 Apr 2016 09:55:36 +0100	[thread overview]
Message-ID: <20160406085536.GA16003@stefanha-x1.localdomain> (raw)
In-Reply-To: <CAN9JPjEfZ0Qe7PAOAKTMFCW7v_8zLohTqvL0va6xaeP__RNduA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1910 bytes --]

On Tue, Apr 05, 2016 at 02:54:56PM +0200, Baptiste Reynal wrote:
> On Thu, Mar 31, 2016 at 11:12 AM, Stefan Hajnoczi <stefanha@gmail.com> wrote:
> > On Fri, Mar 18, 2016 at 10:13:03AM +0100, Baptiste Reynal wrote:
> >> This is the virtio implementation for an SDM device.
> >>
> >> Parameters are:
> >> comm=[sdm_communication_id] specifies the communication channel
> >> master=[true/false] - configure the SDM device as master or slave
> >> num_slaves=[slave_number] - if master is true, specifies the number
> >> of slaves
> >> len-signals=[signals_number] - specifies the number of signals
> >> signals[x]=[signal_id] - add a signal to the device, with the ID x
> >>
> >> Signed-off-by: Christian Pinto <c.pinto@virtualopensystems.com>
> >> Signed-off-by: Baptiste Reynal <b.reynal@virtualopensystems.com>
> >> ---
> >>  hw/virtio/Makefile.objs          |   1 +
> >>  hw/virtio/virtio-sdm.c           | 262 +++++++++++++++++++++++++++++++++++++++
> >>  include/hw/virtio/virtio-sdm.h   |  60 +++++++++
> >>  linux-headers/linux/virtio_sdm.h |  52 ++++++++
> >>  4 files changed, 375 insertions(+)
> >>  create mode 100644 hw/virtio/virtio-sdm.c
> >>  create mode 100644 include/hw/virtio/virtio-sdm.h
> >>  create mode 100644 linux-headers/linux/virtio_sdm.h
> >
> > Have you posted a draft specification for this device to the VIRTIO
> > Technical Committee?
> > https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=virtio
> >
> > Normally the spec should be accepted into VIRTIO before patches can be
> > merged.
> Thanks for the comment, I wasn't aware of such process.
> I'll wait for some comments on the SDM in general, then I'll send a
> draft spec to virtio.
> Maybe this patchs should be dropped and reintroduced in a future patch series ?

These things tend to take time so I suggest doing it in parallel:
publish your QEMU patches while also trying to get your virtio spec
change merged.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

  reply	other threads:[~2016-04-06  8:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-18  9:12 [Qemu-devel] [RFC v2 0/6] SDM Interface Baptiste Reynal
2016-03-18  9:13 ` [Qemu-devel] [RFC v2 1/6] hw/misc: sdm interface Baptiste Reynal
2016-03-18  9:13 ` [Qemu-devel] [RFC v2 2/6] hw/misc: sdm platform device Baptiste Reynal
2016-03-18  9:13 ` [Qemu-devel] [RFC v2 3/6] hw/arm: sysbus-fdt Baptiste Reynal
2016-03-18  9:13 ` [Qemu-devel] [RFC v2 4/6] hw/misc: sdm virtio device Baptiste Reynal
2016-03-31  9:12   ` Stefan Hajnoczi
2016-04-05 12:54     ` Baptiste Reynal
2016-04-06  8:55       ` Stefan Hajnoczi [this message]
2016-03-18  9:13 ` [Qemu-devel] [RFC v2 5/6] hw/misc: sdm communication local Baptiste Reynal
2016-03-18  9:13 ` [Qemu-devel] [RFC v2 6/6] hw/misc: sdm communication socket Baptiste Reynal

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=20160406085536.GA16003@stefanha-x1.localdomain \
    --to=stefanha@gmail.com \
    --cc=Claudio.Fontana@huawei.com \
    --cc=Jani.Kokkonen@huawei.com \
    --cc=b.reynal@virtualopensystems.com \
    --cc=c.pinto@virtualopensystems.com \
    --cc=qemu-devel@nongnu.org \
    --cc=tech@virtualopensystems.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).