All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xl: default timer_mode to 1
@ 2010-07-13 18:28 Stefano Stabellini
  0 siblings, 0 replies; only message in thread
From: Stefano Stabellini @ 2010-07-13 18:28 UTC (permalink / raw)
  To: xen-devel


Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

---

diff -r d867eb643fe4 tools/libxl/xl_cmdimpl.c
--- a/tools/libxl/xl_cmdimpl.c	Tue Jul 13 18:17:28 2010 +0100
+++ b/tools/libxl/xl_cmdimpl.c	Tue Jul 13 19:20:09 2010 +0100
@@ -205,7 +205,7 @@
         b_info->u.hvm.viridian = 0;
         b_info->u.hvm.hpet = 1;
         b_info->u.hvm.vpt_align = 1;
-        b_info->u.hvm.timer_mode = 0;
+        b_info->u.hvm.timer_mode = 1;
     } else {
         b_info->u.pv.slack_memkb = 8 * 1024;
     }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-13 18:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-13 18:28 [PATCH] xl: default timer_mode to 1 Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.