Il 11/02/2014 01:32, Peter Maydell ha scritto:
> @@ -1311,7 +1312,7 @@ static const VMStateDescription vmstate_sysbus_ahci = {
>      .name = "sysbus-ahci",
>      .unmigratable = 1, /* Still buggy under I/O load */
>      .fields = (VMStateField []) {
> -        VMSTATE_AHCI(ahci, AHCIPCIState),
> +        VMSTATE_AHCI(ahci, SysbusAHCIState),
>          VMSTATE_END_OF_LIST()
>      },
...I wonder if that fixes the "buggy under I/O load" issue the
comment is talking about. Jason, do you still have whatever
testcase you were using when you added that comment?

No, because PCI AHCI is also buggy under I/O load.

Paolo

Reply via email to