Re: [Qemu-devel] [PATCH 0/4] Introduce common QEMU_COMPAT_* macros

2014-06-25 Thread Eduardo Habkost
On Wed, Jun 25, 2014 at 10:34:24AM +0300, Michael S. Tsirkin wrote: > On Tue, Jun 24, 2014 at 03:02:00PM -0300, Eduardo Habkost wrote: > > This series is an attempt to make the compat_props lists from the PC code > > reusable by other machine-types. All the compat bits that are on those > > lists

Re: [Qemu-devel] [PATCH 0/4] Introduce common QEMU_COMPAT_* macros

2014-06-25 Thread Michael S. Tsirkin
On Tue, Jun 24, 2014 at 03:02:00PM -0300, Eduardo Habkost wrote: > This series is an attempt to make the compat_props lists from the PC code > reusable by other machine-types. All the compat bits that are on those lists > are > not tied to a specific machine-type, but instead to the device code th

Re: [Qemu-devel] [PATCH 0/4] Introduce common QEMU_COMPAT_* macros

2014-06-24 Thread Michael S. Tsirkin
On Wed, Jun 25, 2014 at 12:39:39PM +1000, Alexey Kardashevskiy wrote: > On 06/25/2014 04:02 AM, Eduardo Habkost wrote: > > This series is an attempt to make the compat_props lists from the PC code > > reusable by other machine-types. All the compat bits that are on those > > lists are > > not tied

Re: [Qemu-devel] [PATCH 0/4] Introduce common QEMU_COMPAT_* macros

2014-06-24 Thread Michael S. Tsirkin
On Tue, Jun 24, 2014 at 03:02:00PM -0300, Eduardo Habkost wrote: > This series is an attempt to make the compat_props lists from the PC code > reusable by other machine-types. All the compat bits that are on those lists > are > not tied to a specific machine-type, but instead to the device code th

Re: [Qemu-devel] [PATCH 0/4] Introduce common QEMU_COMPAT_* macros

2014-06-24 Thread Alexey Kardashevskiy
On 06/25/2014 04:02 AM, Eduardo Habkost wrote: > This series is an attempt to make the compat_props lists from the PC code > reusable by other machine-types. All the compat bits that are on those lists > are > not tied to a specific machine-type, but instead to the device code that was > present o

[Qemu-devel] [PATCH 0/4] Introduce common QEMU_COMPAT_* macros

2014-06-24 Thread Eduardo Habkost
This series is an attempt to make the compat_props lists from the PC code reusable by other machine-types. All the compat bits that are on those lists are not tied to a specific machine-type, but instead to the device code that was present on a given QEMU version. The last patch is a proposal to s