On 29 March 2013 09:02, <[email protected]> wrote:
> -
> - /* backwards-compatibility with machines that were created with
> - DEV_NVECTORS_UNSPECIFIED */
> - vdev->nvectors = proxy->nvectors == DEV_NVECTORS_UNSPECIFIED
> - ? proxy->serial.max_virtserial_ports
> + 1
> - : proxy->nvectors;
> +
> + if (vpci_dev->nvectors == DEV_NVECTORS_UNSPECIFIED) {
> + vpci_dev->nvectors = dev->vdev.serial.max_virtserial_ports + 1;
> + }
> +
You've lost the clarifying comment in moving this code;
could you add it back please?
thanks
-- PMM