On Wed, Jul 27, 2022 at 3:36 PM Xuan Zhuo wrote:
>
> On Wed, 27 Jul 2022 10:58:05 +0800, Jason Wang wrote:
> >
> > 在 2022/7/26 15:21, Xuan Zhuo 写道:
> > > There is currently only one place to reference __vring_new_virtqueue()
> > > directly from the outside of virtio core. And here vring_new_virtq
On Wed, 27 Jul 2022 10:58:05 +0800, Jason Wang wrote:
>
> 在 2022/7/26 15:21, Xuan Zhuo 写道:
> > There is currently only one place to reference __vring_new_virtqueue()
> > directly from the outside of virtio core. And here vring_new_virtqueue()
> > can be used instead.
> >
> > Subsequent patches wil
在 2022/7/26 15:21, Xuan Zhuo 写道:
There is currently only one place to reference __vring_new_virtqueue()
directly from the outside of virtio core. And here vring_new_virtqueue()
can be used instead.
Subsequent patches will modify __vring_new_virtqueue, so stop it as an
export symbol for now.
Si
There is currently only one place to reference __vring_new_virtqueue()
directly from the outside of virtio core. And here vring_new_virtqueue()
can be used instead.
Subsequent patches will modify __vring_new_virtqueue, so stop it as an
export symbol for now.
Signed-off-by: Xuan Zhuo
---
drivers