"Jim C. Brown" <[EMAIL PROTECTED]> writes:
>> Maybe I've missed something, so could you explain how to get hold of
>> the gtk code? Thanks.
> I'm reattaching all the necessary patches and files here, so you can get
> it all in one place. (The .c files I've attached should be dropped in the
> ma
"Jim C. Brown" <[EMAIL PROTECTED]> writes:
> E.g. I'm the developer of the gtk2 interface for qemu, and I have no
> idea about what bugs it may have as no one has reported any to
> me. In fact, I have no idea if anyone is even using it because I get
> no direct feedback.
I'm using the snapshots f
"Jim C. Brown" <[EMAIL PROTECTED]> writes:
> I just want to point out that your patches break qemu for almost every
> platform
> other than i386.
> [..]
> You probably want to do this, because notsc is only declared for the i386
> platform.
>
> int64_t cpu_get_real_ticks(void)
> {
> int64_
Massimo Dal Zotto <[EMAIL PROTECTED]> writes:
> When qemu runs on an i386 cpu with speedstep enabled the clock of the
> guest os is not in sync with the clock on the host os because the
> vm_timer used for irq 0 generates interrupts at wrong rate when
> the host cpu frequency changes.
>
> The foll