|
| From: | Luca |
| Subject: | [Qemu-devel] Re: [kvm-devel] [PATCH 0/4] Rework alarm timer infrastrucure - take2 |
| Date: | Sun, 19 Aug 2007 18:52:33 +0200 |
On 8/19/07, Luca Tettamanti <address@hidden> wrote:
> +static uint64_t qemu_next_deadline(void) {
> + uint64_t nearest_delta_us = ULLONG_MAX;
> + uint64_t vmdelta_us;
Hum, I introduced a bug here... those vars should be signed.
On the overhead introduced: how do you measure it?
Luca
| [Prev in Thread] | Current Thread | [Next in Thread] |