Re: [PATCH v2 11/15] hw/southbridge/ich9: Add a AHCI function

2024-04-15 Thread Bernhard Beschow
Am 26. Februar 2024 11:14:10 UTC schrieb "Philippe Mathieu-Daudé" : >Instantiate TYPE_ICH9_AHCI in TYPE_ICH9_SOUTHBRIDGE. > >Since the PC machines can disable SATA (see the >PC_MACHINE_SATA dynamic property), add the 'sata-enabled' >property to disable it. > >Signed-off-by: Philippe Mathieu-Dau

[PATCH v2 11/15] hw/southbridge/ich9: Add a AHCI function

2024-02-26 Thread Philippe Mathieu-Daudé
Instantiate TYPE_ICH9_AHCI in TYPE_ICH9_SOUTHBRIDGE. Since the PC machines can disable SATA (see the PC_MACHINE_SATA dynamic property), add the 'sata-enabled' property to disable it. Signed-off-by: Philippe Mathieu-Daudé --- MAINTAINERS | 2 ++ include/hw/southbridge/ich9.h |