mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1
TCG implements everything we need to run basic z15 OS+software Signed-off-by: David Miller <dmiller423@gmail.com> Message-Id: <20220223223117.66660-3-dmiller423@gmail.com> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
ea0a1053e2
commit
8a4eafb69c
3 changed files with 11 additions and 5 deletions
|
@ -86,9 +86,9 @@ static S390CPUDef s390_cpu_defs[] = {
|
|||
CPUDEF_INIT(0x3932, 16, 1, 47, 0x08000000U, "gen16b", "IBM 3932 GA1"),
|
||||
};
|
||||
|
||||
#define QEMU_MAX_CPU_TYPE 0x3906
|
||||
#define QEMU_MAX_CPU_GEN 14
|
||||
#define QEMU_MAX_CPU_EC_GA 2
|
||||
#define QEMU_MAX_CPU_TYPE 0x8561
|
||||
#define QEMU_MAX_CPU_GEN 15
|
||||
#define QEMU_MAX_CPU_EC_GA 1
|
||||
static const S390FeatInit qemu_max_cpu_feat_init = { S390_FEAT_LIST_QEMU_MAX };
|
||||
static S390FeatBitmap qemu_max_cpu_feat;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue