]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
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)
committerStefan Hajnoczi <stefanha@gmail.com>
Sun, 23 Sep 2012 06:11:27 +0000 (07:11 +0100)
commit2e84849aa2cc7f220d3b3668f5f7e3c57bb1b590
tree327f9e6885ee972ae6cf7baadf8965872d8c59f4
parent93b6599734f81328ee3d608f57667742cafeea72
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>
target-i386/cpu.c