On Fri, 21 Dec 2018 13:03:46 +0400 Marc-André Lureau <marcandre.lur...@redhat.com> wrote:
> Move the compat arrays inside functions that use them. > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > --- > hw/arm/virt.c | 94 +++-- > hw/i386/pc_piix.c | 705 ++++++++++++++++++------------------- > hw/i386/pc_q35.c | 121 +++---- > hw/ppc/spapr.c | 254 +++++++------ > hw/s390x/s390-virtio-ccw.c | 239 ++++++------- > hw/xen/xen-common.c | 38 +- > 6 files changed, 685 insertions(+), 766 deletions(-) Reviewed-by: Igor Mammedov <imamm...@redhat.com>