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: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] machine: Add kvm-type property
Date: Fri, 30 May 2014 22:46:56 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

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



reply via email to

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