diff options
Diffstat (limited to 'hw/9pfs/virtio-9p.h')
-rw-r--r-- | hw/9pfs/virtio-9p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/9pfs/virtio-9p.h b/hw/9pfs/virtio-9p.h index 1d8c1b1093..d00a502dcc 100644 --- a/hw/9pfs/virtio-9p.h +++ b/hw/9pfs/virtio-9p.h @@ -314,7 +314,7 @@ struct virtio_9p_config uint16_t tag_len; /* Variable size tag name */ uint8_t tag[0]; -} __attribute__((packed)); +} QEMU_PACKED; typedef struct V9fsMkState { V9fsPDU *pdu; |