Re: [PATCH for 8.0 v7 08/10] vdpa: Store x-svq parameter in VhostVDPAState

2022-11-16 Thread Jason Wang
在 2022/11/16 23:05, Eugenio Pérez 写道: CVQ can be shadowed two ways: - Device has x-svq=on parameter (current way) - The device can isolate CVQ in its own vq group QEMU needs to check for the second condition dynamically, because CVQ index is not known at initialization time. Since this is dyna

[PATCH for 8.0 v7 08/10] vdpa: Store x-svq parameter in VhostVDPAState

2022-11-16 Thread Eugenio Pérez
CVQ can be shadowed two ways: - Device has x-svq=on parameter (current way) - The device can isolate CVQ in its own vq group QEMU needs to check for the second condition dynamically, because CVQ index is not known at initialization time. Since this is dynamic, the CVQ isolation could vary with dif