> Am 30.05.2014 um 22:57 schrieb Eduardo Habkost <ehabk...@redhat.com>:
> 
>> On Fri, May 30, 2014 at 10:46:56PM +0200, Paolo Bonzini wrote:
>> 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.  :)
> 
> Yes, it makes sense (I didn't notice we already had explicit class
> registration code for sPAPR). I might need some help to test it, though.

That part should be easy ;)

Alex

> 
> -- 
> Eduardo

Reply via email to