commit | b680c5ba54946ab205cdb5083bc0a17e3f2fb468 | [log] [tgz] |
---|---|---|
author | Greg Kurz <gkurz@linux.vnet.ibm.com> | Fri Mar 13 22:23:37 2015 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Mar 18 12:07:30 2015 +0100 |
tree | 2d0619c75da196bb34331c24f2e2bdc68a71951a | |
parent | 2034e324dabc55064553aaa07de1536ebf8ea497 [diff] |
kvm: fix ioeventfd endianness on bi-endian architectures KVM expects host endian values. Hosts that don't use the default endianness need to negate the swap performed in adjust_endianness(). Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com> Message-Id: <20150313212337.31142.3991.stgit@bahia.local> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>