Home
last modified time | relevance | path

Searched defs:X86CPUClass (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/i386/
H A Dcpu.h2362 struct X86CPUClass { struct
2363 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 …]