On Mon, Dec 09, 2019 at 11:07:59AM +, Stefan Hajnoczi wrote:
> The following MSI-X vectors are required:
> * VIRTIO Configuration Change
> * hiprio virtqueue
> * requests virtqueues
>
> Fix the calculation to reserve enough MSI-X vectors. Otherwise guest
> drivers fall back to a sub-option
* Stefan Hajnoczi (stefa...@redhat.com) wrote:
> The following MSI-X vectors are required:
> * VIRTIO Configuration Change
> * hiprio virtqueue
> * requests virtqueues
>
> Fix the calculation to reserve enough MSI-X vectors. Otherwise guest
> drivers fall back to a sub-optional configuration w
On Mon, Dec 09, 2019 at 11:07:59AM +, Stefan Hajnoczi wrote:
> The following MSI-X vectors are required:
> * VIRTIO Configuration Change
> * hiprio virtqueue
> * requests virtqueues
>
> Fix the calculation to reserve enough MSI-X vectors. Otherwise guest
> drivers fall back to a sub-option
Patchew URL:
https://patchew.org/QEMU/20191209110759.35227-1-stefa...@redhat.com/
Hi,
This series failed the docker-mingw@fedora build test. Please find the testing
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
=== TEST SCRIPT BEGIN ===
Patchew URL:
https://patchew.org/QEMU/20191209110759.35227-1-stefa...@redhat.com/
Hi,
This series failed the docker-quick@centos7 build test. Please find the testing
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
=== TEST SCRIPT BEGIN ==
* Stefan Hajnoczi (stefa...@redhat.com) wrote:
> The following MSI-X vectors are required:
> * VIRTIO Configuration Change
> * hiprio virtqueue
> * requests virtqueues
>
> Fix the calculation to reserve enough MSI-X vectors. Otherwise guest
> drivers fall back to a sub-optional configuration w
The following MSI-X vectors are required:
* VIRTIO Configuration Change
* hiprio virtqueue
* requests virtqueues
Fix the calculation to reserve enough MSI-X vectors. Otherwise guest
drivers fall back to a sub-optional configuration where all virtqueues
share a single vector.
This change does