[Qemu-devel] [PATCH] target-i386: Allow tsc-frequency to be larger then 2.147G

2012-08-31 Thread Fred Oliveira
The check using INT_MAX (2147483647) is wrong in this case. Signed-off-by: Fred Oliveira folive...@cloudswitch.com --- target-i386/cpu.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-i386/cpu.c b/target-i386/cpu.c index 423e009..cbc172e 100644 --- a/target-i386

[Qemu-devel] (no subject)

2011-12-29 Thread Fred Oliveira