Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> --- include/net/net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/net/net.h b/include/net/net.h index 4afac1a9dd..70f5bb3419 100644 --- a/include/net/net.h +++ b/include/net/net.h @@ -23,7 +23,7 @@ struct MACAddr { uint8_t a[6]; -}; +} QEMU_PACKED; /* qdev nic properties */ -- 2.15.1