Searched defs:X86CPUClass (Results 1 – 1 of 1) sorted by relevance
2362 struct X86CPUClass { struct2363 CPUClass parent_class;2369 const X86CPUModel *model;2371 bool max_features; /* Enable all supported features automatically */2372 bool host_cpuid_required;2373 int ordering;2374 bool migration_safe;2375 bool static_model;2381 const char *model_description;2383 DeviceRealize parent_realize;[all …]