+24
−15
Loading
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>