From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wy7R4-0002RM-Lr for qemu-devel@nongnu.org; Fri, 20 Jun 2014 18:37:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wy7Qx-0007M6-Cl for qemu-devel@nongnu.org; Fri, 20 Jun 2014 18:37:30 -0400 Received: from mail-la0-f44.google.com ([209.85.215.44]:56925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wy7Qx-0007Lu-6E for qemu-devel@nongnu.org; Fri, 20 Jun 2014 18:37:23 -0400 Received: by mail-la0-f44.google.com with SMTP id ty20so2831234lab.3 for ; Fri, 20 Jun 2014 15:37:21 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1403303566-26618-1-git-send-email-aurelien@aurel32.net> References: <1403303566-26618-1-git-send-email-aurelien@aurel32.net> From: Peter Maydell Date: Fri, 20 Jun 2014 23:37:01 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] hw/arm: add a PL031 driver to the virt machine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: QEMU Developers 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.org/patch/358068/ (part of a series which also added flash). thanks -- PMM