s390x: virtio machine storage keys
commit8d5192ee15bc519f83741f5e413ebba5d57a6abd
authorAlexander Graf <agraf@suse.de>
Fri, 15 Apr 2011 15:32:50 +0000 (15 17:32 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 18 Apr 2011 19:01:54 +0000 (18 21:01 +0200)
tree14584168b93f00d92b9fea7bd4937c0648d40f2c
parent8103b4d161d7c00ea3ff89ffe66bb2bc2c67de5d
s390x: virtio machine storage keys

For emulation (and migration) we need to know about the guest's storage keys.
These are separate from actual RAM contents, so we need to allocate them in
parallel to RAM.

While touching the file, this patch also adjusts the hypercall function
to a new syntax that aligns better with tcg emulated code.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/s390-virtio.c