On Thu, Apr 2, 2015 at 9:43 PM, Cornelia Huck
wrote:
On Wed, 1 Apr 2015 16:14:54 +0800
Jason Wang wrote:
Stress/migration test on virtio-pci, compile test on other
targets. And make check on s390x-softmmu and ppc64-softmmu.
Patch 9 needs some slight modifications to fit on top of mast
On Wed, 1 Apr 2015 16:14:54 +0800
Jason Wang wrote:
> Stress/migration test on virtio-pci, compile test on other
> targets. And make check on s390x-softmmu and ppc64-softmmu.
Patch 9 needs some slight modifications to fit on top of master, but
with that, the patch series passes basic smoke test
We current limit the max virtio queues to 64. This is not sufficient
to support multiqueue devices (e.g recent Linux support up to 256
tap queues). So this series tries to let virtio to support more
queues.
No much works need to be done except:
- Introducing transport specific queue limitation. T