On Wed, Nov 25, 2015 at 02:25:57PM +0530, Ritesh Raj Sarraf wrote: > On Fri, 2015-11-20 at 12:33 +0100, Guido Günther wrote: > > These sound like bugs in virt-manager not libvirt itself. You can set > > the emulator in the domain XML at any time, not sure if this works > > via > > virt-manager though. > > > > However i386 not being listed although it's listed in > > > > virsh capabilities > > > > I tried to edit the domain .xml config file and I get the following > error. > > > Failed. Try again? [y,n,i,f,?]: > y - yes, start editor again > n - no, throw away my changes > i - turn off validation and try to redefine again > f - force, try to redefine again > ? - print this help > Failed. Try again? [y,n,i,f,?]: > error: unsupported configuration: Unknown architecture i386 > Failed. Try again? [y,n,f,?]: > y - yes, start editor again > n - no, throw away my changes > f - force, try to redefine again > ? - print this help > Failed. Try again? [y,n,f,?]: > error: unsupported configuration: Unknown architecture x86 > Failed. Try again? [y,n,i,f,?]: > > > I am new to libvirt again and will spend some time to get further > acquainted with it. Meanwhile, if you have pointers, that'll help.
Check the supported architectures with "virsh capabilities". I think you want i686. Hope this helps, -- Guido

