Displaying 3 results from an estimated 3 matches for "store_pages".
Did you mean:
store_page
2005 Jun 16
9
Re: dom0 bootstrap for xenstore
On Thu, 2005-06-16 at 06:17 +0100, Keir Fraser wrote:
> > I suggested that we simply mmap /dev/kmem for the xenstored to access
> > the domain0 page for the moment. That doesn''t work: we''ll do something
> > else.
>
> Just use xc_map_foreign_range(), as you would for mapping any other
> domain''s xenstore page.
So here''s my patch
2005 May 31
0
[PATCH] Store page and evtchn in start_info_t
Hi all,
This is a trivial patch which adds the two fields to start_info_t for
the shared page and event channel port for the share. Feel free to
destroy this in any way. The python binding just fills zeros in for the
moment, making it harmless.
Mike Wray has a nicer version in his tree, but this is the minimal
version. (Thanks to Mike for the .esp fix, too).
Cheers,
Rusty.
diff -ur
2006 Apr 10
1
How to specify Ascending or Descending Option?
Hi,
I am accessing records in Stores table as follows in @store object.
=============================================
@store_pages, @stores = paginate :stores, :order_by => ''store_rating'',
:per_page => 10
=============================================
Now I want that records returned by above objects should be in
descending order. How to do this in above statement?
PLeaase help me.
Thanx
Prash
--
P...