commit | 4ac557c89b04d506c876a0a378e815d822261c8a | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Jan 15 16:12:09 2013 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jan 25 18:18:36 2013 +0100 |
tree | f0c0053a8233eb245ce6b4f1a8321642afdd3e11 | |
parent | 1147bb15a715a907a91195c2ed601fc926e43d46 [diff] |
ahci: Change data types in preparation for migration The size of an int depends on the host, so in order to be able to migrate these fields, make them either int32_t or bool, depending on the use. Signed-off-by: Kevin Wolf <kwolf@redhat.com>