From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFRY3-00074r-Oo for qemu-devel@nongnu.org; Sat, 22 Sep 2012 11:23:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFRY2-0002tv-Hh for qemu-devel@nongnu.org; Sat, 22 Sep 2012 11:23:15 -0400 Received: from mail-we0-f173.google.com ([74.125.82.173]:50993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFRY2-0002td-AH for qemu-devel@nongnu.org; Sat, 22 Sep 2012 11:23:14 -0400 Received: by weyt11 with SMTP id t11so2278131wey.4 for ; Sat, 22 Sep 2012 08:23:13 -0700 (PDT) Date: Sat, 22 Sep 2012 16:23:09 +0100 From: Stefan Hajnoczi Message-ID: <20120922152309.GA10664@stefanha-thinkpad.localdomain> References: <1348272809-27742-1-git-send-email-Don@CloudSwitch.com> <1348272809-27742-2-git-send-email-Don@CloudSwitch.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1348272809-27742-2-git-send-email-Don@CloudSwitch.com> Subject: Re: [Qemu-devel] [PATCH v5 01/17] target-i386: Allow tsc-frequency to be larger then 2.147G List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Don Slutz Cc: peter.maydell@linaro.org, ehabkost@redhat.com, kvm@vger.kernel.org, mtosatti@redhat.com, qemu-devel@nongnu.org, avi@redhat.com, anthony@codemonkey.ws, imammedo@redhat.com, Fred Oliveira , afaerber@suse.de On Fri, Sep 21, 2012 at 08:13:13PM -0400, Don Slutz wrote: > The check using INT_MAX (2147483647) is wrong in this case. > > Signed-off-by: Fred Oliveira > Signed-off-by: Don Slutz > --- > target-i386/cpu.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan