Merge tag 'kraxel-20220704-pull-request' of https://gitlab.com/kraxel/qemu into staging
[qemu/rayw.git] / target / i386 / host-cpu.h
blob6a9bc918baa43f9db091e6410424d532b16188f6
1 /*
2 * x86 host CPU type initialization and host CPU functions
4 * Copyright 2021 SUSE LLC
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
8 */
10 #ifndef HOST_CPU_H
11 #define HOST_CPU_H
13 void host_cpu_instance_init(X86CPU *cpu);
14 void host_cpu_max_instance_init(X86CPU *cpu);
15 bool host_cpu_realizefn(CPUState *cs, Error **errp);
17 void host_cpu_vendor_fms(char *vendor, int *family, int *model, int *stepping);
19 #endif /* HOST_CPU_H */