From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] machine: Add kvm-type property Date: Fri, 30 May 2014 22:46:56 +0200 Message-ID: <5388EE40.5020705@redhat.com> References: <1401482467-31550-1-git-send-email-ehabkost@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, "Aneesh Kumar K.V" , Alexander Graf , Marcel Apfelbaum To: Eduardo Habkost , qemu-devel@nongnu.org, =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Return-path: Received: from mx1.redhat.com ([209.132.183.28]:41784 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752164AbaE3UrF (ORCPT ); Fri, 30 May 2014 16:47:05 -0400 In-Reply-To: <1401482467-31550-1-git-send-email-ehabkost@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Il 30/05/2014 22:41, Eduardo Habkost ha scritto: > diff --git a/include/hw/boards.h b/include/hw/boards.h > index 2d2e2be..44956d6 100644 > --- a/include/hw/boards.h > +++ b/include/hw/boards.h > @@ -111,6 +111,7 @@ struct MachineState { > bool mem_merge; > bool usb; > char *firmware; > + char *kvm_type; > > ram_addr_t ram_size; > const char *boot_order; > Can you add it only to the pseries machine instead? This is one of the first reasons why I wanted to have per-machine properties. :) Thanks! Paolo