]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4711276a3d355705524c32daad06914808bcf09d
tree8bc6c22fd9d2e3db42b95b4aede95dfde8bc8a75
parent0edd7a8f31f61ff5cb03032d0ca97ad391941957
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