All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Gerd Hoffmann <kraxel@redhat.com>,
	QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PULL 1/1] virtio-input: evdev passthrough
Date: Thu, 18 Jun 2015 13:14:18 +0200	[thread overview]
Message-ID: <20150618131338-mutt-send-email-mst@redhat.com> (raw)
In-Reply-To: <CAFEAcA_iOJocVFAtnN5vaxTf6Bf-dM=Qxb5R61pZoWun-h=+aQ@mail.gmail.com>

On Thu, Jun 18, 2015 at 12:11:47PM +0100, Peter Maydell wrote:
> On 18 June 2015 at 10:39, Michael S. Tsirkin <mst@redhat.com> wrote:
> > On Thu, Jun 18, 2015 at 11:33:55AM +0200, Gerd Hoffmann wrote:
> >> +static Property virtio_input_host_pci_properties[] = {
> >> +    DEFINE_VIRTIO_INPUT_PROPERTIES(VirtIOInputPCI, vdev.input),
> >> +    DEFINE_PROP_STRING("evdev", VirtIOInputHostPCI, vdev.evdev),
> >> +    DEFINE_PROP_UINT32("vectors", VirtIOPCIProxy, nvectors, 2),
> >> +    DEFINE_PROP_END_OF_LIST(),
> >> +};
> >> +
> >
> > Hmm I only noticed this now: I think properties
> > should all move into virtio input, there is
> > no reason to make them pci specific.
> 
> 'vectors' is probably pci specific, but evdev isn't.

Not really - some other transports have them too, so
we made it a generic virtio concept.

> > Since you already added some properties, it's ok
> > to apply this but please fix this with a patch on top.
> 
> Shuffling properties around later while trying to maintain
> backcompat is painful, so I think we're better off just
> making sure we have them in the right places to start with.
> 
> I'm dropping this pullreq from my queue.
> 
> thanks
> -- PMM

  reply	other threads:[~2015-06-18 11:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-18  9:33 [Qemu-devel] [PULL 0/1] virtio-input: evdev passthrough Gerd Hoffmann
2015-06-18  9:33 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
2015-06-18  9:39   ` Michael S. Tsirkin
2015-06-18 11:11     ` Peter Maydell
2015-06-18 11:14       ` Michael S. Tsirkin [this message]
2015-06-18 15:44     ` Gerd Hoffmann
2015-06-19  7:52       ` Michael S. Tsirkin
2015-06-19  8:40         ` Gerd Hoffmann

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=20150618131338-mutt-send-email-mst@redhat.com \
    --to=mst@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=peter.maydell@linaro.org \
    --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.