Re: [PATCH vhost v9 1/6] virtio_balloon: remove the dependence where names[] is null

2024-06-20 Thread Jason Wang
On Thu, Jun 20, 2024 at 4:08 PM Michael S. Tsirkin wrote: > > On Wed, Apr 24, 2024 at 05:15:28PM +0800, Xuan Zhuo wrote: > > Currently, the init_vqs function within the virtio_balloon driver relies > > on the condition that certain names array entries are null in order to > > skip the initializati

Re: [PATCH vhost v9 1/6] virtio_balloon: remove the dependence where names[] is null

2024-06-20 Thread Michael S. Tsirkin
On Wed, Apr 24, 2024 at 05:15:28PM +0800, Xuan Zhuo wrote: > Currently, the init_vqs function within the virtio_balloon driver relies > on the condition that certain names array entries are null in order to > skip the initialization of some virtual queues (vqs). This behavior is > unique to this pa

[PATCH vhost v9 1/6] virtio_balloon: remove the dependence where names[] is null

2024-04-24 Thread Xuan Zhuo
Currently, the init_vqs function within the virtio_balloon driver relies on the condition that certain names array entries are null in order to skip the initialization of some virtual queues (vqs). This behavior is unique to this part of the codebase. In an upcoming commit, we plan to eliminate thi