>>> --- a/src/conf/domain_conf.c
>>> +++ b/src/conf/domain_conf.c
>>> @@ -5328,7 +5328,7 @@ static virDomainDefPtr virDomainDefParseXML(virCapsPtr
caps,
>>>
>>> if (chr->info.type ==
VIR_DOMAIN_DEVICE_ADDRESS_TYPE_VIRTIO_SERIAL &&
>>> chr->info.addr.vioserial.port == 0) {
>>> - int maxport = -1;
>>> + int maxport = 0;
>>
>> ACK.
>
> Thanks, pushed.
Phooey - this broke 'make check' for qemuxml2argvtest qemuxml2xmltest.
The attached fix fixes that...
Jirka