From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3Psm-0006bm-4T for qemu-devel@nongnu.org; Mon, 30 Nov 2015 09:56:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3Psi-0002fj-5W for qemu-devel@nongnu.org; Mon, 30 Nov 2015 09:56:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3Psh-0002fW-Vo for qemu-devel@nongnu.org; Mon, 30 Nov 2015 09:56:44 -0500 From: Eduardo Habkost Date: Mon, 30 Nov 2015 12:56:34 -0200 Message-Id: <1448895398-13465-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/4] pc: Add pc-*-2.6 machine classes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, "Michael S. Tsirkin" Cc: Marcel Apfelbaum , Haozhong Zhang I am sending this earlier so it can be queued and used as base for patches that need to add compat code to the pc-2.5 machine types. Changes v1 -> v2: * Typo fix that I forgot to commit before submitting v1 Changes v2 -> v3: * Add HW_COMPAT_2_5 to PC_COMPAT_2_5 * Change indentation of PC_COMPAT_* and HW_COMPAT_* to 4 spaces Eduardo Habkost (4): pc: Remove redundant code from pc-*-2.3 machine classes pc: Add pc-*-2.6 machine classes pc: Change indentation of PC_COMPAT_* to 4 spaces hw/compat.h: Change indentation of HW_COMPAT_* to 4 spaces hw/i386/pc_piix.c | 18 +- hw/i386/pc_q35.c | 14 +- include/hw/compat.h | 139 ++++---- include/hw/i386/pc.h | 926 ++++++++++++++++++++++++++------------------------- 4 files changed, 560 insertions(+), 537 deletions(-) -- 2.1.0