From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYnL8-0003N6-Mc for qemu-devel@nongnu.org; Thu, 19 Mar 2015 23:11:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYnL4-0001MU-3r for qemu-devel@nongnu.org; Thu, 19 Mar 2015 23:11:14 -0400 From: David Gibson Date: Fri, 20 Mar 2015 14:11:54 +1100 Message-Id: <1426821116-16617-1-git-send-email-david@gibson.dropbear.id.au> Subject: [Qemu-devel] [PATCH 0/2] Fix bugs in i6300esb watchdog timer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: rjones@redhat.com Cc: qemu-devel@nongnu.org, David Gibson , qemu-ppc@nongnu.org, agraf@suse.de, mst@redhat.com This series fixes two bugs in the i6300esb watchdog timer device. The first only affects big-endian targets (including targets like ppc which support both endians, but are considered big-endian by default). The second affects all targets, but only when the guest uses unusually large timeout values. David Gibson (2): i6300esb: Correct endiannness i6300esb: Fix signed integer overflow hw/watchdog/wdt_i6300esb.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) -- 2.1.0