]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/i386/pc.h
machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()
[mirror_qemu.git] / include / hw / i386 / pc.h
index e56c1a39cb60fb46d3af4d934c305e0304e441e6..0fa3e3beeb2436a09eab7f76ae2f7a60e8aee833 100644 (file)
@@ -192,6 +192,7 @@ void pc_acpi_smi_interrupt(void *opaque, int irq, int level);
 
 void pc_cpus_init(PCMachineState *pcms);
 void pc_hot_add_cpu(MachineState *ms, const int64_t id, Error **errp);
+void pc_smp_parse(MachineState *ms, QemuOpts *opts);
 
 void pc_guest_info_init(PCMachineState *pcms);