[libvirt] [PATCH] xen: Don't add <console> to xml for dom0

Cole Robinson crobinso at redhat.com
Mon Jan 30 12:26:07 UTC 2012


On 01/30/2012 06:12 AM, Daniel P. Berrange wrote:
> On Sun, Jan 29, 2012 at 02:13:10PM -0500, Cole Robinson wrote:
>> It just doesn't really make sense and confuses virt-manager
>> ---
>>  src/xenxs/xen_sxpr.c |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/src/xenxs/xen_sxpr.c b/src/xenxs/xen_sxpr.c
>> index 7a53f94..09e7730 100644
>> --- a/src/xenxs/xen_sxpr.c
>> +++ b/src/xenxs/xen_sxpr.c
>> @@ -1392,7 +1392,7 @@ xenParseSxpr(const struct sexpr *root,
>>              chr->target.port = 0;
>>              def->parallels[def->nparallels++] = chr;
>>          }
>> -    } else {
>> +    } else if (def->id != 0) {
>>          def->nconsoles = 1;
>>          if (VIR_ALLOC_N(def->consoles, 1) < 0)
>>              goto no_memory;
> 
> ACK
> 
> Daniel

Thanks, pushed now.

- Cole




More information about the libvir-list mailing list