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