From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZxT5-0002zW-1h for qemu-devel@nongnu.org; Mon, 23 Mar 2015 04:12:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZxT4-0002hL-9X for qemu-devel@nongnu.org; Mon, 23 Mar 2015 04:12:14 -0400 Sender: Paolo Bonzini Message-ID: <550FCAD0.8080800@redhat.com> Date: Mon, 23 Mar 2015 09:12:00 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1427075508-12099-1-git-send-email-david@gibson.dropbear.id.au> In-Reply-To: <1427075508-12099-1-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/2] Fix bugs in i6300esb watchdog timer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson , rjones@redhat.com Cc: mst@redhat.com, qemu-ppc@nongnu.org, qemu-devel@nongnu.org, agraf@suse.de On 23/03/2015 02:51, David Gibson wrote: > 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. > > Changes in v2: > * Use muldiv64() instead of an __int128_t > > David Gibson (2): > i6300esb: Correct endiannness > i6300esb: Fix signed integer overflow > > hw/watchdog/wdt_i6300esb.c | 12 +++++++++--- > 1 file changed, 9 insertions(+), 3 deletions(-) > Thanks, queueing for 2.3.0-rc2. Paolo