Re: [PATCH v4 10/24] xen/arm: compile and run xenbus

2012-09-17 Thread Konrad Rzeszutek Wilk
On Mon, Sep 17, 2012 at 02:45:00PM +0100, Stefano Stabellini wrote: > On Mon, 17 Sep 2012, Konrad Rzeszutek Wilk wrote: > > On Fri, Sep 14, 2012 at 12:13:12PM +0100, Stefano Stabellini wrote: > > > bind_evtchn_to_irqhandler can legitimately return 0 (irq 0): it is not > > > an error. > > > > > > I

Re: [PATCH v4 10/24] xen/arm: compile and run xenbus

2012-09-17 Thread Konrad Rzeszutek Wilk
On Mon, Sep 17, 2012 at 12:05:59PM +0100, Stefano Stabellini wrote: > On Fri, 14 Sep 2012, Konrad Rzeszutek Wilk wrote: > > On Fri, Sep 14, 2012 at 12:13:12PM +0100, Stefano Stabellini wrote: > > > bind_evtchn_to_irqhandler can legitimately return 0 (irq 0): it is not > > > an error. > > > > > > I

Re: [PATCH v4 10/24] xen/arm: compile and run xenbus

2012-09-17 Thread Stefano Stabellini
On Mon, 17 Sep 2012, Konrad Rzeszutek Wilk wrote: > On Fri, Sep 14, 2012 at 12:13:12PM +0100, Stefano Stabellini wrote: > > bind_evtchn_to_irqhandler can legitimately return 0 (irq 0): it is not > > an error. > > > > If Linux is running as an HVM domain and is running as Dom0, use > > xenstored_lo

Re: [PATCH v4 10/24] xen/arm: compile and run xenbus

2012-09-17 Thread Konrad Rzeszutek Wilk
On Fri, Sep 14, 2012 at 12:13:12PM +0100, Stefano Stabellini wrote: > bind_evtchn_to_irqhandler can legitimately return 0 (irq 0): it is not > an error. > > If Linux is running as an HVM domain and is running as Dom0, use > xenstored_local_init to initialize the xenstore page and event channel. >

Re: [PATCH v4 10/24] xen/arm: compile and run xenbus

2012-09-17 Thread Stefano Stabellini
On Fri, 14 Sep 2012, Konrad Rzeszutek Wilk wrote: > On Fri, Sep 14, 2012 at 12:13:12PM +0100, Stefano Stabellini wrote: > > bind_evtchn_to_irqhandler can legitimately return 0 (irq 0): it is not > > an error. > > > > If Linux is running as an HVM domain and is running as Dom0, use > > xenstored_lo

Re: [PATCH v4 10/24] xen/arm: compile and run xenbus

2012-09-14 Thread Konrad Rzeszutek Wilk
On Fri, Sep 14, 2012 at 12:13:12PM +0100, Stefano Stabellini wrote: > bind_evtchn_to_irqhandler can legitimately return 0 (irq 0): it is not > an error. > > If Linux is running as an HVM domain and is running as Dom0, use > xenstored_local_init to initialize the xenstore page and event channel. L

[PATCH v4 10/24] xen/arm: compile and run xenbus

2012-09-14 Thread Stefano Stabellini
bind_evtchn_to_irqhandler can legitimately return 0 (irq 0): it is not an error. If Linux is running as an HVM domain and is running as Dom0, use xenstored_local_init to initialize the xenstore page and event channel. Changes in v4: - do not xs_reset_watches on dom0. Changes in v2: - refacto