diff options
author | Yi Min Zhao | 2017-08-28 10:04:44 +0200 |
---|---|---|
committer | Cornelia Huck | 2017-08-30 18:23:26 +0200 |
commit | 2f21b8d431030bcb7478ee9521bdfd3d0ef3901d (patch) | |
tree | 95071f15822b964ca66bc35c4592a51444154e82 /block/qcow2-cluster.c | |
parent | pc-bios/s390-ccw.img: update image (diff) | |
download | qemu-2f21b8d431030bcb7478ee9521bdfd3d0ef3901d.tar.gz qemu-2f21b8d431030bcb7478ee9521bdfd3d0ef3901d.tar.xz qemu-2f21b8d431030bcb7478ee9521bdfd3d0ef3901d.zip |
s390x/pci: fixup trap_msix()
The function trap_msix() is to check if pcistg instruction would access
msix table entries. The correct boundary condition should be
[table_offset, table_offset+entries*entry_size). But the current
condition calculated misses the last entry. So let's fixup it.
Acked-by: Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
Reviewed-by: Pierre Morel <pmorel@linux.vnet.ibm.com>
Signed-off-by: Yi Min Zhao <zyimin@linux.vnet.ibm.com>
Message-Id: <1503907487-2764-2-git-send-email-zyimin@linux.vnet.ibm.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'block/qcow2-cluster.c')
0 files changed, 0 insertions, 0 deletions