| commit | 3da6f2e9712be2c24d006a7fdf9c299c7d161013 | [log] [tgz] |
|---|---|---|
| author | Jason Wang <jasowang@redhat.com> | Thu Dec 25 12:26:01 2025 +0800 |
| committer | Michael S. Tsirkin <mst@redhat.com> | Fri Dec 26 15:00:02 2025 -0500 |
| tree | 2d5c89bb07260a664be611de67c6f9c65a12271b | |
| parent | c48ee75b70a821945be6530c5b95c12e49e1f1af [diff] |
virtio_ring: switch to use unsigned int for virtqueue_poll_packed() Switch to use unsigned int for virtqueue_poll_packed() to match virtqueue_poll() and virtqueue_poll_split() and to ease the abstraction of the virtqueue ops. Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Message-Id: <20251225042608.32350-13-jasowang@redhat.com>