|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] how to callback from hypervisor to guest os?
Do you mean making a hypercall after guest domain finishes processing? If so, in xen, after event_send(), will xxx() be executed immediately (non-blocking)?
Xen: Guest:
_interrupt_handler() { ... ... event_send(guest_dom) event_virq_handler() post: xxx() { do_process()
hypercall_xxx()?
} ... }
On Mon, Jul 7, 2008 at 5:57 PM, Jeremy Fitzhardinge < jeremy@xxxxxxxx> wrote:
weiming wrote:
Hi Daniel,
Event channel is one-way and async, right?
When hypervisor send a notification to guest within a interrupt handler, can the guest receive and response to the notification? If yes, after guest finished processing, can the control be back to xen?
It can do a hypercall.
J
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|