Re: [Qemu-devel] [PATCH] hw/arm: add a PL031 driver to the virt machine

2014-06-20 Thread Aurelien Jarno
On Fri, Jun 20, 2014 at 11:37:01PM +0100, Peter Maydell wrote: > On 20 June 2014 23:32, Aurelien Jarno wrote: > > We currently do no have a virtio device for the real time clock. Instead > > of having to fetch the date and time from an NTP server, provide a PL031 > > device in the virt machine. >

Re: [Qemu-devel] [PATCH] hw/arm: add a PL031 driver to the virt machine

2014-06-20 Thread Peter Maydell
On 20 June 2014 23:32, Aurelien Jarno wrote: > We currently do no have a virtio device for the real time clock. Instead > of having to fetch the date and time from an NTP server, provide a PL031 > device in the virt machine. Erm, I posted a patch for this the other week: http://patchwork.ozlabs.o

[Qemu-devel] [PATCH] hw/arm: add a PL031 driver to the virt machine

2014-06-20 Thread Aurelien Jarno
We currently do no have a virtio device for the real time clock. Instead of having to fetch the date and time from an NTP server, provide a PL031 device in the virt machine. Cc: Peter Maydell Signed-off-by: Aurelien Jarno --- hw/arm/virt.c | 33 + 1 file change