Re: [Qemu-devel] [PATCH] vl: exit if a bad property value is passed to -global

2016-07-21 Thread Greg Kurz
On Wed, 20 Jul 2016 17:18:26 -0300 Eduardo Habkost wrote: > Sorry for the long delay: > > On Thu, Jul 14, 2016 at 10:29:57AM +0200, Igor Mammedov wrote: > > On Thu, 14 Jul 2016 11:42:40 +1000 > > David Gibson wrote: > > > > > On Wed, Jul 13, 2016 at 08:05:03PM +0200, Greg Kurz wrote: > > >

Re: [Qemu-devel] [PATCH] vl: exit if a bad property value is passed to -global

2016-07-20 Thread Eduardo Habkost
Sorry for the long delay: On Thu, Jul 14, 2016 at 10:29:57AM +0200, Igor Mammedov wrote: > On Thu, 14 Jul 2016 11:42:40 +1000 > David Gibson wrote: > > > On Wed, Jul 13, 2016 at 08:05:03PM +0200, Greg Kurz wrote: > > > When passing '-global driver=host-powerpc64-cpu,property=compat,value=foo' >

Re: [Qemu-devel] [PATCH] vl: exit if a bad property value is passed to -global

2016-07-14 Thread Igor Mammedov
On Thu, 14 Jul 2016 11:42:40 +1000 David Gibson wrote: > On Wed, Jul 13, 2016 at 08:05:03PM +0200, Greg Kurz wrote: > > When passing '-global driver=host-powerpc64-cpu,property=compat,value=foo' > > on the command line, without this patch, we get the following warning per > > device (which means

Re: [Qemu-devel] [PATCH] vl: exit if a bad property value is passed to -global

2016-07-13 Thread David Gibson
On Wed, Jul 13, 2016 at 08:05:03PM +0200, Greg Kurz wrote: > When passing '-global driver=host-powerpc64-cpu,property=compat,value=foo' > on the command line, without this patch, we get the following warning per > device (which means many lines if the guests has many cpus): > > qemu-system-ppc64:

[Qemu-devel] [PATCH] vl: exit if a bad property value is passed to -global

2016-07-13 Thread Greg Kurz
When passing '-global driver=host-powerpc64-cpu,property=compat,value=foo' on the command line, without this patch, we get the following warning per device (which means many lines if the guests has many cpus): qemu-system-ppc64: Warning: can't apply global host-powerpc64-cpu.compat=foo: Invali