Skip to content

Commit

Permalink
s390x/skeys: Fix instance and class size
Browse files Browse the repository at this point in the history
fix a typo that messes up instance and class size.

Signed-off-by: Christian Borntraeger <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
  • Loading branch information
borntraeger authored and cohuck committed Jan 27, 2016
1 parent 39c36a0 commit 2f2b0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/s390x/s390-skeys.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ static const TypeInfo qemu_s390_skeys_info = {
.instance_init = qemu_s390_skeys_init,
.instance_size = sizeof(QEMUS390SKeysState),
.class_init = qemu_s390_skeys_class_init,
.instance_size = sizeof(S390SKeysClass),
.class_size = sizeof(S390SKeysClass),
};

static void s390_storage_keys_save(QEMUFile *f, void *opaque)
Expand Down

0 comments on commit 2f2b0c6

Please sign in to comment.