]> git.proxmox.com Git - mirror_qemu.git/commit
KVM: fix addr type for KVM_IOEVENTFD
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Fri, 10 Jan 2014 07:20:18 +0000 (18:20 +1100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 15 Jan 2014 11:58:48 +0000 (12:58 +0100)
commit584f2be79de148b0765a758ac0c1036a29c5e830
treeac4e4e87b342cb87c787cde5c6f584db506608e4
parent94ccff133820552a859c0fb95e33a539e0b90a75
KVM: fix addr type for KVM_IOEVENTFD

The @addr here is a guest physical address and can easily be bigger
than 4G.

This changes uint32_t to hwaddr.

Cc: qemu-stable@nongnu.org
Cc: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
kvm-all.c