Re: [PATCH] hw/rtc/mc146818: Add missing dependency on ISA Bus

2020-01-07 Thread Paolo Bonzini
On 24/12/19 12:16, Philippe Mathieu-Daudé wrote: > The MC146818 sits on an ISA bus. Since it can not be used > without it, select ISA in the Kconfig. > > Fixes: 82f5181777e > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/rtc/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw

Re: [PATCH] hw/rtc/mc146818: Add missing dependency on ISA Bus

2019-12-24 Thread Stefano Garzarella
On Tue, Dec 24, 2019 at 12:16:28PM +0100, Philippe Mathieu-Daudé wrote: > The MC146818 sits on an ISA bus. Since it can not be used > without it, select ISA in the Kconfig. > > Fixes: 82f5181777e > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/rtc/Kconfig | 1 + > 1 file changed, 1 insertion(

[PATCH] hw/rtc/mc146818: Add missing dependency on ISA Bus

2019-12-24 Thread Philippe Mathieu-Daudé
The MC146818 sits on an ISA bus. Since it can not be used without it, select ISA in the Kconfig. Fixes: 82f5181777e Signed-off-by: Philippe Mathieu-Daudé --- hw/rtc/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/rtc/Kconfig b/hw/rtc/Kconfig index 45daa8d655..3dc2dd6888 100644 ---