pub unsafe extern "C" fn cpu_generic_init(
    typename: *const c_char,
    cpu_model: *const c_char
) -> *mut CPUState
Expand description

cpu_generic_init: @typename: The CPU base type. @cpu_model: The model string including optional parameters.

Instantiates a CPU, processes optional parameters and realizes the CPU.

Returns: A #CPUState or %NULL if an error occurred.