From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gaKHw-0003lS-37 for qemu-devel@nongnu.org; Fri, 21 Dec 2018 07:52:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gaKHs-0004HF-Oz for qemu-devel@nongnu.org; Fri, 21 Dec 2018 07:52:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49088) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gaKHh-000469-KF for qemu-devel@nongnu.org; Fri, 21 Dec 2018 07:52:14 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E2D3A13AA0 for ; Fri, 21 Dec 2018 12:52:08 +0000 (UTC) Date: Fri, 21 Dec 2018 13:52:03 +0100 From: Cornelia Huck Message-ID: <20181221135203.7e34eb16.cohuck@redhat.com> In-Reply-To: <20181221090410.27250-9-marcandre.lureau@redhat.com> References: <20181221090410.27250-1-marcandre.lureau@redhat.com> <20181221090410.27250-9-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v7 08/28] compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macros List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?TWFyYy1BbmRyw6k=?= Lureau Cc: qemu-devel@nongnu.org, imammedo@redhat.com, ehabkost@redhat.com On Fri, 21 Dec 2018 13:03:50 +0400 Marc-Andr=C3=A9 Lureau wrote: > Use static arrays instead. >=20 > Suggested-by: Eduardo Habkost > Signed-off-by: Marc-Andr=C3=A9 Lureau > --- > include/hw/boards.h | 3 +++ > include/hw/compat.h | 27 --------------------------- > include/hw/i386/pc.h | 21 ++------------------- > hw/arm/virt.c | 5 +---- > hw/core/machine.c | 29 +++++++++++++++++++++++++++++ > hw/i386/pc.c | 21 +++++++++++++++++++++ > hw/i386/pc_piix.c | 7 ++----- > hw/i386/pc_q35.c | 7 ++----- > hw/ppc/spapr.c | 2 +- > hw/s390x/s390-virtio-ccw.c | 6 +----- > 10 files changed, 62 insertions(+), 66 deletions(-) Reviewed-by: Cornelia Huck