qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] machine: Add kvm-type property


From: Alexander Graf
Subject: Re: [Qemu-devel] [PATCH] machine: Add kvm-type property
Date: Fri, 30 May 2014 23:18:59 +0200


> Am 30.05.2014 um 22:57 schrieb Eduardo Habkost <address@hidden>:
> 
>> 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

[Prev in Thread] Current Thread [Next in Thread]