qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] ahci: fix sysbus support


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] ahci: fix sysbus support
Date: Tue, 18 Mar 2014 08:28:10 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

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

[Prev in Thread] Current Thread [Next in Thread]