2023-08-02 09:56:17

by Yuan Tan

[permalink] [raw]
Subject: [RFC 0/1] mips: malta: Select PCI_QUIRKS if POWER_RESET_PIIX4_POWEROFF is enabled

Hi list,

I just found that the on QEMU Malta, POWER_RESET_PIIX4_POWEROFF relay on
PCI_QUIRKS to work, or else the reboot will hang.

Welcome everyone's suggestions.

Yuan Tan (1):
mips: malta: select PCI_QUIRK for POWER_RESET_PIIX4_POWEROFF

arch/mips/Kconfig | 1 +
1 file changed, 1 insertion(+)

--
2.34.1



2023-08-08 17:26:34

by Maciej W. Rozycki

[permalink] [raw]
Subject: Re: [RFC 0/1] mips: malta: Select PCI_QUIRKS if POWER_RESET_PIIX4_POWEROFF is enabled

On Wed, 2 Aug 2023, Yuan Tan wrote:

> I just found that the on QEMU Malta, POWER_RESET_PIIX4_POWEROFF relay on
> PCI_QUIRKS to work, or else the reboot will hang.

I'll check if it is reproducible with actual hardware, otherwise it might
be an issue to fix in QEMU.

Maciej