All of lore.kernel.org
 help / color / mirror / Atom feed
* Hosting xenstore in a separate domain
@ 2009-06-11 20:07 Adam McKibben
  2009-06-11 22:24 ` Keir Fraser
  0 siblings, 1 reply; 5+ messages in thread
From: Adam McKibben @ 2009-06-11 20:07 UTC (permalink / raw)
  To: xen-devel

I've noticed a few projects aimed at dis-aggregating dom0 (stubdom and
Derek Murray's project to move the domain builder to its own domain).

Has anyone tried to host xenstore in a domain other than Dom0?

What difficulties might such a project encounter?


Thanks

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

* Re: Hosting xenstore in a separate domain
  2009-06-11 20:07 Hosting xenstore in a separate domain Adam McKibben
@ 2009-06-11 22:24 ` Keir Fraser
  2009-06-15  9:06   ` Alex Zeffertt
  0 siblings, 1 reply; 5+ messages in thread
From: Keir Fraser @ 2009-06-11 22:24 UTC (permalink / raw)
  To: Adam McKibben, xen-devel@lists.xensource.com; +Cc: Alex Zeffertt

There are pending patches for this from Diego Ongaro and Alex Zeffert.
Should be in xen-unstable pretty soon now.

 -- Keir

On 11/06/2009 23:07, "Adam McKibben" <adam.mckibben@jhuapl.edu> wrote:

> I've noticed a few projects aimed at dis-aggregating dom0 (stubdom and
> Derek Murray's project to move the domain builder to its own domain).
> 
> Has anyone tried to host xenstore in a domain other than Dom0?
> 
> What difficulties might such a project encounter?
> 
> 
> Thanks
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

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

* Re: Hosting xenstore in a separate domain
  2009-06-11 22:24 ` Keir Fraser
@ 2009-06-15  9:06   ` Alex Zeffertt
  2009-06-15 11:04     ` Keir Fraser
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Zeffertt @ 2009-06-15  9:06 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel@lists.xensource.com, Adam McKibben

Please note that these xen-unstable patches depend on some minor dom0 kernel 
patches (*).  I updated Diego's linux-2.6.18-xen.hg patches and posted them to 
this list.  But if you're using an alternate dom0 kernel you'll need to forward 
port these.

Regards,

Alex

(*) The kernel patches provide an ioctl for the xenstore domain builder to 
create a grant ref and event chan which enables the xenstore domain to access 
dom0's xenstore page.

Keir Fraser wrote:
> There are pending patches for this from Diego Ongaro and Alex Zeffert.
> Should be in xen-unstable pretty soon now.
> 
>  -- Keir
> 
> On 11/06/2009 23:07, "Adam McKibben" <adam.mckibben@jhuapl.edu> wrote:
> 
>> I've noticed a few projects aimed at dis-aggregating dom0 (stubdom and
>> Derek Murray's project to move the domain builder to its own domain).
>>
>> Has anyone tried to host xenstore in a domain other than Dom0?
>>
>> What difficulties might such a project encounter?
>>
>>
>> Thanks
>>
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel
> 
> 
> 

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

