qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [5623] Set default audio timer period to a sane value ( oth


From: malc
Subject: [Qemu-devel] [5623] Set default audio timer period to a sane value ( otherwise qemu becomes unusable if -icount N is specified)
Date: Tue, 04 Nov 2008 19:15:39 +0000

Revision: 5623
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5623
Author:   malc
Date:     2008-11-04 19:15:37 +0000 (Tue, 04 Nov 2008)

Log Message:
-----------
Set default audio timer period to a sane value (otherwise qemu becomes unusable 
if -icount N is specified)

Modified Paths:
--------------
    trunk/audio/audio.c

Modified: trunk/audio/audio.c
===================================================================
--- trunk/audio/audio.c 2008-11-04 19:13:47 UTC (rev 5622)
+++ trunk/audio/audio.c 2008-11-04 19:15:37 UTC (rev 5623)
@@ -84,7 +84,7 @@
         }
     },
 
-    { 0 },                      /* period */
+    { 250 },                    /* period */
     0,                          /* plive */
     0                           /* log_to_monitor */
 };






reply via email to

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