mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
target/s390x: split sysemu part of cpu models
split sysemu part of cpu models, also create a tiny _user.c with just the (at least for now), empty implementation of apply_cpu_model. Signed-off-by: Claudio Fontana <cfontana@suse.de> Signed-off-by: Cho, Yu-Chen <acho@suse.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20210707105324.23400-15-acho@suse.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
This commit is contained in:
parent
67043607d1
commit
7ab3eb42b0
6 changed files with 454 additions and 416 deletions
|
@ -261,6 +261,8 @@ static inline void s390_cpu_unhalt(S390CPU *cpu)
|
|||
/* cpu_models.c */
|
||||
void s390_cpu_model_class_register_props(ObjectClass *oc);
|
||||
void s390_realize_cpu_model(CPUState *cs, Error **errp);
|
||||
S390CPUModel *get_max_cpu_model(Error **errp);
|
||||
void apply_cpu_model(const S390CPUModel *model, Error **errp);
|
||||
ObjectClass *s390_cpu_class_by_name(const char *name);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue