[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] Errors with Loading Xen at a Certain Address
- To: Julien Grall <julien.grall@xxxxxxx>
- From: Brian Woods <brian.woods@xxxxxxxxxx>
- Date: Thu, 3 Oct 2019 11:15:47 -0700
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 149.199.60.83) smtp.rcpttodomain=epam.com smtp.mailfrom=xilinx.com; dmarc=bestguesspass action=none header.from=xilinx.com; dkim=none (message not signed); arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=LjNrCo6APnXEypqk/vkp8nEoxR0EcktmW0IDj3bh3+8=; b=PslYx30CPueof8rCcFeuOt0Sc2NsQ5jXQ5l6vQJMBLgieLDsRUVcbcPmZevHtpMiF593+8EU89ghjAjxv6l2diJE3D36CuwBcJ1OotYHOkhw0zRz06wKel4obg1I9Io/87OI6+vEy88Uu71Hi0KsBfi3wJs30fys7GY+SXCnTiiZfQotdWSR5upoTL7goD5Izcln41gVFuBqe1zL0lejL1zQmyZ7dyY3+RHIaJQx0jj0tjvUil4l18G0WwRMNyhPkj5JS0nX4qNP+0Rauj00t4WiMfC+bQeob+8QClwfQXdrbCR3bdl/YX6pGSUsfqFq7FMc9DMJBQ3R8zscj62hLg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ehMbGBfX7otqqRMKglHBo/itOvx9fcSPWJSRcjLz54yeOLyFSgZ1KcO4Xkt2LShiug9ZwqdH8oz3Bso6FrPAAddXcJqvwstS+KUHxiqtRttpcEbEuoilKqfLT6YQaIDSyYN21420O3fGtTehdMGbVG4B22j+5BzoAgmxvL/nPG1Zm5vCcvt7WybgOHkJYvY7eJyL2bGSgQMumlwFwDPr7XbZL+/P54fLthow2Y1wQUmB/xLBLEVtSdLQLeOHpCJfy+CUgheeVSUNkuFW38Ts31L43BAiP5fmhbKPz6LS3DxW9maRCEnJAKQ4fu6FVXLTLVTCXMJRbj17pZuJuBYXDA==
- Authentication-results: spf=pass (sender IP is 149.199.60.83) smtp.mailfrom=xilinx.com; epam.com; dkim=none (message not signed) header.d=none;epam.com; dmarc=bestguesspass action=none header.from=xilinx.com;
- Cc: Brian Woods <brian.woods@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Thu, 03 Oct 2019 18:16:07 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Thu, Oct 03, 2019 at 06:08:45PM +0100, Julien Grall wrote:
> Hi,
>
> On 03/10/2019 00:20, Brian Woods wrote:
> >On Wed, Oct 02, 2019 at 02:22:49PM -0700, Brian Woods wrote:
> >>That's odd. I know I copied your and Stefano's email addresses from the
> >>MAINTAINERS file but under my sent emails it shows it has having no
> >>CCs... PEBCAK I guess. My apologies.
> >>
> >>I'll go ahead add those and see if that leads to anything.
> >>
> >>--
> >>Brian Woods
> >
> >Ok, I added:
> > printk("BW_DEBUG: 01 count_info=0x%016lx\n",
> > mfn_to_page(_mfn(0x01533))->count_info);
> >In some places. I'm not sure about some of the earlier ones (the ones
> >before the UART is set up), but all of the ones afterwards that
> >actually get output are:
> > BW_DEBUG: 11 count_info=0x0180000000000000
> >
> >Is it worth trying to figure out where the printk buffer is and reading
> >it really early on?
> >
>
> If you haven't enable EARLY_PRINTK in Xen, then you may want to do it. This
> would help you to understand where the page->count_info is not zeroed.
>
>
> Cheers,
>
> --
> Julien Grall
Ah, I'm not used to some of the Arm-isms in Xen yet.
(XEN) BW_DEBUG: .6 count_info=0x0000000000000000
(XEN) Domain heap initialised
(XEN) BW_DEBUG: 01 count_info=0x0180000000000000
Those debug messages sandwich end_boot_allocator() in start_xen().
--
Brian Woods
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|