|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] synchronization in hypervisor
What's the problem you're trying to solve?
If you just want to synchronize between VMs, there are a number of ways to solve it without adding hypercalls: * Share a memory page, and let the two VMs syncronize directly, without needing to use the hypervisor
* Calling SCHEDOP_block on one VM, and then sending an event channel from another VM * Have a VM pause itself, and have another VM un-pause it
-George
On Sun, Aug 1, 2010 at 2:28 AM, 胡少龙 <sunofblack@xxxxxxxx> wrote:
Hi,
I want to add two hypercalls, and to synchronize between them, which is, first wait in one hypercall, and up it in another, is there a synchronization mechanism i can use in xen hypervisor?which part of code can i reference?Thanks.
Shawn Hu |
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- Re: [Xen-devel] synchronization in hypervisor,
George Dunlap <=
|
|
|
|
|