KVM: s390: Dynamic allocation of virtio-ccw I/O data.
authorCornelia Huck <cornelia.huck@de.ibm.com>
Mon, 7 Jan 2013 14:51:51 +0000 (15:51 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 9 Jan 2013 20:40:18 +0000 (18:40 -0200)
commit73fa21ea4fc662a2e8e85f84c4ca3fcb55fa4da2
tree8bc6c22fd9d2e3db42b95b4aede95dfde8bc8a75
parentfb864fbc72fd4e2175fb64072fe9134d3a3ab89a
KVM: s390: Dynamic allocation of virtio-ccw I/O data.

Dynamically allocate any data structures like ccw used when
doing channel I/O. Otherwise, we'd need to add extra serialization
for the different callbacks using the same data structures.

Reported-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
drivers/s390/kvm/virtio_ccw.c