Searched hist:d76136e434973691d8928cec1b3f93d38e30fe6e (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/virtio/ |
H A D | virtio_ring.c | diff d76136e434973691d8928cec1b3f93d38e30fe6e Mon Aug 01 01:38:25 CDT 2022 Xuan Zhuo <xuanzhuo@linux.alibaba.com> virtio_ring: split vring_virtqueue
Separate the two inline structures(split and packed) from the structure vring_virtqueue.
In this way, we can use these two structures later to pass parameters and retain temporary variables.
Signed-off-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20220801063902.129329-6-xuanzhuo@linux.alibaba.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|