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: Eduardo Habkost
Subject: Re: [Qemu-devel] [PATCH] machine: Add kvm-type property
Date: Fri, 30 May 2014 17:57:11 -0300
User-agent: Mutt/1.5.21 (2010-09-15)

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.

-- 
Eduardo



reply via email to

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