Re: [Qemu-devel] [PATCH v2] Man page: Add -global description

2012-03-19 Thread Paolo Bonzini
Il 16/03/2012 10:24, Gerd Hoffmann ha scritto: >> > commit 82aff428155d469ab705294486cc26cb34947999 >> > Author: Anthony Liguori >> > Date: Fri Dec 23 11:30:45 2011 -0600 >> > >> > qdev: don't allow globals to be set by bus name >> > So I think we can safely break it :-) > There are compat prop

Re: [Qemu-devel] [PATCH v2] Man page: Add -global description

2012-03-16 Thread Gerd Hoffmann
Hi, > commit 82aff428155d469ab705294486cc26cb34947999 > Author: Anthony Liguori > Date: Fri Dec 23 11:30:45 2011 -0600 > > qdev: don't allow globals to be set by bus name > So I think we can safely break it :-) There are compat properties using that (turn off new pci features on old releas

Re: [Qemu-devel] [PATCH v2] Man page: Add -global description

2012-03-15 Thread Miroslav Rezanina
- Original Message - > From: "Peter Maydell" > To: "Miroslav Rezanina" > Cc: qemu-devel@nongnu.org > Sent: Wednesday, March 14, 2012 7:21:30 PM > Subject: Re: [Qemu-devel] [PATCH v2] Man page: Add -global description > > On 14 March 2012 08:53, M

Re: [Qemu-devel] [PATCH v2] Man page: Add -global description

2012-03-15 Thread Markus Armbruster
Anthony Liguori writes: > Just while we're here, I'll be posting the following shortly: > > commit 82aff428155d469ab705294486cc26cb34947999 > Author: Anthony Liguori > Date: Fri Dec 23 11:30:45 2011 -0600 > > qdev: don't allow globals to be set by bus name > > This is technically a compatibili

Re: [Qemu-devel] [PATCH v2] Man page: Add -global description

2012-03-14 Thread Anthony Liguori
On 03/14/2012 01:21 PM, Peter Maydell wrote: On 14 March 2012 08:53, Miroslav Rezanina wrote: --- a/qemu-options.hx +++ b/qemu-options.hx @@ -292,9 +292,13 @@ DEF("global", HAS_ARG, QEMU_OPTION_global, "set a global default for a driver property\n", QEMU_ARCH_ALL) ST

Re: [Qemu-devel] [PATCH v2] Man page: Add -global description

2012-03-14 Thread Peter Maydell
On 14 March 2012 08:53, Miroslav Rezanina wrote: > --- a/qemu-options.hx > +++ b/qemu-options.hx > @@ -292,9 +292,13 @@ DEF("global", HAS_ARG, QEMU_OPTION_global, >     "                set a global default for a driver property\n", >     QEMU_ARCH_ALL) >  STEXI > -@item -global > +@item -global @

Re: [Qemu-devel] [PATCH v2] Man page: Add -global description

2012-03-14 Thread Markus Armbruster
Miroslav Rezanina writes: > There's only TODO information in qemu man page for -global option. This is a > basic description of this option with simple example. > > Signed-off-by: Miroslav Rezanina > > Patch: > -- > diff --git a/qemu-options.hx b/qemu-options.hx > index daefce3..876f929 100644

[Qemu-devel] [PATCH v2] Man page: Add -global description

2012-03-14 Thread Miroslav Rezanina
There's only TODO information in qemu man page for -global option. This is a basic description of this option with simple example. Signed-off-by: Miroslav Rezanina Patch: -- diff --git a/qemu-options.hx b/qemu-options.hx index daefce3..876f929 100644 --- a/qemu-options.hx +++ b/qemu-options.hx