[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 4/6] Add vhost-user-input-pci
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-devel] [PATCH v2 4/6] Add vhost-user-input-pci |
Date: |
Thu, 9 May 2019 11:24:18 +0200 |
User-agent: |
NeoMutt/20180716 |
On Thu, May 09, 2019 at 10:37:20AM +0200, Marc-André Lureau wrote:
> Hi
>
> On Thu, May 9, 2019 at 8:32 AM Gerd Hoffmann <address@hidden> wrote:
> >
> > Hi,
> >
> > > +static const VirtioPCIDeviceTypeInfo vhost_user_input_pci_info = {
> > > + .base_name = TYPE_VHOST_USER_INPUT_PCI,
> > > + .generic_name = "vhost-user-input-pci",
> > > + .transitional_name = "vhost-user-input-pci-transitional",
> > > + .non_transitional_name = "vhost-user-input-pci-non-transitional",
> >
> > virtio-input is virtio 1.0 only, so we don't need these variants.
> > Incremental fix below, if you ack that I can squash it for the pull req.
> > Or you send a v3 (in case you have other changes pending).
> >
> > cheers,
> > Gerd
>
> ack, thanks
Spoke too soon, patch failed tests.
New version (with some virtio-input-host fixes on top) pushed to:
https://git.kraxel.org/cgit/qemu/log/?h=testing/vhost-input
Can you please verify?
thanks,
Gerd
[Qemu-devel] [PATCH v2 5/6] util: simplify unix_listen(), Marc-André Lureau, 2019/05/03
[Qemu-devel] [PATCH v2 6/6] contrib: add vhost-user-input, Marc-André Lureau, 2019/05/03
Re: [Qemu-devel] [PATCH v2 0/6] Add vhost-user-input, Michael S. Tsirkin, 2019/05/09