Home
last modified time | relevance | path

Searched hist:e1d6a423ea1867a3a84f12a99981f036acb8f354 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/virtio/
H A Dvirtio_ring.cdiff e1d6a423ea1867a3a84f12a99981f036acb8f354 Mon Aug 01 01:38:33 CDT 2022 Xuan Zhuo <xuanzhuo@linux.alibaba.com> virtio_ring: split: extract the logic of attach vring

Separate the logic of attach vring, subsequent patches will call it
separately.

virtqueue_vring_init_split() completes the initialization of other
variables of vring split. We can directly use
vq->split = *vring_split to complete attach.

Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Message-Id: <20220801063902.129329-14-xuanzhuo@linux.alibaba.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>