Re: [Qemu-devel] [PATCH 3/4] machine: Introduce QEMU_COMPAT_* macros

2014-06-25 Thread Marcel Apfelbaum
On Wed, 2014-06-25 at 10:18 +0300, Michael S. Tsirkin wrote: > On Wed, Jun 25, 2014 at 09:46:40AM +0300, Marcel Apfelbaum wrote: > > On Wed, 2014-06-25 at 08:20 +0300, Michael S. Tsirkin wrote: > > > On Tue, Jun 24, 2014 at 03:02:03PM -0300, Eduardo Habkost wrote: > > > > The QEMU_COMPAT_* macros w

Re: [Qemu-devel] [PATCH 3/4] machine: Introduce QEMU_COMPAT_* macros

2014-06-25 Thread Michael S. Tsirkin
On Wed, Jun 25, 2014 at 09:46:40AM +0300, Marcel Apfelbaum wrote: > On Wed, 2014-06-25 at 08:20 +0300, Michael S. Tsirkin wrote: > > On Tue, Jun 24, 2014 at 03:02:03PM -0300, Eduardo Habkost wrote: > > > The QEMU_COMPAT_* macros will contain compat properties that are not > > > specific to PC, and

Re: [Qemu-devel] [PATCH 3/4] machine: Introduce QEMU_COMPAT_* macros

2014-06-24 Thread Marcel Apfelbaum
On Wed, 2014-06-25 at 08:20 +0300, Michael S. Tsirkin wrote: > On Tue, Jun 24, 2014 at 03:02:03PM -0300, Eduardo Habkost wrote: > > The QEMU_COMPAT_* macros will contain compat properties that are not > > specific to PC, and may be reused by other machine-types. > > > > PC-specific properties were

Re: [Qemu-devel] [PATCH 3/4] machine: Introduce QEMU_COMPAT_* macros

2014-06-24 Thread Igor Mammedov
On Tue, 24 Jun 2014 22:20:50 +0300 Marcel Apfelbaum wrote: > On Tue, 2014-06-24 at 15:02 -0300, Eduardo Habkost wrote: > > The QEMU_COMPAT_* macros will contain compat properties that are not > > specific to PC, and may be reused by other machine-types. > > > > PC-specific properties were left o

Re: [Qemu-devel] [PATCH 3/4] machine: Introduce QEMU_COMPAT_* macros

2014-06-24 Thread Michael S. Tsirkin
On Tue, Jun 24, 2014 at 03:02:03PM -0300, Eduardo Habkost wrote: > The QEMU_COMPAT_* macros will contain compat properties that are not > specific to PC, and may be reused by other machine-types. > > PC-specific properties were left on the PC_COMPAT_* macros. > > Signed-off-by: Eduardo Habkost >

Re: [Qemu-devel] [PATCH 3/4] machine: Introduce QEMU_COMPAT_* macros

2014-06-24 Thread Eduardo Habkost
On Tue, Jun 24, 2014 at 10:58:29PM +0200, BALATON Zoltan wrote: > On Tue, 24 Jun 2014, Eduardo Habkost wrote: [...] > >+.driver = "pci-serial",\ > >+.property = "prog_if",\ > >+.value= stringify(0),\ > >+},\ > >+{\ > >+.driver = "pci-serial-2x",\ > >+

Re: [Qemu-devel] [PATCH 3/4] machine: Introduce QEMU_COMPAT_* macros

2014-06-24 Thread BALATON Zoltan
On Tue, 24 Jun 2014, Eduardo Habkost wrote: The QEMU_COMPAT_* macros will contain compat properties that are not specific to PC, and may be reused by other machine-types. PC-specific properties were left on the PC_COMPAT_* macros. Signed-off-by: Eduardo Habkost --- include/hw/boards.h | 161 +

Re: [Qemu-devel] [PATCH 3/4] machine: Introduce QEMU_COMPAT_* macros

2014-06-24 Thread Marcel Apfelbaum
On Tue, 2014-06-24 at 15:02 -0300, Eduardo Habkost wrote: > The QEMU_COMPAT_* macros will contain compat properties that are not > specific to PC, and may be reused by other machine-types. > > PC-specific properties were left on the PC_COMPAT_* macros. > > Signed-off-by: Eduardo Habkost > --- >

[Qemu-devel] [PATCH 3/4] machine: Introduce QEMU_COMPAT_* macros

2014-06-24 Thread Eduardo Habkost
The QEMU_COMPAT_* macros will contain compat properties that are not specific to PC, and may be reused by other machine-types. PC-specific properties were left on the PC_COMPAT_* macros. Signed-off-by: Eduardo Habkost --- include/hw/boards.h | 161 ++