Re: [Qemu-devel] [PATCH V4 09/19] virito: introduce bus specific queue limit

2015-03-30 Thread Jason Wang
On Fri, Mar 20, 2015 at 6:20 PM, Cornelia Huck wrote: On Wed, 18 Mar 2015 17:34:59 +0800 Jason Wang wrote: Typo in subject: s/virito/virtio/ Will correct this. This patch introduces a bus specific queue limitation. It will be useful for increasing the limit for one of the bus withou

Re: [Qemu-devel] [PATCH V4 09/19] virito: introduce bus specific queue limit

2015-03-20 Thread Cornelia Huck
On Wed, 18 Mar 2015 17:34:59 +0800 Jason Wang wrote: Typo in subject: s/virito/virtio/ > This patch introduces a bus specific queue limitation. It will be > useful for increasing the limit for one of the bus without disturbing > other buses. > > Cc: Michael S. Tsirkin > Cc: Alexander Graf > C

[Qemu-devel] [PATCH V4 09/19] virito: introduce bus specific queue limit

2015-03-18 Thread Jason Wang
This patch introduces a bus specific queue limitation. It will be useful for increasing the limit for one of the bus without disturbing other buses. Cc: Michael S. Tsirkin Cc: Alexander Graf Cc: Richard Henderson Cc: Cornelia Huck Cc: Christian Borntraeger Cc: Paolo Bonzini Signed-off-by: Ja