Re: [libvirt] [PATCH 2/4] parallels: set cpu mode when applying xml configuration

2015-02-09 Thread Michal Privoznik
On 30.01.2015 20:58, Maxim Nestratov wrote: > From: Mikhail Feoktistov > > Otherwise exporting existing domain config and defining a new one like this: > virsh -c parallels:///system dumpxml instance01 > my.xml > virsh -c parallels:///system define my.xml > leads to an error because PCS default x

[libvirt] [PATCH 2/4] parallels: set cpu mode when applying xml configuration

2015-01-30 Thread Maxim Nestratov
From: Mikhail Feoktistov Otherwise exporting existing domain config and defining a new one like this: virsh -c parallels:///system dumpxml instance01 > my.xml virsh -c parallels:///system define my.xml leads to an error because PCS default x64 mode turns to x32. Thus, we need to set correct cpuMo