On Thu, Apr 25, 2019 at 02:09:39PM +0100, Stefan Hajnoczi wrote: > How to use .base_name, .generic_name, .transitional_name, and > .non_transitional_name can be confusing. > > Existing devices have .generic_name but its behavior is somewhat magic. > > Devices added to new versions of the VIRTIO specification should forego > transitional mode completely and always operate in non-transitional mode > because there are no existing drivers for them that require backwards > compatibility. > > This patch adds comments that hopefully make it easier for developers to > decide how to fill out VirtioPCIDeviceTypeInfo. > > Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com>
Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> -- Eduardo