]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/virtio-net.h
i8254: Pass alternative IRQ output object on initialization
[mirror_qemu.git] / hw / virtio-net.h
index 8af9a1ce55fd8d8814d02cd8906e7c7c6d76c194..44687414c95cb5ac8f283cb9b839af95dc9af971 100644 (file)
@@ -72,7 +72,7 @@ struct virtio_net_config
     uint8_t mac[ETH_ALEN];
     /* See VIRTIO_NET_F_STATUS and VIRTIO_NET_S_* above */
     uint16_t status;
-} __attribute__((packed));
+} QEMU_PACKED;
 
 /* This is the first element of the scatter-gather list.  If you don't
  * specify GSO or CSUM features, you can simply ignore the header. */