OSDN Git Service

s390x/pci: fix dma notifications in rpcit instruction
authorYi Min Zhao <zyimin@cn.ibm.com>
Mon, 19 Jan 2015 07:15:56 +0000 (15:15 +0800)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Tue, 3 Feb 2015 12:42:40 +0000 (13:42 +0100)
commit4e99a0f7ae2a8392fd306c357148763ac4f820f9
treea378247188eaafe81317dcda0e8897ecc7a8b483
parent5b324bbafc4fe367bd9c5bfa6cff071081fb8b0e
s390x/pci: fix dma notifications in rpcit instruction

The virtual I/O address range passed to rpcit instruction might not
map to consecutive physical guest pages. For this we have to translate
and create mapping notifications for each vioa page separately.

Signed-off-by: Yi Min Zhao <zyimin@cn.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
hw/s390x/s390-pci-inst.c