From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aH9d5-0006a3-B7 for qemu-devel@nongnu.org; Thu, 07 Jan 2016 07:25:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aH9d2-0005Gc-45 for qemu-devel@nongnu.org; Thu, 07 Jan 2016 07:25:23 -0500 Received: from s16892447.onlinehome-server.info ([82.165.15.123]:37691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aH9d1-0005GW-JN for qemu-devel@nongnu.org; Thu, 07 Jan 2016 07:25:19 -0500 Date: Thu, 7 Jan 2016 12:24:54 +0000 From: Mark Cave-Ayland Message-ID: <20160107122453.GB7952@kentang.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] qemu-sparc update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org Hi Peter, Happy New Year! Here is the series from last year containing the sun4u timer updates, please pull. Many thanks, Mark. The following changes since commit ac93a067868453c3b3bcef830f336e8107afdc9e: Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20160105-1' into staging (2016-01-07 11:22:18 +0000) are available in the git repository at: https://github.com/mcayland/qemu.git tags/qemu-openbios-signed for you to fetch changes up to c9a464420d7eb67dace1f630554245360b4c7c5b: target-sparc: implement NPT timer bit (2016-01-07 12:21:06 +0000) ---------------------------------------------------------------- Update OpenBIOS images ---------------------------------------------------------------- Mark Cave-Ayland (3): sun4u: split out NPT and INT_DIS into separate CPUTimer fields sun4u: split NPT and INT_DIS accesses between timer and compare registers target-sparc: implement NPT timer bit hw/sparc64/sun4u.c | 36 +++++++++++++++++++++++------------- target-sparc/cpu.h | 2 ++ target-sparc/helper.c | 10 ++++++++-- target-sparc/helper.h | 2 +- target-sparc/translate.c | 18 +++++++++++++++--- 5 files changed, 49 insertions(+), 19 deletions(-)