All of lore.kernel.org
 help / color / mirror / Atom feed
* Detecting PV drivers
@ 2013-04-04 16:30 Jon Ludlam
  2013-04-04 17:00 ` Andrew Cooper
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jon Ludlam @ 2013-04-04 16:30 UTC (permalink / raw)
  To: xen-devel@lists.xen.org; +Cc: Paul.Durrant

Hi,

I'm trying find out the best way of detecting whether PV drivers have 
loaded in an HVM guest. For example, this is so we can decide whether or 
not to wait for a response from the guest when suspending.

I think the best way of doing this is to find out whether the hypercall 
page has been populated or not, as this is the first thing that any PV 
drivers will have to do, but I don't know how to detect this, or even if 
this is possible - is there any way of finding this out?

At the moment we're currently thinking of looking at status of the 
callback IRQ, which is the second thing that the Citrix PV drivers 
currently do, but I'm not sure about any other drivers. Would this be a 
reasonable thing to do if we can't detect the hypercall page?

Cheers,

Jon

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

end of thread, other threads:[~2013-04-05 17:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04 16:30 Detecting PV drivers Jon Ludlam
2013-04-04 17:00 ` Andrew Cooper
2013-04-05  8:53   ` Jan Beulich
2013-04-05  9:01     ` Paul Durrant
2013-04-05  1:01 ` James Harper
2013-04-05 10:14 ` Stefano Stabellini
2013-04-05 17:16   ` Jonathan Ludlam

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.