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

2014-06-24 Thread Michael S. Tsirkin
On Tue, Jun 24, 2014 at 11:04:43PM -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

[Qemu-devel] [PATCH v2 0/2] 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. This series is based on Michael's