From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLY6d-0008WG-7Z for qemu-devel@nongnu.org; Tue, 19 Jan 2016 10:22:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLY6c-00079J-CC for qemu-devel@nongnu.org; Tue, 19 Jan 2016 10:22:03 -0500 Received: from mail-vk0-x22c.google.com ([2607:f8b0:400c:c05::22c]:34763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLY6c-00079D-4Z for qemu-devel@nongnu.org; Tue, 19 Jan 2016 10:22:02 -0500 Received: by mail-vk0-x22c.google.com with SMTP id e185so10655627vkb.1 for ; Tue, 19 Jan 2016 07:22:02 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1453204158-11412-1-git-send-email-christoffer.dall@linaro.org> References: <1453204158-11412-1-git-send-email-christoffer.dall@linaro.org> From: Peter Maydell Date: Tue, 19 Jan 2016 15:21:42 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] hw/arm/virt: Add always-on property to the virt board timer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoffer Dall Cc: QEMU Developers On 19 January 2016 at 11:49, Christoffer Dall wrote: > The virt board has an arch timer, which is always on. Emit the > "always-on" property to indicate to Linux that it can switch off the > periodic timer and reduces the amount of interrupts injected into a > guest. > > Signed-off-by: Christoffer Dall Applied to target-arm.next, thanks. -- PMM