qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] replay: add record/replay for audio passthrough


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH] replay: add record/replay for audio passthrough
Date: Wed, 01 Feb 2017 14:23:06 +0100

  Hi,

>      if (audio_is_timer_needed ()) {
>          if (!timer_pending(s->ts)) {
> -            timer_mod (s->ts,
> +            timer_mod(s->ts,
>                  qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + conf.period.ticks);
>          }
>      }

whitespace change sneaked in.

Otherwise looks sane to me, I don't know much about replay though.

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]