> -----Original Message----- > From: Stefan Hajnoczi [mailto:stefa...@redhat.com] > Sent: Wednesday, January 5, 2022 5:49 PM > To: Longpeng (Mike, Cloud Infrastructure Service Product Dept.) > <longpe...@huawei.com> > Cc: m...@redhat.com; jasow...@redhat.com; sgarz...@redhat.com; > coh...@redhat.com; pbonz...@redhat.com; Gonglei (Arei) > <arei.gong...@huawei.com>; Yechuan <yech...@huawei.com>; Huangzhichao > <huangzhic...@huawei.com>; qemu-devel@nongnu.org > Subject: Re: [RFC 03/10] vdpa: add the infrastructure of vdpa-dev > > On Wed, Jan 05, 2022 at 08:58:53AM +0800, Longpeng(Mike) wrote: > > +static const VirtioPCIDeviceTypeInfo vhost_vdpa_device_pci_info = { > > + .base_name = TYPE_VHOST_VDPA_DEVICE_PCI, > > + .generic_name = "vhost-vdpa-device-pci", > > + .transitional_name = "vhost-vdpa-device-pci-transitional", > > + .non_transitional_name = "vhost-vdpa-device-pci-non-transitional", > > Does vDPA support Transitional VIRTIO devices? > > I expected this device to support Modern devices only. > There's already a 0.95 vdpa driver (Alibaba ENI) in the kernel source and supporting 0.95 devices is necessary for some older GuestOS. I'm OK if other guys also approve of supporting 1.0+ devices only :) > Stefan
- Re: [RFC 04/10] vdpa-dev: implement the instance_i... Stefan Hajnoczi
- RE: [RFC 04/10] vdpa-dev: implement the instan... longpeng2--- via
- Re: [RFC 04/10] vdpa-dev: implement the instance_i... Stefano Garzarella
- RE: [RFC 04/10] vdpa-dev: implement the instan... longpeng2--- via
- [RFC 05/10] vdpa-dev: implement the realize interface Longpeng(Mike)
- Re: [RFC 05/10] vdpa-dev: implement the realize in... Stefan Hajnoczi
- RE: [RFC 05/10] vdpa-dev: implement the realiz... longpeng2--- via
- Re: [RFC 05/10] vdpa-dev: implement the re... Stefan Hajnoczi
- [RFC 03/10] vdpa: add the infrastructure of vdpa-dev Longpeng(Mike)
- Re: [RFC 03/10] vdpa: add the infrastructure of vd... Stefan Hajnoczi
- RE: [RFC 03/10] vdpa: add the infrastructure o... longpeng2--- via
- Re: [RFC 03/10] vdpa: add the infrastructu... Stefan Hajnoczi
- Re: [RFC 03/10] vdpa: add the infrastr... Jason Wang
- [RFC 07/10] vdpa-dev: implement the get_config/set_conf... Longpeng(Mike)
- [RFC 06/10] vdpa-dev: implement the unrealize interface Longpeng(Mike)
- Re: [RFC 06/10] vdpa-dev: implement the unrealize ... Stefano Garzarella
- RE: [RFC 06/10] vdpa-dev: implement the unreal... longpeng2--- via
- Re: [RFC 06/10] vdpa-dev: implement the un... Stefano Garzarella
- [RFC 10/10] vdpa-dev: mark the device as unmigratable Longpeng(Mike)
- [RFC 09/10] vdpa-dev: implement the set_status interfac... Longpeng(Mike)
- [RFC 08/10] vdpa-dev: implement the get_features interf... Longpeng(Mike)