On Fri, 21 Dec 2018 13:04:03 +0400 Marc-André Lureau <marcandre.lur...@redhat.com> wrote:
> Use static arrays instead. I decided to rename the conflicting > pc_compat_2_1() function with pc_compat_2_1_fn(). > > Suggested-by: Eduardo Habkost <ehabk...@redhat.com> > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > --- > include/hw/i386/pc.h | 236 +++---------------------------------------- > hw/i386/pc.c | 232 ++++++++++++++++++++++++++++++++++++++++++ > hw/i386/pc_piix.c | 57 ++++------- > 3 files changed, 267 insertions(+), 258 deletions(-) Reviewed-by: Cornelia Huck <coh...@redhat.com>