diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2013-06-25 14:14:05 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-06-25 14:14:05 -0500 |
commit | 9e49c8c58c7aa0eb93e4c83314a07b5c7f6339fe (patch) | |
tree | c925261bf061d4e9632651dd48806f938bfd731a /hw/s390x/css.h | |
parent | 1e5b86804ca34913cf5bec5c1240659645774a4e (diff) | |
parent | 320ce8503baf081725f74514d73d7bd65071a45e (diff) | |
download | qemu-9e49c8c58c7aa0eb93e4c83314a07b5c7f6339fe.zip qemu-9e49c8c58c7aa0eb93e4c83314a07b5c7f6339fe.tar.gz qemu-9e49c8c58c7aa0eb93e4c83314a07b5c7f6339fe.tar.bz2 |
Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into staging
# By Cornelia Huck (2) and Christian Borntraeger (1)
# Via Cornelia Huck
* cohuck/virtio-ccw-upstr:
virtio-ccw: Wire up guest and host notifies.
virtio-ccw: Wire up ioeventfd.
s390/virtio-ccw: Fix virtio reset
Message-id: 1372177538-9812-1-git-send-email-cornelia.huck@de.ibm.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/s390x/css.h')
-rw-r--r-- | hw/s390x/css.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/s390x/css.h b/hw/s390x/css.h index 85ed05d..b536ab5 100644 --- a/hw/s390x/css.h +++ b/hw/s390x/css.h @@ -90,6 +90,7 @@ bool css_devno_used(uint8_t cssid, uint8_t ssid, uint16_t devno); void css_subch_assign(uint8_t cssid, uint8_t ssid, uint16_t schid, uint16_t devno, SubchDev *sch); void css_sch_build_virtual_schib(SubchDev *sch, uint8_t chpid, uint8_t type); +uint16_t css_build_subchannel_id(SubchDev *sch); void css_reset(void); void css_reset_sch(SubchDev *sch); void css_queue_crw(uint8_t rsc, uint8_t erc, int chain, uint16_t rsid); |