]> git.proxmox.com Git - qemu.git/commit - target-s390x/ioinst.c
s390x/ioinst: Fixed alignment check in SCHM instruction
authorThomas Huth <thuth@linux.vnet.ibm.com>
Fri, 21 Jun 2013 13:57:31 +0000 (15:57 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 30 Jul 2013 14:11:00 +0000 (16:11 +0200)
commit7ae5a7c0f63cc625cf31a9c9f18cc07f4049e48f
tree085339c50d5b7dffd86d1d4ea19393af2775cdd9
parent0056fc9e44d5b424a0f2293edacb0381234fc9c5
s390x/ioinst: Fixed alignment check in SCHM instruction

Register 2 only has to be aligned to a 32-byte boundary, not a
full page boundary.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
target-s390x/ioinst.c