Re: [Qemu-devel] [PATCH v2 2/2] machine: Introduce QEMU_COMPAT_* macros

2014-06-25 Thread Michael S. Tsirkin
On Wed, Jun 25, 2014 at 10:23:06AM -0300, Eduardo Habkost wrote: > On Wed, Jun 25, 2014 at 08:56:43AM +0300, Michael S. Tsirkin wrote: > > On Tue, Jun 24, 2014 at 11:04:45PM -0300, Eduardo Habkost wrote: > > > The QEMU_COMPAT_* macros will contain compat properties that are not > > > specific to PC

Re: [Qemu-devel] [PATCH v2 2/2] machine: Introduce QEMU_COMPAT_* macros

2014-06-25 Thread Eduardo Habkost
On Wed, Jun 25, 2014 at 08:56:43AM +0300, Michael S. Tsirkin wrote: > On Tue, Jun 24, 2014 at 11:04:45PM -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. > > > > The compat propertie

Re: [Qemu-devel] [PATCH v2 2/2] machine: Introduce QEMU_COMPAT_* macros

2014-06-24 Thread Michael S. Tsirkin
On Tue, Jun 24, 2014 at 11:04:45PM -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. > > The compat properties for PC-specific devices were moved to > QEMU_COMPAT_* too, because they are

[Qemu-devel] [PATCH v2 2/2] 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. The compat properties for PC-specific devices were moved to QEMU_COMPAT_* too, because they are simply not going to be applied to any device if they are not instantiated.