All of lore.kernel.org
 help / color / mirror / Atom feed
* question about hvm vhpet
@ 2008-11-21  6:59 Tian, Kevin
  2008-11-21  8:10 ` Tian, Kevin
  0 siblings, 1 reply; 8+ messages in thread
From: Tian, Kevin @ 2008-11-21  6:59 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com

I'm a bit confused whether vhpet is enabled by default or not.

Per 17017, changelog says vhpet disabled by default, but the code
conflicts as below:
@@ -231,6 +231,8 @@ int hvm_domain_initialise(struct domain
     spin_lock_init(&d->arch.hvm_domain.pbuf_lock);
     spin_lock_init(&d->arch.hvm_domain.irq_lock);
     spin_lock_init(&d->arch.hvm_domain.uc_lock);
+
+    d->arch.hvm_domain.params[HVM_PARAM_HPET_ENABLED] = 1;

Then if config file for hvm domain has no explicit 'hpet=0/1' option,
will xend issue a hypercall to set vhpet to '0' or the latter will be
left as '1'?

Thanks,
Kevin

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-11-21 16:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-21  6:59 question about hvm vhpet Tian, Kevin
2008-11-21  8:10 ` Tian, Kevin
2008-11-21  9:02   ` Keir Fraser
2008-11-21  9:05     ` Tian, Kevin
2008-11-21 15:26   ` Dan Magenheimer
2008-11-21 15:32     ` Keir Fraser
2008-11-21 15:41       ` Dan Magenheimer
2008-11-21 16:37         ` Dave Winchell

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.