summaryrefslogtreecommitdiffstats
path: root/include/standard-headers/linux/virtio_9p.h
diff options
context:
space:
mode:
authorJason Wang2020-09-07 12:49:01 +0200
committerMichael S. Tsirkin2020-09-29 08:14:29 +0200
commite6546342a830e520d14ef03aa95677611de0d90c (patch)
treef38e8e0ec5e46909c0cea34b9bbefaf1852a965b /include/standard-headers/linux/virtio_9p.h
parentMerge remote-tracking branch 'remotes/alistair/tags/pull-register-20200927' i... (diff)
downloadqemu-e6546342a830e520d14ef03aa95677611de0d90c.tar.gz
qemu-e6546342a830e520d14ef03aa95677611de0d90c.tar.xz
qemu-e6546342a830e520d14ef03aa95677611de0d90c.zip
linux headers: sync to 5.9-rc4
Update against Linux 5.9-rc4. Cc: Cornelia Huck <cohuck@redhat.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com> Message-Id: <20200907104903.31551-2-jasowang@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/standard-headers/linux/virtio_9p.h')
-rw-r--r--include/standard-headers/linux/virtio_9p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/standard-headers/linux/virtio_9p.h b/include/standard-headers/linux/virtio_9p.h
index e68f71dbe6..f5604fc5fb 100644
--- a/include/standard-headers/linux/virtio_9p.h
+++ b/include/standard-headers/linux/virtio_9p.h
@@ -25,7 +25,7 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. */
-#include "standard-headers/linux/types.h"
+#include "standard-headers/linux/virtio_types.h"
#include "standard-headers/linux/virtio_ids.h"
#include "standard-headers/linux/virtio_config.h"
@@ -36,7 +36,7 @@
struct virtio_9p_config {
/* length of the tag name */
- uint16_t tag_len;
+ __virtio16 tag_len;
/* non-NULL terminated tag name */
uint8_t tag[0];
} QEMU_PACKED;