[libvirt] [PATCH 1/4] conf: cpu: Fix parsing of vendor_id

2012-12-17 Thread Peter Krempa
From: Ken ICHIKAWA ichikawa@jp.fujitsu.com This patch fixes a problem that vendor_id attribute can not be defined when fallback attribute is not defined. If I define domain xml like below: domain cpu model vendor_id=''core2duo/model /cpu /domain In dumpxml, vendor_id is

Re: [libvirt] [PATCH 1/4] conf: cpu: Fix parsing of vendor_id

2012-12-17 Thread Martin Kletzander
On 12/17/2012 12:22 PM, Peter Krempa wrote: From: Ken ICHIKAWA ichikawa@jp.fujitsu.com This patch fixes a problem that vendor_id attribute can not be defined when fallback attribute is not defined. If I define domain xml like below: domain cpu model