Re: [Qemu-devel] [PATCH v2 2/2] hw/arm/virt: Provide PL031 RTC

2014-06-13 Thread Peter Crosthwaite
On Thu, Jun 12, 2014 at 2:01 AM, Claudio Fontana wrote: > On 10.06.2014 19:06, Peter Maydell wrote: >> UEFI mandates that the platform must include an RTC, so provide >> one in 'virt', using the PL031. >> >> Signed-off-by: Peter Maydell >> --- >> hw/arm/virt.c | 30 ++

Re: [Qemu-devel] [PATCH v2 2/2] hw/arm/virt: Provide PL031 RTC

2014-06-11 Thread Claudio Fontana
On 10.06.2014 19:06, Peter Maydell wrote: > UEFI mandates that the platform must include an RTC, so provide > one in 'virt', using the PL031. > > Signed-off-by: Peter Maydell > --- > hw/arm/virt.c | 30 ++ > 1 file changed, 30 insertions(+) > > diff --git a/hw/arm/vi

[Qemu-devel] [PATCH v2 2/2] hw/arm/virt: Provide PL031 RTC

2014-06-10 Thread Peter Maydell
UEFI mandates that the platform must include an RTC, so provide one in 'virt', using the PL031. Signed-off-by: Peter Maydell --- hw/arm/virt.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/hw/arm/virt.c b/hw/arm/virt.c index e658eb0..b60928e 100644 --- a/hw/