spapr: Use HW_COMPAT_* inside SPAPR_COMPAT_* macros
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 14 May 2015 18:53:04 +0000 (15:53 -0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 31 May 2015 14:26:41 +0000 (16:26 +0200)
commit4dfd8eaa19c90087f19b56da5d04d9c468109a65
treea4102c1fce302710af9712a433687cad4203b58a
parent42134ac9d74799cf2f70257798b72a2988b75d31
spapr: Use HW_COMPAT_* inside SPAPR_COMPAT_* macros

SPAPR_COMPAT_2_1 will need to include both HW_COMPAT_2_2 and
HW_COMPAT_2_1, so include HW_COMPAT_2_1 inside SPAPR_COMPAT_2_1 and
HW_COMPAT_2_2 inside SPAPR_COMPAT_2_2.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/ppc/spapr.c