]> git.proxmox.com Git - mirror_qemu.git/commit
s390x/css: introduce indicator refcounting interfaces
authorYi Min Zhao <zyimin@linux.vnet.ibm.com>
Wed, 27 Jan 2016 08:05:26 +0000 (16:05 +0800)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Tue, 1 Mar 2016 11:15:28 +0000 (12:15 +0100)
commita28d8391e323ef586c44e9313826097f884eebc6
tree16f83d31f7a36d0cc7ed380d03781d786bad04c9
parent99abd0d6f75109b58dbd662134d8d013999e1e8f
s390x/css: introduce indicator refcounting interfaces

Currently, virtio-ccw uses its own interfaces to keep indicators mapped
just once even if the same address has been registered multiple times.
These interfaces fit the PCI use case as well. Therefore, move them to
css and make them generic interfaces.

Signed-off-by: Yi Min Zhao <zyimin@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
hw/s390x/css.c
hw/s390x/css.h
hw/s390x/virtio-ccw.c
hw/s390x/virtio-ccw.h