commit | 9c0644ee4aa8792f1e60a2b014b4710faaddafeb | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Fri Feb 01 17:13:57 2019 -0500 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Feb 05 15:29:48 2019 -0500 |
tree | e0cebd49e0ccec658164d90fd5d4f122c89503e0 | |
parent | 45383fb0f42db3945ac6cc658704706cdae19528 [diff] |
virtio: drop internal struct from UAPI There's no reason to expose struct vring_packed in UAPI - if we do we won't be able to change or drop it, and it's not part of any interface. Let's move it to virtio_ring.c Cc: Tiwei Bie <tiwei.bie@intel.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>