From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2Cic-0008Ly-6Q for qemu-devel@nongnu.org; Wed, 14 Apr 2010 20:14:06 -0400 Received: from [140.186.70.92] (port=36678 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2Cib-0008L5-3E for qemu-devel@nongnu.org; Wed, 14 Apr 2010 20:14:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2Cia-0004nS-9i for qemu-devel@nongnu.org; Wed, 14 Apr 2010 20:14:05 -0400 Received: from fe01x03-cgp.akado.ru ([77.232.31.164]:57490 helo=akado.ru) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2Cia-0004nD-38 for qemu-devel@nongnu.org; Wed, 14 Apr 2010 20:14:04 -0400 Date: Thu, 15 Apr 2010 04:13:55 +0400 (MSD) From: malc In-Reply-To: <4BC64C48.80104@redhat.com> Message-ID: References: <1271238922-10008-1-git-send-email-kraxel@redhat.com> <1271238922-10008-12-git-send-email-kraxel@redhat.com> <4BC64C48.80104@redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [Qemu-devel] Re: [RfC PATCH 11/11] spice: add audio List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Gerd Hoffmann , qemu-devel@nongnu.org On Thu, 15 Apr 2010, Paolo Bonzini wrote: > On 04/14/2010 10:51 PM, malc wrote: > > > > + > > > > +static uint64_t get_monotonic_time(void) > > > > +{ > > > > + struct timespec time_space; > > > > + clock_gettime(CLOCK_MONOTONIC,&time_space); > > a. The presence of monotonic clock is not guranteed > > There is qemu_get_clock_ns(rt_clock). Sorry, but what does it have to do with anything? > > Paolo > -- mailto:av1474@comtv.ru