Hi, Is there anyway GuestOS can prevent from being preempted by other domain? Are there any locks which allows this? If it can be done how does Xen safe guard against GuestOS crashes? Thanks Siva _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Siva P wrote:> Is there anyway GuestOS can prevent from being preempted by other > domain? Are there any locks which allows this?Why would such a feature be important to you? -- Randy _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Randy, For a case where two or more domains are sharing common resource (i.e shared pages) across domains and needs some kind of locking. This is not using grant ref mechanism but some kind of common shared memory (xenFS). It may require locking if two or more domains use same common machine pages and needs locking. Thanks Siva On 4/2/06, Randy Thelen <rthelen@netapp.com> wrote:> > Siva P wrote: > > > Is there anyway GuestOS can prevent from being preempted by other > > domain? Are there any locks which allows this? > > Why would such a feature be important to you? > > -- Randy > > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Maybe Matching Threads
- Can''t set break points with Linux guest in PAE mode
- [PATCH] Converter: Remove argument checking from internal functions
- [PATCH] v2v: Fix error on exit unmounting transfer ISO
- [PATCH] GuestOS: Reload augeas after rpm installation and removal
- [PATCH] GuestOS: Fix error when checking for rpm which isn't installed