Revision b4fc7b43

b/include/hw/boards.h
22 22

  
23 23
typedef void QEMUMachineResetFunc(void);
24 24

  
25
typedef void QEMUMachineHotAddCPUFunc(const int64_t id, Error **errp);
26

  
25 27
typedef struct QEMUMachine {
26 28
    const char *name;
27 29
    const char *alias;
28 30
    const char *desc;
29 31
    QEMUMachineInitFunc *init;
30 32
    QEMUMachineResetFunc *reset;
33
    QEMUMachineHotAddCPUFunc *hot_add_cpu;
31 34
    BlockInterfaceType block_default_type;
32 35
    int max_cpus;
33 36
    unsigned int no_serial:1,

Also available in: Unified diff