On 24.08.2012, at 09:28, Jason Baron wrote:
> On Thu, Aug 09, 2012 at 10:49:23AM -0400, Jason Baron wrote:
>> On Thu, Aug 09, 2012 at 02:59:54PM +0200, Andreas Färber wrote:
>>> Define generic VMState for AHCI and reuse it together with PCI for ICH
>>> and on its own for the SysBus version.
>>>
On Thu, Aug 09, 2012 at 10:49:23AM -0400, Jason Baron wrote:
> On Thu, Aug 09, 2012 at 02:59:54PM +0200, Andreas Färber wrote:
> > Define generic VMState for AHCI and reuse it together with PCI for ICH
> > and on its own for the SysBus version.
> >
> > Note: ICH9 initializes AHCI with 6 ports, whi
On Thu, Aug 09, 2012 at 02:59:54PM +0200, Andreas Färber wrote:
> Define generic VMState for AHCI and reuse it together with PCI for ICH
> and on its own for the SysBus version.
>
> Note: ICH9 initializes AHCI with 6 ports, which dynamically allocates
> 6 AHCIDevice structs. Thus we change the por
Define generic VMState for AHCI and reuse it together with PCI for ICH
and on its own for the SysBus version.
Note: ICH9 initializes AHCI with 6 ports, which dynamically allocates
6 AHCIDevice structs. Thus we change the ports field type to uint32_t
for compatibility with VMState macros.
Signed-o