Re: [Qemu-devel] [PATCH v6 09/16] virtio-ccw: introduce ccw specific queue limit

2015-04-19 Thread Jason Wang
On 04/17/2015 07:46 PM, Cornelia Huck wrote: > On Fri, 17 Apr 2015 12:48:33 +0800 > Jason Wang wrote: > >> Instead of depending on marco, using a bus specific limit. Also make >> it clear that the number of gsis per I/O adapter is not directly >> depending on the number of virtio queues, but rat

Re: [Qemu-devel] [PATCH v6 09/16] virtio-ccw: introduce ccw specific queue limit

2015-04-17 Thread Cornelia Huck
On Fri, 17 Apr 2015 12:48:33 +0800 Jason Wang wrote: > Instead of depending on marco, using a bus specific limit. Also make > it clear that the number of gsis per I/O adapter is not directly > depending on the number of virtio queues, but rather the other way > around. > > Cc: Alexander Graf >

[Qemu-devel] [PATCH v6 09/16] virtio-ccw: introduce ccw specific queue limit

2015-04-16 Thread Jason Wang
Instead of depending on marco, using a bus specific limit. Also make it clear that the number of gsis per I/O adapter is not directly depending on the number of virtio queues, but rather the other way around. Cc: Alexander Graf Cc: Cornelia Huck Cc: Christian Borntraeger Cc: Richard Henderson