Re: [PATCH v2 06/14] hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectory

2019-10-24 Thread Laurent Vivier
Le 04/10/2019 à 01:03, Philippe Mathieu-Daudé a écrit : > Move RTC devices under the hw/rtc/ subdirectory. > > Reviewed-by: Alistair Francis > Signed-off-by: Philippe Mathieu-Daudé > --- > MAINTAINERS | 4 ++-- > hw/rtc/Kconfig| 3 +++ > hw/rtc/Makefile.objs

Re: [PATCH v2 06/14] hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectory

2019-10-24 Thread Artyom Tarasenko
On Thu, Oct 24, 2019 at 4:10 PM Philippe Mathieu-Daudé wrote: > > Hi Artyom, > > Do you mind Acking this patch? Sorry for the late reply: Reviewed-by: Artyom Tarasenko > > On 10/4/19 1:03 AM, Philippe Mathieu-Daudé wrote: > > Move RTC devices under the hw/rtc/ subdirectory. > > > >

Re: [PATCH v2 06/14] hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectory

2019-10-24 Thread Philippe Mathieu-Daudé
Hi Artyom, Do you mind Acking this patch? On 10/4/19 1:03 AM, Philippe Mathieu-Daudé wrote: Move RTC devices under the hw/rtc/ subdirectory. Reviewed-by: Alistair Francis Signed-off-by: Philippe Mathieu-Daudé --- MAINTAINERS | 4 ++-- hw/rtc/Kconfig| 3

[PATCH v2 06/14] hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectory

2019-10-03 Thread Philippe Mathieu-Daudé
Move RTC devices under the hw/rtc/ subdirectory. Reviewed-by: Alistair Francis Signed-off-by: Philippe Mathieu-Daudé --- MAINTAINERS | 4 ++-- hw/rtc/Kconfig| 3 +++ hw/rtc/Makefile.objs | 1 + hw/{timer => rtc}/sun4v-rtc.c | 2 +-