commit | ac7d12ba256b7c9d4e122d0d6877e2312d6c19ed | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Mon Oct 29 17:24:58 2012 +0000 |
committer | Alexander Graf <agraf@suse.de> | Thu Nov 01 13:02:22 2012 +0100 |
tree | 8c98aca9c5dc9073a8ccc28fd68b515465c4f7ba | |
parent | a3cfa18eb075c7ef78358ca1956fe7b01caa1724 [diff] |
target-ppc: Rework storage of VPA registration state We change the storage of the VPA information to explicitly use fixed size integer types which will make life easier for syncing this data with KVM, which we will need in future. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> [agraf: fix commit message] Signed-off-by: Alexander Graf <agraf@suse.de>