Skip to content

Commit

Permalink
Recognize IBM LinuxONE Emperor 4
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Raspl <[email protected]>
  • Loading branch information
Stefan Raspl committed Sep 19, 2022
1 parent 99d1d53 commit f483abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Release History
* __v2.3.99 (tbd)__

_Changes_:
- Recognize IBM LinuxONE Emperor 4

_Bug fixes_:

Expand Down
2 changes: 1 addition & 1 deletion query_capacity.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ static struct qc_mtype mtypes[] = {
{3906, "IBM z14", "IBM LinuxONE Emperor II"},
{8561, "IBM z15", "IBM LinuxONE III"},
{8562, "IBM z15 Model T02", "IBM LinuxONE III Model LT2"},
{3931, "IBM z16", NULL},
{3931, "IBM z16", "IBM LinuxONE Emperor 4"},
{0, NULL, NULL}
};

Expand Down

0 comments on commit f483abd

Please sign in to comment.