Re: [libvirt] [PATCH] PowerPC : Do not allow an empty model spec for 'host-model'

2015-03-20 Thread Ján Tomko
On Fri, Mar 20, 2015 at 03:25:45PM +0530, Prerna Saxena wrote: > > On Friday 20 March 2015 01:51 PM, Ján Tomko wrote: > > On Mon, Mar 16, 2015 at 04:56:49PM +0530, Prerna Saxena wrote: > >> [PATCH] PowerPC : Do not allow an empty model spec for 'host-model' > >> > >> On PowerPC, a guest VM having

Re: [libvirt] [PATCH] PowerPC : Do not allow an empty model spec for 'host-model'

2015-03-20 Thread Prerna Saxena
On Friday 20 March 2015 01:51 PM, Ján Tomko wrote: > On Mon, Mar 16, 2015 at 04:56:49PM +0530, Prerna Saxena wrote: >> [PATCH] PowerPC : Do not allow an empty model spec for 'host-model' >> >> On PowerPC, a guest VM having CPU mode as 'host-model' >> represents a 'compat' mode VM. This cannot have

Re: [libvirt] [PATCH] PowerPC : Do not allow an empty model spec for 'host-model'

2015-03-20 Thread Ján Tomko
On Mon, Mar 16, 2015 at 04:56:49PM +0530, Prerna Saxena wrote: > > [PATCH] PowerPC : Do not allow an empty model spec for 'host-model' > > On PowerPC, a guest VM having CPU mode as 'host-model' > represents a 'compat' mode VM. This cannot have a NULL > CPU model. I thought the compat= mode was o

[libvirt] [PATCH] PowerPC : Do not allow an empty model spec for 'host-model'

2015-03-16 Thread Prerna Saxena
[PATCH] PowerPC : Do not allow an empty model spec for 'host-model' On PowerPC, a guest VM having CPU mode as 'host-model' represents a 'compat' mode VM. This cannot have a NULL CPU model. This commit forbids such a guest definition. Signed-off-by: Prerna Saxena --- src/cpu/cpu_powerpc.c | 2 +