ahci: Change data types in preparation for migration
authorKevin Wolf <kwolf@redhat.com>
Tue, 15 Jan 2013 15:12:09 +0000 (16:12 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 25 Jan 2013 17:18:36 +0000 (18:18 +0100)
commit4ac557c89b04d506c876a0a378e815d822261c8a
treef0c0053a8233eb245ce6b4f1a8321642afdd3e11
parent1147bb15a715a907a91195c2ed601fc926e43d46
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>
hw/ide/ahci.c
hw/ide/ahci.h