Re: [Qemu-devel] [PATCH V2 08/11] virtio-pci: switch to use bus specific queue limit

2015-02-26 Thread Jason Wang
On Thu, Feb 26, 2015 at 6:20 PM, Michael S. Tsirkin wrote: On Thu, Feb 26, 2015 at 03:04:43PM +0800, Jason Wang wrote: Instead of depending on a macro, switch to use a bus specific queue limit. Cc: Anthony Liguori Cc: Michael S. Tsirkin Signed-off-by: Jason Wang --- hw/virtio/v

Re: [Qemu-devel] [PATCH V2 08/11] virtio-pci: switch to use bus specific queue limit

2015-02-26 Thread Michael S. Tsirkin
On Thu, Feb 26, 2015 at 03:04:43PM +0800, Jason Wang wrote: > Instead of depending on a macro, switch to use a bus specific queue > limit. > > Cc: Anthony Liguori > Cc: Michael S. Tsirkin > Signed-off-by: Jason Wang > --- > hw/virtio/virtio-pci.c | 10 +- > 1 file changed, 5 insertions