]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/arm/aspeed_soc.h
hw/arm/aspeed: Check for CPU types in machine_run_board_init()
[mirror_qemu.git] / include / hw / arm / aspeed_soc.h
index a060a59918749fbf4cf02d239599d1668f64417f..0db5a41e71703530fea087dfd2127085c8c914d0 100644 (file)
@@ -128,7 +128,8 @@ struct AspeedSoCClass {
     DeviceClass parent_class;
 
     const char *name;
-    const char *cpu_type;
+    /** valid_cpu_types: NULL terminated array of a single CPU type. */
+    const char * const *valid_cpu_types;
     uint32_t silicon_rev;
     uint64_t sram_size;
     uint64_t secsram_size;