> +        uint64_t now = qemu_get_clock(vm_clock);
> +        return (uint32_t)(now*.024);

We should be able to do this without resorting to floating point arithmetic.

Paul


Reply via email to