mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
qemu/target_info: Add %target_cpu_type field to TargetInfo
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
28502121be
commit
b113dfa081
3 changed files with 8 additions and 5 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
static const TargetInfo target_info_stub = {
|
||||
.target_name = TARGET_NAME,
|
||||
.cpu_type = CPU_RESOLVING_TYPE,
|
||||
.machine_typename = TYPE_MACHINE,
|
||||
};
|
||||
|
||||
|
@ -21,8 +22,3 @@ const TargetInfo *target_info(void)
|
|||
{
|
||||
return &target_info_stub;
|
||||
}
|
||||
|
||||
const char *target_cpu_type(void)
|
||||
{
|
||||
return CPU_RESOLVING_TYPE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue