From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaUiU-0003oA-6x for qemu-devel@nongnu.org; Fri, 11 Sep 2015 16:14:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZaUiR-0004Ht-7Q for qemu-devel@nongnu.org; Fri, 11 Sep 2015 16:14:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35232) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaUiR-0004Hn-1v for qemu-devel@nongnu.org; Fri, 11 Sep 2015 16:14:35 -0400 From: Eduardo Habkost Date: Fri, 11 Sep 2015 17:14:22 -0300 Message-Id: <1442002465-31466-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/3] pc-*-2.5 machine-types List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Igor Mammedov , Richard Henderson , Jason Wang , "Michael S. Tsirkin" This introduces the pc-q35-2.5 and pc-i440fx-2.5 machine-types. Changes v1 -> v2: * Trivial rebase on top of latest qemu.git master Eduardo Habkost (3): q35: Move options common to all classes to pc_q35_machine_options() q35: Move options common to all classes to pc_i440fx_machine_options() pc: Introduce pc-*-2.5 machine classes hw/i386/pc_piix.c | 18 +++++++++++++++--- hw/i386/pc_q35.c | 20 +++++++++++++++----- include/hw/compat.h | 3 +++ include/hw/i386/pc.h | 4 ++++ 4 files changed, 37 insertions(+), 8 deletions(-) -- 2.1.0