From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [PATCH 9/9] xenstore: when running in mini-os use printk for diagnostic messages Date: Tue, 15 Dec 2015 14:03:33 +0100 Message-ID: <20151215130333.GS3096@var.bordeaux.inria.fr> References: <1449848861-7700-1-git-send-email-jgross@suse.com> <1449848861-7700-10-git-send-email-jgross@suse.com> <1450182665.16856.165.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <1450182665.16856.165.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Juergen Gross , wei.liu2@citrix.com, stefano.stabellini@eu.citrix.com, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Ian Campbell, on Tue 15 Dec 2015 12:31:05 +0000, wrote: > On Fri, 2015-12-11 at 16:47 +0100, Juergen Gross wrote: > > Xenstore messages for diagnostic purposes are lost today in case > > xenstore is running under mini-os instead in a dom0 daemon. > = > Where does vfprintf end up under mini-os?=A0 In the domain console. > > Use printk of mini-os in this situation. > = > and this now ends up on the console and (for a debug h/v) in the xen dmes= g, > is that right? Only in xen dmesg, not on the console. Samuel