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

2015-03-17 Thread Michal Privoznik
On 13.03.2015 16:40, 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 1/4] parallels: set cpu mode when applying xml configuration

2015-03-13 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

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

2015-03-10 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