qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] call ide_reset when resetting the piix


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] call ide_reset when resetting the piix
Date: Thu, 30 Jul 2009 08:24:47 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Naphtali Sprei wrote:
In some cases reboot sequence fails to detect the ide device in the rombios
sequence for ata_detect, since ioport writes are ignored when the
ide device status indicates busy or data request in progres.
The ide if must be reset when system reset.

Signed-off-by: Naphtali Sprei <address@hidden>

What is this against?

-    qemu_register_reset(piix3_reset, 0, d);
-    piix3_reset(d);
-

qemu_register_reset hasn't had this signature in a long time. I think you need to rebase against tip.

Regards,

Anthony Liguori




reply via email to

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