* Re: Hosting xenstore in a separate domain
  2009-06-15  9:06   ` Alex Zeffertt
@ 2009-06-15 11:04     ` Keir Fraser
  2009-06-15 11:10       ` Alex Zeffertt
  0 siblings, 1 reply; 5+ messages in thread
From: Keir Fraser @ 2009-06-15 11:04 UTC (permalink / raw)
  To: Alex Zeffertt; +Cc: xen-devel@lists.xensource.com

Just to check, your tools patches are backwards compatible with old dom0
kernels when running xenstored in dom0?

 -- Keir

On 15/06/2009 10:06, "Alex Zeffertt" <Alex.Zeffertt@eu.citrix.com> wrote:

> Please note that these xen-unstable patches depend on some minor dom0 kernel
> patches (*).  I updated Diego's linux-2.6.18-xen.hg patches and posted them to
> this list.  But if you're using an alternate dom0 kernel you'll need to
> forward 
> port these.
> 
> Regards,
> 
> Alex
> 
> (*) The kernel patches provide an ioctl for the xenstore domain builder to
> create a grant ref and event chan which enables the xenstore domain to access
> dom0's xenstore page.
> 
> Keir Fraser wrote:
>> There are pending patches for this from Diego Ongaro and Alex Zeffert.
>> Should be in xen-unstable pretty soon now.
>> 
>>  -- Keir
>> 
>> On 11/06/2009 23:07, "Adam McKibben" <adam.mckibben@jhuapl.edu> wrote:
>> 
>>> I've noticed a few projects aimed at dis-aggregating dom0 (stubdom and
>>> Derek Murray's project to move the domain builder to its own domain).
>>> 
>>> Has anyone tried to host xenstore in a domain other than Dom0?
>>> 
>>> What difficulties might such a project encounter?
>>> 
>>> 
>>> Thanks
>>> 
>>> 
>>> _______________________________________________
>>> Xen-devel mailing list
>>> Xen-devel@lists.xensource.com
>>> http://lists.xensource.com/xen-devel
>> 
>> 
>> 
> 

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

* Re: Hosting xenstore in a separate domain
  2009-06-15 11:04     ` Keir Fraser
@ 2009-06-15 11:10       ` Alex Zeffertt
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Zeffertt @ 2009-06-15 11:10 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel@lists.xensource.com

Yes.  You only need a patched kernel if you uncomment the '#STUBDOM=yes' line in 
/etc/sysconfig/xenstore.  By default xenstore stubdoms are not enabled, and you 
get a dom0 daemon that works equally well with a patched kernel or an unpatched 
kernel.

Regards,

Alex

Keir Fraser wrote:
> Just to check, your tools patches are backwards compatible with old dom0
> kernels when running xenstored in dom0?
> 
>  -- Keir
> 
> On 15/06/2009 10:06, "Alex Zeffertt" <Alex.Zeffertt@eu.citrix.com> wrote:
> 
>> Please note that these xen-unstable patches depend on some minor dom0 kernel
>> patches (*).  I updated Diego's linux-2.6.18-xen.hg patches and posted them to
>> this list.  But if you're using an alternate dom0 kernel you'll need to
>> forward 
>> port these.
>>
>> Regards,
>>
>> Alex
>>
>> (*) The kernel patches provide an ioctl for the xenstore domain builder to
>> create a grant ref and event chan which enables the xenstore domain to access
>> dom0's xenstore page.
>>
>> Keir Fraser wrote:
>>> There are pending patches for this from Diego Ongaro and Alex Zeffert.
>>> Should be in xen-unstable pretty soon now.
>>>
>>>  -- Keir
>>>
>>> On 11/06/2009 23:07, "Adam McKibben" <adam.mckibben@jhuapl.edu> wrote:
>>>
>>>> I've noticed a few projects aimed at dis-aggregating dom0 (stubdom and
>>>> Derek Murray's project to move the domain builder to its own domain).
>>>>
>>>> Has anyone tried to host xenstore in a domain other than Dom0?
>>>>
>>>> What difficulties might such a project encounter?
>>>>
>>>>
>>>> Thanks
>>>>
>>>>
>>>> _______________________________________________
>>>> Xen-devel mailing list
>>>> Xen-devel@lists.xensource.com
>>>> http://lists.xensource.com/xen-devel
>>>
>>>
> 
> 
> 

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

end of thread, other threads:[~2009-06-15 11:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-11 20:07 Hosting xenstore in a separate domain Adam McKibben
2009-06-11 22:24 ` Keir Fraser
2009-06-15  9:06   ` Alex Zeffertt
2009-06-15 11:04     ` Keir Fraser
2009-06-15 11:10       ` Alex Zeffertt

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.