]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-i386: Allow tsc-frequency to be larger then 2.147G
authorDon Slutz <Don@CloudSwitch.com>
Sat, 22 Sep 2012 00:13:13 +0000 (20:13 -0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 30 Nov 2012 21:44:14 +0000 (15:44 -0600)
commit3dfbc51e787bbe150273595ef526167842fd94ec
treeb123c27f1b8c8cece3c2c3094cc6185228396901
parenteb63b0c2da53caf1681ca0123a4e0aa893ffe238
target-i386: Allow tsc-frequency to be larger then 2.147G

The check using INT_MAX (2147483647) is wrong in this case.

Signed-off-by: Fred Oliveira <foliveira@cloudswitch.com>
Signed-off-by: Don Slutz <Don@CloudSwitch.com>
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
(cherry picked from commit 2e84849aa2cc7f220d3b3668f5f7e3c57bb1b590)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-i386/cpu.c