From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrukP-0004gZ-KF for qemu-devel@nongnu.org; Mon, 11 May 2015 16:56:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YrukL-0005J5-Tr for qemu-devel@nongnu.org; Mon, 11 May 2015 16:56:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52048) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrukL-0005Iz-K5 for qemu-devel@nongnu.org; Mon, 11 May 2015 16:56:17 -0400 From: Eduardo Habkost Date: Mon, 11 May 2015 17:55:48 -0300 Message-Id: <1431377756-19579-6-git-send-email-ehabkost@redhat.com> In-Reply-To: <1431377756-19579-1-git-send-email-ehabkost@redhat.com> References: <1431377756-19579-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 05/13] hw: Define empty HW_COMPAT_2_[23] macros List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexander Graf , "Michael S. Tsirkin" Now we can make everything consistent and define the macros even if they are still empty. Signed-off-by: Eduardo Habkost --- include/hw/compat.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/hw/compat.h b/include/hw/compat.h index c56a698..4a43466 100644 --- a/include/hw/compat.h +++ b/include/hw/compat.h @@ -1,6 +1,12 @@ #ifndef HW_COMPAT_H #define HW_COMPAT_H +#define HW_COMPAT_2_3 \ + /* empty */ + +#define HW_COMPAT_2_2 \ + /* empty */ + #define HW_COMPAT_2_1 \ {\ .driver = "intel-hda",\ -- 2.1.0