Searched defs:X86CPUClass (Results 1 – 1 of 1) sorted by relevance
2374 struct X86CPUClass { struct2375 CPUClass parent_class;2381 const X86CPUModel *model;2383 bool max_features; /* Enable all supported features automatically */2384 bool host_cpuid_required;2385 int ordering;2386 bool migration_safe;2387 bool static_model;2393 const char *model_description;2395 DeviceRealize parent_realize;[all …]