diff options
author | Michael S. Tsirkin | 2018-01-08 18:47:11 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2018-01-18 20:52:39 +0100 |
commit | 69aff030643c1616474458cf7e19fc15a5f8f462 (patch) | |
tree | a4bfd1d96c0cc87889b35f75f14dd73d2a45f673 /hw/ppc | |
parent | vhost-user: factor out msg head and payload (diff) | |
download | qemu-69aff030643c1616474458cf7e19fc15a5f8f462.tar.gz qemu-69aff030643c1616474458cf7e19fc15a5f8f462.tar.xz qemu-69aff030643c1616474458cf7e19fc15a5f8f462.zip |
vhost-user: fix misaligned access to payload
We currently take a pointer to a misaligned field of a packed structure.
clang reports this as a build warning.
A fix is to keep payload in a separate structure, and access is it
from there using a vectored write.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/ppc')
0 files changed, 0 insertions, 0 deletions