diff options
author | Suzuki K Poulose <[email protected]> | 2024-01-25 23:20:39 +0000 |
---|---|---|
committer | Michael S. Tsirkin <[email protected]> | 2024-03-19 02:45:49 -0400 |
commit | ec6ecb844d14d38b7dae8beb74e3d65db9c7b3e6 (patch) | |
tree | 2d4fde7ee2fb9b01183619a22631869530b136c1 /net/lapb/lapb_out.c | |
parent | f6baca2d32ead51b10e15f1eef812d7c6a7b9a40 (diff) |
virtio: uapi: Drop __packed attribute in linux/virtio_pci.h
Commit 92792ac752aa ("virtio-pci: Introduce admin command sending function")
added "__packed" structures to UAPI header linux/virtio_pci.h. This triggers
build failures in the consumer userspace applications without proper "definition"
of __packed (e.g., kvmtool build fails).
Moreover, the structures are already packed well, and doesn't need explicit
packing, similar to the rest of the structures in all virtio_* headers. Remove
the __packed attribute.
Fixes: 92792ac752aa ("virtio-pci: Introduce admin command sending function")
Cc: Feng Liu <[email protected]>
Cc: Michael S. Tsirkin <[email protected]>
Cc: Yishai Hadas <[email protected]>
Cc: Alex Williamson <[email protected]>
Cc: Jean-Philippe Brucker <[email protected]>
Reviewed-by: Jean-Philippe Brucker <[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Suzuki K Poulose <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions