From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV9Jy-0001WO-7J for qemu-devel@nongnu.org; Thu, 27 Aug 2015 22:23:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZV9Jv-0006ir-4L for qemu-devel@nongnu.org; Thu, 27 Aug 2015 22:23:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV9Ju-0006im-Ux for qemu-devel@nongnu.org; Thu, 27 Aug 2015 22:23:11 -0400 Message-ID: <55DFC608.8010704@redhat.com> Date: Fri, 28 Aug 2015 10:23:04 +0800 From: Jason Wang MIME-Version: 1.0 References: <1440704893-24664-1-git-send-email-ehabkost@redhat.com> In-Reply-To: <1440704893-24664-1-git-send-email-ehabkost@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] pc-*-2.5 machine-types List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , qemu-devel@nongnu.org Cc: Paolo Bonzini , Richard Henderson , "Michael S. Tsirkin" On 08/28/2015 03:48 AM, Eduardo Habkost wrote: > This introduces the pc-q35-2.5 and pc-i440fx-2.5 machine-types. > > Jason Wang, I know you were going to do it as part of the virtio pci work, but > I would like to simplify the existing code before introducing the new machine. > Feel free to include it as part of your series, if necessary. Ok, thanks. > > 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(-) >