OASIS Open Mailing List Archives  ·  All Lists  ·  virtio  ·  2023-05

virtio — archive

[Date Prev]  |  [Thread Prev]  |  [Thread Next]  |  [Date Next]   —  [Date Index]  |  [Thread Index]  |  [Month Index]  |  [List Home]

[PATCH v13 00/10] Introduce device group and device management


On 5/5/2023 11:41 AM, Michael S. Tsirkin wrote: > Add commands to find out which commands does each group support, > as well as enable their use by driver. > This will be especially useful once we have multiple group types. > > An alternative is per-type VQs. This is possible but will > require more per-transport work. Discovery through the vq > helps keep things contained. > > e.g. lack of support for some command can switch to a legacy mode > > note that commands are expected to be avolved by adding new > fields to command specific data at the tail, so > we generally do not need feature bits for compatibility. > > Based-on-patch-by: Max Gurtovoy <[email protected]> > Signed-off-by: Michael S. Tsirkin <[email protected]> > Reviewed-by: Stefan Hajnoczi <[email protected]> > Reviewed-by: Zhu Lingshan <[email protected]> > Reviewed-by: Parav Pandit <[email protected]>

[Date Prev]  |  [Thread Prev]  |  [Thread Next]  |  [Date Next]   —  [Date Index]  |  [Thread Index]  |  [Month Index]  |  [List Home]