diff options
author | John Snow <jsnow@redhat.com> | 2016-02-04 11:27:55 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-02-09 15:45:26 +0100 |
commit | 667ad26ff8b0e4cabba67322b5e4c35c0b6c4eb8 (patch) | |
tree | dc8f7401c090e84d52ffb2636e10f840f488a346 /scripts/kvm | |
parent | e3dd68df5287e544a41f77a162a02d08fbcb95ba (diff) | |
download | qemu-667ad26ff8b0e4cabba67322b5e4c35c0b6c4eb8.tar.gz qemu-667ad26ff8b0e4cabba67322b5e4c35c0b6c4eb8.tar.bz2 qemu-667ad26ff8b0e4cabba67322b5e4c35c0b6c4eb8.zip |
nbd: avoid unaligned uint64_t store
cpu_to_be64w can't be used to make unaligned stores, but stq_be_p can.
Also, the st?_be_p takes a void* so it is more clearly suited to the
case where you're writing into a byte buffer.
Use the st?_be_p family of functions everywhere in nbd/server.c.
Signed-off-by: John Snow <jsnow@redhat.com>
[Changed to use st?_be_p everywhere. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/kvm')
0 files changed, 0 insertions, 0 deletions