From xen-arm-bounces@lists.xen.org Tue Jun 04 03:28:31 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 04 Jun 2013 03:28:31 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UjhvA-0007SW-GE; Tue, 04 Jun 2013 03:28:28 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <baozich@gmail.com>)
	id 1Ujhv9-0007SL-GH; Tue, 04 Jun 2013 03:28:27 +0000
Received: from [85.158.138.51:42162] by server-13.bemta-3.messagelabs.com id
	6C/42-19597-ADE5DA15; Tue, 04 Jun 2013 03:28:26 +0000
X-Env-Sender: baozich@gmail.com
X-Msg-Ref: server-3.tower-174.messagelabs.com!1370316503!20339342!1
X-Originating-IP: [209.85.160.42]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_14,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 8685 invoked from network); 4 Jun 2013 03:28:25 -0000
Received: from mail-pb0-f42.google.com (HELO mail-pb0-f42.google.com)
	(209.85.160.42)
	by server-3.tower-174.messagelabs.com with RC4-SHA encrypted SMTP;
	4 Jun 2013 03:28:25 -0000
Received: by mail-pb0-f42.google.com with SMTP id uo1so6625313pbc.1
	for <multiple recipients>; Mon, 03 Jun 2013 20:28:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=date:from:to:cc:subject:message-id:mime-version:content-type
	:content-disposition:user-agent;
	bh=uA2uuo86Nw3BIRSArI/eUwTaZbPh6yNQWKl3n7O9SBQ=;
	b=nXE2UwrwZsedO+pe7+qykqZ0x4IQRSHPkxDAak8qLp548LpyzgqH/ZPnboMk18MHn0
	7Ra7h+3C7wt6TLWxu/BJsKOxaQR0wACE2nKwwiWVBKT1AIrTvYmwsQMWeO2nmc+wMMdg
	09ko5k6XzYvLagd09A5k2DIUC87aiE3KCV+5dbIArAtPWaXhf5yIW7jvTWdYQx80HdFt
	n51fyi0aoa8lVlaDsPexjCk8c4vCBRMzfEn03qqTei8/hmdDmm+bpE3fSwqObLEEMb1z
	brx9T1CLq3zgwiECO+Omt1a3f77Zt95nHNyF2KP1/k2HIb7C0GYNb8xZM9gdQ0L+QMoR
	ELLw==
X-Received: by 10.68.164.33 with SMTP id yn1mr26378982pbb.71.1370316503185;
	Mon, 03 Jun 2013 20:28:23 -0700 (PDT)
Received: from localhost ([119.39.124.170])
	by mx.google.com with ESMTPSA id ri8sm61383539pbc.3.2013.06.03.20.28.20
	for <multiple recipients>
	(version=TLSv1.2 cipher=RC4-SHA bits=128/128);
	Mon, 03 Jun 2013 20:28:22 -0700 (PDT)
Date: Tue, 4 Jun 2013 11:24:08 +0800
From: Chen Baozi <baozich@gmail.com>
To: ian.campbell@citrix.com
Message-ID: <20130604032408.GA7344@cbz-workstation>
MIME-Version: 1.0
Content-Disposition: inline
User-Agent: Mutt/1.5.21 (2010-09-15)
Cc: xen-arm@lists.xen.org, samuel.thibault@ens-lyon.org,
	xen-devel@lists.xen.org
Subject: [XenARM] Question about DTB in Mini-OS on ARM
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Hi Ian,

I've turned to arm32 porting of Mini-OS as you suggested. Right now, I've
finished most of entry header, which setups an initial page table, saves
DTB pointer (from r2 which arm booting protocol defines), setups the stack
before jumping to start_kernel, and includes the exception's entry.

At this stage, I could get the DTB's address in arch_init(), parse it and
translate it to fill start_info structure Mini-OS used. In order to
implement this logic, I was seeking and reading DTB's related codes of
arm guest creation and found that the DTB used in domU in arm is thought
to be appended with the guest kernel:

	/*
	 * ATAGS/DTB: We currently require that the guest kernel to be
	 * using CONFIG_ARM_APPENDED_DTB. Ensure that r2 does not look
	 * like a valid pointer to a set of ATAGS or a DTB.
	 */

In this case, I cannot get the DTB's phys address to fill start_info from
r2 currently. Does it means we need to wrap the mini-os kernel together with
a DTB?

Any ideas?

Thanks.

	Baozi

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Tue Jun 04 03:28:31 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 04 Jun 2013 03:28:31 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UjhvA-0007SW-GE; Tue, 04 Jun 2013 03:28:28 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <baozich@gmail.com>)
	id 1Ujhv9-0007SL-GH; Tue, 04 Jun 2013 03:28:27 +0000
Received: from [85.158.138.51:42162] by server-13.bemta-3.messagelabs.com id
	6C/42-19597-ADE5DA15; Tue, 04 Jun 2013 03:28:26 +0000
X-Env-Sender: baozich@gmail.com
X-Msg-Ref: server-3.tower-174.messagelabs.com!1370316503!20339342!1
X-Originating-IP: [209.85.160.42]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_14,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 8685 invoked from network); 4 Jun 2013 03:28:25 -0000
Received: from mail-pb0-f42.google.com (HELO mail-pb0-f42.google.com)
	(209.85.160.42)
	by server-3.tower-174.messagelabs.com with RC4-SHA encrypted SMTP;
	4 Jun 2013 03:28:25 -0000
Received: by mail-pb0-f42.google.com with SMTP id uo1so6625313pbc.1
	for <multiple recipients>; Mon, 03 Jun 2013 20:28:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=date:from:to:cc:subject:message-id:mime-version:content-type
	:content-disposition:user-agent;
	bh=uA2uuo86Nw3BIRSArI/eUwTaZbPh6yNQWKl3n7O9SBQ=;
	b=nXE2UwrwZsedO+pe7+qykqZ0x4IQRSHPkxDAak8qLp548LpyzgqH/ZPnboMk18MHn0
	7Ra7h+3C7wt6TLWxu/BJsKOxaQR0wACE2nKwwiWVBKT1AIrTvYmwsQMWeO2nmc+wMMdg
	09ko5k6XzYvLagd09A5k2DIUC87aiE3KCV+5dbIArAtPWaXhf5yIW7jvTWdYQx80HdFt
	n51fyi0aoa8lVlaDsPexjCk8c4vCBRMzfEn03qqTei8/hmdDmm+bpE3fSwqObLEEMb1z
	brx9T1CLq3zgwiECO+Omt1a3f77Zt95nHNyF2KP1/k2HIb7C0GYNb8xZM9gdQ0L+QMoR
	ELLw==
X-Received: by 10.68.164.33 with SMTP id yn1mr26378982pbb.71.1370316503185;
	Mon, 03 Jun 2013 20:28:23 -0700 (PDT)
Received: from localhost ([119.39.124.170])
	by mx.google.com with ESMTPSA id ri8sm61383539pbc.3.2013.06.03.20.28.20
	for <multiple recipients>
	(version=TLSv1.2 cipher=RC4-SHA bits=128/128);
	Mon, 03 Jun 2013 20:28:22 -0700 (PDT)
Date: Tue, 4 Jun 2013 11:24:08 +0800
From: Chen Baozi <baozich@gmail.com>
To: ian.campbell@citrix.com
Message-ID: <20130604032408.GA7344@cbz-workstation>
MIME-Version: 1.0
Content-Disposition: inline
User-Agent: Mutt/1.5.21 (2010-09-15)
Cc: xen-arm@lists.xen.org, samuel.thibault@ens-lyon.org,
	xen-devel@lists.xen.org
Subject: [XenARM] Question about DTB in Mini-OS on ARM
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Hi Ian,

I've turned to arm32 porting of Mini-OS as you suggested. Right now, I've
finished most of entry header, which setups an initial page table, saves
DTB pointer (from r2 which arm booting protocol defines), setups the stack
before jumping to start_kernel, and includes the exception's entry.

At this stage, I could get the DTB's address in arch_init(), parse it and
translate it to fill start_info structure Mini-OS used. In order to
implement this logic, I was seeking and reading DTB's related codes of
arm guest creation and found that the DTB used in domU in arm is thought
to be appended with the guest kernel:

	/*
	 * ATAGS/DTB: We currently require that the guest kernel to be
	 * using CONFIG_ARM_APPENDED_DTB. Ensure that r2 does not look
	 * like a valid pointer to a set of ATAGS or a DTB.
	 */

In this case, I cannot get the DTB's phys address to fill start_info from
r2 currently. Does it means we need to wrap the mini-os kernel together with
a DTB?

Any ideas?

Thanks.

	Baozi

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Tue Jun 04 08:20:03 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 04 Jun 2013 08:20:03 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UjmTH-0007dB-0r; Tue, 04 Jun 2013 08:19:59 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>)
	id 1UjmTF-0007ct-0z; Tue, 04 Jun 2013 08:19:57 +0000
Received: from [85.158.138.51:38810] by server-16.bemta-3.messagelabs.com id
	9B/AC-23964-B23ADA15; Tue, 04 Jun 2013 08:19:55 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-13.tower-174.messagelabs.com!1370333995!10625639!1
X-Originating-IP: [46.33.159.39]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNDYuMzMuMTU5LjM5ID0+IDI2MzI1\n
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 6372 invoked from network); 4 Jun 2013 08:19:55 -0000
Received: from smtp.eu.citrix.com (HELO SMTP.EU.CITRIX.COM) (46.33.159.39)
	by server-13.tower-174.messagelabs.com with RC4-SHA encrypted SMTP;
	4 Jun 2013 08:19:55 -0000
X-IronPort-AV: E=Sophos;i="4.87,798,1363132800"; 
   d="scan'208";a="5288884"
Received: from lonpex01cl03.citrite.net ([10.30.203.103])
	by LONPIPO01.EU.CITRIX.COM with ESMTP/TLS/AES128-SHA;
	04 Jun 2013 08:19:55 +0000
Received: from [10.80.2.42] (10.30.203.1) by LONPEX01CL03.citrite.net
	(10.30.203.103) with Microsoft SMTP Server id 14.2.342.3;
	Tue, 4 Jun 2013 09:19:54 +0100
Message-ID: <1370333993.24512.61.camel@zakaz.uk.xensource.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Chen Baozi <baozich@gmail.com>
Date: Tue, 4 Jun 2013 09:19:53 +0100
In-Reply-To: <20130604032408.GA7344@cbz-workstation>
References: <20130604032408.GA7344@cbz-workstation>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.4.4-1 
MIME-Version: 1.0
X-Originating-IP: [10.30.203.1]
Cc: xen-arm@lists.xen.org, samuel.thibault@ens-lyon.org,
	xen-devel@lists.xen.org
Subject: Re: [XenARM] Question about DTB in Mini-OS on ARM
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

On Tue, 2013-06-04 at 11:24 +0800, Chen Baozi wrote:
> Hi Ian,
> 
> I've turned to arm32 porting of Mini-OS as you suggested. Right now, I've
> finished most of entry header, which setups an initial page table, saves
> DTB pointer (from r2 which arm booting protocol defines), setups the stack
> before jumping to start_kernel, and includes the exception's entry.

Awesome!

> At this stage, I could get the DTB's address in arch_init(), parse it and
> translate it to fill start_info structure Mini-OS used. In order to
> implement this logic, I was seeking and reading DTB's related codes of
> arm guest creation and found that the DTB used in domU in arm is thought
> to be appended with the guest kernel:
> 
> 	/*
> 	 * ATAGS/DTB: We currently require that the guest kernel to be
> 	 * using CONFIG_ARM_APPENDED_DTB. Ensure that r2 does not look
> 	 * like a valid pointer to a set of ATAGS or a DTB.
> 	 */
> 
> In this case, I cannot get the DTB's phys address to fill start_info from
> r2 currently. Does it means we need to wrap the mini-os kernel together with
> a DTB?

At the moment yes, this is because we have not yet implemented support
in the toolstack for generating (or even accepting a pregenerated
binary) a DTB. This is
http://wiki.xen.org/wiki/Xen_ARM_TODO#Autogenerate_DomU.27s_device_trees.

Assuming you don't want to tackle that head on (if you do please let me
know!) then the best short term solution is probably to either implement
some variant of the APPENDED_DTB strategy or to simply link a DTB into
your mini-os kernel.

Ian.



_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Tue Jun 04 08:20:03 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 04 Jun 2013 08:20:03 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UjmTH-0007dB-0r; Tue, 04 Jun 2013 08:19:59 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>)
	id 1UjmTF-0007ct-0z; Tue, 04 Jun 2013 08:19:57 +0000
Received: from [85.158.138.51:38810] by server-16.bemta-3.messagelabs.com id
	9B/AC-23964-B23ADA15; Tue, 04 Jun 2013 08:19:55 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-13.tower-174.messagelabs.com!1370333995!10625639!1
X-Originating-IP: [46.33.159.39]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNDYuMzMuMTU5LjM5ID0+IDI2MzI1\n
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 6372 invoked from network); 4 Jun 2013 08:19:55 -0000
Received: from smtp.eu.citrix.com (HELO SMTP.EU.CITRIX.COM) (46.33.159.39)
	by server-13.tower-174.messagelabs.com with RC4-SHA encrypted SMTP;
	4 Jun 2013 08:19:55 -0000
X-IronPort-AV: E=Sophos;i="4.87,798,1363132800"; 
   d="scan'208";a="5288884"
Received: from lonpex01cl03.citrite.net ([10.30.203.103])
	by LONPIPO01.EU.CITRIX.COM with ESMTP/TLS/AES128-SHA;
	04 Jun 2013 08:19:55 +0000
Received: from [10.80.2.42] (10.30.203.1) by LONPEX01CL03.citrite.net
	(10.30.203.103) with Microsoft SMTP Server id 14.2.342.3;
	Tue, 4 Jun 2013 09:19:54 +0100
Message-ID: <1370333993.24512.61.camel@zakaz.uk.xensource.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Chen Baozi <baozich@gmail.com>
Date: Tue, 4 Jun 2013 09:19:53 +0100
In-Reply-To: <20130604032408.GA7344@cbz-workstation>
References: <20130604032408.GA7344@cbz-workstation>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.4.4-1 
MIME-Version: 1.0
X-Originating-IP: [10.30.203.1]
Cc: xen-arm@lists.xen.org, samuel.thibault@ens-lyon.org,
	xen-devel@lists.xen.org
Subject: Re: [XenARM] Question about DTB in Mini-OS on ARM
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

On Tue, 2013-06-04 at 11:24 +0800, Chen Baozi wrote:
> Hi Ian,
> 
> I've turned to arm32 porting of Mini-OS as you suggested. Right now, I've
> finished most of entry header, which setups an initial page table, saves
> DTB pointer (from r2 which arm booting protocol defines), setups the stack
> before jumping to start_kernel, and includes the exception's entry.

Awesome!

> At this stage, I could get the DTB's address in arch_init(), parse it and
> translate it to fill start_info structure Mini-OS used. In order to
> implement this logic, I was seeking and reading DTB's related codes of
> arm guest creation and found that the DTB used in domU in arm is thought
> to be appended with the guest kernel:
> 
> 	/*
> 	 * ATAGS/DTB: We currently require that the guest kernel to be
> 	 * using CONFIG_ARM_APPENDED_DTB. Ensure that r2 does not look
> 	 * like a valid pointer to a set of ATAGS or a DTB.
> 	 */
> 
> In this case, I cannot get the DTB's phys address to fill start_info from
> r2 currently. Does it means we need to wrap the mini-os kernel together with
> a DTB?

At the moment yes, this is because we have not yet implemented support
in the toolstack for generating (or even accepting a pregenerated
binary) a DTB. This is
http://wiki.xen.org/wiki/Xen_ARM_TODO#Autogenerate_DomU.27s_device_trees.

Assuming you don't want to tackle that head on (if you do please let me
know!) then the best short term solution is probably to either implement
some variant of the APPENDED_DTB strategy or to simply link a DTB into
your mini-os kernel.

Ian.



_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Wed Jun 05 16:21:20 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 05 Jun 2013 16:21:20 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UkGSb-0005bg-HR; Wed, 05 Jun 2013 16:21:17 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1UkGSa-0005bO-0g; Wed, 05 Jun 2013 16:21:16 +0000
Received: from [85.158.137.99:19833] by server-2.bemta-3.messagelabs.com id
	28/D9-24763-A756FA15; Wed, 05 Jun 2013 16:21:14 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-10.tower-217.messagelabs.com!1370449273!20018924!1
X-Originating-IP: [74.125.83.47]
X-SpamReason: No, hits=0.2 required=7.0 tests=RCVD_ILLEGAL_IP
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11096 invoked from network); 5 Jun 2013 16:21:14 -0000
Received: from mail-ee0-f47.google.com (HELO mail-ee0-f47.google.com)
	(74.125.83.47)
	by server-10.tower-217.messagelabs.com with RC4-SHA encrypted SMTP;
	5 Jun 2013 16:21:14 -0000
Received: by mail-ee0-f47.google.com with SMTP id e49so527629eek.34
	for <multiple recipients>; Wed, 05 Jun 2013 09:21:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=NtsZVpx6MGDFZ5v9cDPChvtde8+qCmHdT3tTUIFmQ5o=;
	b=PZ6kOSTaxq4Xk4i1BnglfaWlhuJYKQc05hvdDFxsgmBP1GMk8hSJViV7Lvdtdz0cOx
	ubBlXly3a9xN24v7MbMsPmZQMiW3eeOrSoplmHH/KzyKsRrjsZCMA/LIBI1rDnnh0kRV
	URAjwMvsGRLItKJUeebwhTMpRWdS5FT8lo1DGdy9sU4W4mP5z69XtXnTpvWHHv4bhnhC
	f8NNPCfVMEUrohs2cPqeP8H0i/0aiZBDqsyHdgDZOYhQn3WARW19StODhM7ggn8OGFcE
	BlABzwMPGbuL+WFke0JjyBcjf557edsWFVBuYQ5ie+xGf+TOzrmBvkkNuTBF84Dz09/+
	FmpQ==
X-Received: by 10.15.10.197 with SMTP id g45mr13944700eet.132.1370449273388;
	Wed, 05 Jun 2013 09:21:13 -0700 (PDT)
Received: from [172.16.26.11] (0545ff8d.skybroadband.com. [5.69.255.141])
	by mx.google.com with ESMTPSA id z52sm98520378eea.1.2013.06.05.09.21.11
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Wed, 05 Jun 2013 09:21:12 -0700 (PDT)
Message-ID: <51AF6576.8000509@xen.org>
Date: Wed, 05 Jun 2013 17:21:10 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>,
	"xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Subject: [XenARM] private@lists.xenproject.org has been created
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Hi everybody,

we created the private mailing list as outlined in 
http://xenproject.org/help/mailing-list/100-misc/139-mailing-list-conventions.html 


The policy states that: "This list is for maintainers of all Xen teams, 
and key developers that have been invited by maintainers. This list is 
intended to be used only when privacy implications or similar prevent 
usage of a public list. Example usage may be to let other community 
members know of absence (due to holidays, maternity/paternity leave, 
etc.) and to arrange cover. Another example may be to ask other team 
members for advice on how to respond to a difficult situation in the 
community. This list is invite only and is not archived."

I added the list to the public list index at 
http://xenproject.org/help/mailing-list.html ... I will sign up all 
maintainers, committers and project leads. You should get a confirmation 
mail once subscribed.

Other developers can subscribe, but subscribers will need to be approved 
(in other words you need a maintainer to vouch for you" before we can 
approve.

Regards
Lars



_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Wed Jun 05 16:21:20 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 05 Jun 2013 16:21:20 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UkGSb-0005bg-HR; Wed, 05 Jun 2013 16:21:17 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1UkGSa-0005bO-0g; Wed, 05 Jun 2013 16:21:16 +0000
Received: from [85.158.137.99:19833] by server-2.bemta-3.messagelabs.com id
	28/D9-24763-A756FA15; Wed, 05 Jun 2013 16:21:14 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-10.tower-217.messagelabs.com!1370449273!20018924!1
X-Originating-IP: [74.125.83.47]
X-SpamReason: No, hits=0.2 required=7.0 tests=RCVD_ILLEGAL_IP
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11096 invoked from network); 5 Jun 2013 16:21:14 -0000
Received: from mail-ee0-f47.google.com (HELO mail-ee0-f47.google.com)
	(74.125.83.47)
	by server-10.tower-217.messagelabs.com with RC4-SHA encrypted SMTP;
	5 Jun 2013 16:21:14 -0000
Received: by mail-ee0-f47.google.com with SMTP id e49so527629eek.34
	for <multiple recipients>; Wed, 05 Jun 2013 09:21:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=NtsZVpx6MGDFZ5v9cDPChvtde8+qCmHdT3tTUIFmQ5o=;
	b=PZ6kOSTaxq4Xk4i1BnglfaWlhuJYKQc05hvdDFxsgmBP1GMk8hSJViV7Lvdtdz0cOx
	ubBlXly3a9xN24v7MbMsPmZQMiW3eeOrSoplmHH/KzyKsRrjsZCMA/LIBI1rDnnh0kRV
	URAjwMvsGRLItKJUeebwhTMpRWdS5FT8lo1DGdy9sU4W4mP5z69XtXnTpvWHHv4bhnhC
	f8NNPCfVMEUrohs2cPqeP8H0i/0aiZBDqsyHdgDZOYhQn3WARW19StODhM7ggn8OGFcE
	BlABzwMPGbuL+WFke0JjyBcjf557edsWFVBuYQ5ie+xGf+TOzrmBvkkNuTBF84Dz09/+
	FmpQ==
X-Received: by 10.15.10.197 with SMTP id g45mr13944700eet.132.1370449273388;
	Wed, 05 Jun 2013 09:21:13 -0700 (PDT)
Received: from [172.16.26.11] (0545ff8d.skybroadband.com. [5.69.255.141])
	by mx.google.com with ESMTPSA id z52sm98520378eea.1.2013.06.05.09.21.11
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Wed, 05 Jun 2013 09:21:12 -0700 (PDT)
Message-ID: <51AF6576.8000509@xen.org>
Date: Wed, 05 Jun 2013 17:21:10 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>,
	"xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Subject: [XenARM] private@lists.xenproject.org has been created
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Hi everybody,

we created the private mailing list as outlined in 
http://xenproject.org/help/mailing-list/100-misc/139-mailing-list-conventions.html 


The policy states that: "This list is for maintainers of all Xen teams, 
and key developers that have been invited by maintainers. This list is 
intended to be used only when privacy implications or similar prevent 
usage of a public list. Example usage may be to let other community 
members know of absence (due to holidays, maternity/paternity leave, 
etc.) and to arrange cover. Another example may be to ask other team 
members for advice on how to respond to a difficult situation in the 
community. This list is invite only and is not archived."

I added the list to the public list index at 
http://xenproject.org/help/mailing-list.html ... I will sign up all 
maintainers, committers and project leads. You should get a confirmation 
mail once subscribed.

Other developers can subscribe, but subscribers will need to be approved 
(in other words you need a maintainer to vouch for you" before we can 
approve.

Regards
Lars



_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Thu Jun 06 16:49:50 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 06 Jun 2013 16:49:50 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UkdNi-00084V-AV; Thu, 06 Jun 2013 16:49:46 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1UkdNf-000841-Sn; Thu, 06 Jun 2013 16:49:44 +0000
Received: from [85.158.139.83:53551] by server-14.bemta-5.messagelabs.com id
	7B/94-25870-6ADB0B15; Thu, 06 Jun 2013 16:49:42 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-14.tower-182.messagelabs.com!1370537382!24461212!1
X-Originating-IP: [209.85.215.171]
X-SpamReason: No, hits=2.4 required=7.0 tests=RCVD_ILLEGAL_IP,
	SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20834 invoked from network); 6 Jun 2013 16:49:42 -0000
Received: from mail-ea0-f171.google.com (HELO mail-ea0-f171.google.com)
	(209.85.215.171)
	by server-14.tower-182.messagelabs.com with RC4-SHA encrypted SMTP;
	6 Jun 2013 16:49:42 -0000
Received: by mail-ea0-f171.google.com with SMTP id m14so2842250eaj.16
	for <multiple recipients>; Thu, 06 Jun 2013 09:49:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=fi1j3YbawFV7u49VUVZV6t7pxZFpFY9etZTYjwes88E=;
	b=K8NYgCR6+xErn0d/UFs5v+H11iPABIIQPFvqHh1leIJxHa3u4Dy777NC0Hnio1xaPP
	HRJfnuzLVWtB5NCj8CJUatBqNpFME8YheG3+rjLQFmTRbHLQf7IQGYCrnzm6n0vJfUYy
	ZkzXWdY0sMn43KVHX+wLCAUUkUrOkG+lWMgpkf49kFwj2p1LfVOq2tdvSJ42zrGk7TIs
	bl4VDTRGFwjcdWxFkw7zH1KWbwudh/OQnt1UForFoaEsIarI95ZUGYWgoYBSZYyAxImF
	7nigubs2wBUYhgITfTWRcUjG/o3ddGy/tuCAu1JwqBErqwk42YkZxiWBZM5wLk+87HQW
	O+1w==
X-Received: by 10.15.43.71 with SMTP id w47mr35306707eev.32.1370537381848;
	Thu, 06 Jun 2013 09:49:41 -0700 (PDT)
Received: from [172.16.26.11] (0545ff8d.skybroadband.com. [5.69.255.141])
	by mx.google.com with ESMTPSA id
	z52sm107133701eea.1.2013.06.06.09.49.39 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Thu, 06 Jun 2013 09:49:40 -0700 (PDT)
Message-ID: <51B0BDA2.4090305@xen.org>
Date: Thu, 06 Jun 2013 17:49:38 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	xen-users@lists.xenproject.org, xen-api@lists.xenproject.org, 
	xen-devel@lists.xenproject.org, xen-arm@lists.xenproject.org, 
	advisory-board@lists.xenproject.org
Subject: [XenARM] Created the list : publicity@lists.xenproject.org
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Hi all,

I created the publicity@lists.xenproject.org list. It is intended for : 
"This is a list to coordinate content for the Xen Project blog, articles 
in the open source and Linux press, other media, press activities, to 
coordinate attendance and submissions for open source and industry 
events and anything else to promote the Xen Project. The list is open 
for people in the community who care about promoting the Xen Project. 
The list is also archived."

You can find instructions on how to join the list at 
http://xenproject.org/help/mailing-list.html

Regards
Lars



_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Thu Jun 06 16:49:50 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 06 Jun 2013 16:49:50 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UkdNi-00084V-AV; Thu, 06 Jun 2013 16:49:46 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1UkdNf-000841-Sn; Thu, 06 Jun 2013 16:49:44 +0000
Received: from [85.158.139.83:53551] by server-14.bemta-5.messagelabs.com id
	7B/94-25870-6ADB0B15; Thu, 06 Jun 2013 16:49:42 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-14.tower-182.messagelabs.com!1370537382!24461212!1
X-Originating-IP: [209.85.215.171]
X-SpamReason: No, hits=2.4 required=7.0 tests=RCVD_ILLEGAL_IP,
	SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20834 invoked from network); 6 Jun 2013 16:49:42 -0000
Received: from mail-ea0-f171.google.com (HELO mail-ea0-f171.google.com)
	(209.85.215.171)
	by server-14.tower-182.messagelabs.com with RC4-SHA encrypted SMTP;
	6 Jun 2013 16:49:42 -0000
Received: by mail-ea0-f171.google.com with SMTP id m14so2842250eaj.16
	for <multiple recipients>; Thu, 06 Jun 2013 09:49:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=fi1j3YbawFV7u49VUVZV6t7pxZFpFY9etZTYjwes88E=;
	b=K8NYgCR6+xErn0d/UFs5v+H11iPABIIQPFvqHh1leIJxHa3u4Dy777NC0Hnio1xaPP
	HRJfnuzLVWtB5NCj8CJUatBqNpFME8YheG3+rjLQFmTRbHLQf7IQGYCrnzm6n0vJfUYy
	ZkzXWdY0sMn43KVHX+wLCAUUkUrOkG+lWMgpkf49kFwj2p1LfVOq2tdvSJ42zrGk7TIs
	bl4VDTRGFwjcdWxFkw7zH1KWbwudh/OQnt1UForFoaEsIarI95ZUGYWgoYBSZYyAxImF
	7nigubs2wBUYhgITfTWRcUjG/o3ddGy/tuCAu1JwqBErqwk42YkZxiWBZM5wLk+87HQW
	O+1w==
X-Received: by 10.15.43.71 with SMTP id w47mr35306707eev.32.1370537381848;
	Thu, 06 Jun 2013 09:49:41 -0700 (PDT)
Received: from [172.16.26.11] (0545ff8d.skybroadband.com. [5.69.255.141])
	by mx.google.com with ESMTPSA id
	z52sm107133701eea.1.2013.06.06.09.49.39 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Thu, 06 Jun 2013 09:49:40 -0700 (PDT)
Message-ID: <51B0BDA2.4090305@xen.org>
Date: Thu, 06 Jun 2013 17:49:38 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	xen-users@lists.xenproject.org, xen-api@lists.xenproject.org, 
	xen-devel@lists.xenproject.org, xen-arm@lists.xenproject.org, 
	advisory-board@lists.xenproject.org
Subject: [XenARM] Created the list : publicity@lists.xenproject.org
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Hi all,

I created the publicity@lists.xenproject.org list. It is intended for : 
"This is a list to coordinate content for the Xen Project blog, articles 
in the open source and Linux press, other media, press activities, to 
coordinate attendance and submissions for open source and industry 
events and anything else to promote the Xen Project. The list is open 
for people in the community who care about promoting the Xen Project. 
The list is also archived."

You can find instructions on how to join the list at 
http://xenproject.org/help/mailing-list.html

Regards
Lars



_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Fri Jun 07 10:36:55 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 07 Jun 2013 10:36:55 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Uku2O-0006c7-BW; Fri, 07 Jun 2013 10:36:52 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1Uku2L-0006bn-QP; Fri, 07 Jun 2013 10:36:50 +0000
Received: from [85.158.137.99:31584] by server-2.bemta-3.messagelabs.com id
	FE/CE-24763-0C7B1B15; Fri, 07 Jun 2013 10:36:48 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-5.tower-217.messagelabs.com!1370601405!14140037!1
X-Originating-IP: [209.85.215.170]
X-SpamReason: No, hits=0.2 required=7.0 tests=ML_RADAR_SPEW_LINKS_32,
	RCVD_ILLEGAL_IP,spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 9885 invoked from network); 7 Jun 2013 10:36:46 -0000
Received: from mail-ea0-f170.google.com (HELO mail-ea0-f170.google.com)
	(209.85.215.170)
	by server-5.tower-217.messagelabs.com with RC4-SHA encrypted SMTP;
	7 Jun 2013 10:36:46 -0000
Received: by mail-ea0-f170.google.com with SMTP id h10so3397027eaj.15
	for <multiple recipients>; Fri, 07 Jun 2013 03:36:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=csCjfv+uSaZlXDJpq+xWzV6q3nBvAHnNexyJeXkPfz8=;
	b=Zk7VzYIfByD7cJl6HFKjKm80x7bOCmzMhx+NmIPxSjXlF1vb4adJoGwPbc8iIOTP9r
	DlSl7YMOcSP+SqVrGJuLfc84Ua4tdbpj98F9qD4PRaqmudAB+qJnOvUpAXC6Xs9AYLtf
	FurqercfguOIAO4kmEo4v+2MCHP6qNKQI7UT7dAICMWOIx0wxcYB2xk495Tyk3Rp54ry
	HlEUpmtsCQGeQ4nSpg55vm6Go2CJ0BD/HuKtw1I+mE/BdNp2PJp9+pnpacd7kQGZ/FGb
	uXBSOM/Csoxuep+DuihgtINGArkBmKSgwEBv0DNdrAocV/l+ZkvFHKTzTn4XUn+JHXGx
	0hqg==
X-Received: by 10.14.5.5 with SMTP id 5mr38445857eek.21.1370601405298;
	Fri, 07 Jun 2013 03:36:45 -0700 (PDT)
Received: from [172.16.26.11] (0545ff8d.skybroadband.com. [5.69.255.141])
	by mx.google.com with ESMTPSA id
	y10sm110796542eev.3.2013.06.07.03.36.43 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Fri, 07 Jun 2013 03:36:44 -0700 (PDT)
Message-ID: <51B1B7BA.9040003@xen.org>
Date: Fri, 07 Jun 2013 11:36:42 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: xen-devel@lists.xenproject.org, xen-users@lists.xenproject.org, 
	xen-api@lists.xenproject.org, xen-arm@lists.xenproject.org
Subject: [XenARM] (Temporary) Changes to Wiki editing rights
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Hi all,

sorry for the wide coverage. As you may know, the Xen wiki has been 
subject of a severe wiki spam attack in the last 2 weeks. As a 
consequence we have had to create an editors group for the wiki. We 
still want ALL community members to be able to edit the wiki and are 
looking for a longer term solution (approaches such as a non-standard 
log-in procedure via single sign on and a few others have been 
suggested). But this will take a few weeks to implement (in particular 
with all the other web changes that are still being worked on).

What we had to do temporarily is create an editors group: to be added, 
please fill out 
http://xenproject.org/component/content/article/100-misc/145-request-to-be-made-a-wiki-editor 
and we will add you as quickly as possible. I also updated the following 
pages, to provide this information
- http://xenproject.org/help/wiki.html
- http://wiki.xen.org/wiki/Main_Page
- http://wiki.xen.org/wiki/Help:Contents

I am also looking for volunteers who can help make others editors. 
Please let me know if you want to volunteer. What would be involved is:
a) We would make you a wiki administrator
b) You would get notified when somebody fills out the form
c) You would change user permissions and make people editors (as these 
are requested - in some cases, we may need to check that somebody is a 
real person)

I think we are covered in the EU and on the East coast, but if a 
volunteer in Australia, Asia and the West Coast of the US could step up 
we could guarantee a quick turn-around. If you are interested drop me a 
mail.

Regards
Lars



_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Fri Jun 07 10:36:55 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 07 Jun 2013 10:36:55 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Uku2O-0006c7-BW; Fri, 07 Jun 2013 10:36:52 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1Uku2L-0006bn-QP; Fri, 07 Jun 2013 10:36:50 +0000
Received: from [85.158.137.99:31584] by server-2.bemta-3.messagelabs.com id
	FE/CE-24763-0C7B1B15; Fri, 07 Jun 2013 10:36:48 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-5.tower-217.messagelabs.com!1370601405!14140037!1
X-Originating-IP: [209.85.215.170]
X-SpamReason: No, hits=0.2 required=7.0 tests=ML_RADAR_SPEW_LINKS_32,
	RCVD_ILLEGAL_IP,spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 9885 invoked from network); 7 Jun 2013 10:36:46 -0000
Received: from mail-ea0-f170.google.com (HELO mail-ea0-f170.google.com)
	(209.85.215.170)
	by server-5.tower-217.messagelabs.com with RC4-SHA encrypted SMTP;
	7 Jun 2013 10:36:46 -0000
Received: by mail-ea0-f170.google.com with SMTP id h10so3397027eaj.15
	for <multiple recipients>; Fri, 07 Jun 2013 03:36:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=csCjfv+uSaZlXDJpq+xWzV6q3nBvAHnNexyJeXkPfz8=;
	b=Zk7VzYIfByD7cJl6HFKjKm80x7bOCmzMhx+NmIPxSjXlF1vb4adJoGwPbc8iIOTP9r
	DlSl7YMOcSP+SqVrGJuLfc84Ua4tdbpj98F9qD4PRaqmudAB+qJnOvUpAXC6Xs9AYLtf
	FurqercfguOIAO4kmEo4v+2MCHP6qNKQI7UT7dAICMWOIx0wxcYB2xk495Tyk3Rp54ry
	HlEUpmtsCQGeQ4nSpg55vm6Go2CJ0BD/HuKtw1I+mE/BdNp2PJp9+pnpacd7kQGZ/FGb
	uXBSOM/Csoxuep+DuihgtINGArkBmKSgwEBv0DNdrAocV/l+ZkvFHKTzTn4XUn+JHXGx
	0hqg==
X-Received: by 10.14.5.5 with SMTP id 5mr38445857eek.21.1370601405298;
	Fri, 07 Jun 2013 03:36:45 -0700 (PDT)
Received: from [172.16.26.11] (0545ff8d.skybroadband.com. [5.69.255.141])
	by mx.google.com with ESMTPSA id
	y10sm110796542eev.3.2013.06.07.03.36.43 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Fri, 07 Jun 2013 03:36:44 -0700 (PDT)
Message-ID: <51B1B7BA.9040003@xen.org>
Date: Fri, 07 Jun 2013 11:36:42 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: xen-devel@lists.xenproject.org, xen-users@lists.xenproject.org, 
	xen-api@lists.xenproject.org, xen-arm@lists.xenproject.org
Subject: [XenARM] (Temporary) Changes to Wiki editing rights
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Hi all,

sorry for the wide coverage. As you may know, the Xen wiki has been 
subject of a severe wiki spam attack in the last 2 weeks. As a 
consequence we have had to create an editors group for the wiki. We 
still want ALL community members to be able to edit the wiki and are 
looking for a longer term solution (approaches such as a non-standard 
log-in procedure via single sign on and a few others have been 
suggested). But this will take a few weeks to implement (in particular 
with all the other web changes that are still being worked on).

What we had to do temporarily is create an editors group: to be added, 
please fill out 
http://xenproject.org/component/content/article/100-misc/145-request-to-be-made-a-wiki-editor 
and we will add you as quickly as possible. I also updated the following 
pages, to provide this information
- http://xenproject.org/help/wiki.html
- http://wiki.xen.org/wiki/Main_Page
- http://wiki.xen.org/wiki/Help:Contents

I am also looking for volunteers who can help make others editors. 
Please let me know if you want to volunteer. What would be involved is:
a) We would make you a wiki administrator
b) You would get notified when somebody fills out the form
c) You would change user permissions and make people editors (as these 
are requested - in some cases, we may need to check that somebody is a 
real person)

I think we are covered in the EU and on the East coast, but if a 
volunteer in Australia, Asia and the West Coast of the US could step up 
we could guarantee a quick turn-around. If you are interested drop me a 
mail.

Regards
Lars



_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Fri Jun 07 11:35:47 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 07 Jun 2013 11:35:47 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UkuxM-0008OU-Ay; Fri, 07 Jun 2013 11:35:44 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1UkuxL-0008O8-6p; Fri, 07 Jun 2013 11:35:43 +0000
Received: from [85.158.143.99:38234] by server-3.bemta-4.messagelabs.com id
	86/F1-02015-E85C1B15; Fri, 07 Jun 2013 11:35:42 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-7.tower-216.messagelabs.com!1370604941!24154731!1
X-Originating-IP: [74.125.82.52]
X-SpamReason: No, hits=0.2 required=7.0 tests=RCVD_ILLEGAL_IP
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 9070 invoked from network); 7 Jun 2013 11:35:41 -0000
Received: from mail-wg0-f52.google.com (HELO mail-wg0-f52.google.com)
	(74.125.82.52)
	by server-7.tower-216.messagelabs.com with RC4-SHA encrypted SMTP;
	7 Jun 2013 11:35:41 -0000
Received: by mail-wg0-f52.google.com with SMTP id z12so2385505wgg.19
	for <multiple recipients>; Fri, 07 Jun 2013 04:35:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=O9dncxYAc6sVXrrbMgIKiCuwjDiJKhBSKkQHLvCa7rs=;
	b=rlGmU4GQIqTwrpLZHeaZwUaHia+4inPZlXINxRy8L+JR8WKJFv+e4tPSwpbH6V6two
	4ZU2TxN14G5V0ojl+Zjmg/sDPI+2Y1Rf8s/ocx4k4KuiJSRkqFMS2MyyN5DLEpHzE2NK
	BTDOWyd2YSfJN7yoBDKs8TiH1PCZ0+tvTohEzJqbqJ+fzmpfhrYslgbGz0F+UACDNydT
	lQ3zFn9GemgRwaMRFMkbgswQMZT6IsaWJD4hp24crV8kHPehQfa9/ToVCbdhksMNlAAm
	dOdKeGXavZ8GmbxPbXfttwdLYZWNwPbibl1TJw5lAodcMHzq3ItaRhuRdxXq7kIj/bVh
	gPzQ==
X-Received: by 10.180.206.9 with SMTP id lk9mr1358388wic.0.1370604941186;
	Fri, 07 Jun 2013 04:35:41 -0700 (PDT)
Received: from [172.16.26.11] (0545ff8d.skybroadband.com. [5.69.255.141])
	by mx.google.com with ESMTPSA id o14sm3094713wiv.3.2013.06.07.04.35.39
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Fri, 07 Jun 2013 04:35:40 -0700 (PDT)
Message-ID: <51B1C58A.40300@xen.org>
Date: Fri, 07 Jun 2013 12:35:38 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: Fabio Fantoni <fabio.fantoni@m2r.biz>
References: <51B1B7BA.9040003@xen.org> <51B1C2D3.8050002@m2r.biz>
In-Reply-To: <51B1C2D3.8050002@m2r.biz>
Cc: xen-devel@lists.xenproject.org, xen-api@lists.xenproject.org,
	xen-arm@lists.xenproject.org, xen-users@lists.xenproject.org
Subject: Re: [XenARM] [Xen-devel] (Temporary) Changes to Wiki editing rights
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

On 07/06/2013 12:24, Fabio Fantoni wrote:
> Il 07/06/2013 12:36, Lars Kurth ha scritto:
>>
> I think that must be solved also the problem of account creation, 
> hundreds of fake accounts created all the time make difficult to see 
> the updates to wiki pages.
> Probably a different (more difficult) or double captcha can solve the 
> problem.
Agreed
Lars

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Fri Jun 07 11:35:47 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 07 Jun 2013 11:35:47 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UkuxM-0008OU-Ay; Fri, 07 Jun 2013 11:35:44 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1UkuxL-0008O8-6p; Fri, 07 Jun 2013 11:35:43 +0000
Received: from [85.158.143.99:38234] by server-3.bemta-4.messagelabs.com id
	86/F1-02015-E85C1B15; Fri, 07 Jun 2013 11:35:42 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-7.tower-216.messagelabs.com!1370604941!24154731!1
X-Originating-IP: [74.125.82.52]
X-SpamReason: No, hits=0.2 required=7.0 tests=RCVD_ILLEGAL_IP
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 9070 invoked from network); 7 Jun 2013 11:35:41 -0000
Received: from mail-wg0-f52.google.com (HELO mail-wg0-f52.google.com)
	(74.125.82.52)
	by server-7.tower-216.messagelabs.com with RC4-SHA encrypted SMTP;
	7 Jun 2013 11:35:41 -0000
Received: by mail-wg0-f52.google.com with SMTP id z12so2385505wgg.19
	for <multiple recipients>; Fri, 07 Jun 2013 04:35:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=O9dncxYAc6sVXrrbMgIKiCuwjDiJKhBSKkQHLvCa7rs=;
	b=rlGmU4GQIqTwrpLZHeaZwUaHia+4inPZlXINxRy8L+JR8WKJFv+e4tPSwpbH6V6two
	4ZU2TxN14G5V0ojl+Zjmg/sDPI+2Y1Rf8s/ocx4k4KuiJSRkqFMS2MyyN5DLEpHzE2NK
	BTDOWyd2YSfJN7yoBDKs8TiH1PCZ0+tvTohEzJqbqJ+fzmpfhrYslgbGz0F+UACDNydT
	lQ3zFn9GemgRwaMRFMkbgswQMZT6IsaWJD4hp24crV8kHPehQfa9/ToVCbdhksMNlAAm
	dOdKeGXavZ8GmbxPbXfttwdLYZWNwPbibl1TJw5lAodcMHzq3ItaRhuRdxXq7kIj/bVh
	gPzQ==
X-Received: by 10.180.206.9 with SMTP id lk9mr1358388wic.0.1370604941186;
	Fri, 07 Jun 2013 04:35:41 -0700 (PDT)
Received: from [172.16.26.11] (0545ff8d.skybroadband.com. [5.69.255.141])
	by mx.google.com with ESMTPSA id o14sm3094713wiv.3.2013.06.07.04.35.39
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Fri, 07 Jun 2013 04:35:40 -0700 (PDT)
Message-ID: <51B1C58A.40300@xen.org>
Date: Fri, 07 Jun 2013 12:35:38 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: Fabio Fantoni <fabio.fantoni@m2r.biz>
References: <51B1B7BA.9040003@xen.org> <51B1C2D3.8050002@m2r.biz>
In-Reply-To: <51B1C2D3.8050002@m2r.biz>
Cc: xen-devel@lists.xenproject.org, xen-api@lists.xenproject.org,
	xen-arm@lists.xenproject.org, xen-users@lists.xenproject.org
Subject: Re: [XenARM] [Xen-devel] (Temporary) Changes to Wiki editing rights
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

On 07/06/2013 12:24, Fabio Fantoni wrote:
> Il 07/06/2013 12:36, Lars Kurth ha scritto:
>>
> I think that must be solved also the problem of account creation, 
> hundreds of fake accounts created all the time make difficult to see 
> the updates to wiki pages.
> Probably a different (more difficult) or double captcha can solve the 
> problem.
Agreed
Lars

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Fri Jun 07 12:25:42 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 07 Jun 2013 12:25:42 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Ukvje-0001lp-Fd; Fri, 07 Jun 2013 12:25:38 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1Ukvjc-0001lT-B8; Fri, 07 Jun 2013 12:25:36 +0000
Received: from [85.158.139.211:8958] by server-15.bemta-5.messagelabs.com id
	49/9F-31797-F31D1B15; Fri, 07 Jun 2013 12:25:35 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-8.tower-206.messagelabs.com!1370607934!19402786!1
X-Originating-IP: [74.125.82.53]
X-SpamReason: No, hits=0.2 required=7.0 tests=RCVD_ILLEGAL_IP
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 17683 invoked from network); 7 Jun 2013 12:25:34 -0000
Received: from mail-wg0-f53.google.com (HELO mail-wg0-f53.google.com)
	(74.125.82.53)
	by server-8.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	7 Jun 2013 12:25:34 -0000
Received: by mail-wg0-f53.google.com with SMTP id y10so598292wgg.8
	for <multiple recipients>; Fri, 07 Jun 2013 05:25:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=kGqiSTzjefELGc3YH5KKVZPgK9Ki6V2uhQNrK3FjU98=;
	b=lse6qIBBNMwWZc/3xcwLoZpM4jHG874IPSu3qVoJHkJlyiLqx81S8F71V8ZYaBFVrW
	E2JB+kss0AFdGXNvgQO7ZGsWUYpOFP0iKvpVULmA0MlonpHs41Yk3i6AIdoV2z1Iu+S2
	2UYbW7VhztRVCu+qQtnwLcpz8xJ8i2vh1ADg85oB13rtTqLwB90nCBWgqRsI8kz7Bng0
	n5RqkWT8UM1fOOPn9Kv5OX/4Y0FRppMsTTzwbbiJlfU0jPAlYc1NIUT9U7Z/73n1lSzn
	qil2HhO90egjVWi8GcR46scYMbyAZ41y2ALNw9y8Hf9/wCB4Qp2NPSaCStezzO8BKIFW
	Wa0A==
X-Received: by 10.194.243.226 with SMTP id xb2mr3240850wjc.67.1370607934434;
	Fri, 07 Jun 2013 05:25:34 -0700 (PDT)
Received: from [172.16.26.11] (0545ff8d.skybroadband.com. [5.69.255.141])
	by mx.google.com with ESMTPSA id q13sm22264386wie.8.2013.06.07.05.25.31
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Fri, 07 Jun 2013 05:25:33 -0700 (PDT)
Message-ID: <51B1D138.6090401@xen.org>
Date: Fri, 07 Jun 2013 13:25:28 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: Fabio Fantoni <fabio.fantoni@m2r.biz>
References: <51B1B7BA.9040003@xen.org> <51B1C2D3.8050002@m2r.biz>
In-Reply-To: <51B1C2D3.8050002@m2r.biz>
Cc: xen-devel@lists.xenproject.org, xen-api@lists.xenproject.org,
	xen-arm@lists.xenproject.org, xen-users@lists.xenproject.org
Subject: Re: [XenARM] [Xen-devel] (Temporary) Changes to Wiki editing rights
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Fabiano,
we now have a better CAPTCHA mechanism in place (although we may need to 
raise the bar and use ReCaptcha). Let's see whether what we did now 
makes a difference.
Lars

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Fri Jun 07 12:25:42 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 07 Jun 2013 12:25:42 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Ukvje-0001lp-Fd; Fri, 07 Jun 2013 12:25:38 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1Ukvjc-0001lT-B8; Fri, 07 Jun 2013 12:25:36 +0000
Received: from [85.158.139.211:8958] by server-15.bemta-5.messagelabs.com id
	49/9F-31797-F31D1B15; Fri, 07 Jun 2013 12:25:35 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-8.tower-206.messagelabs.com!1370607934!19402786!1
X-Originating-IP: [74.125.82.53]
X-SpamReason: No, hits=0.2 required=7.0 tests=RCVD_ILLEGAL_IP
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 17683 invoked from network); 7 Jun 2013 12:25:34 -0000
Received: from mail-wg0-f53.google.com (HELO mail-wg0-f53.google.com)
	(74.125.82.53)
	by server-8.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	7 Jun 2013 12:25:34 -0000
Received: by mail-wg0-f53.google.com with SMTP id y10so598292wgg.8
	for <multiple recipients>; Fri, 07 Jun 2013 05:25:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding;
	bh=kGqiSTzjefELGc3YH5KKVZPgK9Ki6V2uhQNrK3FjU98=;
	b=lse6qIBBNMwWZc/3xcwLoZpM4jHG874IPSu3qVoJHkJlyiLqx81S8F71V8ZYaBFVrW
	E2JB+kss0AFdGXNvgQO7ZGsWUYpOFP0iKvpVULmA0MlonpHs41Yk3i6AIdoV2z1Iu+S2
	2UYbW7VhztRVCu+qQtnwLcpz8xJ8i2vh1ADg85oB13rtTqLwB90nCBWgqRsI8kz7Bng0
	n5RqkWT8UM1fOOPn9Kv5OX/4Y0FRppMsTTzwbbiJlfU0jPAlYc1NIUT9U7Z/73n1lSzn
	qil2HhO90egjVWi8GcR46scYMbyAZ41y2ALNw9y8Hf9/wCB4Qp2NPSaCStezzO8BKIFW
	Wa0A==
X-Received: by 10.194.243.226 with SMTP id xb2mr3240850wjc.67.1370607934434;
	Fri, 07 Jun 2013 05:25:34 -0700 (PDT)
Received: from [172.16.26.11] (0545ff8d.skybroadband.com. [5.69.255.141])
	by mx.google.com with ESMTPSA id q13sm22264386wie.8.2013.06.07.05.25.31
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Fri, 07 Jun 2013 05:25:33 -0700 (PDT)
Message-ID: <51B1D138.6090401@xen.org>
Date: Fri, 07 Jun 2013 13:25:28 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: Fabio Fantoni <fabio.fantoni@m2r.biz>
References: <51B1B7BA.9040003@xen.org> <51B1C2D3.8050002@m2r.biz>
In-Reply-To: <51B1C2D3.8050002@m2r.biz>
Cc: xen-devel@lists.xenproject.org, xen-api@lists.xenproject.org,
	xen-arm@lists.xenproject.org, xen-users@lists.xenproject.org
Subject: Re: [XenARM] [Xen-devel] (Temporary) Changes to Wiki editing rights
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Fabiano,
we now have a better CAPTCHA mechanism in place (although we may need to 
raise the bar and use ReCaptcha). Let's see whether what we did now 
makes a difference.
Lars

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Fri Jun 07 17:28:23 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 07 Jun 2013 17:28:23 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Ul0SZ-000468-Oj; Fri, 07 Jun 2013 17:28:19 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1Ul0SX-00045g-WD; Fri, 07 Jun 2013 17:28:18 +0000
Received: from [85.158.137.99:46206] by server-14.bemta-3.messagelabs.com id
	D1/25-20016-03812B15; Fri, 07 Jun 2013 17:28:16 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-11.tower-217.messagelabs.com!1370626095!17307268!1
X-Originating-IP: [74.125.82.169]
X-SpamReason: No, hits=2.4 required=7.0 tests=ML_RADAR_SPEW_LINKS_23,
	RCVD_ILLEGAL_IP,SUSPICIOUS_RECIPS,spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 14260 invoked from network); 7 Jun 2013 17:28:15 -0000
Received: from mail-we0-f169.google.com (HELO mail-we0-f169.google.com)
	(74.125.82.169)
	by server-11.tower-217.messagelabs.com with RC4-SHA encrypted SMTP;
	7 Jun 2013 17:28:15 -0000
Received: by mail-we0-f169.google.com with SMTP id n57so3328778wev.14
	for <multiple recipients>; Fri, 07 Jun 2013 10:28:15 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=Emkh9tntdehJ0va2+hFELVGCtvo2SXILEeNeO4TyxFE=;
	b=zk2cWn9/GbuDSYs3nG9ilw7TNvV9Vectu34Fxpfe3NeQXXQdPJQ7snKVfBwZI7buld
	C9E/CXZcW8QmxWOzxQaue9EFNC+jxo7FL8MEf3bx2lG/EghI95TTW/oSMjs7no3E/dql
	5p+G9F5pC7clU+GPSyhqIJs7aRG0arDV+28P/x4FfEO5EFQaYGQo0LxbkmhYtkd2OUFL
	gh35TG2jzOwzXO6ZSDu7LMwDDkvsa4s13VAk1ODF81i8sH6RUi2tZnzmjeMAoE0QCGtN
	t2+w8R0KsNs8q4sabOGJq7b/e4koEwBCGxm87A986lgX8TyMqOJ0phv5N/IxpW+9cs4c
	z3ew==
X-Received: by 10.180.109.195 with SMTP id hu3mr2440724wib.13.1370626095481;
	Fri, 07 Jun 2013 10:28:15 -0700 (PDT)
Received: from [172.16.26.11] (0545ff8d.skybroadband.com. [5.69.255.141])
	by mx.google.com with ESMTPSA id cw8sm23761302wib.7.2013.06.07.10.28.13
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Fri, 07 Jun 2013 10:28:14 -0700 (PDT)
Message-ID: <51B2182C.9040900@xen.org>
Date: Fri, 07 Jun 2013 18:28:12 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	"xen-devel@lists.xen.org" <xen-api@lists.xen.org>, 
	"xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Subject: [XenARM] Upcoming changes to Xen Project websites (tomorrow June
	8th)
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Dear community member,

This is just a quick reminder of some upcoming changes to the Xen 
project websites (as originally outlinedhere 
<http://blog.xen.org/index.php/2013/05/20/transition-from-xen-org-to-xenproject-org/>).

Regards
Lars


    Archiving of xen.org

*Tomorrow morning GMT*, we will be archiving xen.org. This means that 
the content on xen.org is moved towww-archive.xenproject.org 
<http://www-archive.xenproject.org/>. The site will be archived: in 
other words*there will be no more updates to www-archive.xenproject.org 
<http://www-archive.xenproject.org/>*.

Permanent redirects will be put in place from xen.org to 
eitherxenproject.org 
<http://www.xenproject.org/>orwww-archive.xenproject.org 
<http://www-archive.xenproject.org/>. Which location we will redirect 
to, depends on the content of a page:

  * Pages will go toxenproject.org <http://www.xenproject.org/>, if
    there is an equivalent on the new site
  * Otherwise we will redirect to the corresponding page
    onwww-archive.xenproject.org <http://www-archive.xenproject.org/>

We will be monitoring Apache web server logs for pages that are not 
found and deal with issues as we find them. If you notice any issues 
please mail a description of the issue to community.manager @ 
xenproject.org. If you have bookmarks to pages on xen.org, you may want 
to change these to pages onxenproject.org <http://www.xenproject.org/>.


      Xen.org ecosystem pages

If you are a company or individual that is listed in thexen.org 
ecosystem pages <http://xen.org/community/ecosystem.html>and you have 
not yet created an entry in theXen project Ecosystem pages 
<http://xenproject.org/directory/directory.html>, please do so now. The 
new website provides a sel-service mechanism: you can add yourself by 
going to*Add your listing here 
<http://xenproject.org/component/mtree/add.html>*which is accessible 
from theXen project Ecosystem pages 
<http://xenproject.org/directory/directory.html>. You do need to have an 
account on xenproject.org to do this.


    Changes to lists.xenproject.org

You may already have noticed some changes to the look and feel of the 
archives on lists.xenproject.org (e.g.xen-devel 
<http://lists.xenproject.org/archives/html/xen-devel/2013-06/>). Mailing 
lists archives are now integrated into the global menu structure 
ofxenproject.org <http://www.xenproject.org/>. We have also created a 
number of new lists in line with the recently approvedMailing List 
Conventions 
<http://xenproject.org/help/mailing-list/100-misc/139-mailing-list-conventions.html>. 
For more information about the mailing lists, check out themailing list 
index <http://lists.xenproject.org/>.


_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Fri Jun 07 17:28:23 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 07 Jun 2013 17:28:23 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Ul0SZ-000468-Oj; Fri, 07 Jun 2013 17:28:19 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1Ul0SX-00045g-WD; Fri, 07 Jun 2013 17:28:18 +0000
Received: from [85.158.137.99:46206] by server-14.bemta-3.messagelabs.com id
	D1/25-20016-03812B15; Fri, 07 Jun 2013 17:28:16 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-11.tower-217.messagelabs.com!1370626095!17307268!1
X-Originating-IP: [74.125.82.169]
X-SpamReason: No, hits=2.4 required=7.0 tests=ML_RADAR_SPEW_LINKS_23,
	RCVD_ILLEGAL_IP,SUSPICIOUS_RECIPS,spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 14260 invoked from network); 7 Jun 2013 17:28:15 -0000
Received: from mail-we0-f169.google.com (HELO mail-we0-f169.google.com)
	(74.125.82.169)
	by server-11.tower-217.messagelabs.com with RC4-SHA encrypted SMTP;
	7 Jun 2013 17:28:15 -0000
Received: by mail-we0-f169.google.com with SMTP id n57so3328778wev.14
	for <multiple recipients>; Fri, 07 Jun 2013 10:28:15 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=Emkh9tntdehJ0va2+hFELVGCtvo2SXILEeNeO4TyxFE=;
	b=zk2cWn9/GbuDSYs3nG9ilw7TNvV9Vectu34Fxpfe3NeQXXQdPJQ7snKVfBwZI7buld
	C9E/CXZcW8QmxWOzxQaue9EFNC+jxo7FL8MEf3bx2lG/EghI95TTW/oSMjs7no3E/dql
	5p+G9F5pC7clU+GPSyhqIJs7aRG0arDV+28P/x4FfEO5EFQaYGQo0LxbkmhYtkd2OUFL
	gh35TG2jzOwzXO6ZSDu7LMwDDkvsa4s13VAk1ODF81i8sH6RUi2tZnzmjeMAoE0QCGtN
	t2+w8R0KsNs8q4sabOGJq7b/e4koEwBCGxm87A986lgX8TyMqOJ0phv5N/IxpW+9cs4c
	z3ew==
X-Received: by 10.180.109.195 with SMTP id hu3mr2440724wib.13.1370626095481;
	Fri, 07 Jun 2013 10:28:15 -0700 (PDT)
Received: from [172.16.26.11] (0545ff8d.skybroadband.com. [5.69.255.141])
	by mx.google.com with ESMTPSA id cw8sm23761302wib.7.2013.06.07.10.28.13
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Fri, 07 Jun 2013 10:28:14 -0700 (PDT)
Message-ID: <51B2182C.9040900@xen.org>
Date: Fri, 07 Jun 2013 18:28:12 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	"xen-devel@lists.xen.org" <xen-api@lists.xen.org>, 
	"xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Subject: [XenARM] Upcoming changes to Xen Project websites (tomorrow June
	8th)
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Dear community member,

This is just a quick reminder of some upcoming changes to the Xen 
project websites (as originally outlinedhere 
<http://blog.xen.org/index.php/2013/05/20/transition-from-xen-org-to-xenproject-org/>).

Regards
Lars


    Archiving of xen.org

*Tomorrow morning GMT*, we will be archiving xen.org. This means that 
the content on xen.org is moved towww-archive.xenproject.org 
<http://www-archive.xenproject.org/>. The site will be archived: in 
other words*there will be no more updates to www-archive.xenproject.org 
<http://www-archive.xenproject.org/>*.

Permanent redirects will be put in place from xen.org to 
eitherxenproject.org 
<http://www.xenproject.org/>orwww-archive.xenproject.org 
<http://www-archive.xenproject.org/>. Which location we will redirect 
to, depends on the content of a page:

  * Pages will go toxenproject.org <http://www.xenproject.org/>, if
    there is an equivalent on the new site
  * Otherwise we will redirect to the corresponding page
    onwww-archive.xenproject.org <http://www-archive.xenproject.org/>

We will be monitoring Apache web server logs for pages that are not 
found and deal with issues as we find them. If you notice any issues 
please mail a description of the issue to community.manager @ 
xenproject.org. If you have bookmarks to pages on xen.org, you may want 
to change these to pages onxenproject.org <http://www.xenproject.org/>.


      Xen.org ecosystem pages

If you are a company or individual that is listed in thexen.org 
ecosystem pages <http://xen.org/community/ecosystem.html>and you have 
not yet created an entry in theXen project Ecosystem pages 
<http://xenproject.org/directory/directory.html>, please do so now. The 
new website provides a sel-service mechanism: you can add yourself by 
going to*Add your listing here 
<http://xenproject.org/component/mtree/add.html>*which is accessible 
from theXen project Ecosystem pages 
<http://xenproject.org/directory/directory.html>. You do need to have an 
account on xenproject.org to do this.


    Changes to lists.xenproject.org

You may already have noticed some changes to the look and feel of the 
archives on lists.xenproject.org (e.g.xen-devel 
<http://lists.xenproject.org/archives/html/xen-devel/2013-06/>). Mailing 
lists archives are now integrated into the global menu structure 
ofxenproject.org <http://www.xenproject.org/>. We have also created a 
number of new lists in line with the recently approvedMailing List 
Conventions 
<http://xenproject.org/help/mailing-list/100-misc/139-mailing-list-conventions.html>. 
For more information about the mailing lists, check out themailing list 
index <http://lists.xenproject.org/>.


_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Sun Jun 09 12:46:30 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sun, 09 Jun 2013 12:46:30 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Ulf0r-00087B-F3; Sun, 09 Jun 2013 12:46:25 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <baozich@gmail.com>)
	id 1Ulf0p-000873-8e; Sun, 09 Jun 2013 12:46:23 +0000
Received: from [85.158.143.99:53436] by server-3.bemta-4.messagelabs.com id
	FF/B3-02015-E1974B15; Sun, 09 Jun 2013 12:46:22 +0000
X-Env-Sender: baozich@gmail.com
X-Msg-Ref: server-6.tower-216.messagelabs.com!1370781979!20674323!1
X-Originating-IP: [209.85.192.171]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_14,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11063 invoked from network); 9 Jun 2013 12:46:21 -0000
Received: from mail-pd0-f171.google.com (HELO mail-pd0-f171.google.com)
	(209.85.192.171)
	by server-6.tower-216.messagelabs.com with RC4-SHA encrypted SMTP;
	9 Jun 2013 12:46:21 -0000
Received: by mail-pd0-f171.google.com with SMTP id y14so3572239pdi.2
	for <multiple recipients>; Sun, 09 Jun 2013 05:46:18 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=date:from:to:cc:subject:message-id:mime-version:content-type
	:content-disposition:user-agent;
	bh=n+rNUw1hjRQYxLPjsBcSA2wCP08oa9AjLfRb5lZYeJQ=;
	b=sLBsQA+B3JJTUc7hX33ozMQ9YEyTDx4cbVfGFhsft/Uhxk08O/q2F4TIwrlvrWNhUL
	lhbBdG2zPioCZrnvz4hA6iHr373+YD3te9H3BwrsLSf5pFQ2guNDaVLEa0Oa4fqbGkpy
	LctrtDQZxq25SyVOc3sqm5er4H5g7G7E0aE2i6SoPdV+cTV7V1relv78KamD7Qo96xwy
	u84G4geCLe0nyv0UrQPnDPT3u9+hCS/NDOF2cWC+71tELeM5onkqPFtvey2WQCrwFjBr
	jN9/oONYgSkPLYUQhquZMAIC+xdUaopjcLrBiG/svqq5yAqanoZNdc/BfxEr10JAXBE1
	5NOg==
X-Received: by 10.66.155.102 with SMTP id vv6mr10114195pab.64.1370781978758;
	Sun, 09 Jun 2013 05:46:18 -0700 (PDT)
Received: from localhost ([119.39.124.170])
	by mx.google.com with ESMTPSA id tb7sm6550057pbc.14.2013.06.09.05.46.16
	for <multiple recipients>
	(version=TLSv1.2 cipher=RC4-SHA bits=128/128);
	Sun, 09 Jun 2013 05:46:18 -0700 (PDT)
Date: Sun, 9 Jun 2013 20:42:13 +0800
From: Chen Baozi <baozich@gmail.com>
To: ian.campbell@citrix.com
Message-ID: <20130609124213.GA19123@cbz-workstation>
MIME-Version: 1.0
Content-Disposition: inline
User-Agent: Mutt/1.5.21 (2010-09-15)
Cc: xen-arm@lists.xen.org, xen-devel@lists.xen.org
Subject: [XenARM] Linking errors of Mini-OS for ARM32
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Hi Ian,

Since finishing the very beginning setup assembly, I was turning to adding
necessary headers and empty functions to build the binary. After introducing
those bit operations, spinlocks etc., I thought I have a basic framework to
pass the first build. However, when comming to the final linking stage,
there are errors:

arm-linux-gnueabihf-ld   -T arch/arm/minios-arm32.lds
/home/cbz/src/xen/extras/mini-os/mini-os.o  -o
//home/cbz/src/xen/extras/mini-os/mini-os
/home/cbz/src/xen/extras/mini-os/mini-os.o: In function `init_blkfront':
/home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
/home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
/home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
/home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
/home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
/home/cbz/src/xen/extras/mini-os/mini-os.o:/home/cbz/src/xen/extras/mini-os/blkfront.c:122: more undefined references to `__aeabi_uldivmod' follow
/home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0'
/home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x50): undefined reference to `__aeabi_unwind_cpp_pr0'
make: *** [/home/cbz/src/xen/extras/mini-os/mini-os] Error 1

I googled that error message. Some has mentioned that add "-fno-exceptions
 -fno-unwind tables" could sovle the problem. I tried, but got the same
errors.

Any ideas?

BTW, after pass my first build, I would consider implementing support in the
toolstack for generating a DTB for guest on ARM platform.

	Baozi

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Sun Jun 09 12:46:30 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sun, 09 Jun 2013 12:46:30 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Ulf0r-00087B-F3; Sun, 09 Jun 2013 12:46:25 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <baozich@gmail.com>)
	id 1Ulf0p-000873-8e; Sun, 09 Jun 2013 12:46:23 +0000
Received: from [85.158.143.99:53436] by server-3.bemta-4.messagelabs.com id
	FF/B3-02015-E1974B15; Sun, 09 Jun 2013 12:46:22 +0000
X-Env-Sender: baozich@gmail.com
X-Msg-Ref: server-6.tower-216.messagelabs.com!1370781979!20674323!1
X-Originating-IP: [209.85.192.171]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_14,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11063 invoked from network); 9 Jun 2013 12:46:21 -0000
Received: from mail-pd0-f171.google.com (HELO mail-pd0-f171.google.com)
	(209.85.192.171)
	by server-6.tower-216.messagelabs.com with RC4-SHA encrypted SMTP;
	9 Jun 2013 12:46:21 -0000
Received: by mail-pd0-f171.google.com with SMTP id y14so3572239pdi.2
	for <multiple recipients>; Sun, 09 Jun 2013 05:46:18 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=date:from:to:cc:subject:message-id:mime-version:content-type
	:content-disposition:user-agent;
	bh=n+rNUw1hjRQYxLPjsBcSA2wCP08oa9AjLfRb5lZYeJQ=;
	b=sLBsQA+B3JJTUc7hX33ozMQ9YEyTDx4cbVfGFhsft/Uhxk08O/q2F4TIwrlvrWNhUL
	lhbBdG2zPioCZrnvz4hA6iHr373+YD3te9H3BwrsLSf5pFQ2guNDaVLEa0Oa4fqbGkpy
	LctrtDQZxq25SyVOc3sqm5er4H5g7G7E0aE2i6SoPdV+cTV7V1relv78KamD7Qo96xwy
	u84G4geCLe0nyv0UrQPnDPT3u9+hCS/NDOF2cWC+71tELeM5onkqPFtvey2WQCrwFjBr
	jN9/oONYgSkPLYUQhquZMAIC+xdUaopjcLrBiG/svqq5yAqanoZNdc/BfxEr10JAXBE1
	5NOg==
X-Received: by 10.66.155.102 with SMTP id vv6mr10114195pab.64.1370781978758;
	Sun, 09 Jun 2013 05:46:18 -0700 (PDT)
Received: from localhost ([119.39.124.170])
	by mx.google.com with ESMTPSA id tb7sm6550057pbc.14.2013.06.09.05.46.16
	for <multiple recipients>
	(version=TLSv1.2 cipher=RC4-SHA bits=128/128);
	Sun, 09 Jun 2013 05:46:18 -0700 (PDT)
Date: Sun, 9 Jun 2013 20:42:13 +0800
From: Chen Baozi <baozich@gmail.com>
To: ian.campbell@citrix.com
Message-ID: <20130609124213.GA19123@cbz-workstation>
MIME-Version: 1.0
Content-Disposition: inline
User-Agent: Mutt/1.5.21 (2010-09-15)
Cc: xen-arm@lists.xen.org, xen-devel@lists.xen.org
Subject: [XenARM] Linking errors of Mini-OS for ARM32
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Hi Ian,

Since finishing the very beginning setup assembly, I was turning to adding
necessary headers and empty functions to build the binary. After introducing
those bit operations, spinlocks etc., I thought I have a basic framework to
pass the first build. However, when comming to the final linking stage,
there are errors:

arm-linux-gnueabihf-ld   -T arch/arm/minios-arm32.lds
/home/cbz/src/xen/extras/mini-os/mini-os.o  -o
//home/cbz/src/xen/extras/mini-os/mini-os
/home/cbz/src/xen/extras/mini-os/mini-os.o: In function `init_blkfront':
/home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
/home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
/home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
/home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
/home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
/home/cbz/src/xen/extras/mini-os/mini-os.o:/home/cbz/src/xen/extras/mini-os/blkfront.c:122: more undefined references to `__aeabi_uldivmod' follow
/home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0'
/home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x50): undefined reference to `__aeabi_unwind_cpp_pr0'
make: *** [/home/cbz/src/xen/extras/mini-os/mini-os] Error 1

I googled that error message. Some has mentioned that add "-fno-exceptions
 -fno-unwind tables" could sovle the problem. I tried, but got the same
errors.

Any ideas?

BTW, after pass my first build, I would consider implementing support in the
toolstack for generating a DTB for guest on ARM platform.

	Baozi

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Sun Jun 09 14:19:54 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sun, 09 Jun 2013 14:19:54 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UlgTE-000100-SA; Sun, 09 Jun 2013 14:19:48 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72) (envelope-from <tim@xen.org>)
	id 1UlgTD-0000zs-WF; Sun, 09 Jun 2013 14:19:48 +0000
Received: from [85.158.137.99:54366] by server-10.bemta-3.messagelabs.com id
	C7/59-00761-30F84B15; Sun, 09 Jun 2013 14:19:47 +0000
X-Env-Sender: tim@xen.org
X-Msg-Ref: server-11.tower-217.messagelabs.com!1370787585!17447049!1
X-Originating-IP: [81.29.64.94]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 3975 invoked from network); 9 Jun 2013 14:19:46 -0000
Received: from ocelot.phlegethon.org (HELO mail.phlegethon.org) (81.29.64.94)
	by server-11.tower-217.messagelabs.com with DHE-RSA-AES256-SHA
	encrypted SMTP; 9 Jun 2013 14:19:46 -0000
Received: from tjd by mail.phlegethon.org with local (Exim 4.67 (FreeBSD))
	(envelope-from <tim@xen.org>)
	id 1UlgT8-000PpK-KV; Sun, 09 Jun 2013 14:19:42 +0000
Date: Sun, 9 Jun 2013 15:19:42 +0100
From: Tim Deegan <tim@xen.org>
To: Julien Grall <julien.grall@gmail.com>
Message-ID: <20130609141942.GA99263@ocelot.phlegethon.org>
References: <20130609124213.GA19123@cbz-workstation>
	<CAF3u54B4tseyuU=ZP=3wJ__2iko_jHn=P5Kk9ueKP8wEM2NfBQ@mail.gmail.com>
Mime-Version: 1.0
Content-Disposition: inline
In-Reply-To: <CAF3u54B4tseyuU=ZP=3wJ__2iko_jHn=P5Kk9ueKP8wEM2NfBQ@mail.gmail.com>
User-Agent: Mutt/1.4.2.1i
Cc: xen-arm@lists.xen.org, "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: [XenARM] [Xen-devel] Linking errors of Mini-OS for ARM32
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

At 14:48 +0100 on 09 Jun (1370789322), Julien Grall wrote:
> On Sun, Jun 9, 2013 at 1:42 PM, Chen Baozi <baozich@gmail.com> wrote:
> > Since finishing the very beginning setup assembly, I was turning to adding
> > necessary headers and empty functions to build the binary. After introducing
> > those bit operations, spinlocks etc., I thought I have a basic framework to
> > pass the first build. However, when comming to the final linking stage,
> > there are errors:
> >
> > arm-linux-gnueabihf-ld   -T arch/arm/minios-arm32.lds
> > /home/cbz/src/xen/extras/mini-os/mini-os.o  -o
> > //home/cbz/src/xen/extras/mini-os/mini-os
> > /home/cbz/src/xen/extras/mini-os/mini-os.o: In function `init_blkfront':
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/mini-os.o:/home/cbz/src/xen/extras/mini-os/blkfront.c:122: more undefined references to `__aeabi_uldivmod' follow
> > /home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0'
> > /home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x50): undefined reference to `__aeabi_unwind_cpp_pr0'
> > make: *** [/home/cbz/src/xen/extras/mini-os/mini-os] Error 1
> >
> > I googled that error message. Some has mentioned that add "-fno-exceptions
> >  -fno-unwind tables" could sovle the problem. I tried, but got the same
> > errors.
> >
> > Any ideas?
> 
> You need to provide an implementation for __aeabi_uldivmod.
> For this purpose, you can re-use xen/arch/arm/arm32/lib/lib1func.S

Please be careful of licensing if you take Xen code into MiniOS.

Tim.

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Sun Jun 09 14:19:54 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sun, 09 Jun 2013 14:19:54 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UlgTE-000100-SA; Sun, 09 Jun 2013 14:19:48 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72) (envelope-from <tim@xen.org>)
	id 1UlgTD-0000zs-WF; Sun, 09 Jun 2013 14:19:48 +0000
Received: from [85.158.137.99:54366] by server-10.bemta-3.messagelabs.com id
	C7/59-00761-30F84B15; Sun, 09 Jun 2013 14:19:47 +0000
X-Env-Sender: tim@xen.org
X-Msg-Ref: server-11.tower-217.messagelabs.com!1370787585!17447049!1
X-Originating-IP: [81.29.64.94]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 3975 invoked from network); 9 Jun 2013 14:19:46 -0000
Received: from ocelot.phlegethon.org (HELO mail.phlegethon.org) (81.29.64.94)
	by server-11.tower-217.messagelabs.com with DHE-RSA-AES256-SHA
	encrypted SMTP; 9 Jun 2013 14:19:46 -0000
Received: from tjd by mail.phlegethon.org with local (Exim 4.67 (FreeBSD))
	(envelope-from <tim@xen.org>)
	id 1UlgT8-000PpK-KV; Sun, 09 Jun 2013 14:19:42 +0000
Date: Sun, 9 Jun 2013 15:19:42 +0100
From: Tim Deegan <tim@xen.org>
To: Julien Grall <julien.grall@gmail.com>
Message-ID: <20130609141942.GA99263@ocelot.phlegethon.org>
References: <20130609124213.GA19123@cbz-workstation>
	<CAF3u54B4tseyuU=ZP=3wJ__2iko_jHn=P5Kk9ueKP8wEM2NfBQ@mail.gmail.com>
Mime-Version: 1.0
Content-Disposition: inline
In-Reply-To: <CAF3u54B4tseyuU=ZP=3wJ__2iko_jHn=P5Kk9ueKP8wEM2NfBQ@mail.gmail.com>
User-Agent: Mutt/1.4.2.1i
Cc: xen-arm@lists.xen.org, "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: [XenARM] [Xen-devel] Linking errors of Mini-OS for ARM32
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

At 14:48 +0100 on 09 Jun (1370789322), Julien Grall wrote:
> On Sun, Jun 9, 2013 at 1:42 PM, Chen Baozi <baozich@gmail.com> wrote:
> > Since finishing the very beginning setup assembly, I was turning to adding
> > necessary headers and empty functions to build the binary. After introducing
> > those bit operations, spinlocks etc., I thought I have a basic framework to
> > pass the first build. However, when comming to the final linking stage,
> > there are errors:
> >
> > arm-linux-gnueabihf-ld   -T arch/arm/minios-arm32.lds
> > /home/cbz/src/xen/extras/mini-os/mini-os.o  -o
> > //home/cbz/src/xen/extras/mini-os/mini-os
> > /home/cbz/src/xen/extras/mini-os/mini-os.o: In function `init_blkfront':
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/mini-os.o:/home/cbz/src/xen/extras/mini-os/blkfront.c:122: more undefined references to `__aeabi_uldivmod' follow
> > /home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0'
> > /home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x50): undefined reference to `__aeabi_unwind_cpp_pr0'
> > make: *** [/home/cbz/src/xen/extras/mini-os/mini-os] Error 1
> >
> > I googled that error message. Some has mentioned that add "-fno-exceptions
> >  -fno-unwind tables" could sovle the problem. I tried, but got the same
> > errors.
> >
> > Any ideas?
> 
> You need to provide an implementation for __aeabi_uldivmod.
> For this purpose, you can re-use xen/arch/arm/arm32/lib/lib1func.S

Please be careful of licensing if you take Xen code into MiniOS.

Tim.

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Mon Jun 10 00:13:31 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 10 Jun 2013 00:13:31 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Ulpjk-0008QG-Fy; Mon, 10 Jun 2013 00:13:28 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <baozich@gmail.com>)
	id 1Ulpji-0008Q8-QT; Mon, 10 Jun 2013 00:13:27 +0000
Received: from [193.109.254.147:11885] by server-15.bemta-14.messagelabs.com
	id FB/13-16548-52A15B15; Mon, 10 Jun 2013 00:13:25 +0000
X-Env-Sender: baozich@gmail.com
X-Msg-Ref: server-3.tower-27.messagelabs.com!1370823203!8835055!1
X-Originating-IP: [209.85.160.43]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_14,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 3930 invoked from network); 10 Jun 2013 00:13:25 -0000
Received: from mail-pb0-f43.google.com (HELO mail-pb0-f43.google.com)
	(209.85.160.43)
	by server-3.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	10 Jun 2013 00:13:25 -0000
Received: by mail-pb0-f43.google.com with SMTP id md12so5570806pbc.2
	for <multiple recipients>; Sun, 09 Jun 2013 17:13:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=date:from:to:cc:subject:message-id:references:mime-version
	:content-type:content-disposition:in-reply-to:user-agent;
	bh=ADA5tkAd4f3PBmq7kI5UXwMk8zR0AmBGXzDet6TGXCk=;
	b=Nwa886fs4cLgGVYhKcb4+pAcZRqVNMyNcum83EgZKQ+JwNYOFABi67hTUSvcUeq+P6
	tfXYL3v4mRO9cE3dpyzyfldHx3EdTsOB6Ak0HuWYaSlOInnqONaqXrjMkZKkCyG8M9NA
	3rpIF9rbr12FCLNUy0fYnuWfChv+9QZW5NT25DTWr4xMUdr+cNQ36cdr4pRUjJ+NofLr
	mXJK7Ge4vs255D8vIf3xcREd9I0a6aNjiAv2LXL2BVFresWCmP0Hll2xo6DTOG1zKtik
	OxFgs58XQEFaIVJLmGA4FJXxTthRCTW5pYtNvWaGc6db7t/ExdYBa9fmWb/yfjgKwaYu
	USjA==
X-Received: by 10.66.145.34 with SMTP id sr2mr4948390pab.94.1370823202922;
	Sun, 09 Jun 2013 17:13:22 -0700 (PDT)
Received: from localhost ([222.240.87.186])
	by mx.google.com with ESMTPSA id nt2sm8127248pbc.17.2013.06.09.17.13.19
	for <multiple recipients>
	(version=TLSv1.2 cipher=RC4-SHA bits=128/128);
	Sun, 09 Jun 2013 17:13:22 -0700 (PDT)
Date: Mon, 10 Jun 2013 08:13:15 +0800
From: Chen Baozi <baozich@gmail.com>
To: Julien Grall <julien.grall@gmail.com>
Message-ID: <20130610001315.GA1714@cbz-workstation>
References: <20130609124213.GA19123@cbz-workstation>
	<CAF3u54B4tseyuU=ZP=3wJ__2iko_jHn=P5Kk9ueKP8wEM2NfBQ@mail.gmail.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <CAF3u54B4tseyuU=ZP=3wJ__2iko_jHn=P5Kk9ueKP8wEM2NfBQ@mail.gmail.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Cc: xen-arm@lists.xen.org, "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: [XenARM] [Xen-devel] Linking errors of Mini-OS for ARM32
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

On Sun, Jun 09, 2013 at 02:48:42PM +0100, Julien Grall wrote:
> On Sun, Jun 9, 2013 at 1:42 PM, Chen Baozi <baozich@gmail.com> wrote:
> > Since finishing the very beginning setup assembly, I was turning to adding
> > necessary headers and empty functions to build the binary. After introducing
> > those bit operations, spinlocks etc., I thought I have a basic framework to
> > pass the first build. However, when comming to the final linking stage,
> > there are errors:
> >
> > arm-linux-gnueabihf-ld   -T arch/arm/minios-arm32.lds
> > /home/cbz/src/xen/extras/mini-os/mini-os.o  -o
> > //home/cbz/src/xen/extras/mini-os/mini-os
> > /home/cbz/src/xen/extras/mini-os/mini-os.o: In function `init_blkfront':
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/mini-os.o:/home/cbz/src/xen/extras/mini-os/blkfront.c:122: more undefined references to `__aeabi_uldivmod' follow
> > /home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0'
> > /home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x50): undefined reference to `__aeabi_unwind_cpp_pr0'
> > make: *** [/home/cbz/src/xen/extras/mini-os/mini-os] Error 1
> >
> > I googled that error message. Some has mentioned that add "-fno-exceptions
> >  -fno-unwind tables" could sovle the problem. I tried, but got the same
> > errors.
> >
> > Any ideas?
> 
> You need to provide an implementation for __aeabi_uldivmod.
> For this purpose, you can re-use xen/arch/arm/arm32/lib/lib1func.S

Thanks a lot.

A further question. I'm a litte curious that whether __aeabi_uldivmod is missing 
because of a toolchain bug or some other reasons? 

Cheers,

	Baozi


_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Mon Jun 10 00:13:31 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 10 Jun 2013 00:13:31 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Ulpjk-0008QG-Fy; Mon, 10 Jun 2013 00:13:28 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <baozich@gmail.com>)
	id 1Ulpji-0008Q8-QT; Mon, 10 Jun 2013 00:13:27 +0000
Received: from [193.109.254.147:11885] by server-15.bemta-14.messagelabs.com
	id FB/13-16548-52A15B15; Mon, 10 Jun 2013 00:13:25 +0000
X-Env-Sender: baozich@gmail.com
X-Msg-Ref: server-3.tower-27.messagelabs.com!1370823203!8835055!1
X-Originating-IP: [209.85.160.43]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_14,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 3930 invoked from network); 10 Jun 2013 00:13:25 -0000
Received: from mail-pb0-f43.google.com (HELO mail-pb0-f43.google.com)
	(209.85.160.43)
	by server-3.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	10 Jun 2013 00:13:25 -0000
Received: by mail-pb0-f43.google.com with SMTP id md12so5570806pbc.2
	for <multiple recipients>; Sun, 09 Jun 2013 17:13:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=date:from:to:cc:subject:message-id:references:mime-version
	:content-type:content-disposition:in-reply-to:user-agent;
	bh=ADA5tkAd4f3PBmq7kI5UXwMk8zR0AmBGXzDet6TGXCk=;
	b=Nwa886fs4cLgGVYhKcb4+pAcZRqVNMyNcum83EgZKQ+JwNYOFABi67hTUSvcUeq+P6
	tfXYL3v4mRO9cE3dpyzyfldHx3EdTsOB6Ak0HuWYaSlOInnqONaqXrjMkZKkCyG8M9NA
	3rpIF9rbr12FCLNUy0fYnuWfChv+9QZW5NT25DTWr4xMUdr+cNQ36cdr4pRUjJ+NofLr
	mXJK7Ge4vs255D8vIf3xcREd9I0a6aNjiAv2LXL2BVFresWCmP0Hll2xo6DTOG1zKtik
	OxFgs58XQEFaIVJLmGA4FJXxTthRCTW5pYtNvWaGc6db7t/ExdYBa9fmWb/yfjgKwaYu
	USjA==
X-Received: by 10.66.145.34 with SMTP id sr2mr4948390pab.94.1370823202922;
	Sun, 09 Jun 2013 17:13:22 -0700 (PDT)
Received: from localhost ([222.240.87.186])
	by mx.google.com with ESMTPSA id nt2sm8127248pbc.17.2013.06.09.17.13.19
	for <multiple recipients>
	(version=TLSv1.2 cipher=RC4-SHA bits=128/128);
	Sun, 09 Jun 2013 17:13:22 -0700 (PDT)
Date: Mon, 10 Jun 2013 08:13:15 +0800
From: Chen Baozi <baozich@gmail.com>
To: Julien Grall <julien.grall@gmail.com>
Message-ID: <20130610001315.GA1714@cbz-workstation>
References: <20130609124213.GA19123@cbz-workstation>
	<CAF3u54B4tseyuU=ZP=3wJ__2iko_jHn=P5Kk9ueKP8wEM2NfBQ@mail.gmail.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <CAF3u54B4tseyuU=ZP=3wJ__2iko_jHn=P5Kk9ueKP8wEM2NfBQ@mail.gmail.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Cc: xen-arm@lists.xen.org, "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: [XenARM] [Xen-devel] Linking errors of Mini-OS for ARM32
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

On Sun, Jun 09, 2013 at 02:48:42PM +0100, Julien Grall wrote:
> On Sun, Jun 9, 2013 at 1:42 PM, Chen Baozi <baozich@gmail.com> wrote:
> > Since finishing the very beginning setup assembly, I was turning to adding
> > necessary headers and empty functions to build the binary. After introducing
> > those bit operations, spinlocks etc., I thought I have a basic framework to
> > pass the first build. However, when comming to the final linking stage,
> > there are errors:
> >
> > arm-linux-gnueabihf-ld   -T arch/arm/minios-arm32.lds
> > /home/cbz/src/xen/extras/mini-os/mini-os.o  -o
> > //home/cbz/src/xen/extras/mini-os/mini-os
> > /home/cbz/src/xen/extras/mini-os/mini-os.o: In function `init_blkfront':
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > /home/cbz/src/xen/extras/mini-os/mini-os.o:/home/cbz/src/xen/extras/mini-os/blkfront.c:122: more undefined references to `__aeabi_uldivmod' follow
> > /home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0'
> > /home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x50): undefined reference to `__aeabi_unwind_cpp_pr0'
> > make: *** [/home/cbz/src/xen/extras/mini-os/mini-os] Error 1
> >
> > I googled that error message. Some has mentioned that add "-fno-exceptions
> >  -fno-unwind tables" could sovle the problem. I tried, but got the same
> > errors.
> >
> > Any ideas?
> 
> You need to provide an implementation for __aeabi_uldivmod.
> For this purpose, you can re-use xen/arch/arm/arm32/lib/lib1func.S

Thanks a lot.

A further question. I'm a litte curious that whether __aeabi_uldivmod is missing 
because of a toolchain bug or some other reasons? 

Cheers,

	Baozi


_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Mon Jun 10 00:14:16 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 10 Jun 2013 00:14:16 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UlpkT-0008Ta-0k; Mon, 10 Jun 2013 00:14:13 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <baozich@gmail.com>)
	id 1UlpkR-0008TK-G3; Mon, 10 Jun 2013 00:14:11 +0000
Received: from [193.109.254.147:29755] by server-7.bemta-14.messagelabs.com id
	3C/20-27745-25A15B15; Mon, 10 Jun 2013 00:14:10 +0000
X-Env-Sender: baozich@gmail.com
X-Msg-Ref: server-15.tower-27.messagelabs.com!1370823248!3870323!1
X-Originating-IP: [209.85.160.54]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_14,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 22412 invoked from network); 10 Jun 2013 00:14:09 -0000
Received: from mail-pb0-f54.google.com (HELO mail-pb0-f54.google.com)
	(209.85.160.54)
	by server-15.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	10 Jun 2013 00:14:09 -0000
Received: by mail-pb0-f54.google.com with SMTP id ro2so6654547pbb.13
	for <multiple recipients>; Sun, 09 Jun 2013 17:14:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=date:from:to:cc:subject:message-id:references:mime-version
	:content-type:content-disposition:in-reply-to:user-agent;
	bh=fvtMoI56xJOkXK5vKZu1Re6lIAtt1B7KLBuSu8CC1xE=;
	b=QGvNN7mxdNfCEcTt0lS4/pkcgtGO+5ObRecqn/pfnrjU/8HcL8ybahZTJfWxIDjKTe
	8TRWXuvPM0PZOquNtWvH5swXrNb2T76HIz4vHeezJrZn2Ev3lpDgTSyQMiCsWOo3vbaW
	OgvGU1hElBey0IBqpiHH5Si/DTm6nPYAVGyzLluo8L6qemES9kQiXlwLpMv4uimrFVsE
	aZTTIuj5DvR9XZMZFmL0hOPuzWonwSHE8q8ktjn5hXGSjRRViBSmWrt1T1GksgwUJ1fj
	q3sEST3oNhrYkK1+U6b44Ppxz/rKHb8KeuvDHek95I6cgdvA8573PLp7Czd7NNXgXkJM
	d4Hw==
X-Received: by 10.66.255.41 with SMTP id an9mr11656770pad.44.1370823247707;
	Sun, 09 Jun 2013 17:14:07 -0700 (PDT)
Received: from localhost ([222.240.87.186])
	by mx.google.com with ESMTPSA id ag4sm8120318pbc.20.2013.06.09.17.14.03
	for <multiple recipients>
	(version=TLSv1.2 cipher=RC4-SHA bits=128/128);
	Sun, 09 Jun 2013 17:14:07 -0700 (PDT)
Date: Mon, 10 Jun 2013 08:14:00 +0800
From: Chen Baozi <baozich@gmail.com>
To: Tim Deegan <tim@xen.org>
Message-ID: <20130610001400.GB1714@cbz-workstation>
References: <20130609124213.GA19123@cbz-workstation>
	<CAF3u54B4tseyuU=ZP=3wJ__2iko_jHn=P5Kk9ueKP8wEM2NfBQ@mail.gmail.com>
	<20130609141942.GA99263@ocelot.phlegethon.org>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <20130609141942.GA99263@ocelot.phlegethon.org>
User-Agent: Mutt/1.5.21 (2010-09-15)
Cc: Julien Grall <julien.grall@gmail.com>, xen-arm@lists.xen.org,
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: [XenARM] [Xen-devel] Linking errors of Mini-OS for ARM32
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

On Sun, Jun 09, 2013 at 03:19:42PM +0100, Tim Deegan wrote:
> At 14:48 +0100 on 09 Jun (1370789322), Julien Grall wrote:
> > On Sun, Jun 9, 2013 at 1:42 PM, Chen Baozi <baozich@gmail.com> wrote:
> > > Since finishing the very beginning setup assembly, I was turning to adding
> > > necessary headers and empty functions to build the binary. After introducing
> > > those bit operations, spinlocks etc., I thought I have a basic framework to
> > > pass the first build. However, when comming to the final linking stage,
> > > there are errors:
> > >
> > > arm-linux-gnueabihf-ld   -T arch/arm/minios-arm32.lds
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o  -o
> > > //home/cbz/src/xen/extras/mini-os/mini-os
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o: In function `init_blkfront':
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o:/home/cbz/src/xen/extras/mini-os/blkfront.c:122: more undefined references to `__aeabi_uldivmod' follow
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0'
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x50): undefined reference to `__aeabi_unwind_cpp_pr0'
> > > make: *** [/home/cbz/src/xen/extras/mini-os/mini-os] Error 1
> > >
> > > I googled that error message. Some has mentioned that add "-fno-exceptions
> > >  -fno-unwind tables" could sovle the problem. I tried, but got the same
> > > errors.
> > >
> > > Any ideas?
> > 
> > You need to provide an implementation for __aeabi_uldivmod.
> > For this purpose, you can re-use xen/arch/arm/arm32/lib/lib1func.S
> 
> Please be careful of licensing if you take Xen code into MiniOS.
Thanks for reminding.

Cheers,

	Baozi

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Mon Jun 10 00:14:16 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 10 Jun 2013 00:14:16 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UlpkT-0008Ta-0k; Mon, 10 Jun 2013 00:14:13 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <baozich@gmail.com>)
	id 1UlpkR-0008TK-G3; Mon, 10 Jun 2013 00:14:11 +0000
Received: from [193.109.254.147:29755] by server-7.bemta-14.messagelabs.com id
	3C/20-27745-25A15B15; Mon, 10 Jun 2013 00:14:10 +0000
X-Env-Sender: baozich@gmail.com
X-Msg-Ref: server-15.tower-27.messagelabs.com!1370823248!3870323!1
X-Originating-IP: [209.85.160.54]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_14,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 22412 invoked from network); 10 Jun 2013 00:14:09 -0000
Received: from mail-pb0-f54.google.com (HELO mail-pb0-f54.google.com)
	(209.85.160.54)
	by server-15.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	10 Jun 2013 00:14:09 -0000
Received: by mail-pb0-f54.google.com with SMTP id ro2so6654547pbb.13
	for <multiple recipients>; Sun, 09 Jun 2013 17:14:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=date:from:to:cc:subject:message-id:references:mime-version
	:content-type:content-disposition:in-reply-to:user-agent;
	bh=fvtMoI56xJOkXK5vKZu1Re6lIAtt1B7KLBuSu8CC1xE=;
	b=QGvNN7mxdNfCEcTt0lS4/pkcgtGO+5ObRecqn/pfnrjU/8HcL8ybahZTJfWxIDjKTe
	8TRWXuvPM0PZOquNtWvH5swXrNb2T76HIz4vHeezJrZn2Ev3lpDgTSyQMiCsWOo3vbaW
	OgvGU1hElBey0IBqpiHH5Si/DTm6nPYAVGyzLluo8L6qemES9kQiXlwLpMv4uimrFVsE
	aZTTIuj5DvR9XZMZFmL0hOPuzWonwSHE8q8ktjn5hXGSjRRViBSmWrt1T1GksgwUJ1fj
	q3sEST3oNhrYkK1+U6b44Ppxz/rKHb8KeuvDHek95I6cgdvA8573PLp7Czd7NNXgXkJM
	d4Hw==
X-Received: by 10.66.255.41 with SMTP id an9mr11656770pad.44.1370823247707;
	Sun, 09 Jun 2013 17:14:07 -0700 (PDT)
Received: from localhost ([222.240.87.186])
	by mx.google.com with ESMTPSA id ag4sm8120318pbc.20.2013.06.09.17.14.03
	for <multiple recipients>
	(version=TLSv1.2 cipher=RC4-SHA bits=128/128);
	Sun, 09 Jun 2013 17:14:07 -0700 (PDT)
Date: Mon, 10 Jun 2013 08:14:00 +0800
From: Chen Baozi <baozich@gmail.com>
To: Tim Deegan <tim@xen.org>
Message-ID: <20130610001400.GB1714@cbz-workstation>
References: <20130609124213.GA19123@cbz-workstation>
	<CAF3u54B4tseyuU=ZP=3wJ__2iko_jHn=P5Kk9ueKP8wEM2NfBQ@mail.gmail.com>
	<20130609141942.GA99263@ocelot.phlegethon.org>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <20130609141942.GA99263@ocelot.phlegethon.org>
User-Agent: Mutt/1.5.21 (2010-09-15)
Cc: Julien Grall <julien.grall@gmail.com>, xen-arm@lists.xen.org,
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: [XenARM] [Xen-devel] Linking errors of Mini-OS for ARM32
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

On Sun, Jun 09, 2013 at 03:19:42PM +0100, Tim Deegan wrote:
> At 14:48 +0100 on 09 Jun (1370789322), Julien Grall wrote:
> > On Sun, Jun 9, 2013 at 1:42 PM, Chen Baozi <baozich@gmail.com> wrote:
> > > Since finishing the very beginning setup assembly, I was turning to adding
> > > necessary headers and empty functions to build the binary. After introducing
> > > those bit operations, spinlocks etc., I thought I have a basic framework to
> > > pass the first build. However, when comming to the final linking stage,
> > > there are errors:
> > >
> > > arm-linux-gnueabihf-ld   -T arch/arm/minios-arm32.lds
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o  -o
> > > //home/cbz/src/xen/extras/mini-os/mini-os
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o: In function `init_blkfront':
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o:/home/cbz/src/xen/extras/mini-os/blkfront.c:122: more undefined references to `__aeabi_uldivmod' follow
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0'
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x50): undefined reference to `__aeabi_unwind_cpp_pr0'
> > > make: *** [/home/cbz/src/xen/extras/mini-os/mini-os] Error 1
> > >
> > > I googled that error message. Some has mentioned that add "-fno-exceptions
> > >  -fno-unwind tables" could sovle the problem. I tried, but got the same
> > > errors.
> > >
> > > Any ideas?
> > 
> > You need to provide an implementation for __aeabi_uldivmod.
> > For this purpose, you can re-use xen/arch/arm/arm32/lib/lib1func.S
> 
> Please be careful of licensing if you take Xen code into MiniOS.
Thanks for reminding.

Cheers,

	Baozi

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Mon Jun 10 13:45:03 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 10 Jun 2013 13:45:03 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Um2P5-0001T7-P0; Mon, 10 Jun 2013 13:44:59 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Stefano.Stabellini@eu.citrix.com>)
	id 1Um2P5-0001Sr-57; Mon, 10 Jun 2013 13:44:59 +0000
Received: from [85.158.138.51:14581] by server-4.bemta-3.messagelabs.com id
	0B/0F-01776-A58D5B15; Mon, 10 Jun 2013 13:44:58 +0000
X-Env-Sender: Stefano.Stabellini@eu.citrix.com
X-Msg-Ref: server-5.tower-174.messagelabs.com!1370871895!28998549!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 6880 invoked from network); 10 Jun 2013 13:44:56 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-5.tower-174.messagelabs.com with RC4-SHA encrypted SMTP;
	10 Jun 2013 13:44:56 -0000
X-IronPort-AV: E=Sophos;i="4.87,837,1363132800"; d="scan'208";a="28761824"
Received: from accessns.citrite.net (HELO FTLPEX01CL01.citrite.net)
	([10.9.154.239]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/AES128-SHA;
	10 Jun 2013 13:44:54 +0000
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.78) with Microsoft SMTP Server id 14.2.342.3;
	Mon, 10 Jun 2013 09:44:54 -0400
Received: from kaball.uk.xensource.com ([10.80.2.59])	by
	ukmail1.uk.xensource.com with esmtp (Exim 4.69)	(envelope-from
	<stefano.stabellini@eu.citrix.com>)	id 1Um2P0-0007BG-9h;
	Mon, 10 Jun 2013 14:44:54 +0100
Date: Mon, 10 Jun 2013 14:44:51 +0100
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
X-X-Sender: sstabellini@kaball.uk.xensource.com
To: Tim Deegan <tim@xen.org>
In-Reply-To: <20130609141942.GA99263@ocelot.phlegethon.org>
Message-ID: <alpine.DEB.2.02.1306101443400.4548@kaball.uk.xensource.com>
References: <20130609124213.GA19123@cbz-workstation>
	<CAF3u54B4tseyuU=ZP=3wJ__2iko_jHn=P5Kk9ueKP8wEM2NfBQ@mail.gmail.com>
	<20130609141942.GA99263@ocelot.phlegethon.org>
User-Agent: Alpine 2.02 (DEB 1266 2009-07-14)
MIME-Version: 1.0
Cc: Julien Grall <julien.grall@gmail.com>, xen-arm@lists.xen.org,
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: [XenARM] [Xen-devel] Linking errors of Mini-OS for ARM32
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

On Sun, 9 Jun 2013, Tim Deegan wrote:
> At 14:48 +0100 on 09 Jun (1370789322), Julien Grall wrote:
> > On Sun, Jun 9, 2013 at 1:42 PM, Chen Baozi <baozich@gmail.com> wrote:
> > > Since finishing the very beginning setup assembly, I was turning to adding
> > > necessary headers and empty functions to build the binary. After introducing
> > > those bit operations, spinlocks etc., I thought I have a basic framework to
> > > pass the first build. However, when comming to the final linking stage,
> > > there are errors:
> > >
> > > arm-linux-gnueabihf-ld   -T arch/arm/minios-arm32.lds
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o  -o
> > > //home/cbz/src/xen/extras/mini-os/mini-os
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o: In function `init_blkfront':
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o:/home/cbz/src/xen/extras/mini-os/blkfront.c:122: more undefined references to `__aeabi_uldivmod' follow
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0'
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x50): undefined reference to `__aeabi_unwind_cpp_pr0'
> > > make: *** [/home/cbz/src/xen/extras/mini-os/mini-os] Error 1
> > >
> > > I googled that error message. Some has mentioned that add "-fno-exceptions
> > >  -fno-unwind tables" could sovle the problem. I tried, but got the same
> > > errors.
> > >
> > > Any ideas?
> > 
> > You need to provide an implementation for __aeabi_uldivmod.
> > For this purpose, you can re-use xen/arch/arm/arm32/lib/lib1func.S
> 
> Please be careful of licensing if you take Xen code into MiniOS.

That's right, in fact Xen code is GPLv2 while MiniOS is BSD. So you need
to find a BSD licensed implementation of __aeabi_uldivmod. Maybe NetBSD?

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Mon Jun 10 13:45:03 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 10 Jun 2013 13:45:03 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Um2P5-0001T7-P0; Mon, 10 Jun 2013 13:44:59 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Stefano.Stabellini@eu.citrix.com>)
	id 1Um2P5-0001Sr-57; Mon, 10 Jun 2013 13:44:59 +0000
Received: from [85.158.138.51:14581] by server-4.bemta-3.messagelabs.com id
	0B/0F-01776-A58D5B15; Mon, 10 Jun 2013 13:44:58 +0000
X-Env-Sender: Stefano.Stabellini@eu.citrix.com
X-Msg-Ref: server-5.tower-174.messagelabs.com!1370871895!28998549!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 6880 invoked from network); 10 Jun 2013 13:44:56 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-5.tower-174.messagelabs.com with RC4-SHA encrypted SMTP;
	10 Jun 2013 13:44:56 -0000
X-IronPort-AV: E=Sophos;i="4.87,837,1363132800"; d="scan'208";a="28761824"
Received: from accessns.citrite.net (HELO FTLPEX01CL01.citrite.net)
	([10.9.154.239]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/AES128-SHA;
	10 Jun 2013 13:44:54 +0000
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.78) with Microsoft SMTP Server id 14.2.342.3;
	Mon, 10 Jun 2013 09:44:54 -0400
Received: from kaball.uk.xensource.com ([10.80.2.59])	by
	ukmail1.uk.xensource.com with esmtp (Exim 4.69)	(envelope-from
	<stefano.stabellini@eu.citrix.com>)	id 1Um2P0-0007BG-9h;
	Mon, 10 Jun 2013 14:44:54 +0100
Date: Mon, 10 Jun 2013 14:44:51 +0100
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
X-X-Sender: sstabellini@kaball.uk.xensource.com
To: Tim Deegan <tim@xen.org>
In-Reply-To: <20130609141942.GA99263@ocelot.phlegethon.org>
Message-ID: <alpine.DEB.2.02.1306101443400.4548@kaball.uk.xensource.com>
References: <20130609124213.GA19123@cbz-workstation>
	<CAF3u54B4tseyuU=ZP=3wJ__2iko_jHn=P5Kk9ueKP8wEM2NfBQ@mail.gmail.com>
	<20130609141942.GA99263@ocelot.phlegethon.org>
User-Agent: Alpine 2.02 (DEB 1266 2009-07-14)
MIME-Version: 1.0
Cc: Julien Grall <julien.grall@gmail.com>, xen-arm@lists.xen.org,
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: [XenARM] [Xen-devel] Linking errors of Mini-OS for ARM32
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

On Sun, 9 Jun 2013, Tim Deegan wrote:
> At 14:48 +0100 on 09 Jun (1370789322), Julien Grall wrote:
> > On Sun, Jun 9, 2013 at 1:42 PM, Chen Baozi <baozich@gmail.com> wrote:
> > > Since finishing the very beginning setup assembly, I was turning to adding
> > > necessary headers and empty functions to build the binary. After introducing
> > > those bit operations, spinlocks etc., I thought I have a basic framework to
> > > pass the first build. However, when comming to the final linking stage,
> > > there are errors:
> > >
> > > arm-linux-gnueabihf-ld   -T arch/arm/minios-arm32.lds
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o  -o
> > > //home/cbz/src/xen/extras/mini-os/mini-os
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o: In function `init_blkfront':
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/blkfront.c:122: undefined reference to `__aeabi_uldivmod'
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o:/home/cbz/src/xen/extras/mini-os/blkfront.c:122: more undefined references to `__aeabi_uldivmod' follow
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0'
> > > /home/cbz/src/xen/extras/mini-os/mini-os.o:(.ARM.exidx+0x50): undefined reference to `__aeabi_unwind_cpp_pr0'
> > > make: *** [/home/cbz/src/xen/extras/mini-os/mini-os] Error 1
> > >
> > > I googled that error message. Some has mentioned that add "-fno-exceptions
> > >  -fno-unwind tables" could sovle the problem. I tried, but got the same
> > > errors.
> > >
> > > Any ideas?
> > 
> > You need to provide an implementation for __aeabi_uldivmod.
> > For this purpose, you can re-use xen/arch/arm/arm32/lib/lib1func.S
> 
> Please be careful of licensing if you take Xen code into MiniOS.

That's right, in fact Xen code is GPLv2 while MiniOS is BSD. So you need
to find a BSD licensed implementation of __aeabi_uldivmod. Maybe NetBSD?

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Thu Jun 13 11:51:23 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 13 Jun 2013 11:51:23 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Un63j-0000f9-Lr; Thu, 13 Jun 2013 11:51:19 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1Un63i-0000et-EI; Thu, 13 Jun 2013 11:51:18 +0000
Received: from [85.158.143.99:38177] by server-3.bemta-4.messagelabs.com id
	51/2C-02015-532B9B15; Thu, 13 Jun 2013 11:51:17 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-12.tower-216.messagelabs.com!1371124276!23050965!1
X-Originating-IP: [209.85.214.46]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 31361 invoked from network); 13 Jun 2013 11:51:17 -0000
Received: from mail-bk0-f46.google.com (HELO mail-bk0-f46.google.com)
	(209.85.214.46)
	by server-12.tower-216.messagelabs.com with RC4-SHA encrypted SMTP;
	13 Jun 2013 11:51:17 -0000
Received: by mail-bk0-f46.google.com with SMTP id na10so5098598bkb.33
	for <multiple recipients>; Thu, 13 Jun 2013 04:51:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=rMtEQLXdoVEg3BW/qlyFssehx7RPFb9WmZWR8dUHW/M=;
	b=OKTGGsq/7YOqIyCHTecqXZ57QgT8yOpk0j0TQCe9D2J76G85908PL2yRQ80Tfp7d4j
	ZafUzNY0BPnlpOm+T9GMzAM//dN4X89fWnVriqk7us+cnCFqcKSX/GZz1elECPn6dxV8
	bAdsve5ChEiQtgpzs4xLtaYtBXCL4fBQz/MTdmrKXLh9ph1pmMFQr5RcLSXO21EVwLE1
	sRFqOlyaWiqH6A8anyv2oeX3yBKJpN2yyNJgM6cLLOGokzOyufaeHN1VHKCka7q0XgrZ
	Ow10xEAil7J/ccev2qu6EChwNVgiMhspYF9oAIV4pbKsZYgYBm3v3IMK1eQXnK2a/EIG
	ym0A==
X-Received: by 10.204.240.15 with SMTP id ky15mr78040bkb.144.1371124276665;
	Thu, 13 Jun 2013 04:51:16 -0700 (PDT)
Received: from [172.16.26.11] (97e0ffc1.skybroadband.com. [151.224.255.193])
	by mx.google.com with ESMTPSA id
	np10sm9276725bkb.10.2013.06.13.04.51.14 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Thu, 13 Jun 2013 04:51:15 -0700 (PDT)
Message-ID: <51B9B231.1050709@xen.org>
Date: Thu, 13 Jun 2013 12:51:13 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>,
	"xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Subject: [XenARM] Committer meeting (now renamed to Technical Coordination
 Team) and AB minutes for May available
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

You can find them at
- 
http://wiki.xenproject.org/wiki/Xen_Maintainer,_Committer_and_Developer_Meeting/May_2013_Minutes
- http://wiki.xen.org/wiki/AB_Meeting/May_2013_Minutes
Regards
Lars

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Thu Jun 13 11:51:23 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 13 Jun 2013 11:51:23 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Un63j-0000f9-Lr; Thu, 13 Jun 2013 11:51:19 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1Un63i-0000et-EI; Thu, 13 Jun 2013 11:51:18 +0000
Received: from [85.158.143.99:38177] by server-3.bemta-4.messagelabs.com id
	51/2C-02015-532B9B15; Thu, 13 Jun 2013 11:51:17 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-12.tower-216.messagelabs.com!1371124276!23050965!1
X-Originating-IP: [209.85.214.46]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 31361 invoked from network); 13 Jun 2013 11:51:17 -0000
Received: from mail-bk0-f46.google.com (HELO mail-bk0-f46.google.com)
	(209.85.214.46)
	by server-12.tower-216.messagelabs.com with RC4-SHA encrypted SMTP;
	13 Jun 2013 11:51:17 -0000
Received: by mail-bk0-f46.google.com with SMTP id na10so5098598bkb.33
	for <multiple recipients>; Thu, 13 Jun 2013 04:51:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=rMtEQLXdoVEg3BW/qlyFssehx7RPFb9WmZWR8dUHW/M=;
	b=OKTGGsq/7YOqIyCHTecqXZ57QgT8yOpk0j0TQCe9D2J76G85908PL2yRQ80Tfp7d4j
	ZafUzNY0BPnlpOm+T9GMzAM//dN4X89fWnVriqk7us+cnCFqcKSX/GZz1elECPn6dxV8
	bAdsve5ChEiQtgpzs4xLtaYtBXCL4fBQz/MTdmrKXLh9ph1pmMFQr5RcLSXO21EVwLE1
	sRFqOlyaWiqH6A8anyv2oeX3yBKJpN2yyNJgM6cLLOGokzOyufaeHN1VHKCka7q0XgrZ
	Ow10xEAil7J/ccev2qu6EChwNVgiMhspYF9oAIV4pbKsZYgYBm3v3IMK1eQXnK2a/EIG
	ym0A==
X-Received: by 10.204.240.15 with SMTP id ky15mr78040bkb.144.1371124276665;
	Thu, 13 Jun 2013 04:51:16 -0700 (PDT)
Received: from [172.16.26.11] (97e0ffc1.skybroadband.com. [151.224.255.193])
	by mx.google.com with ESMTPSA id
	np10sm9276725bkb.10.2013.06.13.04.51.14 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Thu, 13 Jun 2013 04:51:15 -0700 (PDT)
Message-ID: <51B9B231.1050709@xen.org>
Date: Thu, 13 Jun 2013 12:51:13 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>,
	"xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Subject: [XenARM] Committer meeting (now renamed to Technical Coordination
 Team) and AB minutes for May available
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

You can find them at
- 
http://wiki.xenproject.org/wiki/Xen_Maintainer,_Committer_and_Developer_Meeting/May_2013_Minutes
- http://wiki.xen.org/wiki/AB_Meeting/May_2013_Minutes
Regards
Lars

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Thu Jun 13 22:48:33 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 13 Jun 2013 22:48:33 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UnGJi-0001tw-Ui; Thu, 13 Jun 2013 22:48:30 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <russell.pavlicek.xen@gmail.com>)
	id 1UnGJh-0001td-IP; Thu, 13 Jun 2013 22:48:29 +0000
Received: from [85.158.138.51:6532] by server-5.bemta-3.messagelabs.com id
	80/CD-29713-C3C4AB15; Thu, 13 Jun 2013 22:48:28 +0000
X-Env-Sender: russell.pavlicek.xen@gmail.com
X-Msg-Ref: server-8.tower-174.messagelabs.com!1371163705!27794216!1
X-Originating-IP: [209.85.160.53]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 18780 invoked from network); 13 Jun 2013 22:48:27 -0000
Received: from mail-pb0-f53.google.com (HELO mail-pb0-f53.google.com)
	(209.85.160.53)
	by server-8.tower-174.messagelabs.com with RC4-SHA encrypted SMTP;
	13 Jun 2013 22:48:27 -0000
Received: by mail-pb0-f53.google.com with SMTP id xb12so10820570pbc.12
	for <multiple recipients>; Thu, 13 Jun 2013 15:48:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:date:x-google-sender-auth:message-id:subject
	:from:to:content-type;
	bh=8/C5eXnQILABzqFiO5tmhygA8iWNK1gbnvpdhpevdpM=;
	b=ksOi403/QgzEuQuXpS+LMf2MgdV3GmkXlEYHOi7/2F4WEEliEKYW29MA60U9Xnv0Fy
	GDfroWXN4vS7tALTDwmb1KNe9xEyxW3Gg8bc59xeMa3AvjUbJzivrwFOaJcgRUjfbURs
	/Q2hd1fSL2Kpdl1jClw8K4mRPx8YSWL9dtVYNg4s83ECVWCHw5VYldFn1TtTHsZVtmF4
	t113iZSYrdr1w5wU2tjQ2TVFk63b9Z7Obbtz7UDFrmO5deNbB7DpYuf1phEX+gu5cZFx
	GQr1041/VoeurkwcgLKt+hPFa68I7GN0C/SxvGl2/JzjtGj4IgKF+dAKBY2h2430zcvQ
	bcnw==
MIME-Version: 1.0
X-Received: by 10.68.87.229 with SMTP id bb5mr107806pbb.171.1371163705162;
	Thu, 13 Jun 2013 15:48:25 -0700 (PDT)
Received: by 10.68.80.231 with HTTP; Thu, 13 Jun 2013 15:48:25 -0700 (PDT)
Date: Thu, 13 Jun 2013 18:48:25 -0400
X-Google-Sender-Auth: azGhs4B3dzU-MOfqefEt5s5YKJc
Message-ID: <CAHehzX3AahSY6N5fA_BuWgaumCjGYXSy5EARgeqTUn8ikyjSrA@mail.gmail.com>
From: Russ Pavlicek <russell.pavlicek@xenproject.org>
To: xen-devel@lists.xen.org, xen-users@lists.xen.org, xen-api@lists.xen.org, 
	xen-arm@lists.xen.org
Subject: [XenARM] Next Xen Test Day: June 19, 2013
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Greetings,

Thank you to everyone who participated in Wednesday's Xen Test Day for
4.3 RC4.  Your efforts are greatly appreciated.

We have scheduled one more Xen Test Day for 4.3 next Wednesday, June
19, 2013.  It is hoped that this will be the final Test Day before the
release, so please join in to make sure our project's software
maintains the high quality that people expect from Xen.

For more information, consult the Wiki page at
http://wiki.xenproject.org/wiki/Xen_Test_Days and join us next
Wednesday on the freenode #xentest IRC channel.

Thank you again, and we hope you will participate next Wednesday!

Russ Pavlicek
Xen Project Evangelist

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Thu Jun 13 22:48:33 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 13 Jun 2013 22:48:33 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UnGJi-0001tw-Ui; Thu, 13 Jun 2013 22:48:30 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <russell.pavlicek.xen@gmail.com>)
	id 1UnGJh-0001td-IP; Thu, 13 Jun 2013 22:48:29 +0000
Received: from [85.158.138.51:6532] by server-5.bemta-3.messagelabs.com id
	80/CD-29713-C3C4AB15; Thu, 13 Jun 2013 22:48:28 +0000
X-Env-Sender: russell.pavlicek.xen@gmail.com
X-Msg-Ref: server-8.tower-174.messagelabs.com!1371163705!27794216!1
X-Originating-IP: [209.85.160.53]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.9.6; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 18780 invoked from network); 13 Jun 2013 22:48:27 -0000
Received: from mail-pb0-f53.google.com (HELO mail-pb0-f53.google.com)
	(209.85.160.53)
	by server-8.tower-174.messagelabs.com with RC4-SHA encrypted SMTP;
	13 Jun 2013 22:48:27 -0000
Received: by mail-pb0-f53.google.com with SMTP id xb12so10820570pbc.12
	for <multiple recipients>; Thu, 13 Jun 2013 15:48:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:date:x-google-sender-auth:message-id:subject
	:from:to:content-type;
	bh=8/C5eXnQILABzqFiO5tmhygA8iWNK1gbnvpdhpevdpM=;
	b=ksOi403/QgzEuQuXpS+LMf2MgdV3GmkXlEYHOi7/2F4WEEliEKYW29MA60U9Xnv0Fy
	GDfroWXN4vS7tALTDwmb1KNe9xEyxW3Gg8bc59xeMa3AvjUbJzivrwFOaJcgRUjfbURs
	/Q2hd1fSL2Kpdl1jClw8K4mRPx8YSWL9dtVYNg4s83ECVWCHw5VYldFn1TtTHsZVtmF4
	t113iZSYrdr1w5wU2tjQ2TVFk63b9Z7Obbtz7UDFrmO5deNbB7DpYuf1phEX+gu5cZFx
	GQr1041/VoeurkwcgLKt+hPFa68I7GN0C/SxvGl2/JzjtGj4IgKF+dAKBY2h2430zcvQ
	bcnw==
MIME-Version: 1.0
X-Received: by 10.68.87.229 with SMTP id bb5mr107806pbb.171.1371163705162;
	Thu, 13 Jun 2013 15:48:25 -0700 (PDT)
Received: by 10.68.80.231 with HTTP; Thu, 13 Jun 2013 15:48:25 -0700 (PDT)
Date: Thu, 13 Jun 2013 18:48:25 -0400
X-Google-Sender-Auth: azGhs4B3dzU-MOfqefEt5s5YKJc
Message-ID: <CAHehzX3AahSY6N5fA_BuWgaumCjGYXSy5EARgeqTUn8ikyjSrA@mail.gmail.com>
From: Russ Pavlicek <russell.pavlicek@xenproject.org>
To: xen-devel@lists.xen.org, xen-users@lists.xen.org, xen-api@lists.xen.org, 
	xen-arm@lists.xen.org
Subject: [XenARM] Next Xen Test Day: June 19, 2013
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Greetings,

Thank you to everyone who participated in Wednesday's Xen Test Day for
4.3 RC4.  Your efforts are greatly appreciated.

We have scheduled one more Xen Test Day for 4.3 next Wednesday, June
19, 2013.  It is hoped that this will be the final Test Day before the
release, so please join in to make sure our project's software
maintains the high quality that people expect from Xen.

For more information, consult the Wiki page at
http://wiki.xenproject.org/wiki/Xen_Test_Days and join us next
Wednesday on the freenode #xentest IRC channel.

Thank you again, and we hope you will participate next Wednesday!

Russ Pavlicek
Xen Project Evangelist

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Tue Jun 18 17:09:27 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 18 Jun 2013 17:09:27 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UozPH-0007xf-39; Tue, 18 Jun 2013 17:09:23 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1UozPF-0007x8-I8; Tue, 18 Jun 2013 17:09:21 +0000
Received: from [85.158.139.83:20953] by server-5.bemta-5.messagelabs.com id
	C5/67-27009-04490C15; Tue, 18 Jun 2013 17:09:20 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-9.tower-182.messagelabs.com!1371575359!26987762!1
X-Originating-IP: [74.125.83.50]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 5392 invoked from network); 18 Jun 2013 17:09:20 -0000
Received: from mail-ee0-f50.google.com (HELO mail-ee0-f50.google.com)
	(74.125.83.50)
	by server-9.tower-182.messagelabs.com with RC4-SHA encrypted SMTP;
	18 Jun 2013 17:09:20 -0000
Received: by mail-ee0-f50.google.com with SMTP id d49so2696719eek.9
	for <multiple recipients>; Tue, 18 Jun 2013 10:09:19 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=SeyqLzMKxnQbjVvHNBjVXCso4FwdUKF0xKs9itYHEt4=;
	b=aPojDJBltsN4U33cT/Jwakf1EXT+SwFx92G/Ixsnzv0v7rGlk6GHET9QMb/0x6ep/2
	e9toMvHtm+C6BIGUYUuxfj7Edgm2z2jwXepvezqVD6j44pUEtHtNmyGwWeBtzc1TWDu4
	Bw2OjjB9xdePkGaCC/VkXZB9NX0+8cCRE3y1rbhacHxw+O+jk3hMNgQrQgm8Ex9cVwJ2
	R67AYgWcxKZ+npgiGiZx9keZc2lvVMxvYCKPH9k/tGDNuGx9QWleTNkIUbi7F9+LyNJB
	sSr28QOtMfTXV0hs75pX+2gYkVpgvk3kIM/heTktyY5tSMYzZxbavDuS4Z0bMldyjguJ
	OMsw==
X-Received: by 10.14.104.135 with SMTP id i7mr23330396eeg.3.1371575359713;
	Tue, 18 Jun 2013 10:09:19 -0700 (PDT)
Received: from [172.16.26.11] ([90.213.83.90])
	by mx.google.com with ESMTPSA id i2sm2996633eeu.4.2013.06.18.10.09.17
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Tue, 18 Jun 2013 10:09:18 -0700 (PDT)
Message-ID: <51C0943B.9030909@xen.org>
Date: Tue, 18 Jun 2013 18:09:15 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>,
	"xen-users@lists.xen.org" <xen-users@lists.xen.org>, 
	"xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Subject: [XenARM] Xen Document Day is next MONDAY 24 June
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org


*********************
* Xen Document Days *
*********************

We have another Xen document day come up next *MONDAY*. Xen Document Days
are for people who care about Xen Documentation and want to improve it.
We introduced Documentation Days, because working on documentation in
parallel with like minded-people, is just more fun than working alone!
Everybody who can contribute is welcome to join!

For a list of items that need work, check out the community maintained
TODO list (http://wiki.xen.org/wiki/Xen_Document_Days/TODO
<http://wiki.xen.org/wiki/Xen_Document_Days/TODO>). Of course, you can
work on anything you like: the list just provides suggestions.

How do I participate?
=====================

- Join us on IRC: freenode channel #xendocs
- Tell people what you intend to work on (to avoid doing something somebody
    else is already working on)
- Fix some documentation
- Help others
- And above all: have fun!


_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Tue Jun 18 17:09:27 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 18 Jun 2013 17:09:27 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UozPH-0007xf-39; Tue, 18 Jun 2013 17:09:23 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1UozPF-0007x8-I8; Tue, 18 Jun 2013 17:09:21 +0000
Received: from [85.158.139.83:20953] by server-5.bemta-5.messagelabs.com id
	C5/67-27009-04490C15; Tue, 18 Jun 2013 17:09:20 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-9.tower-182.messagelabs.com!1371575359!26987762!1
X-Originating-IP: [74.125.83.50]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 5392 invoked from network); 18 Jun 2013 17:09:20 -0000
Received: from mail-ee0-f50.google.com (HELO mail-ee0-f50.google.com)
	(74.125.83.50)
	by server-9.tower-182.messagelabs.com with RC4-SHA encrypted SMTP;
	18 Jun 2013 17:09:20 -0000
Received: by mail-ee0-f50.google.com with SMTP id d49so2696719eek.9
	for <multiple recipients>; Tue, 18 Jun 2013 10:09:19 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=SeyqLzMKxnQbjVvHNBjVXCso4FwdUKF0xKs9itYHEt4=;
	b=aPojDJBltsN4U33cT/Jwakf1EXT+SwFx92G/Ixsnzv0v7rGlk6GHET9QMb/0x6ep/2
	e9toMvHtm+C6BIGUYUuxfj7Edgm2z2jwXepvezqVD6j44pUEtHtNmyGwWeBtzc1TWDu4
	Bw2OjjB9xdePkGaCC/VkXZB9NX0+8cCRE3y1rbhacHxw+O+jk3hMNgQrQgm8Ex9cVwJ2
	R67AYgWcxKZ+npgiGiZx9keZc2lvVMxvYCKPH9k/tGDNuGx9QWleTNkIUbi7F9+LyNJB
	sSr28QOtMfTXV0hs75pX+2gYkVpgvk3kIM/heTktyY5tSMYzZxbavDuS4Z0bMldyjguJ
	OMsw==
X-Received: by 10.14.104.135 with SMTP id i7mr23330396eeg.3.1371575359713;
	Tue, 18 Jun 2013 10:09:19 -0700 (PDT)
Received: from [172.16.26.11] ([90.213.83.90])
	by mx.google.com with ESMTPSA id i2sm2996633eeu.4.2013.06.18.10.09.17
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Tue, 18 Jun 2013 10:09:18 -0700 (PDT)
Message-ID: <51C0943B.9030909@xen.org>
Date: Tue, 18 Jun 2013 18:09:15 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>,
	"xen-users@lists.xen.org" <xen-users@lists.xen.org>, 
	"xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Subject: [XenARM] Xen Document Day is next MONDAY 24 June
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org


*********************
* Xen Document Days *
*********************

We have another Xen document day come up next *MONDAY*. Xen Document Days
are for people who care about Xen Documentation and want to improve it.
We introduced Documentation Days, because working on documentation in
parallel with like minded-people, is just more fun than working alone!
Everybody who can contribute is welcome to join!

For a list of items that need work, check out the community maintained
TODO list (http://wiki.xen.org/wiki/Xen_Document_Days/TODO
<http://wiki.xen.org/wiki/Xen_Document_Days/TODO>). Of course, you can
work on anything you like: the list just provides suggestions.

How do I participate?
=====================

- Join us on IRC: freenode channel #xendocs
- Tell people what you intend to work on (to avoid doing something somebody
    else is already working on)
- Fix some documentation
- Help others
- And above all: have fun!


_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Thu Jun 20 03:21:10 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 20 Jun 2013 03:21:10 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UpVQn-0000pE-UA; Thu, 20 Jun 2013 03:21:05 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <russell.pavlicek.xen@gmail.com>)
	id 1UpVQm-0000ov-L3; Thu, 20 Jun 2013 03:21:04 +0000
Received: from [85.158.136.67:65182] by server-14.bemta-5.messagelabs.com id
	7B/C9-25870-E1572C15; Thu, 20 Jun 2013 03:21:02 +0000
X-Env-Sender: russell.pavlicek.xen@gmail.com
X-Msg-Ref: server-11.tower-207.messagelabs.com!1371698458!32733806!1
X-Originating-IP: [209.85.160.45]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 14684 invoked from network); 20 Jun 2013 03:21:01 -0000
Received: from mail-pb0-f45.google.com (HELO mail-pb0-f45.google.com)
	(209.85.160.45)
	by server-11.tower-207.messagelabs.com with RC4-SHA encrypted SMTP;
	20 Jun 2013 03:21:01 -0000
Received: by mail-pb0-f45.google.com with SMTP id mc8so5741611pbc.32
	for <multiple recipients>; Wed, 19 Jun 2013 20:20:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:date:x-google-sender-auth:message-id:subject
	:from:to:content-type;
	bh=QitQ5MxuLqI3fwnugo0v4DuFsMZFpN19h9lo4QGXprk=;
	b=Swb5vZZXnwD6CsD78LWDfX2O4NumbhsbLIKKk7Xpm3OXi6/FNCjp2FWk0/JVWi1V85
	T30T7WtnPckshKxH/iIv/5TUUyj1lJfgOEIkjT+rT4utwayXmA1ax1XzLRyZJMNlQpAA
	33Km3D6gTsA4WUAsU/Qt1v/OBW+Tedk6KqI5qaxv/h/ArwLCdh+w32IBcQaYP0Fqbm1O
	I78iaVyyNqSFa0abCm67RCRrtUwHf2LXN14PrjLIXREO5Sg2QYKAzpY/X2cnwEciNkO6
	AbBYRdqBZKn9WI4KnjfxhMbbH7JUzcHKGqxvbiZ24uddPEiOcCbqdaYXhZJ7iblW3oSi
	RyIw==
MIME-Version: 1.0
X-Received: by 10.68.3.107 with SMTP id b11mr5619234pbb.118.1371698458135;
	Wed, 19 Jun 2013 20:20:58 -0700 (PDT)
Received: by 10.68.80.231 with HTTP; Wed, 19 Jun 2013 20:20:57 -0700 (PDT)
Date: Wed, 19 Jun 2013 23:20:57 -0400
X-Google-Sender-Auth: L0hCj3TNqTABArjfLDRb9ameeeY
Message-ID: <CAHehzX0yAzTkACMfi=0_CEdGz59mU_NuWuBVEj5wsHVn2=4XEg@mail.gmail.com>
From: Russ Pavlicek <russell.pavlicek@xenproject.org>
To: xen-devel@lists.xen.org, xen-users@lists.xen.org, xen-api@lists.xen.org, 
	xen-arm@lists.xen.org
Subject: [XenARM] Thank you for participating in Xen Test Day for 4.3 RC5
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Thank you to everyone who pitched in on June 19 to test Xen 4.3 RC5.
Your efforts keep the quality of the Xen Hypervisor high.

If you haven't logged a test report yet, please follow the
instructions at the bottom of the Test Day instructions for RC5:

http://wiki.xenproject.org/wiki/Xen_4.3_RC5_test_instructions

Currently, no other Test Days are scheduled for this release.

Russ Pavlicek
Xen Project Evangelist

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Thu Jun 20 03:21:10 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 20 Jun 2013 03:21:10 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UpVQn-0000pE-UA; Thu, 20 Jun 2013 03:21:05 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <russell.pavlicek.xen@gmail.com>)
	id 1UpVQm-0000ov-L3; Thu, 20 Jun 2013 03:21:04 +0000
Received: from [85.158.136.67:65182] by server-14.bemta-5.messagelabs.com id
	7B/C9-25870-E1572C15; Thu, 20 Jun 2013 03:21:02 +0000
X-Env-Sender: russell.pavlicek.xen@gmail.com
X-Msg-Ref: server-11.tower-207.messagelabs.com!1371698458!32733806!1
X-Originating-IP: [209.85.160.45]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 14684 invoked from network); 20 Jun 2013 03:21:01 -0000
Received: from mail-pb0-f45.google.com (HELO mail-pb0-f45.google.com)
	(209.85.160.45)
	by server-11.tower-207.messagelabs.com with RC4-SHA encrypted SMTP;
	20 Jun 2013 03:21:01 -0000
Received: by mail-pb0-f45.google.com with SMTP id mc8so5741611pbc.32
	for <multiple recipients>; Wed, 19 Jun 2013 20:20:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:date:x-google-sender-auth:message-id:subject
	:from:to:content-type;
	bh=QitQ5MxuLqI3fwnugo0v4DuFsMZFpN19h9lo4QGXprk=;
	b=Swb5vZZXnwD6CsD78LWDfX2O4NumbhsbLIKKk7Xpm3OXi6/FNCjp2FWk0/JVWi1V85
	T30T7WtnPckshKxH/iIv/5TUUyj1lJfgOEIkjT+rT4utwayXmA1ax1XzLRyZJMNlQpAA
	33Km3D6gTsA4WUAsU/Qt1v/OBW+Tedk6KqI5qaxv/h/ArwLCdh+w32IBcQaYP0Fqbm1O
	I78iaVyyNqSFa0abCm67RCRrtUwHf2LXN14PrjLIXREO5Sg2QYKAzpY/X2cnwEciNkO6
	AbBYRdqBZKn9WI4KnjfxhMbbH7JUzcHKGqxvbiZ24uddPEiOcCbqdaYXhZJ7iblW3oSi
	RyIw==
MIME-Version: 1.0
X-Received: by 10.68.3.107 with SMTP id b11mr5619234pbb.118.1371698458135;
	Wed, 19 Jun 2013 20:20:58 -0700 (PDT)
Received: by 10.68.80.231 with HTTP; Wed, 19 Jun 2013 20:20:57 -0700 (PDT)
Date: Wed, 19 Jun 2013 23:20:57 -0400
X-Google-Sender-Auth: L0hCj3TNqTABArjfLDRb9ameeeY
Message-ID: <CAHehzX0yAzTkACMfi=0_CEdGz59mU_NuWuBVEj5wsHVn2=4XEg@mail.gmail.com>
From: Russ Pavlicek <russell.pavlicek@xenproject.org>
To: xen-devel@lists.xen.org, xen-users@lists.xen.org, xen-api@lists.xen.org, 
	xen-arm@lists.xen.org
Subject: [XenARM] Thank you for participating in Xen Test Day for 4.3 RC5
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Thank you to everyone who pitched in on June 19 to test Xen 4.3 RC5.
Your efforts keep the quality of the Xen Hypervisor high.

If you haven't logged a test report yet, please follow the
instructions at the bottom of the Test Day instructions for RC5:

http://wiki.xenproject.org/wiki/Xen_4.3_RC5_test_instructions

Currently, no other Test Days are scheduled for this release.

Russ Pavlicek
Xen Project Evangelist

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Fri Jun 21 14:44:29 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 21 Jun 2013 14:44:29 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Uq2Zd-0001EN-Gk; Fri, 21 Jun 2013 14:44:25 +0000
Message-Id: <E1Uq2Zd-0001EN-Gk@lists.xen.org>
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <noreply+3131211308@badoo.com>) id 1Uq2Zb-0001EI-MR
	for xen-arm@lists.xen.org; Fri, 21 Jun 2013 14:44:24 +0000
Received: from [85.158.137.99:13528] by server-2.bemta-3.messagelabs.com id
	F1/8C-24763-6C664C15; Fri, 21 Jun 2013 14:44:22 +0000
X-Env-Sender: noreply+3131211308@badoo.com
X-Msg-Ref: server-15.tower-217.messagelabs.com!1371825861!14969237!1
X-Originating-IP: [159.253.178.124]
X-SpamReason: No, hits=3.9 required=7.0 tests=msgid: No Message-ID,
	FROM_ENDS_IN_NUMS,HTML_MESSAGE,ML_RADAR_SPEW_LINKS_14,spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 23230 invoked from network); 21 Jun 2013 14:44:21 -0000
Received: from cluster1098.monopost.com (HELO cluster1098.monopost.com)
	(159.253.178.124) by server-15.tower-217.messagelabs.com with SMTP;
	21 Jun 2013 14:44:21 -0000
Received: from scripts6.mlan (scripts6.mlan [10.10.126.7])
	by cluster1098.monopost.com (Postfix) with SMTP id 7D1416D1D709
	for <xen-arm@lists.xen.org>; Fri, 21 Jun 2013 14:44:21 +0000 (UTC)
X-DomainKeys: Sendmail DomainKeys Filter v1.0.2 cluster1098.monopost.com
	7D1416D1D709
DomainKey-Signature: a=rsa-sha1; s=m23uiy45; d=badoo.com; c=nofws; q=dns;
	b=sIiyY4R7IxW4vVuSfZf3qWobhZsq2WhkPN5irkPngKd6e3xzFwY9+2VySSFF22MHt
	gNqYvXzvOuubE0sLEA/TFxDesYmUJTLCWw114zLuBaPRrAcVHzpyjE/Oc1YJc9FAp7q
	ixefAlwop3kbgJsSZNaX11IkkPFzA7oDXXz2b3U=
X-DKIM: Sendmail DKIM Filter v2.7.2 cluster1098.monopost.com 7D1416D1D709
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=badoo.com;
	s=m23uiy45; t=1371825861; bh=dZOa9TCL8cuNOIQeHYLLgAo4GRJK2xH78dXqiV
	NgvaY=; h=Date:To:MIME-Version:List-Unsubscribe:Content-Type:From:
	Reply-to:Subject; b=d0uEU+1Vpwq4MWU/a1iGyXfDJZ2udKxuDdpXbs+3LYwLHd
	SWXZHrUKnRc5eD40n3w6MpYe0H46za5Vj+k6v8BMQ1oWOXCp/5HW7Vhe/KIZknyFqDh
	r1D5xwS+MmzfRwPBm1FKheodee6n7EX0ha2H6kYkDw7tgA+M68K82LBqLc=
Received: by scripts6.mlan (sSMTP sendmail emulation);
	Fri, 21 Jun 2013 14:44:21 +0000
Date: Fri, 21 Jun 2013 14:44:21 +0000
To: xen-arm@lists.xen.org
MIME-Version: 1.0
X-campaignid: badoo 006.21.1.210613144421
From: Badoo <noreply+3131211308@badoo.com>
Subject: [XenARM] =?utf-8?q?=E2=98=85_Xen_Arm=2C_Drake_a_laiss=C3=A9_un_me?=
	=?utf-8?q?ssage_pour_toi?=
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: tadmidarryl@gmail.com
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7249233893355063897=="
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

--===============7249233893355063897==
Content-Type: multipart/alternative;
	boundary="=_7a8b3cbe0b50f339a17de303804ebb07"

--=_7a8b3cbe0b50f339a17de303804ebb07
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Drake a laiss=C3=A9 un message pour toi...=0A=0AL'exp=C3=A9diteur et le con=
tenu seront visibles seulement par toi et tu peux le supprimer =C3=A0 tout =
moment. Tu peux aussi y r=C3=A9pondre directement au travers du messenger. =
Pour d=C3=A9couvrir le message, suis simplement ce lien :
http://eu1.badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D6&g=3D57&m=3D21&m=
id=3D51c466c5000000000006000001d4d3c500325763013a



Si le lien dans ce message ne fonctionne pas, essaie de le copier et de le =
coller dans la barre d'adresse de ton navigateur Internet.

Tu as re=C3=A7u cet email suite =C3=A0 une requ=C3=AAte de  Drake aupr=C3=
=A8s de notre syst=C3=A8me. S'il s'agit d'une erreur, ignore simplement cet=
 email. La requ=C3=AAte sera alors effac=C3=A9e du syst=C3=A8me.

Merci,
L'=C3=A9quipe Badoo
=0AVous avez re=C3=A7u cet email de Badoo Trading Limited (adresse postale =
ci-dessous). Si =C3=A0 l'avenir, vous ne souhaitez plus recevoir d'emails d=
e la part de Badoo, merci de vous d=C3=A9sabonner en cliquant ici : https:/=
/eu1.badoo.com/impersonation.phtml?lang_id=3D6&email=3Dxen-arm%40lists.xen.=
org&block_code=3D6d51ea.&m=3D21&mid=3D51c466c5000000000006000001d4d3c500325=
763013a
=0ABadoo Trading Limited, soci=C3=A9t=C3=A9 enregistr=C3=A9e en Angleterre =
et Pays de Galles, sous le No. CRN 7540255, bureaux enregistr=C3=A9s sous l=
&#039;adresse  Media Village, 131 - 151 Great Titchfield Street, Londres, W=
1W 5BB.
--=_7a8b3cbe0b50f339a17de303804ebb07
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.=
w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">=0A<html xmlns=3D"http://www.=
w3.org/1999/xhtml">=0A<head><meta http-equiv=3D"content-type" content=3D"te=
xt/html; charset=3DUTF-8" />=0A=0A=0A<title>Drake a laiss=C3=A9 un message =
pour toi</title>=0A</head>=0A<body dir=3D"ltr">=0A<div style=3D"max-width: =
800px; margin: 0; padding: 15px 0; direction:ltr;">=0A<table width=3D"80%" =
border=3D"0" cellpadding=3D"0" cellspacing=3D"0">=0A<tr>=0A<td width=3D"10%=
"></td>=0A<td align=3D"left" width=3D"90%" style=3D"font: 13px/18px Arial, =
sans-serif;">=0A<div style=3D"color: #666; padding: 0 0 20px; font-size: 13=
px/18px; line-height: 18px;">See this email in <a href=3D"http://eu1.badoo.=
com/0267305450/in/B7inrWog1DY/?lang_id=3D3&amp;g=3D57-0-1&amp;m=3D21&amp;mi=
d=3D51c466c5000000000006000001d4d3c500325763013a" style=3D"color: #3366cc;"=
>English</a>, <a href=3D"http://eu1.badoo.com/0267305450/in/B7inrWog1DY/?la=
ng_id=3D5&amp;g=3D57-1-1&amp;m=3D21&amp;mid=3D51c466c5000000000006000001d4d=
3c500325763013a" style=3D"color: #3366cc;">Deutsch</a>, <a href=3D"http://e=
u1.badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D8&amp;g=3D57-2-1&amp;m=3D=
21&amp;mid=3D51c466c5000000000006000001d4d3c500325763013a" style=3D"color: =
#3366cc;">Italiano</a>, <a href=3D"http://eu1.badoo.com/0267305450/in/B7inr=
Wog1DY/?lang_id=3D7&amp;g=3D57-3-1&amp;m=3D21&amp;mid=3D51c466c500000000000=
6000001d4d3c500325763013a" style=3D"color: #3366cc;">Espa=C3=B1ol</a>, <a h=
ref=3D"http://eu1.badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D61&amp;g=
=3D57-4-1&amp;m=3D21&amp;mid=3D51c466c5000000000006000001d4d3c500325763013a=
" style=3D"color: #3366cc;">Portugu=C3=AAs</a> or <a href=3D"http://eu1.bad=
oo.com/0267305450/in/B7inrWog1DY/?lang_id=3D6&amp;g=3D57-5-1&amp;m=3D21&amp=
;mid=3D51c466c5000000000006000001d4d3c500325763013a" style=3D"color: #3366c=
c;">37 other languages</a>.</div>=0A<h2 style=3D"font: normal 24px/27px Ari=
al, sans-serif; margin: 0; padding: 0 0 18px; color: black;">D=C3=A9couvre =
le message de Drake</h2>=0AL'exp=C3=A9diteur et le contenu seront visibles =
seulement par toi et tu pourras les supprimer =C3=A0 tout moment. Tu peux a=
ussi y r=C3=A9pondre directement au travers de notre dossier "Messages" :=
=0A<br /><br />=0A<table style=3D"border-collapse: collapse;" cellpadding=
=3D"0" cellspacing=3D"0">=0A<tr>=0A<td style=3D"padding-right: 22px;"><a hr=
ef=3D"http://eu1.badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D6&amp;g=3D5=
7-6-2&amp;m=3D21&amp;mid=3D51c466c5000000000006000001d4d3c500325763013a"><i=
mg src=3D"http://p48.badoo.com/288/0/7/6/267305450/273812/t1327099897/27381=
9_medium.jpg" width=3D"72" height=3D"72" border=3D"0" style=3D"background-c=
olor: #ebeef1;" alt=3D"" /></a></td>=0A<td><big style=3D"font: 16px/18px Ar=
ial, sans-serif;"><b><a href=3D"http://eu1.badoo.com/0267305450/in/B7inrWog=
1DY/?lang_id=3D6&amp;g=3D57-7-1&amp;m=3D21&amp;mid=3D51c466c500000000000600=
0001d4d3c500325763013a" style=3D"color: #3366cc;">D=C3=A9couvre ton message=
</a></b></big></td>=0A</tr>=0A</table>=0A<br />=0A<br />=0A<br />=0ACet ema=
il fait partie de notre proc=C3=A9dure d'envoi suite =C3=A0 la demande d'en=
voi de message par Drake. S'il s'agit d'une erreur, ignore simplement cet e=
mail. La requ=C3=AAte sera alors effac=C3=A9e du syst=C3=A8me.
<br />
<br />
Merci,<br />
L'=C3=A9quipe Badoo
=0A<br /><br />=0A<img src=3D"http://badoocdn.com/51c466c500000000000600000=
015-1055705058990016314/v2/-/-/i/badoo.11.gif" width=3D"80" height=3D"23" a=
lt=3D"" />=0A<p style=3D"margin-top:10px;color:#666666;font:13px/18px Arial=
,sans-serif;">Vous avez re=C3=A7u cet email de Badoo Trading Limited (adres=
se postale ci-dessous). Si =C3=A0 l'avenir, vous ne souhaitez plus recevoir=
 de messages par email de la part de Badoo, merci de vous d=C3=A9sabonner e=
n <a href=3D"https://eu1.badoo.com/impersonation.phtml?lang_id=3D6&amp;emai=
l=3Dxen-arm%40lists.xen.org&amp;block_code=3D6d51ea&amp;m=3D21&amp;mid=3D51=
c466c5000000000006000001d4d3c500325763013a" style=3D"color: #3366cc;">cliqu=
ant ici</a>.<br />=0ABadoo Trading Limited, soci=C3=A9t=C3=A9 enregistr=C3=
=A9e en Angleterre et Pays de Galles, sous le No. CRN 7540255, bureaux enre=
gistr=C3=A9s =C3=A0 l'adresse Media Village, 131 - 151 Great Titchfield Str=
eet, Londres, W1W 5BB.=0A</p>=0A=0A</td>=0A</tr>=0A</table>=0A</div>=0A</bo=
dy>=0A</html>
--=_7a8b3cbe0b50f339a17de303804ebb07--



--===============7249233893355063897==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

--===============7249233893355063897==--



From xen-arm-bounces@lists.xen.org Fri Jun 21 14:44:29 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 21 Jun 2013 14:44:29 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Uq2Zd-0001EN-Gk; Fri, 21 Jun 2013 14:44:25 +0000
Message-Id: <E1Uq2Zd-0001EN-Gk@lists.xen.org>
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <noreply+3131211308@badoo.com>) id 1Uq2Zb-0001EI-MR
	for xen-arm@lists.xen.org; Fri, 21 Jun 2013 14:44:24 +0000
Received: from [85.158.137.99:13528] by server-2.bemta-3.messagelabs.com id
	F1/8C-24763-6C664C15; Fri, 21 Jun 2013 14:44:22 +0000
X-Env-Sender: noreply+3131211308@badoo.com
X-Msg-Ref: server-15.tower-217.messagelabs.com!1371825861!14969237!1
X-Originating-IP: [159.253.178.124]
X-SpamReason: No, hits=3.9 required=7.0 tests=msgid: No Message-ID,
	FROM_ENDS_IN_NUMS,HTML_MESSAGE,ML_RADAR_SPEW_LINKS_14,spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 23230 invoked from network); 21 Jun 2013 14:44:21 -0000
Received: from cluster1098.monopost.com (HELO cluster1098.monopost.com)
	(159.253.178.124) by server-15.tower-217.messagelabs.com with SMTP;
	21 Jun 2013 14:44:21 -0000
Received: from scripts6.mlan (scripts6.mlan [10.10.126.7])
	by cluster1098.monopost.com (Postfix) with SMTP id 7D1416D1D709
	for <xen-arm@lists.xen.org>; Fri, 21 Jun 2013 14:44:21 +0000 (UTC)
X-DomainKeys: Sendmail DomainKeys Filter v1.0.2 cluster1098.monopost.com
	7D1416D1D709
DomainKey-Signature: a=rsa-sha1; s=m23uiy45; d=badoo.com; c=nofws; q=dns;
	b=sIiyY4R7IxW4vVuSfZf3qWobhZsq2WhkPN5irkPngKd6e3xzFwY9+2VySSFF22MHt
	gNqYvXzvOuubE0sLEA/TFxDesYmUJTLCWw114zLuBaPRrAcVHzpyjE/Oc1YJc9FAp7q
	ixefAlwop3kbgJsSZNaX11IkkPFzA7oDXXz2b3U=
X-DKIM: Sendmail DKIM Filter v2.7.2 cluster1098.monopost.com 7D1416D1D709
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=badoo.com;
	s=m23uiy45; t=1371825861; bh=dZOa9TCL8cuNOIQeHYLLgAo4GRJK2xH78dXqiV
	NgvaY=; h=Date:To:MIME-Version:List-Unsubscribe:Content-Type:From:
	Reply-to:Subject; b=d0uEU+1Vpwq4MWU/a1iGyXfDJZ2udKxuDdpXbs+3LYwLHd
	SWXZHrUKnRc5eD40n3w6MpYe0H46za5Vj+k6v8BMQ1oWOXCp/5HW7Vhe/KIZknyFqDh
	r1D5xwS+MmzfRwPBm1FKheodee6n7EX0ha2H6kYkDw7tgA+M68K82LBqLc=
Received: by scripts6.mlan (sSMTP sendmail emulation);
	Fri, 21 Jun 2013 14:44:21 +0000
Date: Fri, 21 Jun 2013 14:44:21 +0000
To: xen-arm@lists.xen.org
MIME-Version: 1.0
X-campaignid: badoo 006.21.1.210613144421
From: Badoo <noreply+3131211308@badoo.com>
Subject: [XenARM] =?utf-8?q?=E2=98=85_Xen_Arm=2C_Drake_a_laiss=C3=A9_un_me?=
	=?utf-8?q?ssage_pour_toi?=
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: tadmidarryl@gmail.com
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7249233893355063897=="
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

--===============7249233893355063897==
Content-Type: multipart/alternative;
	boundary="=_7a8b3cbe0b50f339a17de303804ebb07"

--=_7a8b3cbe0b50f339a17de303804ebb07
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Drake a laiss=C3=A9 un message pour toi...=0A=0AL'exp=C3=A9diteur et le con=
tenu seront visibles seulement par toi et tu peux le supprimer =C3=A0 tout =
moment. Tu peux aussi y r=C3=A9pondre directement au travers du messenger. =
Pour d=C3=A9couvrir le message, suis simplement ce lien :
http://eu1.badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D6&g=3D57&m=3D21&m=
id=3D51c466c5000000000006000001d4d3c500325763013a



Si le lien dans ce message ne fonctionne pas, essaie de le copier et de le =
coller dans la barre d'adresse de ton navigateur Internet.

Tu as re=C3=A7u cet email suite =C3=A0 une requ=C3=AAte de  Drake aupr=C3=
=A8s de notre syst=C3=A8me. S'il s'agit d'une erreur, ignore simplement cet=
 email. La requ=C3=AAte sera alors effac=C3=A9e du syst=C3=A8me.

Merci,
L'=C3=A9quipe Badoo
=0AVous avez re=C3=A7u cet email de Badoo Trading Limited (adresse postale =
ci-dessous). Si =C3=A0 l'avenir, vous ne souhaitez plus recevoir d'emails d=
e la part de Badoo, merci de vous d=C3=A9sabonner en cliquant ici : https:/=
/eu1.badoo.com/impersonation.phtml?lang_id=3D6&email=3Dxen-arm%40lists.xen.=
org&block_code=3D6d51ea.&m=3D21&mid=3D51c466c5000000000006000001d4d3c500325=
763013a
=0ABadoo Trading Limited, soci=C3=A9t=C3=A9 enregistr=C3=A9e en Angleterre =
et Pays de Galles, sous le No. CRN 7540255, bureaux enregistr=C3=A9s sous l=
&#039;adresse  Media Village, 131 - 151 Great Titchfield Street, Londres, W=
1W 5BB.
--=_7a8b3cbe0b50f339a17de303804ebb07
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.=
w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">=0A<html xmlns=3D"http://www.=
w3.org/1999/xhtml">=0A<head><meta http-equiv=3D"content-type" content=3D"te=
xt/html; charset=3DUTF-8" />=0A=0A=0A<title>Drake a laiss=C3=A9 un message =
pour toi</title>=0A</head>=0A<body dir=3D"ltr">=0A<div style=3D"max-width: =
800px; margin: 0; padding: 15px 0; direction:ltr;">=0A<table width=3D"80%" =
border=3D"0" cellpadding=3D"0" cellspacing=3D"0">=0A<tr>=0A<td width=3D"10%=
"></td>=0A<td align=3D"left" width=3D"90%" style=3D"font: 13px/18px Arial, =
sans-serif;">=0A<div style=3D"color: #666; padding: 0 0 20px; font-size: 13=
px/18px; line-height: 18px;">See this email in <a href=3D"http://eu1.badoo.=
com/0267305450/in/B7inrWog1DY/?lang_id=3D3&amp;g=3D57-0-1&amp;m=3D21&amp;mi=
d=3D51c466c5000000000006000001d4d3c500325763013a" style=3D"color: #3366cc;"=
>English</a>, <a href=3D"http://eu1.badoo.com/0267305450/in/B7inrWog1DY/?la=
ng_id=3D5&amp;g=3D57-1-1&amp;m=3D21&amp;mid=3D51c466c5000000000006000001d4d=
3c500325763013a" style=3D"color: #3366cc;">Deutsch</a>, <a href=3D"http://e=
u1.badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D8&amp;g=3D57-2-1&amp;m=3D=
21&amp;mid=3D51c466c5000000000006000001d4d3c500325763013a" style=3D"color: =
#3366cc;">Italiano</a>, <a href=3D"http://eu1.badoo.com/0267305450/in/B7inr=
Wog1DY/?lang_id=3D7&amp;g=3D57-3-1&amp;m=3D21&amp;mid=3D51c466c500000000000=
6000001d4d3c500325763013a" style=3D"color: #3366cc;">Espa=C3=B1ol</a>, <a h=
ref=3D"http://eu1.badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D61&amp;g=
=3D57-4-1&amp;m=3D21&amp;mid=3D51c466c5000000000006000001d4d3c500325763013a=
" style=3D"color: #3366cc;">Portugu=C3=AAs</a> or <a href=3D"http://eu1.bad=
oo.com/0267305450/in/B7inrWog1DY/?lang_id=3D6&amp;g=3D57-5-1&amp;m=3D21&amp=
;mid=3D51c466c5000000000006000001d4d3c500325763013a" style=3D"color: #3366c=
c;">37 other languages</a>.</div>=0A<h2 style=3D"font: normal 24px/27px Ari=
al, sans-serif; margin: 0; padding: 0 0 18px; color: black;">D=C3=A9couvre =
le message de Drake</h2>=0AL'exp=C3=A9diteur et le contenu seront visibles =
seulement par toi et tu pourras les supprimer =C3=A0 tout moment. Tu peux a=
ussi y r=C3=A9pondre directement au travers de notre dossier "Messages" :=
=0A<br /><br />=0A<table style=3D"border-collapse: collapse;" cellpadding=
=3D"0" cellspacing=3D"0">=0A<tr>=0A<td style=3D"padding-right: 22px;"><a hr=
ef=3D"http://eu1.badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D6&amp;g=3D5=
7-6-2&amp;m=3D21&amp;mid=3D51c466c5000000000006000001d4d3c500325763013a"><i=
mg src=3D"http://p48.badoo.com/288/0/7/6/267305450/273812/t1327099897/27381=
9_medium.jpg" width=3D"72" height=3D"72" border=3D"0" style=3D"background-c=
olor: #ebeef1;" alt=3D"" /></a></td>=0A<td><big style=3D"font: 16px/18px Ar=
ial, sans-serif;"><b><a href=3D"http://eu1.badoo.com/0267305450/in/B7inrWog=
1DY/?lang_id=3D6&amp;g=3D57-7-1&amp;m=3D21&amp;mid=3D51c466c500000000000600=
0001d4d3c500325763013a" style=3D"color: #3366cc;">D=C3=A9couvre ton message=
</a></b></big></td>=0A</tr>=0A</table>=0A<br />=0A<br />=0A<br />=0ACet ema=
il fait partie de notre proc=C3=A9dure d'envoi suite =C3=A0 la demande d'en=
voi de message par Drake. S'il s'agit d'une erreur, ignore simplement cet e=
mail. La requ=C3=AAte sera alors effac=C3=A9e du syst=C3=A8me.
<br />
<br />
Merci,<br />
L'=C3=A9quipe Badoo
=0A<br /><br />=0A<img src=3D"http://badoocdn.com/51c466c500000000000600000=
015-1055705058990016314/v2/-/-/i/badoo.11.gif" width=3D"80" height=3D"23" a=
lt=3D"" />=0A<p style=3D"margin-top:10px;color:#666666;font:13px/18px Arial=
,sans-serif;">Vous avez re=C3=A7u cet email de Badoo Trading Limited (adres=
se postale ci-dessous). Si =C3=A0 l'avenir, vous ne souhaitez plus recevoir=
 de messages par email de la part de Badoo, merci de vous d=C3=A9sabonner e=
n <a href=3D"https://eu1.badoo.com/impersonation.phtml?lang_id=3D6&amp;emai=
l=3Dxen-arm%40lists.xen.org&amp;block_code=3D6d51ea&amp;m=3D21&amp;mid=3D51=
c466c5000000000006000001d4d3c500325763013a" style=3D"color: #3366cc;">cliqu=
ant ici</a>.<br />=0ABadoo Trading Limited, soci=C3=A9t=C3=A9 enregistr=C3=
=A9e en Angleterre et Pays de Galles, sous le No. CRN 7540255, bureaux enre=
gistr=C3=A9s =C3=A0 l'adresse Media Village, 131 - 151 Great Titchfield Str=
eet, Londres, W1W 5BB.=0A</p>=0A=0A</td>=0A</tr>=0A</table>=0A</div>=0A</bo=
dy>=0A</html>
--=_7a8b3cbe0b50f339a17de303804ebb07--



--===============7249233893355063897==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

--===============7249233893355063897==--



From xen-arm-bounces@lists.xen.org Tue Jun 25 08:47:34 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 25 Jun 2013 08:47:34 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UrOuR-0000Fj-IH; Tue, 25 Jun 2013 08:47:31 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <baozich@gmail.com>)
	id 1UrOuQ-0000FX-Pe; Tue, 25 Jun 2013 08:47:30 +0000
Received: from [85.158.136.67:2604] by server-2.bemta-5.messagelabs.com id
	84/64-23285-12959C15; Tue, 25 Jun 2013 08:47:29 +0000
X-Env-Sender: baozich@gmail.com
X-Msg-Ref: server-16.tower-207.messagelabs.com!1372150047!24447503!1
X-Originating-IP: [209.85.192.177]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_14,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 32072 invoked from network); 25 Jun 2013 08:47:29 -0000
Received: from mail-pd0-f177.google.com (HELO mail-pd0-f177.google.com)
	(209.85.192.177)
	by server-16.tower-207.messagelabs.com with RC4-SHA encrypted SMTP;
	25 Jun 2013 08:47:29 -0000
Received: by mail-pd0-f177.google.com with SMTP id p10so832556pdj.8
	for <multiple recipients>; Tue, 25 Jun 2013 01:47:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=from:content-type:content-transfer-encoding:subject:message-id:date
	:to:mime-version:x-mailer;
	bh=f7t3kN6O6ZFHtBecM4184EYyn+1fixnhNcEfGKNgDgQ=;
	b=OTA6iNoJs6y4Fxsbr98FuxjbS8Pb4L4Pky79ME+7a4iw48Ja6pZDzxCJvQD611dvPJ
	TBzeyF5ebkK+c2UbhZbuMx7BG94ZvnsW4xZltAKx8Yhk7pC+dAEQVJASg9DDuGsy3Xqk
	TH2qXaCNb3b45DK1ZW6lDCuUeRQs5Pp4X3QcQgoDKM+nRuVdEoy6bIN2ZTf3Lp4wkK2R
	hF75k8LxemKLYGPWvpHKAscK2P60peL8vcpzF80+JfcHoAC3+Fg/hacHn+cEYA6//R8b
	ZkoWU+hL94Fix7t/Id2q7mev4V6esdABG0UqhLjWYpLOFMtRprsTbRJtz33X/geVoI16
	JD3g==
X-Received: by 10.68.107.98 with SMTP id hb2mr26936922pbb.99.1372150047020;
	Tue, 25 Jun 2013 01:47:27 -0700 (PDT)
Received: from [192.168.1.101] ([222.240.177.42])
	by mx.google.com with ESMTPSA id y9sm10430973pbb.46.2013.06.25.01.47.23
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Tue, 25 Jun 2013 01:47:25 -0700 (PDT)
From: Chen Baozi <baozich@gmail.com>
Message-Id: <B233B616-32CD-4E22-9311-42BBDC9D3A4F@gmail.com>
Date: Tue, 25 Jun 2013 16:47:21 +0800
To: xen-devel@lists.xen.org,
 "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\))
X-Mailer: Apple Mail (2.1508)
Subject: [XenARM] Xen on OMAP5432
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Hi all,

I've got an OMAP5432 uEVM development board and wondered if it is already supported by Xen?

Thanks,

Baozi
_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Tue Jun 25 08:47:34 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 25 Jun 2013 08:47:34 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UrOuR-0000Fj-IH; Tue, 25 Jun 2013 08:47:31 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <baozich@gmail.com>)
	id 1UrOuQ-0000FX-Pe; Tue, 25 Jun 2013 08:47:30 +0000
Received: from [85.158.136.67:2604] by server-2.bemta-5.messagelabs.com id
	84/64-23285-12959C15; Tue, 25 Jun 2013 08:47:29 +0000
X-Env-Sender: baozich@gmail.com
X-Msg-Ref: server-16.tower-207.messagelabs.com!1372150047!24447503!1
X-Originating-IP: [209.85.192.177]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_14,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 32072 invoked from network); 25 Jun 2013 08:47:29 -0000
Received: from mail-pd0-f177.google.com (HELO mail-pd0-f177.google.com)
	(209.85.192.177)
	by server-16.tower-207.messagelabs.com with RC4-SHA encrypted SMTP;
	25 Jun 2013 08:47:29 -0000
Received: by mail-pd0-f177.google.com with SMTP id p10so832556pdj.8
	for <multiple recipients>; Tue, 25 Jun 2013 01:47:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=from:content-type:content-transfer-encoding:subject:message-id:date
	:to:mime-version:x-mailer;
	bh=f7t3kN6O6ZFHtBecM4184EYyn+1fixnhNcEfGKNgDgQ=;
	b=OTA6iNoJs6y4Fxsbr98FuxjbS8Pb4L4Pky79ME+7a4iw48Ja6pZDzxCJvQD611dvPJ
	TBzeyF5ebkK+c2UbhZbuMx7BG94ZvnsW4xZltAKx8Yhk7pC+dAEQVJASg9DDuGsy3Xqk
	TH2qXaCNb3b45DK1ZW6lDCuUeRQs5Pp4X3QcQgoDKM+nRuVdEoy6bIN2ZTf3Lp4wkK2R
	hF75k8LxemKLYGPWvpHKAscK2P60peL8vcpzF80+JfcHoAC3+Fg/hacHn+cEYA6//R8b
	ZkoWU+hL94Fix7t/Id2q7mev4V6esdABG0UqhLjWYpLOFMtRprsTbRJtz33X/geVoI16
	JD3g==
X-Received: by 10.68.107.98 with SMTP id hb2mr26936922pbb.99.1372150047020;
	Tue, 25 Jun 2013 01:47:27 -0700 (PDT)
Received: from [192.168.1.101] ([222.240.177.42])
	by mx.google.com with ESMTPSA id y9sm10430973pbb.46.2013.06.25.01.47.23
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Tue, 25 Jun 2013 01:47:25 -0700 (PDT)
From: Chen Baozi <baozich@gmail.com>
Message-Id: <B233B616-32CD-4E22-9311-42BBDC9D3A4F@gmail.com>
Date: Tue, 25 Jun 2013 16:47:21 +0800
To: xen-devel@lists.xen.org,
 "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\))
X-Mailer: Apple Mail (2.1508)
Subject: [XenARM] Xen on OMAP5432
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Hi all,

I've got an OMAP5432 uEVM development board and wondered if it is already supported by Xen?

Thanks,

Baozi
_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Tue Jun 25 15:12:55 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 25 Jun 2013 15:12:55 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UrUvM-0002Ew-DP; Tue, 25 Jun 2013 15:12:52 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>)
	id 1UrUvK-0002Eo-Ok; Tue, 25 Jun 2013 15:12:50 +0000
Received: from [85.158.139.211:23703] by server-13.bemta-5.messagelabs.com id
	4C/6A-11519-173B9C15; Tue, 25 Jun 2013 15:12:49 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-13.tower-206.messagelabs.com!1372173139!14827936!1
X-Originating-IP: [46.33.159.39]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNDYuMzMuMTU5LjM5ID0+IDI2MzI1\n
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11687 invoked from network); 25 Jun 2013 15:12:19 -0000
Received: from smtp.eu.citrix.com (HELO SMTP.EU.CITRIX.COM) (46.33.159.39)
	by server-13.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	25 Jun 2013 15:12:19 -0000
X-IronPort-AV: E=Sophos;i="4.87,937,1363132800"; 
   d="scan'208";a="6038443"
Received: from lonpex01cl01.citrite.net ([10.30.203.101])
	by LONPIPO01.EU.CITRIX.COM with ESMTP/TLS/AES128-SHA;
	25 Jun 2013 15:12:19 +0000
Received: from [10.80.2.42] (10.30.203.1) by LONPEX01CL01.citrite.net
	(10.30.203.101) with Microsoft SMTP Server id 14.2.342.4;
	Tue, 25 Jun 2013 16:12:17 +0100
Message-ID: <1372173137.18901.43.camel@zakaz.uk.xensource.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Chen Baozi <baozich@gmail.com>
Date: Tue, 25 Jun 2013 16:12:17 +0100
In-Reply-To: <B233B616-32CD-4E22-9311-42BBDC9D3A4F@gmail.com>
References: <B233B616-32CD-4E22-9311-42BBDC9D3A4F@gmail.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.4.4-1 
MIME-Version: 1.0
X-Originating-IP: [10.30.203.1]
Cc: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>, xen-devel@lists.xen.org
Subject: Re: [XenARM] [Xen-devel] Xen on OMAP5432
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

On Tue, 2013-06-25 at 16:47 +0800, Chen Baozi wrote:
> Hi all,
> 
> I've got an OMAP5432 uEVM development board and wondered if it is already supported by Xen?

Not by the Xen w/ hardware extensions port (i.e.
http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions). I
can't speak for the PV port.

If the hardware has the appropriate virtualisation support then porting
to a new platform isn't all that troublesome, if you've got a working
upstream Linux kernel with DTB support to use as dom0.

Ian.



_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Tue Jun 25 15:12:55 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 25 Jun 2013 15:12:55 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UrUvM-0002Ew-DP; Tue, 25 Jun 2013 15:12:52 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>)
	id 1UrUvK-0002Eo-Ok; Tue, 25 Jun 2013 15:12:50 +0000
Received: from [85.158.139.211:23703] by server-13.bemta-5.messagelabs.com id
	4C/6A-11519-173B9C15; Tue, 25 Jun 2013 15:12:49 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-13.tower-206.messagelabs.com!1372173139!14827936!1
X-Originating-IP: [46.33.159.39]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNDYuMzMuMTU5LjM5ID0+IDI2MzI1\n
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11687 invoked from network); 25 Jun 2013 15:12:19 -0000
Received: from smtp.eu.citrix.com (HELO SMTP.EU.CITRIX.COM) (46.33.159.39)
	by server-13.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	25 Jun 2013 15:12:19 -0000
X-IronPort-AV: E=Sophos;i="4.87,937,1363132800"; 
   d="scan'208";a="6038443"
Received: from lonpex01cl01.citrite.net ([10.30.203.101])
	by LONPIPO01.EU.CITRIX.COM with ESMTP/TLS/AES128-SHA;
	25 Jun 2013 15:12:19 +0000
Received: from [10.80.2.42] (10.30.203.1) by LONPEX01CL01.citrite.net
	(10.30.203.101) with Microsoft SMTP Server id 14.2.342.4;
	Tue, 25 Jun 2013 16:12:17 +0100
Message-ID: <1372173137.18901.43.camel@zakaz.uk.xensource.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Chen Baozi <baozich@gmail.com>
Date: Tue, 25 Jun 2013 16:12:17 +0100
In-Reply-To: <B233B616-32CD-4E22-9311-42BBDC9D3A4F@gmail.com>
References: <B233B616-32CD-4E22-9311-42BBDC9D3A4F@gmail.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.4.4-1 
MIME-Version: 1.0
X-Originating-IP: [10.30.203.1]
Cc: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>, xen-devel@lists.xen.org
Subject: Re: [XenARM] [Xen-devel] Xen on OMAP5432
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

On Tue, 2013-06-25 at 16:47 +0800, Chen Baozi wrote:
> Hi all,
> 
> I've got an OMAP5432 uEVM development board and wondered if it is already supported by Xen?

Not by the Xen w/ hardware extensions port (i.e.
http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions). I
can't speak for the PV port.

If the hardware has the appropriate virtualisation support then porting
to a new platform isn't all that troublesome, if you've got a working
upstream Linux kernel with DTB support to use as dom0.

Ian.



_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Tue Jun 25 18:03:30 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 25 Jun 2013 18:03:30 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UrXaQ-0004Q9-UA; Tue, 25 Jun 2013 18:03:26 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <rajeshpaul@hotmail.com>) id 1UrXaO-0004Q4-Te
	for xen-arm@lists.xen.org; Tue, 25 Jun 2013 18:03:25 +0000
Received: from [85.158.136.67:43178] by server-1.bemta-5.messagelabs.com id
	DC/5F-21460-C6BD9C15; Tue, 25 Jun 2013 18:03:24 +0000
X-Env-Sender: rajeshpaul@hotmail.com
X-Msg-Ref: server-13.tower-207.messagelabs.com!1372183402!17428038!1
X-Originating-IP: [65.55.111.174]
X-SpamReason: No, hits=0.4 required=7.0 tests=FORGED_HOTMAIL_RCVD,
	HTML_60_70, HTML_MESSAGE, ML_RADAR_SPEW_LINKS_12, ML_RADAR_SPEW_LINKS_14,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12685 invoked from network); 25 Jun 2013 18:03:23 -0000
Received: from blu0-omc4-s35.blu0.hotmail.com (HELO
	blu0-omc4-s35.blu0.hotmail.com) (65.55.111.174)
	by server-13.tower-207.messagelabs.com with SMTP;
	25 Jun 2013 18:03:23 -0000
Received: from BLU177-W39 ([65.55.111.137]) by blu0-omc4-s35.blu0.hotmail.com
	with Microsoft SMTPSVC(6.0.3790.4675); 
	Tue, 25 Jun 2013 11:03:21 -0700
X-TMN: [yEF5dEcIWUliX5pnl1eiMr74L7aLFUT7I6OHex0M4R8=]
X-Originating-Email: [rajeshpaul@hotmail.com]
Message-ID: <BLU177-W39845D1A93FDF4FCCB2D4AC08B0@phx.gbl>
From: Rajesh Paul <rajeshpaul@hotmail.com>
To: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Date: Tue, 25 Jun 2013 23:33:22 +0530
Importance: Normal
MIME-Version: 1.0
X-OriginalArrivalTime: 25 Jun 2013 18:03:21.0939 (UTC)
	FILETIME=[47A30230:01CE71CE]
Subject: [XenARM] Xen ARM support for Tegra3
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1381435357478890667=="
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

--===============1381435357478890667==
Content-Type: multipart/alternative;
	boundary="_2585e45d-b60b-48fd-8d11-68de9f85e06e_"

--_2585e45d-b60b-48fd-8d11-68de9f85e06e_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi All=2C =20
One of my project requirements need booting two Ubuntu Linux instances on a=
 Tegra 3 Board(Quad-core ARM Cortex A9 MPCore processor). And I plan to hos=
t them on a Xen ARM based Hypervisor.=20
my query:
Is there a specific support available for Xen (ARM PV) for Cortex A9 based =
processors. I see support for Cortex A7=2C A15 (with h/w virtualization ext=
ensions) in many places=2C but didn't find any pointers/links to Cortex A9.=
=20
Any information on this topic shall be greatly helpful.
Many Thanks=2CRajesh 		 	   		  =

--_2585e45d-b60b-48fd-8d11-68de9f85e06e_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<style><!--
.hmmessage P
{
margin:0px=3B
padding:0px
}
body.hmmessage
{
font-size: 12pt=3B
font-family:Calibri
}
--></style></head>
<body class=3D'hmmessage'><div dir=3D'ltr'>Hi All=2C &nbsp=3B<div><br></div=
><div>One of my project requirements need booting two Ubuntu Linux instance=
s on a Tegra 3 Board(Quad-core ARM Cortex A9 MPCore processor). And I plan =
to host them on a Xen ARM based Hypervisor.&nbsp=3B</div><div><span style=
=3D"font-size: 12pt=3B"><br></span></div><div><span style=3D"font-size: 12p=
t=3B">my query:</span></div><div><span style=3D"font-size: 12pt=3B"><br></s=
pan></div><div><span style=3D"font-size: 12pt=3B">Is there a specific suppo=
rt available for&nbsp=3B</span><b style=3D"color: rgb(51=2C 51=2C 51)=3B fo=
nt-family: Arial=2C sans-serif=3B font-size: 12px=3B line-height: 18px=3B">=
Xen (ARM PV)</b><span style=3D"font-size: 12pt=3B">&nbsp=3Bfor Cortex A9 ba=
sed processors. I see support for Cortex A7=2C A15 (with h/w virtualization=
 extensions) in many places=2C but didn't find any pointers/links to Cortex=
 A9.&nbsp=3B</span></div><div><span style=3D"font-size: 12pt=3B"><br></span=
></div><div><span style=3D"font-size: 12pt=3B">Any information on this topi=
c shall be greatly helpful.</span></div><div><span style=3D"font-size: 12pt=
=3B"><br></span></div><div><span style=3D"font-size: 12pt=3B">Many Thanks=
=2C</span></div><div><span style=3D"font-size: 12pt=3B">Rajesh</span></div>=
 		 	   		  </div></body>
</html>=

--_2585e45d-b60b-48fd-8d11-68de9f85e06e_--


--===============1381435357478890667==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

--===============1381435357478890667==--


From xen-arm-bounces@lists.xen.org Tue Jun 25 18:03:30 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 25 Jun 2013 18:03:30 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UrXaQ-0004Q9-UA; Tue, 25 Jun 2013 18:03:26 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <rajeshpaul@hotmail.com>) id 1UrXaO-0004Q4-Te
	for xen-arm@lists.xen.org; Tue, 25 Jun 2013 18:03:25 +0000
Received: from [85.158.136.67:43178] by server-1.bemta-5.messagelabs.com id
	DC/5F-21460-C6BD9C15; Tue, 25 Jun 2013 18:03:24 +0000
X-Env-Sender: rajeshpaul@hotmail.com
X-Msg-Ref: server-13.tower-207.messagelabs.com!1372183402!17428038!1
X-Originating-IP: [65.55.111.174]
X-SpamReason: No, hits=0.4 required=7.0 tests=FORGED_HOTMAIL_RCVD,
	HTML_60_70, HTML_MESSAGE, ML_RADAR_SPEW_LINKS_12, ML_RADAR_SPEW_LINKS_14,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12685 invoked from network); 25 Jun 2013 18:03:23 -0000
Received: from blu0-omc4-s35.blu0.hotmail.com (HELO
	blu0-omc4-s35.blu0.hotmail.com) (65.55.111.174)
	by server-13.tower-207.messagelabs.com with SMTP;
	25 Jun 2013 18:03:23 -0000
Received: from BLU177-W39 ([65.55.111.137]) by blu0-omc4-s35.blu0.hotmail.com
	with Microsoft SMTPSVC(6.0.3790.4675); 
	Tue, 25 Jun 2013 11:03:21 -0700
X-TMN: [yEF5dEcIWUliX5pnl1eiMr74L7aLFUT7I6OHex0M4R8=]
X-Originating-Email: [rajeshpaul@hotmail.com]
Message-ID: <BLU177-W39845D1A93FDF4FCCB2D4AC08B0@phx.gbl>
From: Rajesh Paul <rajeshpaul@hotmail.com>
To: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Date: Tue, 25 Jun 2013 23:33:22 +0530
Importance: Normal
MIME-Version: 1.0
X-OriginalArrivalTime: 25 Jun 2013 18:03:21.0939 (UTC)
	FILETIME=[47A30230:01CE71CE]
Subject: [XenARM] Xen ARM support for Tegra3
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1381435357478890667=="
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

--===============1381435357478890667==
Content-Type: multipart/alternative;
	boundary="_2585e45d-b60b-48fd-8d11-68de9f85e06e_"

--_2585e45d-b60b-48fd-8d11-68de9f85e06e_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi All=2C =20
One of my project requirements need booting two Ubuntu Linux instances on a=
 Tegra 3 Board(Quad-core ARM Cortex A9 MPCore processor). And I plan to hos=
t them on a Xen ARM based Hypervisor.=20
my query:
Is there a specific support available for Xen (ARM PV) for Cortex A9 based =
processors. I see support for Cortex A7=2C A15 (with h/w virtualization ext=
ensions) in many places=2C but didn't find any pointers/links to Cortex A9.=
=20
Any information on this topic shall be greatly helpful.
Many Thanks=2CRajesh 		 	   		  =

--_2585e45d-b60b-48fd-8d11-68de9f85e06e_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<style><!--
.hmmessage P
{
margin:0px=3B
padding:0px
}
body.hmmessage
{
font-size: 12pt=3B
font-family:Calibri
}
--></style></head>
<body class=3D'hmmessage'><div dir=3D'ltr'>Hi All=2C &nbsp=3B<div><br></div=
><div>One of my project requirements need booting two Ubuntu Linux instance=
s on a Tegra 3 Board(Quad-core ARM Cortex A9 MPCore processor). And I plan =
to host them on a Xen ARM based Hypervisor.&nbsp=3B</div><div><span style=
=3D"font-size: 12pt=3B"><br></span></div><div><span style=3D"font-size: 12p=
t=3B">my query:</span></div><div><span style=3D"font-size: 12pt=3B"><br></s=
pan></div><div><span style=3D"font-size: 12pt=3B">Is there a specific suppo=
rt available for&nbsp=3B</span><b style=3D"color: rgb(51=2C 51=2C 51)=3B fo=
nt-family: Arial=2C sans-serif=3B font-size: 12px=3B line-height: 18px=3B">=
Xen (ARM PV)</b><span style=3D"font-size: 12pt=3B">&nbsp=3Bfor Cortex A9 ba=
sed processors. I see support for Cortex A7=2C A15 (with h/w virtualization=
 extensions) in many places=2C but didn't find any pointers/links to Cortex=
 A9.&nbsp=3B</span></div><div><span style=3D"font-size: 12pt=3B"><br></span=
></div><div><span style=3D"font-size: 12pt=3B">Any information on this topi=
c shall be greatly helpful.</span></div><div><span style=3D"font-size: 12pt=
=3B"><br></span></div><div><span style=3D"font-size: 12pt=3B">Many Thanks=
=2C</span></div><div><span style=3D"font-size: 12pt=3B">Rajesh</span></div>=
 		 	   		  </div></body>
</html>=

--_2585e45d-b60b-48fd-8d11-68de9f85e06e_--


--===============1381435357478890667==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

--===============1381435357478890667==--


From xen-arm-bounces@lists.xen.org Tue Jun 25 23:59:31 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 25 Jun 2013 23:59:31 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Urd8y-0003jM-FR; Tue, 25 Jun 2013 23:59:28 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <etrudeau@broadcom.com>) id 1Urd8x-0003jH-39
	for xen-arm@lists.xen.org; Tue, 25 Jun 2013 23:59:27 +0000
Received: from [85.158.136.67:38293] by server-1.bemta-5.messagelabs.com id
	E9/D5-21460-EDE2AC15; Tue, 25 Jun 2013 23:59:26 +0000
X-Env-Sender: etrudeau@broadcom.com
X-Msg-Ref: server-15.tower-207.messagelabs.com!1372204764!20069553!1
X-Originating-IP: [216.31.210.19]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogMjE2LjMxLjIxMC4xOSA9PiAxNDI5Nw==\n
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 25430 invoked from network); 25 Jun 2013 23:59:25 -0000
Received: from mms3.broadcom.com (HELO mms3.broadcom.com) (216.31.210.19)
	by server-15.tower-207.messagelabs.com with SMTP;
	25 Jun 2013 23:59:25 -0000
Received: from [10.9.208.53] by mms3.broadcom.com with ESMTP (Broadcom
	SMTP Relay (Email Firewall v6.5)); Tue, 25 Jun 2013 16:49:59 -0700
X-Server-Uuid: B86B6450-0931-4310-942E-F00ED04CA7AF
Received: from SJEXCHCAS04.corp.ad.broadcom.com (10.16.203.10) by
	IRVEXCHCAS06.corp.ad.broadcom.com (10.9.208.53) with Microsoft SMTP
	Server (TLS) id 14.1.438.0; Tue, 25 Jun 2013 16:59:14 -0700
Received: from SJEXCHMB09.corp.ad.broadcom.com (
	[fe80::3da7:665e:cc78:181f]) by SJEXCHCAS04.corp.ad.broadcom.com (
	[::1]) with mapi id 14.01.0438.000; Tue, 25 Jun 2013 16:59:14 -0700
From: "Eric Trudeau" <etrudeau@broadcom.com>
To: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Thread-Topic: XEN tools for ARM with Virtualization Extensions
Thread-Index: Ac5x/hIn6nqf5EjJTZqDwdCaQWsF7g==
Date: Tue, 25 Jun 2013 23:59:13 +0000
Message-ID: <FF3E5629F9FF6745ADE4EE690CEC81AD2ACE05F0@SJEXCHMB09.corp.ad.broadcom.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.16.203.100]
MIME-Version: 1.0
X-WSS-ID: 7DD4F32D2L838047460-01-01
Subject: [XenARM] XEN tools for ARM with Virtualization Extensions
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============4456144864085942935=="
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org


--===============4456144864085942935==
Content-Language: en-US
Content-Type: multipart/alternative;
 boundary=_000_FF3E5629F9FF6745ADE4EE690CEC81AD2ACE05F0SJEXCHMB09corpa_


--_000_FF3E5629F9FF6745ADE4EE690CEC81AD2ACE05F0SJEXCHMB09corpa_
Content-Type: text/plain;
 charset=us-ascii
Content-Transfer-Encoding: quoted-printable

Hi, I am trying to build the XEN tools for our port of XEN to our Cortex A1=
5-based platform.
I am using the repo at git://xenbits.xenproject.org/xen.git to cross-compil=
e the tools into our rootfs.
This repo is what we are using for our Hypervisor development also.
When building the tools, I found that libaio does not build for ARM since i=
t was missing tools/libaio/src/syscall-arm.h.
I found a version on the web so that I could continue.
I also found that xc_dom_elfloader.c's function, xc_dom_guest_type(), did n=
ot know about the EM_ARM machine type.

Am I using the wrong repo for development of the tools for ARM?
If not, the twiki seems to indicate that xl is working on ARM to create gue=
st machines.  How can that be if libxc and libaio seem to be missing ARM su=
pport?

Currently, I am getting the following when trying to create a guest machine=
 with xl:

# xl create -d dom1.cfg
Parsing config from dom1.cfg
Calling printf_info_one_json...
printf_info: unable to format domain config as JSON (YAJL:1)
elf_xen_note_check: Not bothering with notes on ARM
elf_xen_addr_calc_check: VIRT_BASE unset, using 0x0
elf_xen_addr_calc_check: ELF_PADDR_OFFSET unset, using 0x0
elf_xen_addr_calc_check: addresses:
    virt_base        =3D 0x0
    elf_paddr_offset =3D 0x0
    virt_offset      =3D 0x0
    virt_kstart      =3D 0xc0008000
    virt_kend        =3D 0xc1a09e88
    virt_entry       =3D 0xc0008000
    p2m_base         =3D 0xffffffffffffffff
xc_dom_parse_elf_kernel: xen-3.0-armv7l: 0xc0008000 -> 0xc1a09e88xc_dom_all=
oc_segment: start=3D0xc0008000, virt_base=3D0x0, virt_alloc_end=3D0x0
xc: error: panic: xc_dom_core.c:522: xc_dom_alloc_segment: segment kernel t=
oo large (0x1a02 > 0x8000 - 0xc0008 pages): Out of memory
libxl: error: libxl_dom.c:396:libxl__build_pv: xc_dom_build_image failed: N=
o such file or directory
libxl: error: libxl_create.c:900:domcreate_rebuild_done: cannot (re-)build =
domain: -3
#


Eric Trudeau
200 Brickstone Square Suite 401
Andover, MA 01810


--_000_FF3E5629F9FF6745ADE4EE690CEC81AD2ACE05F0SJEXCHMB09corpa_
Content-Type: text/html;
 charset=us-ascii
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri","sans-serif";}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal">Hi, I am trying to build the XEN tools for our port =
of XEN to our Cortex A15-based platform.<o:p></o:p></p>
<p class=3D"MsoNormal">I am using the repo at git://xenbits.xenproject.org/=
xen.git to cross-compile the tools into our rootfs.<o:p></o:p></p>
<p class=3D"MsoNormal">This repo is what we are using for our Hypervisor de=
velopment also.<o:p></o:p></p>
<p class=3D"MsoNormal">When building the tools, I found that libaio does no=
t build for ARM since it was missing tools/libaio/src/syscall-arm.h.<o:p></=
o:p></p>
<p class=3D"MsoNormal">I found a version on the web so that I could continu=
e.<o:p></o:p></p>
<p class=3D"MsoNormal">I also found that xc_dom_elfloader.c&#8217;s functio=
n, xc_dom_guest_type(), did not know about the EM_ARM machine type.<o:p></o=
:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Am I using the wrong repo for development of the too=
ls for ARM?<o:p></o:p></p>
<p class=3D"MsoNormal">If not, the twiki seems to indicate that xl is worki=
ng on ARM to create guest machines.&nbsp; How can that be if libxc and liba=
io seem to be missing ARM support?<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Currently, I am getting the following when trying to=
 create a guest machine with xl:<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># xl create -d dom1.cfg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></=
p>
<p class=3D"MsoNormal">Parsing config from dom1.cfg<o:p></o:p></p>
<p class=3D"MsoNormal">Calling printf_info_one_json...<o:p></o:p></p>
<p class=3D"MsoNormal">printf_info: unable to format domain config as JSON =
(YAJL:1)<o:p></o:p></p>
<p class=3D"MsoNormal">elf_xen_note_check: Not bothering with notes on ARM<=
o:p></o:p></p>
<p class=3D"MsoNormal">elf_xen_addr_calc_check: VIRT_BASE unset, using 0x0<=
o:p></o:p></p>
<p class=3D"MsoNormal">elf_xen_addr_calc_check: ELF_PADDR_OFFSET unset, usi=
ng 0x0<o:p></o:p></p>
<p class=3D"MsoNormal">elf_xen_addr_calc_check: addresses:<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; virt_base&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp; =3D 0x0<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; elf_paddr_offset =3D 0x0<o:p></o:=
p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; virt_offset&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp; =3D 0x0<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; virt_kstart&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp; =3D 0xc0008000<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; virt_kend&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp; =3D 0xc1a09e88<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; virt_entry&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp; =3D 0xc0008000<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; p2m_base&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp; =3D 0xffffffffffffffff<o:p></o:p></p>
<p class=3D"MsoNormal">xc_dom_parse_elf_kernel: xen-3.0-armv7l: 0xc0008000 =
-&gt; 0xc1a09e88xc_dom_alloc_segment: start=3D0xc0008000, virt_base=3D0x0, =
virt_alloc_end=3D0x0<o:p></o:p></p>
<p class=3D"MsoNormal">xc: error: panic: xc_dom_core.c:522: xc_dom_alloc_se=
gment: segment kernel too large (0x1a02 &gt; 0x8000 - 0xc0008 pages): Out o=
f memory<o:p></o:p></p>
<p class=3D"MsoNormal">libxl: error: libxl_dom.c:396:libxl__build_pv: xc_do=
m_build_image failed: No such file or directory<o:p></o:p></p>
<p class=3D"MsoNormal">libxl: error: libxl_create.c:900:domcreate_rebuild_d=
one: cannot (re-)build domain: -3<o:p></o:p></p>
<p class=3D"MsoNormal">#<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Eric Trudeau<o:p></o:p></p>
<p class=3D"MsoNormal">200 Brickstone Square Suite 401<o:p></o:p></p>
<p class=3D"MsoNormal">Andover, MA 01810<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</body>
</html>

--_000_FF3E5629F9FF6745ADE4EE690CEC81AD2ACE05F0SJEXCHMB09corpa_--



--===============4456144864085942935==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

--===============4456144864085942935==--



From xen-arm-bounces@lists.xen.org Tue Jun 25 23:59:31 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 25 Jun 2013 23:59:31 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Urd8y-0003jM-FR; Tue, 25 Jun 2013 23:59:28 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <etrudeau@broadcom.com>) id 1Urd8x-0003jH-39
	for xen-arm@lists.xen.org; Tue, 25 Jun 2013 23:59:27 +0000
Received: from [85.158.136.67:38293] by server-1.bemta-5.messagelabs.com id
	E9/D5-21460-EDE2AC15; Tue, 25 Jun 2013 23:59:26 +0000
X-Env-Sender: etrudeau@broadcom.com
X-Msg-Ref: server-15.tower-207.messagelabs.com!1372204764!20069553!1
X-Originating-IP: [216.31.210.19]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogMjE2LjMxLjIxMC4xOSA9PiAxNDI5Nw==\n
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 25430 invoked from network); 25 Jun 2013 23:59:25 -0000
Received: from mms3.broadcom.com (HELO mms3.broadcom.com) (216.31.210.19)
	by server-15.tower-207.messagelabs.com with SMTP;
	25 Jun 2013 23:59:25 -0000
Received: from [10.9.208.53] by mms3.broadcom.com with ESMTP (Broadcom
	SMTP Relay (Email Firewall v6.5)); Tue, 25 Jun 2013 16:49:59 -0700
X-Server-Uuid: B86B6450-0931-4310-942E-F00ED04CA7AF
Received: from SJEXCHCAS04.corp.ad.broadcom.com (10.16.203.10) by
	IRVEXCHCAS06.corp.ad.broadcom.com (10.9.208.53) with Microsoft SMTP
	Server (TLS) id 14.1.438.0; Tue, 25 Jun 2013 16:59:14 -0700
Received: from SJEXCHMB09.corp.ad.broadcom.com (
	[fe80::3da7:665e:cc78:181f]) by SJEXCHCAS04.corp.ad.broadcom.com (
	[::1]) with mapi id 14.01.0438.000; Tue, 25 Jun 2013 16:59:14 -0700
From: "Eric Trudeau" <etrudeau@broadcom.com>
To: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Thread-Topic: XEN tools for ARM with Virtualization Extensions
Thread-Index: Ac5x/hIn6nqf5EjJTZqDwdCaQWsF7g==
Date: Tue, 25 Jun 2013 23:59:13 +0000
Message-ID: <FF3E5629F9FF6745ADE4EE690CEC81AD2ACE05F0@SJEXCHMB09.corp.ad.broadcom.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.16.203.100]
MIME-Version: 1.0
X-WSS-ID: 7DD4F32D2L838047460-01-01
Subject: [XenARM] XEN tools for ARM with Virtualization Extensions
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============4456144864085942935=="
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org


--===============4456144864085942935==
Content-Language: en-US
Content-Type: multipart/alternative;
 boundary=_000_FF3E5629F9FF6745ADE4EE690CEC81AD2ACE05F0SJEXCHMB09corpa_


--_000_FF3E5629F9FF6745ADE4EE690CEC81AD2ACE05F0SJEXCHMB09corpa_
Content-Type: text/plain;
 charset=us-ascii
Content-Transfer-Encoding: quoted-printable

Hi, I am trying to build the XEN tools for our port of XEN to our Cortex A1=
5-based platform.
I am using the repo at git://xenbits.xenproject.org/xen.git to cross-compil=
e the tools into our rootfs.
This repo is what we are using for our Hypervisor development also.
When building the tools, I found that libaio does not build for ARM since i=
t was missing tools/libaio/src/syscall-arm.h.
I found a version on the web so that I could continue.
I also found that xc_dom_elfloader.c's function, xc_dom_guest_type(), did n=
ot know about the EM_ARM machine type.

Am I using the wrong repo for development of the tools for ARM?
If not, the twiki seems to indicate that xl is working on ARM to create gue=
st machines.  How can that be if libxc and libaio seem to be missing ARM su=
pport?

Currently, I am getting the following when trying to create a guest machine=
 with xl:

# xl create -d dom1.cfg
Parsing config from dom1.cfg
Calling printf_info_one_json...
printf_info: unable to format domain config as JSON (YAJL:1)
elf_xen_note_check: Not bothering with notes on ARM
elf_xen_addr_calc_check: VIRT_BASE unset, using 0x0
elf_xen_addr_calc_check: ELF_PADDR_OFFSET unset, using 0x0
elf_xen_addr_calc_check: addresses:
    virt_base        =3D 0x0
    elf_paddr_offset =3D 0x0
    virt_offset      =3D 0x0
    virt_kstart      =3D 0xc0008000
    virt_kend        =3D 0xc1a09e88
    virt_entry       =3D 0xc0008000
    p2m_base         =3D 0xffffffffffffffff
xc_dom_parse_elf_kernel: xen-3.0-armv7l: 0xc0008000 -> 0xc1a09e88xc_dom_all=
oc_segment: start=3D0xc0008000, virt_base=3D0x0, virt_alloc_end=3D0x0
xc: error: panic: xc_dom_core.c:522: xc_dom_alloc_segment: segment kernel t=
oo large (0x1a02 > 0x8000 - 0xc0008 pages): Out of memory
libxl: error: libxl_dom.c:396:libxl__build_pv: xc_dom_build_image failed: N=
o such file or directory
libxl: error: libxl_create.c:900:domcreate_rebuild_done: cannot (re-)build =
domain: -3
#


Eric Trudeau
200 Brickstone Square Suite 401
Andover, MA 01810


--_000_FF3E5629F9FF6745ADE4EE690CEC81AD2ACE05F0SJEXCHMB09corpa_
Content-Type: text/html;
 charset=us-ascii
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri","sans-serif";}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal">Hi, I am trying to build the XEN tools for our port =
of XEN to our Cortex A15-based platform.<o:p></o:p></p>
<p class=3D"MsoNormal">I am using the repo at git://xenbits.xenproject.org/=
xen.git to cross-compile the tools into our rootfs.<o:p></o:p></p>
<p class=3D"MsoNormal">This repo is what we are using for our Hypervisor de=
velopment also.<o:p></o:p></p>
<p class=3D"MsoNormal">When building the tools, I found that libaio does no=
t build for ARM since it was missing tools/libaio/src/syscall-arm.h.<o:p></=
o:p></p>
<p class=3D"MsoNormal">I found a version on the web so that I could continu=
e.<o:p></o:p></p>
<p class=3D"MsoNormal">I also found that xc_dom_elfloader.c&#8217;s functio=
n, xc_dom_guest_type(), did not know about the EM_ARM machine type.<o:p></o=
:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Am I using the wrong repo for development of the too=
ls for ARM?<o:p></o:p></p>
<p class=3D"MsoNormal">If not, the twiki seems to indicate that xl is worki=
ng on ARM to create guest machines.&nbsp; How can that be if libxc and liba=
io seem to be missing ARM support?<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Currently, I am getting the following when trying to=
 create a guest machine with xl:<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># xl create -d dom1.cfg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></=
p>
<p class=3D"MsoNormal">Parsing config from dom1.cfg<o:p></o:p></p>
<p class=3D"MsoNormal">Calling printf_info_one_json...<o:p></o:p></p>
<p class=3D"MsoNormal">printf_info: unable to format domain config as JSON =
(YAJL:1)<o:p></o:p></p>
<p class=3D"MsoNormal">elf_xen_note_check: Not bothering with notes on ARM<=
o:p></o:p></p>
<p class=3D"MsoNormal">elf_xen_addr_calc_check: VIRT_BASE unset, using 0x0<=
o:p></o:p></p>
<p class=3D"MsoNormal">elf_xen_addr_calc_check: ELF_PADDR_OFFSET unset, usi=
ng 0x0<o:p></o:p></p>
<p class=3D"MsoNormal">elf_xen_addr_calc_check: addresses:<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; virt_base&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp; =3D 0x0<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; elf_paddr_offset =3D 0x0<o:p></o:=
p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; virt_offset&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp; =3D 0x0<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; virt_kstart&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp; =3D 0xc0008000<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; virt_kend&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp; =3D 0xc1a09e88<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; virt_entry&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp; =3D 0xc0008000<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; p2m_base&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp; =3D 0xffffffffffffffff<o:p></o:p></p>
<p class=3D"MsoNormal">xc_dom_parse_elf_kernel: xen-3.0-armv7l: 0xc0008000 =
-&gt; 0xc1a09e88xc_dom_alloc_segment: start=3D0xc0008000, virt_base=3D0x0, =
virt_alloc_end=3D0x0<o:p></o:p></p>
<p class=3D"MsoNormal">xc: error: panic: xc_dom_core.c:522: xc_dom_alloc_se=
gment: segment kernel too large (0x1a02 &gt; 0x8000 - 0xc0008 pages): Out o=
f memory<o:p></o:p></p>
<p class=3D"MsoNormal">libxl: error: libxl_dom.c:396:libxl__build_pv: xc_do=
m_build_image failed: No such file or directory<o:p></o:p></p>
<p class=3D"MsoNormal">libxl: error: libxl_create.c:900:domcreate_rebuild_d=
one: cannot (re-)build domain: -3<o:p></o:p></p>
<p class=3D"MsoNormal">#<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Eric Trudeau<o:p></o:p></p>
<p class=3D"MsoNormal">200 Brickstone Square Suite 401<o:p></o:p></p>
<p class=3D"MsoNormal">Andover, MA 01810<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</body>
</html>

--_000_FF3E5629F9FF6745ADE4EE690CEC81AD2ACE05F0SJEXCHMB09corpa_--



--===============4456144864085942935==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

--===============4456144864085942935==--



From xen-arm-bounces@lists.xen.org Wed Jun 26 07:32:12 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 26 Jun 2013 07:32:12 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UrkD2-0004co-K8; Wed, 26 Jun 2013 07:32:08 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <baozich@gmail.com>)
	id 1UrkD0-0004cd-9v; Wed, 26 Jun 2013 07:32:06 +0000
Received: from [85.158.136.67:63449] by server-11.bemta-5.messagelabs.com id
	8B/1A-02024-5F89AC15; Wed, 26 Jun 2013 07:32:05 +0000
X-Env-Sender: baozich@gmail.com
X-Msg-Ref: server-7.tower-207.messagelabs.com!1372231922!25669694!1
X-Originating-IP: [209.85.160.54]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_14,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 15558 invoked from network); 26 Jun 2013 07:32:04 -0000
Received: from mail-pb0-f54.google.com (HELO mail-pb0-f54.google.com)
	(209.85.160.54)
	by server-7.tower-207.messagelabs.com with RC4-SHA encrypted SMTP;
	26 Jun 2013 07:32:04 -0000
Received: by mail-pb0-f54.google.com with SMTP id ro2so13742265pbb.41
	for <multiple recipients>; Wed, 26 Jun 2013 00:32:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=content-type:mime-version:subject:from:in-reply-to:date:cc
	:content-transfer-encoding:message-id:references:to:x-mailer;
	bh=4VCFWfSN4+G358duVMr1Lrg3KekIOebuWjXykKeAGWE=;
	b=RORa8mGzEepNeQcvAJK8UoIrmMHeXdFfOo/yFyH95wdRqeJTev0FMPrBb4jElFnE7i
	qaQzyMt3sr7lfnHOuzGhWYRMrLgehvgHC3JVlzZmtyl3rvcKLCjOD1ugLHTbN6uWjCif
	FhZ6F4YNDr+gJpqIhNglxAs9Vp7OteC3EdydL4538gwTpRurcWlDkx4bzP2ulhDUclHY
	rfW9jkasUFQ6lC6D+jElDWE42oW5FKfDfPOHOPFSmn1koXg4kY7zX8+Zvvylsy+QSxys
	olJUbQeDL4xSVoHqqrJlIGTZ1c73zEUi8rSu5iXLU4Vb5QkP23Fkn1DWhEWfgQb7s9jB
	r2sw==
X-Received: by 10.66.162.102 with SMTP id xz6mr3634374pab.0.1372231922353;
	Wed, 26 Jun 2013 00:32:02 -0700 (PDT)
Received: from [192.168.1.101] ([222.240.177.42])
	by mx.google.com with ESMTPSA id
	ib9sm26944419pbc.43.2013.06.26.00.31.55 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Wed, 26 Jun 2013 00:32:01 -0700 (PDT)
Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\))
From: Chen Baozi <baozich@gmail.com>
In-Reply-To: <1372173137.18901.43.camel@zakaz.uk.xensource.com>
Date: Wed, 26 Jun 2013 15:31:45 +0800
Message-Id: <3F77B5CB-8FF4-4595-B05B-8A6255C33446@gmail.com>
References: <B233B616-32CD-4E22-9311-42BBDC9D3A4F@gmail.com>
	<1372173137.18901.43.camel@zakaz.uk.xensource.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
X-Mailer: Apple Mail (2.1508)
Cc: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>, xen-devel@lists.xen.org
Subject: Re: [XenARM] [Xen-devel] Xen on OMAP5432
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Hi Ian,
On Jun 25, 2013, at 11:12 PM, Ian Campbell <Ian.Campbell@citrix.com> wrote:

> On Tue, 2013-06-25 at 16:47 +0800, Chen Baozi wrote:
>> Hi all,
>> 
>> I've got an OMAP5432 uEVM development board and wondered if it is already supported by Xen?
> 
> Not by the Xen w/ hardware extensions port (i.e.
> http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions). I
> can't speak for the PV port.
> 
> If the hardware has the appropriate virtualisation support then porting
> to a new platform isn't all that troublesome, if you've got a working
> upstream Linux kernel with DTB support to use as dom0.
Thanks.

TI ships a 3.8.4 kernel for OMAP5432 uEVM. I think it may be new enough for a dom0?

Baozi
_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Wed Jun 26 07:32:12 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 26 Jun 2013 07:32:12 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UrkD2-0004co-K8; Wed, 26 Jun 2013 07:32:08 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <baozich@gmail.com>)
	id 1UrkD0-0004cd-9v; Wed, 26 Jun 2013 07:32:06 +0000
Received: from [85.158.136.67:63449] by server-11.bemta-5.messagelabs.com id
	8B/1A-02024-5F89AC15; Wed, 26 Jun 2013 07:32:05 +0000
X-Env-Sender: baozich@gmail.com
X-Msg-Ref: server-7.tower-207.messagelabs.com!1372231922!25669694!1
X-Originating-IP: [209.85.160.54]
X-SpamReason: No, hits=0.0 required=7.0 tests=ML_RADAR_SPEW_LINKS_14,
	spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 15558 invoked from network); 26 Jun 2013 07:32:04 -0000
Received: from mail-pb0-f54.google.com (HELO mail-pb0-f54.google.com)
	(209.85.160.54)
	by server-7.tower-207.messagelabs.com with RC4-SHA encrypted SMTP;
	26 Jun 2013 07:32:04 -0000
Received: by mail-pb0-f54.google.com with SMTP id ro2so13742265pbb.41
	for <multiple recipients>; Wed, 26 Jun 2013 00:32:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=content-type:mime-version:subject:from:in-reply-to:date:cc
	:content-transfer-encoding:message-id:references:to:x-mailer;
	bh=4VCFWfSN4+G358duVMr1Lrg3KekIOebuWjXykKeAGWE=;
	b=RORa8mGzEepNeQcvAJK8UoIrmMHeXdFfOo/yFyH95wdRqeJTev0FMPrBb4jElFnE7i
	qaQzyMt3sr7lfnHOuzGhWYRMrLgehvgHC3JVlzZmtyl3rvcKLCjOD1ugLHTbN6uWjCif
	FhZ6F4YNDr+gJpqIhNglxAs9Vp7OteC3EdydL4538gwTpRurcWlDkx4bzP2ulhDUclHY
	rfW9jkasUFQ6lC6D+jElDWE42oW5FKfDfPOHOPFSmn1koXg4kY7zX8+Zvvylsy+QSxys
	olJUbQeDL4xSVoHqqrJlIGTZ1c73zEUi8rSu5iXLU4Vb5QkP23Fkn1DWhEWfgQb7s9jB
	r2sw==
X-Received: by 10.66.162.102 with SMTP id xz6mr3634374pab.0.1372231922353;
	Wed, 26 Jun 2013 00:32:02 -0700 (PDT)
Received: from [192.168.1.101] ([222.240.177.42])
	by mx.google.com with ESMTPSA id
	ib9sm26944419pbc.43.2013.06.26.00.31.55 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Wed, 26 Jun 2013 00:32:01 -0700 (PDT)
Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\))
From: Chen Baozi <baozich@gmail.com>
In-Reply-To: <1372173137.18901.43.camel@zakaz.uk.xensource.com>
Date: Wed, 26 Jun 2013 15:31:45 +0800
Message-Id: <3F77B5CB-8FF4-4595-B05B-8A6255C33446@gmail.com>
References: <B233B616-32CD-4E22-9311-42BBDC9D3A4F@gmail.com>
	<1372173137.18901.43.camel@zakaz.uk.xensource.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
X-Mailer: Apple Mail (2.1508)
Cc: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>, xen-devel@lists.xen.org
Subject: Re: [XenARM] [Xen-devel] Xen on OMAP5432
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Hi Ian,
On Jun 25, 2013, at 11:12 PM, Ian Campbell <Ian.Campbell@citrix.com> wrote:

> On Tue, 2013-06-25 at 16:47 +0800, Chen Baozi wrote:
>> Hi all,
>> 
>> I've got an OMAP5432 uEVM development board and wondered if it is already supported by Xen?
> 
> Not by the Xen w/ hardware extensions port (i.e.
> http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions). I
> can't speak for the PV port.
> 
> If the hardware has the appropriate virtualisation support then porting
> to a new platform isn't all that troublesome, if you've got a working
> upstream Linux kernel with DTB support to use as dom0.
Thanks.

TI ships a 3.8.4 kernel for OMAP5432 uEVM. I think it may be new enough for a dom0?

Baozi
_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Wed Jun 26 07:46:14 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 26 Jun 2013 07:46:14 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UrkQc-00052z-SY; Wed, 26 Jun 2013 07:46:10 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>)
	id 1UrkQb-00052r-Mp; Wed, 26 Jun 2013 07:46:09 +0000
Received: from [85.158.139.211:4640] by server-1.bemta-5.messagelabs.com id
	93/88-21460-04C9AC15; Wed, 26 Jun 2013 07:46:08 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-11.tower-206.messagelabs.com!1372232767!19047148!1
X-Originating-IP: [46.33.159.39]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNDYuMzMuMTU5LjM5ID0+IDI2MzI1\n
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 24718 invoked from network); 26 Jun 2013 07:46:08 -0000
Received: from smtp.eu.citrix.com (HELO SMTP.EU.CITRIX.COM) (46.33.159.39)
	by server-11.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	26 Jun 2013 07:46:08 -0000
X-IronPort-AV: E=Sophos;i="4.87,941,1363132800"; 
   d="scan'208";a="6062170"
Received: from lonpmailmx01.citrite.net ([10.30.203.162])
	by LONPIPO01.EU.CITRIX.COM with ESMTP/TLS/RC4-MD5;
	26 Jun 2013 07:46:08 +0000
Received: from [127.0.0.1] (10.80.16.67) by smtprelay.citrix.com
	(10.30.203.162) with Microsoft SMTP Server id 8.3.298.1;
	Wed, 26 Jun 2013 08:46:07 +0100
Message-ID: <1372232766.8055.79.camel@dagon.hellion.org.uk>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Chen Baozi <baozich@gmail.com>
Date: Wed, 26 Jun 2013 08:46:06 +0100
In-Reply-To: <3F77B5CB-8FF4-4595-B05B-8A6255C33446@gmail.com>
References: <B233B616-32CD-4E22-9311-42BBDC9D3A4F@gmail.com>
	<1372173137.18901.43.camel@zakaz.uk.xensource.com>
	<3F77B5CB-8FF4-4595-B05B-8A6255C33446@gmail.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.4.4-3 
MIME-Version: 1.0
Cc: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>, xen-devel@lists.xen.org
Subject: Re: [XenARM] [Xen-devel] Xen on OMAP5432
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

On Wed, 2013-06-26 at 15:31 +0800, Chen Baozi wrote:
> Hi Ian,
> On Jun 25, 2013, at 11:12 PM, Ian Campbell <Ian.Campbell@citrix.com> wrote:
> 
> > On Tue, 2013-06-25 at 16:47 +0800, Chen Baozi wrote:
> >> Hi all,
> >> 
> >> I've got an OMAP5432 uEVM development board and wondered if it is already supported by Xen?
> > 
> > Not by the Xen w/ hardware extensions port (i.e.
> > http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions). I
> > can't speak for the PV port.
> > 
> > If the hardware has the appropriate virtualisation support then porting
> > to a new platform isn't all that troublesome, if you've got a working
> > upstream Linux kernel with DTB support to use as dom0.
> Thanks.
> 
> TI ships a 3.8.4 kernel for OMAP5432 uEVM. I think it may be new enough for a dom0?

I think so, initial support was in 3.7 IIRC and 3.8 had most of what is
needed to get started. You likely just need to recompile it with
CONFIG_XEN enabled.

Ian.



_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Wed Jun 26 07:46:14 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 26 Jun 2013 07:46:14 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UrkQc-00052z-SY; Wed, 26 Jun 2013 07:46:10 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>)
	id 1UrkQb-00052r-Mp; Wed, 26 Jun 2013 07:46:09 +0000
Received: from [85.158.139.211:4640] by server-1.bemta-5.messagelabs.com id
	93/88-21460-04C9AC15; Wed, 26 Jun 2013 07:46:08 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-11.tower-206.messagelabs.com!1372232767!19047148!1
X-Originating-IP: [46.33.159.39]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNDYuMzMuMTU5LjM5ID0+IDI2MzI1\n
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 24718 invoked from network); 26 Jun 2013 07:46:08 -0000
Received: from smtp.eu.citrix.com (HELO SMTP.EU.CITRIX.COM) (46.33.159.39)
	by server-11.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	26 Jun 2013 07:46:08 -0000
X-IronPort-AV: E=Sophos;i="4.87,941,1363132800"; 
   d="scan'208";a="6062170"
Received: from lonpmailmx01.citrite.net ([10.30.203.162])
	by LONPIPO01.EU.CITRIX.COM with ESMTP/TLS/RC4-MD5;
	26 Jun 2013 07:46:08 +0000
Received: from [127.0.0.1] (10.80.16.67) by smtprelay.citrix.com
	(10.30.203.162) with Microsoft SMTP Server id 8.3.298.1;
	Wed, 26 Jun 2013 08:46:07 +0100
Message-ID: <1372232766.8055.79.camel@dagon.hellion.org.uk>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Chen Baozi <baozich@gmail.com>
Date: Wed, 26 Jun 2013 08:46:06 +0100
In-Reply-To: <3F77B5CB-8FF4-4595-B05B-8A6255C33446@gmail.com>
References: <B233B616-32CD-4E22-9311-42BBDC9D3A4F@gmail.com>
	<1372173137.18901.43.camel@zakaz.uk.xensource.com>
	<3F77B5CB-8FF4-4595-B05B-8A6255C33446@gmail.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.4.4-3 
MIME-Version: 1.0
Cc: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>, xen-devel@lists.xen.org
Subject: Re: [XenARM] [Xen-devel] Xen on OMAP5432
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

On Wed, 2013-06-26 at 15:31 +0800, Chen Baozi wrote:
> Hi Ian,
> On Jun 25, 2013, at 11:12 PM, Ian Campbell <Ian.Campbell@citrix.com> wrote:
> 
> > On Tue, 2013-06-25 at 16:47 +0800, Chen Baozi wrote:
> >> Hi all,
> >> 
> >> I've got an OMAP5432 uEVM development board and wondered if it is already supported by Xen?
> > 
> > Not by the Xen w/ hardware extensions port (i.e.
> > http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions). I
> > can't speak for the PV port.
> > 
> > If the hardware has the appropriate virtualisation support then porting
> > to a new platform isn't all that troublesome, if you've got a working
> > upstream Linux kernel with DTB support to use as dom0.
> Thanks.
> 
> TI ships a 3.8.4 kernel for OMAP5432 uEVM. I think it may be new enough for a dom0?

I think so, initial support was in 3.7 IIRC and 3.8 had most of what is
needed to get started. You likely just need to recompile it with
CONFIG_XEN enabled.

Ian.



_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Wed Jun 26 09:32:21 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 26 Jun 2013 09:32:21 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Urm5K-0008F4-8y; Wed, 26 Jun 2013 09:32:18 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <post4pavan@gmail.com>) id 1Urm5J-0008Ez-47
	for xen-arm@lists.xen.org; Wed, 26 Jun 2013 09:32:17 +0000
Received: from [85.158.143.99:62113] by server-2.bemta-4.messagelabs.com id
	5B/7F-09492-025BAC15; Wed, 26 Jun 2013 09:32:16 +0000
X-Env-Sender: post4pavan@gmail.com
X-Msg-Ref: server-6.tower-216.messagelabs.com!1372239134!21817084!1
X-Originating-IP: [209.85.128.177]
X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_60_70,HTML_MESSAGE,
	ML_RADAR_SPEW_LINKS_14,RCVD_BY_IP,spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12585 invoked from network); 26 Jun 2013 09:32:15 -0000
Received: from mail-ve0-f177.google.com (HELO mail-ve0-f177.google.com)
	(209.85.128.177)
	by server-6.tower-216.messagelabs.com with RC4-SHA encrypted SMTP;
	26 Jun 2013 09:32:15 -0000
Received: by mail-ve0-f177.google.com with SMTP id cz10so10974473veb.8
	for <xen-arm@lists.xen.org>; Wed, 26 Jun 2013 02:32:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=49W6j0tfq9Xs/foHOIG1S2lxONJDq1Mer7DLLCs2DNs=;
	b=QE5X82bHOi4CMofpb71swh1Z2TdnH68WcYOMlX7aQkRZIltL9J8WpyoG578jbYTjNo
	Gh5zTPmlDK5gqSjZpydl5Log0Y5LSZEJfhrXFQjODeR5meKrw/j5DCB0m0/zHUkINLml
	gzO+Wtu+43Nn49GPn+qOzRhRwEt6vLPnQkCaqJWCh8qpEKhcN8+7soTY4GbjswJNOXVc
	/gnpgV8T30PzM/TnR9QCZM5mn+EF98xFM+7OycMeEUd13fjk/f4n72siwHddsnAqj3qn
	HmxmC10irzF/VwVjhJcM7k2FDeJuQoU1N9ttgOrH8ZMMTpV8TCp8tPVtjJzozjAuP8Og
	SurQ==
MIME-Version: 1.0
X-Received: by 10.220.174.2 with SMTP id r2mr1340698vcz.78.1372239133794; Wed,
	26 Jun 2013 02:32:13 -0700 (PDT)
Received: by 10.221.39.129 with HTTP; Wed, 26 Jun 2013 02:32:13 -0700 (PDT)
In-Reply-To: <BLU177-W39845D1A93FDF4FCCB2D4AC08B0@phx.gbl>
References: <BLU177-W39845D1A93FDF4FCCB2D4AC08B0@phx.gbl>
Date: Wed, 26 Jun 2013 15:02:13 +0530
Message-ID: <CAOZ3Y4O+RzP=VtUCDRkya44+svD=A8AyKWw7o=3mdYGDm_w-Xw@mail.gmail.com>
From: Krishna Pavan <post4pavan@gmail.com>
To: Rajesh Paul <rajeshpaul@hotmail.com>
Cc: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Subject: Re: [XenARM] Xen ARM support for Tegra3
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2716203341236031259=="
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

--===============2716203341236031259==
Content-Type: multipart/alternative; boundary=047d7b3a8e9e1de75c04e00b52b0

--047d7b3a8e9e1de75c04e00b52b0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi,

For Tegra2 it's available. I haven't come across Tegra3 news.





On Tue, Jun 25, 2013 at 11:33 PM, Rajesh Paul <rajeshpaul@hotmail.com>wrote=
:

>  Hi All,
>
> One of my project requirements need booting two Ubuntu Linux instances on
> a Tegra 3 Board(Quad-core ARM Cortex A9 MPCore processor). And I plan to
> host them on a Xen ARM based Hypervisor.
>
> my query:
>
> Is there a specific support available for *Xen (ARM PV)* for Cortex A9
> based processors. I see support for Cortex A7, A15 (with h/w virtualizati=
on
> extensions) in many places, but didn't find any pointers/links to Cortex
> A9.
>
> Any information on this topic shall be greatly helpful.
>
> Many Thanks,
> Rajesh
>
> _______________________________________________
> Xen-arm mailing list
> Xen-arm@lists.xen.org
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
>
>


--=20
=E2=9C=89 Regards :: Krishna Pavan =E2=9C=8D

--047d7b3a8e9e1de75c04e00b52b0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><font color=3D"#993399">Hi,<br>=C2=A0<br>For Tegra2 i=
t&#39;s available. I haven&#39;t come across Tegra3 news.<br></font></div>
<div>=C2=A0</div>
<div>=C2=A0</div>
<div>=C2=A0</div>
<div><br>=C2=A0</div>
<div class=3D"gmail_quote">On Tue, Jun 25, 2013 at 11:33 PM, Rajesh Paul <s=
pan dir=3D"ltr">&lt;<a href=3D"mailto:rajeshpaul@hotmail.com" target=3D"_bl=
ank">rajeshpaul@hotmail.com</a>&gt;</span> wrote:<br>
<blockquote style=3D"BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PA=
DDING-LEFT:1ex" class=3D"gmail_quote">
<div>
<div dir=3D"ltr">Hi All, =C2=A0=20
<div><br></div>
<div>One of my project requirements need booting two Ubuntu Linux instances=
 on a Tegra 3 Board(Quad-core ARM Cortex A9 MPCore processor). And I plan t=
o host them on a Xen ARM based Hypervisor.=C2=A0</div>
<div><span style=3D"FONT-SIZE:12pt"><br></span></div>
<div><span style=3D"FONT-SIZE:12pt">my query:</span></div>
<div><span style=3D"FONT-SIZE:12pt"><br></span></div>
<div><span style=3D"FONT-SIZE:12pt">Is there a specific support available f=
or=C2=A0</span><b style=3D"LINE-HEIGHT:18px;FONT-FAMILY:Arial,sans-serif;CO=
LOR:rgb(51,51,51);FONT-SIZE:12px">Xen (ARM PV)</b><span style=3D"FONT-SIZE:=
12pt">=C2=A0for Cortex A9 based processors. I see support for Cortex A7, A1=
5 (with h/w virtualization extensions) in many places, but didn&#39;t find =
any pointers/links to Cortex A9.=C2=A0</span></div>

<div><span style=3D"FONT-SIZE:12pt"><br></span></div>
<div><span style=3D"FONT-SIZE:12pt">Any information on this topic shall be =
greatly helpful.</span></div>
<div><span style=3D"FONT-SIZE:12pt"><br></span></div>
<div><span style=3D"FONT-SIZE:12pt">Many Thanks,</span></div>
<div><span style=3D"FONT-SIZE:12pt">Rajesh</span></div></div></div><br>____=
___________________________________________<br>Xen-arm mailing list<br><a h=
ref=3D"mailto:Xen-arm@lists.xen.org">Xen-arm@lists.xen.org</a><br><a href=
=3D"http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm" target=3D"_blank=
">http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm</a><br>
<br></blockquote></div><br><br clear=3D"all"><br>-- <br>
<div dir=3D"ltr"><font style=3D"COLOR:rgb(0,0,102)" size=3D"4">=E2=9C=89</f=
ont><font style=3D"COLOR:rgb(0,0,102)"><span style=3D"FONT-FAMILY:comic san=
s ms,sans-serif"> Regards :: Krishna Pavan</span></font> <font size=3D"4"><=
span style=3D"COLOR:rgb(0,0,102)">=E2=9C=8D</span></font></div>
</div>

--047d7b3a8e9e1de75c04e00b52b0--


--===============2716203341236031259==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

--===============2716203341236031259==--


From xen-arm-bounces@lists.xen.org Wed Jun 26 09:32:21 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 26 Jun 2013 09:32:21 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Urm5K-0008F4-8y; Wed, 26 Jun 2013 09:32:18 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <post4pavan@gmail.com>) id 1Urm5J-0008Ez-47
	for xen-arm@lists.xen.org; Wed, 26 Jun 2013 09:32:17 +0000
Received: from [85.158.143.99:62113] by server-2.bemta-4.messagelabs.com id
	5B/7F-09492-025BAC15; Wed, 26 Jun 2013 09:32:16 +0000
X-Env-Sender: post4pavan@gmail.com
X-Msg-Ref: server-6.tower-216.messagelabs.com!1372239134!21817084!1
X-Originating-IP: [209.85.128.177]
X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_60_70,HTML_MESSAGE,
	ML_RADAR_SPEW_LINKS_14,RCVD_BY_IP,spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12585 invoked from network); 26 Jun 2013 09:32:15 -0000
Received: from mail-ve0-f177.google.com (HELO mail-ve0-f177.google.com)
	(209.85.128.177)
	by server-6.tower-216.messagelabs.com with RC4-SHA encrypted SMTP;
	26 Jun 2013 09:32:15 -0000
Received: by mail-ve0-f177.google.com with SMTP id cz10so10974473veb.8
	for <xen-arm@lists.xen.org>; Wed, 26 Jun 2013 02:32:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=49W6j0tfq9Xs/foHOIG1S2lxONJDq1Mer7DLLCs2DNs=;
	b=QE5X82bHOi4CMofpb71swh1Z2TdnH68WcYOMlX7aQkRZIltL9J8WpyoG578jbYTjNo
	Gh5zTPmlDK5gqSjZpydl5Log0Y5LSZEJfhrXFQjODeR5meKrw/j5DCB0m0/zHUkINLml
	gzO+Wtu+43Nn49GPn+qOzRhRwEt6vLPnQkCaqJWCh8qpEKhcN8+7soTY4GbjswJNOXVc
	/gnpgV8T30PzM/TnR9QCZM5mn+EF98xFM+7OycMeEUd13fjk/f4n72siwHddsnAqj3qn
	HmxmC10irzF/VwVjhJcM7k2FDeJuQoU1N9ttgOrH8ZMMTpV8TCp8tPVtjJzozjAuP8Og
	SurQ==
MIME-Version: 1.0
X-Received: by 10.220.174.2 with SMTP id r2mr1340698vcz.78.1372239133794; Wed,
	26 Jun 2013 02:32:13 -0700 (PDT)
Received: by 10.221.39.129 with HTTP; Wed, 26 Jun 2013 02:32:13 -0700 (PDT)
In-Reply-To: <BLU177-W39845D1A93FDF4FCCB2D4AC08B0@phx.gbl>
References: <BLU177-W39845D1A93FDF4FCCB2D4AC08B0@phx.gbl>
Date: Wed, 26 Jun 2013 15:02:13 +0530
Message-ID: <CAOZ3Y4O+RzP=VtUCDRkya44+svD=A8AyKWw7o=3mdYGDm_w-Xw@mail.gmail.com>
From: Krishna Pavan <post4pavan@gmail.com>
To: Rajesh Paul <rajeshpaul@hotmail.com>
Cc: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Subject: Re: [XenARM] Xen ARM support for Tegra3
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2716203341236031259=="
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

--===============2716203341236031259==
Content-Type: multipart/alternative; boundary=047d7b3a8e9e1de75c04e00b52b0

--047d7b3a8e9e1de75c04e00b52b0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi,

For Tegra2 it's available. I haven't come across Tegra3 news.





On Tue, Jun 25, 2013 at 11:33 PM, Rajesh Paul <rajeshpaul@hotmail.com>wrote=
:

>  Hi All,
>
> One of my project requirements need booting two Ubuntu Linux instances on
> a Tegra 3 Board(Quad-core ARM Cortex A9 MPCore processor). And I plan to
> host them on a Xen ARM based Hypervisor.
>
> my query:
>
> Is there a specific support available for *Xen (ARM PV)* for Cortex A9
> based processors. I see support for Cortex A7, A15 (with h/w virtualizati=
on
> extensions) in many places, but didn't find any pointers/links to Cortex
> A9.
>
> Any information on this topic shall be greatly helpful.
>
> Many Thanks,
> Rajesh
>
> _______________________________________________
> Xen-arm mailing list
> Xen-arm@lists.xen.org
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
>
>


--=20
=E2=9C=89 Regards :: Krishna Pavan =E2=9C=8D

--047d7b3a8e9e1de75c04e00b52b0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><font color=3D"#993399">Hi,<br>=C2=A0<br>For Tegra2 i=
t&#39;s available. I haven&#39;t come across Tegra3 news.<br></font></div>
<div>=C2=A0</div>
<div>=C2=A0</div>
<div>=C2=A0</div>
<div><br>=C2=A0</div>
<div class=3D"gmail_quote">On Tue, Jun 25, 2013 at 11:33 PM, Rajesh Paul <s=
pan dir=3D"ltr">&lt;<a href=3D"mailto:rajeshpaul@hotmail.com" target=3D"_bl=
ank">rajeshpaul@hotmail.com</a>&gt;</span> wrote:<br>
<blockquote style=3D"BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PA=
DDING-LEFT:1ex" class=3D"gmail_quote">
<div>
<div dir=3D"ltr">Hi All, =C2=A0=20
<div><br></div>
<div>One of my project requirements need booting two Ubuntu Linux instances=
 on a Tegra 3 Board(Quad-core ARM Cortex A9 MPCore processor). And I plan t=
o host them on a Xen ARM based Hypervisor.=C2=A0</div>
<div><span style=3D"FONT-SIZE:12pt"><br></span></div>
<div><span style=3D"FONT-SIZE:12pt">my query:</span></div>
<div><span style=3D"FONT-SIZE:12pt"><br></span></div>
<div><span style=3D"FONT-SIZE:12pt">Is there a specific support available f=
or=C2=A0</span><b style=3D"LINE-HEIGHT:18px;FONT-FAMILY:Arial,sans-serif;CO=
LOR:rgb(51,51,51);FONT-SIZE:12px">Xen (ARM PV)</b><span style=3D"FONT-SIZE:=
12pt">=C2=A0for Cortex A9 based processors. I see support for Cortex A7, A1=
5 (with h/w virtualization extensions) in many places, but didn&#39;t find =
any pointers/links to Cortex A9.=C2=A0</span></div>

<div><span style=3D"FONT-SIZE:12pt"><br></span></div>
<div><span style=3D"FONT-SIZE:12pt">Any information on this topic shall be =
greatly helpful.</span></div>
<div><span style=3D"FONT-SIZE:12pt"><br></span></div>
<div><span style=3D"FONT-SIZE:12pt">Many Thanks,</span></div>
<div><span style=3D"FONT-SIZE:12pt">Rajesh</span></div></div></div><br>____=
___________________________________________<br>Xen-arm mailing list<br><a h=
ref=3D"mailto:Xen-arm@lists.xen.org">Xen-arm@lists.xen.org</a><br><a href=
=3D"http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm" target=3D"_blank=
">http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm</a><br>
<br></blockquote></div><br><br clear=3D"all"><br>-- <br>
<div dir=3D"ltr"><font style=3D"COLOR:rgb(0,0,102)" size=3D"4">=E2=9C=89</f=
ont><font style=3D"COLOR:rgb(0,0,102)"><span style=3D"FONT-FAMILY:comic san=
s ms,sans-serif"> Regards :: Krishna Pavan</span></font> <font size=3D"4"><=
span style=3D"COLOR:rgb(0,0,102)">=E2=9C=8D</span></font></div>
</div>

--047d7b3a8e9e1de75c04e00b52b0--


--===============2716203341236031259==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

--===============2716203341236031259==--


From xen-arm-bounces@lists.xen.org Wed Jun 26 09:32:42 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 26 Jun 2013 09:32:42 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Urm5f-0008GX-Gd; Wed, 26 Jun 2013 09:32:39 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <post4pavan@gmail.com>) id 1Urm5e-0008GQ-7a
	for xen-arm@lists.xen.org; Wed, 26 Jun 2013 09:32:38 +0000
Received: from [193.109.254.147:21296] by server-9.bemta-14.messagelabs.com id
	EA/F3-15694-535BAC15; Wed, 26 Jun 2013 09:32:37 +0000
X-Env-Sender: post4pavan@gmail.com
X-Msg-Ref: server-4.tower-27.messagelabs.com!1372239110!9175505!1
X-Originating-IP: [209.85.212.42]
X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_60_70,HTML_MESSAGE,
	ML_RADAR_SPEW_LINKS_14,RCVD_BY_IP,spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 27119 invoked from network); 26 Jun 2013 09:31:52 -0000
Received: from mail-vb0-f42.google.com (HELO mail-vb0-f42.google.com)
	(209.85.212.42)
	by server-4.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	26 Jun 2013 09:31:52 -0000
Received: by mail-vb0-f42.google.com with SMTP id i3so10469522vbh.15
	for <xen-arm@lists.xen.org>; Wed, 26 Jun 2013 02:31:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=cEMOH14X5iGWTJKDgnWQUBThpqNO+bpcj3hc4/ewSc0=;
	b=eP0YmY5vX3t+Yb9BUk2BAmPraW5ODjRyYWgPld981+TANb/W0GgJFeQK2npa2P0t0O
	1zprHyavXTYlAhS0/ILH2A7ZHIogiXfXgD6P6jdbi8IOVN/vl0a46xyYCrozUFO9lhTd
	oYcBFQFZVy9hlaFPVQjSbdEBdOhS9TbH9wHozmWjL3mJF3VqkiJlRv328ll7c3bDQ1Qv
	MUOJ3IFFeZmscVjfeXTtTNzTCBw9GRuggC94ZdplWc1z6bi9lhAo2rcbiy+/xTHQ0SP7
	l2XPs+0EL0eLAtfuKyz2oUoIWCY0FlqaJTTkCH0LsQyCf/PEEmFU5lHEVJWTmsvqbrsn
	K6/Q==
MIME-Version: 1.0
X-Received: by 10.58.75.41 with SMTP id z9mr1469914vev.4.1372239110450; Wed,
	26 Jun 2013 02:31:50 -0700 (PDT)
Received: by 10.221.39.129 with HTTP; Wed, 26 Jun 2013 02:31:50 -0700 (PDT)
In-Reply-To: <BLU177-W39845D1A93FDF4FCCB2D4AC08B0@phx.gbl>
References: <BLU177-W39845D1A93FDF4FCCB2D4AC08B0@phx.gbl>
Date: Wed, 26 Jun 2013 15:01:50 +0530
Message-ID: <CAOZ3Y4OGNCrrWGwJmnJUaAz8xW4Skq8CwASpb1ekRGP+rYyO-A@mail.gmail.com>
From: Krishna Pavan <post4pavan@gmail.com>
To: Rajesh Paul <rajeshpaul@hotmail.com>
Cc: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Subject: Re: [XenARM] Xen ARM support for Tegra3
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7096224260535157542=="
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

--===============7096224260535157542==
Content-Type: multipart/alternative; boundary=089e012942aab9b68704e00b50ea

--089e012942aab9b68704e00b50ea
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi,

For Tegra2 it's available. I haven't come across Tegra3 news.


On Tue, Jun 25, 2013 at 11:33 PM, Rajesh Paul <rajeshpaul@hotmail.com>wrote=
:

>  Hi All,
>
> One of my project requirements need booting two Ubuntu Linux instances on
> a Tegra 3 Board(Quad-core ARM Cortex A9 MPCore processor). And I plan to
> host them on a Xen ARM based Hypervisor.
>
> my query:
>
> Is there a specific support available for *Xen (ARM PV)* for Cortex A9
> based processors. I see support for Cortex A7, A15 (with h/w virtualizati=
on
> extensions) in many places, but didn't find any pointers/links to Cortex
> A9.
>
> Any information on this topic shall be greatly helpful.
>
> Many Thanks,
> Rajesh
>
> _______________________________________________
> Xen-arm mailing list
> Xen-arm@lists.xen.org
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
>
>


--=20
=E2=9C=89 Regards :: Krishna Pavan =E2=9C=8D

--089e012942aab9b68704e00b50ea
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><font color=3D"#663366">Hi,</font></div>
<div><font color=3D"#663366">=C2=A0</font></div>
<div><font color=3D"#663366">For Tegra2 it&#39;s available. I haven&#39;t c=
ome across Tegra3 news.</font></div>
<div><br>=C2=A0</div>
<div class=3D"gmail_quote">On Tue, Jun 25, 2013 at 11:33 PM, Rajesh Paul <s=
pan dir=3D"ltr">&lt;<a href=3D"mailto:rajeshpaul@hotmail.com" target=3D"_bl=
ank">rajeshpaul@hotmail.com</a>&gt;</span> wrote:<br>
<blockquote style=3D"BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PA=
DDING-LEFT:1ex" class=3D"gmail_quote">
<div>
<div dir=3D"ltr">Hi All, =C2=A0=20
<div><br></div>
<div>One of my project requirements need booting two Ubuntu Linux instances=
 on a Tegra 3 Board(Quad-core ARM Cortex A9 MPCore processor). And I plan t=
o host them on a Xen ARM based Hypervisor.=C2=A0</div>
<div><span style=3D"FONT-SIZE:12pt"><br></span></div>
<div><span style=3D"FONT-SIZE:12pt">my query:</span></div>
<div><span style=3D"FONT-SIZE:12pt"><br></span></div>
<div><span style=3D"FONT-SIZE:12pt">Is there a specific support available f=
or=C2=A0</span><b style=3D"LINE-HEIGHT:18px;FONT-FAMILY:Arial,sans-serif;CO=
LOR:rgb(51,51,51);FONT-SIZE:12px">Xen (ARM PV)</b><span style=3D"FONT-SIZE:=
12pt">=C2=A0for Cortex A9 based processors. I see support for Cortex A7, A1=
5 (with h/w virtualization extensions) in many places, but didn&#39;t find =
any pointers/links to Cortex A9.=C2=A0</span></div>

<div><span style=3D"FONT-SIZE:12pt"><br></span></div>
<div><span style=3D"FONT-SIZE:12pt">Any information on this topic shall be =
greatly helpful.</span></div>
<div><span style=3D"FONT-SIZE:12pt"><br></span></div>
<div><span style=3D"FONT-SIZE:12pt">Many Thanks,</span></div>
<div><span style=3D"FONT-SIZE:12pt">Rajesh</span></div></div></div><br>____=
___________________________________________<br>Xen-arm mailing list<br><a h=
ref=3D"mailto:Xen-arm@lists.xen.org">Xen-arm@lists.xen.org</a><br><a href=
=3D"http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm" target=3D"_blank=
">http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm</a><br>
<br></blockquote></div><br><br clear=3D"all"><br>-- <br>
<div dir=3D"ltr"><font style=3D"COLOR:rgb(0,0,102)" size=3D"4">=E2=9C=89</f=
ont><font style=3D"COLOR:rgb(0,0,102)"><span style=3D"FONT-FAMILY:comic san=
s ms,sans-serif"> Regards :: Krishna Pavan</span></font> <font size=3D"4"><=
span style=3D"COLOR:rgb(0,0,102)">=E2=9C=8D</span></font></div>
</div>

--089e012942aab9b68704e00b50ea--


--===============7096224260535157542==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

--===============7096224260535157542==--


From xen-arm-bounces@lists.xen.org Wed Jun 26 09:32:42 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 26 Jun 2013 09:32:42 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Urm5f-0008GX-Gd; Wed, 26 Jun 2013 09:32:39 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <post4pavan@gmail.com>) id 1Urm5e-0008GQ-7a
	for xen-arm@lists.xen.org; Wed, 26 Jun 2013 09:32:38 +0000
Received: from [193.109.254.147:21296] by server-9.bemta-14.messagelabs.com id
	EA/F3-15694-535BAC15; Wed, 26 Jun 2013 09:32:37 +0000
X-Env-Sender: post4pavan@gmail.com
X-Msg-Ref: server-4.tower-27.messagelabs.com!1372239110!9175505!1
X-Originating-IP: [209.85.212.42]
X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_60_70,HTML_MESSAGE,
	ML_RADAR_SPEW_LINKS_14,RCVD_BY_IP,spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 27119 invoked from network); 26 Jun 2013 09:31:52 -0000
Received: from mail-vb0-f42.google.com (HELO mail-vb0-f42.google.com)
	(209.85.212.42)
	by server-4.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	26 Jun 2013 09:31:52 -0000
Received: by mail-vb0-f42.google.com with SMTP id i3so10469522vbh.15
	for <xen-arm@lists.xen.org>; Wed, 26 Jun 2013 02:31:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=cEMOH14X5iGWTJKDgnWQUBThpqNO+bpcj3hc4/ewSc0=;
	b=eP0YmY5vX3t+Yb9BUk2BAmPraW5ODjRyYWgPld981+TANb/W0GgJFeQK2npa2P0t0O
	1zprHyavXTYlAhS0/ILH2A7ZHIogiXfXgD6P6jdbi8IOVN/vl0a46xyYCrozUFO9lhTd
	oYcBFQFZVy9hlaFPVQjSbdEBdOhS9TbH9wHozmWjL3mJF3VqkiJlRv328ll7c3bDQ1Qv
	MUOJ3IFFeZmscVjfeXTtTNzTCBw9GRuggC94ZdplWc1z6bi9lhAo2rcbiy+/xTHQ0SP7
	l2XPs+0EL0eLAtfuKyz2oUoIWCY0FlqaJTTkCH0LsQyCf/PEEmFU5lHEVJWTmsvqbrsn
	K6/Q==
MIME-Version: 1.0
X-Received: by 10.58.75.41 with SMTP id z9mr1469914vev.4.1372239110450; Wed,
	26 Jun 2013 02:31:50 -0700 (PDT)
Received: by 10.221.39.129 with HTTP; Wed, 26 Jun 2013 02:31:50 -0700 (PDT)
In-Reply-To: <BLU177-W39845D1A93FDF4FCCB2D4AC08B0@phx.gbl>
References: <BLU177-W39845D1A93FDF4FCCB2D4AC08B0@phx.gbl>
Date: Wed, 26 Jun 2013 15:01:50 +0530
Message-ID: <CAOZ3Y4OGNCrrWGwJmnJUaAz8xW4Skq8CwASpb1ekRGP+rYyO-A@mail.gmail.com>
From: Krishna Pavan <post4pavan@gmail.com>
To: Rajesh Paul <rajeshpaul@hotmail.com>
Cc: "xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Subject: Re: [XenARM] Xen ARM support for Tegra3
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7096224260535157542=="
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

--===============7096224260535157542==
Content-Type: multipart/alternative; boundary=089e012942aab9b68704e00b50ea

--089e012942aab9b68704e00b50ea
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi,

For Tegra2 it's available. I haven't come across Tegra3 news.


On Tue, Jun 25, 2013 at 11:33 PM, Rajesh Paul <rajeshpaul@hotmail.com>wrote=
:

>  Hi All,
>
> One of my project requirements need booting two Ubuntu Linux instances on
> a Tegra 3 Board(Quad-core ARM Cortex A9 MPCore processor). And I plan to
> host them on a Xen ARM based Hypervisor.
>
> my query:
>
> Is there a specific support available for *Xen (ARM PV)* for Cortex A9
> based processors. I see support for Cortex A7, A15 (with h/w virtualizati=
on
> extensions) in many places, but didn't find any pointers/links to Cortex
> A9.
>
> Any information on this topic shall be greatly helpful.
>
> Many Thanks,
> Rajesh
>
> _______________________________________________
> Xen-arm mailing list
> Xen-arm@lists.xen.org
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
>
>


--=20
=E2=9C=89 Regards :: Krishna Pavan =E2=9C=8D

--089e012942aab9b68704e00b50ea
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><font color=3D"#663366">Hi,</font></div>
<div><font color=3D"#663366">=C2=A0</font></div>
<div><font color=3D"#663366">For Tegra2 it&#39;s available. I haven&#39;t c=
ome across Tegra3 news.</font></div>
<div><br>=C2=A0</div>
<div class=3D"gmail_quote">On Tue, Jun 25, 2013 at 11:33 PM, Rajesh Paul <s=
pan dir=3D"ltr">&lt;<a href=3D"mailto:rajeshpaul@hotmail.com" target=3D"_bl=
ank">rajeshpaul@hotmail.com</a>&gt;</span> wrote:<br>
<blockquote style=3D"BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PA=
DDING-LEFT:1ex" class=3D"gmail_quote">
<div>
<div dir=3D"ltr">Hi All, =C2=A0=20
<div><br></div>
<div>One of my project requirements need booting two Ubuntu Linux instances=
 on a Tegra 3 Board(Quad-core ARM Cortex A9 MPCore processor). And I plan t=
o host them on a Xen ARM based Hypervisor.=C2=A0</div>
<div><span style=3D"FONT-SIZE:12pt"><br></span></div>
<div><span style=3D"FONT-SIZE:12pt">my query:</span></div>
<div><span style=3D"FONT-SIZE:12pt"><br></span></div>
<div><span style=3D"FONT-SIZE:12pt">Is there a specific support available f=
or=C2=A0</span><b style=3D"LINE-HEIGHT:18px;FONT-FAMILY:Arial,sans-serif;CO=
LOR:rgb(51,51,51);FONT-SIZE:12px">Xen (ARM PV)</b><span style=3D"FONT-SIZE:=
12pt">=C2=A0for Cortex A9 based processors. I see support for Cortex A7, A1=
5 (with h/w virtualization extensions) in many places, but didn&#39;t find =
any pointers/links to Cortex A9.=C2=A0</span></div>

<div><span style=3D"FONT-SIZE:12pt"><br></span></div>
<div><span style=3D"FONT-SIZE:12pt">Any information on this topic shall be =
greatly helpful.</span></div>
<div><span style=3D"FONT-SIZE:12pt"><br></span></div>
<div><span style=3D"FONT-SIZE:12pt">Many Thanks,</span></div>
<div><span style=3D"FONT-SIZE:12pt">Rajesh</span></div></div></div><br>____=
___________________________________________<br>Xen-arm mailing list<br><a h=
ref=3D"mailto:Xen-arm@lists.xen.org">Xen-arm@lists.xen.org</a><br><a href=
=3D"http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm" target=3D"_blank=
">http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm</a><br>
<br></blockquote></div><br><br clear=3D"all"><br>-- <br>
<div dir=3D"ltr"><font style=3D"COLOR:rgb(0,0,102)" size=3D"4">=E2=9C=89</f=
ont><font style=3D"COLOR:rgb(0,0,102)"><span style=3D"FONT-FAMILY:comic san=
s ms,sans-serif"> Regards :: Krishna Pavan</span></font> <font size=3D"4"><=
span style=3D"COLOR:rgb(0,0,102)">=E2=9C=8D</span></font></div>
</div>

--089e012942aab9b68704e00b50ea--


--===============7096224260535157542==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

--===============7096224260535157542==--


From xen-arm-bounces@lists.xen.org Wed Jun 26 14:03:18 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 26 Jun 2013 14:03:18 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UrqJX-0006uZ-JI; Wed, 26 Jun 2013 14:03:15 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1UrqJW-0006u5-8u; Wed, 26 Jun 2013 14:03:14 +0000
Received: from [85.158.139.211:41002] by server-4.bemta-5.messagelabs.com id
	1D/E4-20445-1A4FAC15; Wed, 26 Jun 2013 14:03:13 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-6.tower-206.messagelabs.com!1372255392!19134388!1
X-Originating-IP: [74.125.83.53]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 7727 invoked from network); 26 Jun 2013 14:03:12 -0000
Received: from mail-ee0-f53.google.com (HELO mail-ee0-f53.google.com)
	(74.125.83.53)
	by server-6.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	26 Jun 2013 14:03:12 -0000
Received: by mail-ee0-f53.google.com with SMTP id c41so7545580eek.12
	for <multiple recipients>; Wed, 26 Jun 2013 07:03:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=uPYB1FFkcZkOWn3Qn/5JmHVQk0x8XwmWKif6lZoU0Do=;
	b=WPSZT3H89qgjWz4ixBOZxUDNUvUmAq4Oaww3/nccMXFD++SbzAQ49b1z3u0eZYeb/Z
	O6/N6at6d6ANmaY6M15eQnjNT5ILCDBh+o36AxOedTBhGoDdL2g6Eka5G3ig/ChnN8j6
	qRcO3CAre6zGJURcgf7aCxSM6npJbAXlIzRTQECLIirVo9yqE8EgWhX3D/kje1iLsJiX
	SzRZslotunMZb8vOAw4qWbZ+XEi+jc9c6T9J74m6VmpjRJC2kF6kv8HQv4uiMZ9+aYEQ
	GrpkfSgnhYYCEQiaIrbUtD5TPUiabffhVxCq/oEgQOF23FMhAYL52D529dpZMMVUFV0X
	SwnQ==
X-Received: by 10.15.31.9 with SMTP id x9mr4255538eeu.103.1372255392518;
	Wed, 26 Jun 2013 07:03:12 -0700 (PDT)
Received: from [172.16.25.10] (firewall.ctxuk.citrix.com. [46.33.159.2])
	by mx.google.com with ESMTPSA id
	e44sm43094686eeh.11.2013.06.26.07.03.10 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Wed, 26 Jun 2013 07:03:11 -0700 (PDT)
Message-ID: <51CAF49D.3030600@xen.org>
Date: Wed, 26 Jun 2013 15:03:09 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>,
	"xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Subject: [XenARM] June Advisory Board minutes published
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

See http://wiki.xen.org/wiki/AB_Meeting/June_2013_Minutes

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Wed Jun 26 14:03:18 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 26 Jun 2013 14:03:18 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UrqJX-0006uZ-JI; Wed, 26 Jun 2013 14:03:15 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1UrqJW-0006u5-8u; Wed, 26 Jun 2013 14:03:14 +0000
Received: from [85.158.139.211:41002] by server-4.bemta-5.messagelabs.com id
	1D/E4-20445-1A4FAC15; Wed, 26 Jun 2013 14:03:13 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-6.tower-206.messagelabs.com!1372255392!19134388!1
X-Originating-IP: [74.125.83.53]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 7727 invoked from network); 26 Jun 2013 14:03:12 -0000
Received: from mail-ee0-f53.google.com (HELO mail-ee0-f53.google.com)
	(74.125.83.53)
	by server-6.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	26 Jun 2013 14:03:12 -0000
Received: by mail-ee0-f53.google.com with SMTP id c41so7545580eek.12
	for <multiple recipients>; Wed, 26 Jun 2013 07:03:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=uPYB1FFkcZkOWn3Qn/5JmHVQk0x8XwmWKif6lZoU0Do=;
	b=WPSZT3H89qgjWz4ixBOZxUDNUvUmAq4Oaww3/nccMXFD++SbzAQ49b1z3u0eZYeb/Z
	O6/N6at6d6ANmaY6M15eQnjNT5ILCDBh+o36AxOedTBhGoDdL2g6Eka5G3ig/ChnN8j6
	qRcO3CAre6zGJURcgf7aCxSM6npJbAXlIzRTQECLIirVo9yqE8EgWhX3D/kje1iLsJiX
	SzRZslotunMZb8vOAw4qWbZ+XEi+jc9c6T9J74m6VmpjRJC2kF6kv8HQv4uiMZ9+aYEQ
	GrpkfSgnhYYCEQiaIrbUtD5TPUiabffhVxCq/oEgQOF23FMhAYL52D529dpZMMVUFV0X
	SwnQ==
X-Received: by 10.15.31.9 with SMTP id x9mr4255538eeu.103.1372255392518;
	Wed, 26 Jun 2013 07:03:12 -0700 (PDT)
Received: from [172.16.25.10] (firewall.ctxuk.citrix.com. [46.33.159.2])
	by mx.google.com with ESMTPSA id
	e44sm43094686eeh.11.2013.06.26.07.03.10 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Wed, 26 Jun 2013 07:03:11 -0700 (PDT)
Message-ID: <51CAF49D.3030600@xen.org>
Date: Wed, 26 Jun 2013 15:03:09 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>,
	"xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Subject: [XenARM] June Advisory Board minutes published
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

See http://wiki.xen.org/wiki/AB_Meeting/June_2013_Minutes

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Thu Jun 27 04:20:09 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 27 Jun 2013 04:20:09 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Us3gi-0000O4-LW; Thu, 27 Jun 2013 04:20:04 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <post4pavan@gmail.com>) id 1Us3gg-0000Nz-22
	for xen-arm@lists.xen.org; Thu, 27 Jun 2013 04:20:03 +0000
Received: from [85.158.138.51:44129] by server-12.bemta-3.messagelabs.com id
	C9/6A-17731-17DBBC15; Thu, 27 Jun 2013 04:20:01 +0000
X-Env-Sender: post4pavan@gmail.com
X-Msg-Ref: server-14.tower-174.messagelabs.com!1372306799!22653483!1
X-Originating-IP: [209.85.128.181]
X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_60_70,HTML_MESSAGE,
	ML_RADAR_SPEW_LINKS_14,RCVD_BY_IP,spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 32762 invoked from network); 27 Jun 2013 04:20:00 -0000
Received: from mail-ve0-f181.google.com (HELO mail-ve0-f181.google.com)
	(209.85.128.181)
	by server-14.tower-174.messagelabs.com with RC4-SHA encrypted SMTP;
	27 Jun 2013 04:20:00 -0000
Received: by mail-ve0-f181.google.com with SMTP id db10so225520veb.26
	for <xen-arm@lists.xen.org>; Wed, 26 Jun 2013 21:19:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=U274y1czW9oFyu4S+szK5mlj3XPjz66QkqkK0l/cr4g=;
	b=eBMqbDcJX773gKbGtj7W18Ep60hBUHvmSkYCsWy0fwe7oqTW/QGxeWBaMrMspmmTSq
	hY2jf3/8B022/7eZZzm0tLk9BLwhkaVXGrjxudJSffy67Zfa6FO3bEwOZaMiiEqmn0ip
	WGI1x7uKr7NnxvRxznDW24UQL0oMpEFjT14N3fGeMOxzt7+jkA3eohO5dFCe+yOYFW4S
	TgEQBJWzOo97AqnGrGmejwdBVGquIzkwc/9jtKhKjcN0EoEv8IFs2VaASqL9yKlJMzJz
	aqaRfVuM1EKDmzw9GG1PkAnUaFkKKE0teVWmekXmjHnGb5+THXlnfawjAakVrsXpK6Dn
	cvIg==
MIME-Version: 1.0
X-Received: by 10.52.158.136 with SMTP id wu8mr2434275vdb.33.1372306798761;
	Wed, 26 Jun 2013 21:19:58 -0700 (PDT)
Received: by 10.221.39.129 with HTTP; Wed, 26 Jun 2013 21:19:58 -0700 (PDT)
In-Reply-To: <BLU177-W181B9CE5EEC5D8280E4A7CC0740@phx.gbl>
References: <BLU177-W39845D1A93FDF4FCCB2D4AC08B0@phx.gbl>
	<CAOZ3Y4O+RzP=VtUCDRkya44+svD=A8AyKWw7o=3mdYGDm_w-Xw@mail.gmail.com>
	<BLU177-W181B9CE5EEC5D8280E4A7CC0740@phx.gbl>
Date: Thu, 27 Jun 2013 09:49:58 +0530
Message-ID: <CAOZ3Y4OtvfBQKem9G6xRPqhcisWNyLCtqRoyAn60LL3ku8B4mA@mail.gmail.com>
From: Krishna Pavan <post4pavan@gmail.com>
To: Rajesh Paul <rajeshpaul@hotmail.com>
Cc: xen-arm@lists.xen.org
Subject: Re: [XenARM] Xen ARM support for Tegra3
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============3994518316320882247=="
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

--===============3994518316320882247==
Content-Type: multipart/alternative; boundary=089e0160cb9a435b8f04e01b1304

--089e0160cb9a435b8f04e01b1304
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi Rajesh,


>   Has there been an effort to port to Tegra 3 ?
>
I do not know anything about Tegra 3 port, and that too with PV.


>  Also, is there a link to a stable release for Tegra 2.
>
There are several posts related to port of Tegra2 within Xen-ARM archives,
where you may find. I did not understand the word 'stable' however.

>
> Regards,
> Rajesh
>
>  ------------------------------
> Date: Wed, 26 Jun 2013 15:02:13 +0530
> Subject: Re: [XenARM] Xen ARM support for Tegra3
> From: post4pavan@gmail.com
> To: rajeshpaul@hotmail.com
> CC: xen-arm@lists.xen.org
>
>   Hi,
>
> For Tegra2 it's available. I haven't come across Tegra3 news.
>
>
>
>
>
> On Tue, Jun 25, 2013 at 11:33 PM, Rajesh Paul <rajeshpaul@hotmail.com>wro=
te:
>
>  Hi All,
>
> One of my project requirements need booting two Ubuntu Linux instances on
> a Tegra 3 Board(Quad-core ARM Cortex A9 MPCore processor). And I plan to
> host them on a Xen ARM based Hypervisor.
>
> my query:
>
> Is there a specific support available for *Xen (ARM PV)* for Cortex A9
> based processors. I see support for Cortex A7, A15 (with h/w virtualizati=
on
> extensions) in many places, but didn't find any pointers/links to Cortex
> A9.
>
> Any information on this topic shall be greatly helpful.
>
> Many Thanks,
> Rajesh
>
> _______________________________________________
> Xen-arm mailing list
> Xen-arm@lists.xen.org
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
>
>
>
>
> --
> [image: Envelope] Regards :: Krishna Pavan =E2=9C=8D
>



--=20
=E2=9C=89 Regards :: Krishna Pavan =E2=9C=8D

--089e0160cb9a435b8f04e01b1304
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><font color=3D"#993399">Hi Rajesh,</font></div>
<div>=C2=A0</div>
<div class=3D"gmail_quote">
<blockquote style=3D"BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PA=
DDING-LEFT:1ex" class=3D"gmail_quote">
<div>
<div dir=3D"ltr">
<div>=C2=A0H<span>as there been an effort to port to Tegra 3 ?</span></div>=
</div></div></blockquote>
<div><font color=3D"#993399">I do not know anything about Tegra 3 port, and=
 that too with PV.</font></div>
<div>=C2=A0</div>
<blockquote style=3D"BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PA=
DDING-LEFT:1ex" class=3D"gmail_quote">
<div>
<div dir=3D"ltr">
<div><span>Also, is there a link to a stable release for Tegra 2.</span></d=
iv></div></div></blockquote>
<div><font color=3D"#993399">There are several posts related to port of Teg=
ra2 within Xen-ARM archives, where you may find. I did not understand the w=
ord &#39;stable&#39; however.</font></div>
<blockquote style=3D"BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PA=
DDING-LEFT:1ex" class=3D"gmail_quote">
<div>
<div dir=3D"ltr">
<div><span><br></span></div>
<div><span>Regards,</span></div>
<div><span>Rajesh=C2=A0</span></div>
<div><br>
<div>
<hr>
Date: Wed, 26 Jun 2013 15:02:13 +0530<br>Subject: Re: [XenARM] Xen ARM supp=
ort for Tegra3<br>From: <a href=3D"mailto:post4pavan@gmail.com" target=3D"_=
blank">post4pavan@gmail.com</a><br>To: <a href=3D"mailto:rajeshpaul@hotmail=
.com" target=3D"_blank">rajeshpaul@hotmail.com</a><br>
CC: <a href=3D"mailto:xen-arm@lists.xen.org" target=3D"_blank">xen-arm@list=
s.xen.org</a><br><br>
<div dir=3D"ltr">
<div>
<div class=3D"h5">
<div><font color=3D"#993399">Hi,<br>=C2=A0<br>For Tegra2 it&#39;s available=
. I haven&#39;t come across Tegra3 news.<br></font></div>
<div>=C2=A0</div>
<div>=C2=A0</div>
<div>=C2=A0</div>
<div><br>=C2=A0</div>
<div>On Tue, Jun 25, 2013 at 11:33 PM, Rajesh Paul <span dir=3D"ltr">&lt;<a=
 href=3D"mailto:rajeshpaul@hotmail.com" target=3D"_blank">rajeshpaul@hotmai=
l.com</a>&gt;</span> wrote:<br>
<blockquote style=3D"BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PA=
DDING-LEFT:1ex">
<div>
<div dir=3D"ltr">Hi All, =C2=A0=20
<div><br></div>
<div>One of my project requirements need booting two Ubuntu Linux instances=
 on a Tegra 3 Board(Quad-core ARM Cortex A9 MPCore processor). And I plan t=
o host them on a Xen ARM based Hypervisor.=C2=A0</div>
<div><span><br></span></div>
<div><span>my query:</span></div>
<div><span><br></span></div>
<div><span>Is there a specific support available for=C2=A0</span><b style=
=3D"LINE-HEIGHT:18px;FONT-FAMILY:Arial,sans-serif;COLOR:rgb(51,51,51)">Xen =
(ARM PV)</b><span>=C2=A0for Cortex A9 based processors. I see support for C=
ortex A7, A15 (with h/w virtualization extensions) in many places, but didn=
&#39;t find any pointers/links to Cortex A9.=C2=A0</span></div>

<div><span><br></span></div>
<div><span>Any information on this topic shall be greatly helpful.</span></=
div>
<div><span><br></span></div>
<div><span>Many Thanks,</span></div>
<div><span>Rajesh</span></div></div></div><br>_____________________________=
__________________<br>Xen-arm mailing list<br><a href=3D"mailto:Xen-arm@lis=
ts.xen.org" target=3D"_blank">Xen-arm@lists.xen.org</a><br><a href=3D"http:=
//lists.xen.org/cgi-bin/mailman/listinfo/xen-arm" target=3D"_blank">http://=
lists.xen.org/cgi-bin/mailman/listinfo/xen-arm</a><br>
<br></blockquote></div><br><br clear=3D"all"><br>-- <br></div></div>
<div dir=3D"ltr"><font style=3D"COLOR:rgb(0,0,102)"><img title=3D"Envelope"=
 alt=3D"Envelope" src=3D"https://a.gfx.ms/emoji_02709.png"></font><font sty=
le=3D"COLOR:rgb(0,0,102)"><span style=3D"FONT-FAMILY:comic sans ms,sans-ser=
if"> Regards :: Krishna Pavan</span></font> <span style=3D"COLOR:rgb(0,0,10=
2)">=E2=9C=8D</span></div>
</div></div></div></div></div></blockquote></div><br><br clear=3D"all"><br>=
-- <br>
<div dir=3D"ltr"><font style=3D"COLOR:rgb(0,0,102)">=E2=9C=89</font><font s=
tyle=3D"COLOR:rgb(0,0,102)"><span style=3D"FONT-FAMILY:comic sans ms,sans-s=
erif"> Regards :: Krishna Pavan</span></font> <span style=3D"COLOR:rgb(0,0,=
102)">=E2=9C=8D</span></div>
</div>

--089e0160cb9a435b8f04e01b1304--


--===============3994518316320882247==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

--===============3994518316320882247==--


From xen-arm-bounces@lists.xen.org Thu Jun 27 04:20:09 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 27 Jun 2013 04:20:09 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Us3gi-0000O4-LW; Thu, 27 Jun 2013 04:20:04 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <post4pavan@gmail.com>) id 1Us3gg-0000Nz-22
	for xen-arm@lists.xen.org; Thu, 27 Jun 2013 04:20:03 +0000
Received: from [85.158.138.51:44129] by server-12.bemta-3.messagelabs.com id
	C9/6A-17731-17DBBC15; Thu, 27 Jun 2013 04:20:01 +0000
X-Env-Sender: post4pavan@gmail.com
X-Msg-Ref: server-14.tower-174.messagelabs.com!1372306799!22653483!1
X-Originating-IP: [209.85.128.181]
X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_60_70,HTML_MESSAGE,
	ML_RADAR_SPEW_LINKS_14,RCVD_BY_IP,spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 32762 invoked from network); 27 Jun 2013 04:20:00 -0000
Received: from mail-ve0-f181.google.com (HELO mail-ve0-f181.google.com)
	(209.85.128.181)
	by server-14.tower-174.messagelabs.com with RC4-SHA encrypted SMTP;
	27 Jun 2013 04:20:00 -0000
Received: by mail-ve0-f181.google.com with SMTP id db10so225520veb.26
	for <xen-arm@lists.xen.org>; Wed, 26 Jun 2013 21:19:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=U274y1czW9oFyu4S+szK5mlj3XPjz66QkqkK0l/cr4g=;
	b=eBMqbDcJX773gKbGtj7W18Ep60hBUHvmSkYCsWy0fwe7oqTW/QGxeWBaMrMspmmTSq
	hY2jf3/8B022/7eZZzm0tLk9BLwhkaVXGrjxudJSffy67Zfa6FO3bEwOZaMiiEqmn0ip
	WGI1x7uKr7NnxvRxznDW24UQL0oMpEFjT14N3fGeMOxzt7+jkA3eohO5dFCe+yOYFW4S
	TgEQBJWzOo97AqnGrGmejwdBVGquIzkwc/9jtKhKjcN0EoEv8IFs2VaASqL9yKlJMzJz
	aqaRfVuM1EKDmzw9GG1PkAnUaFkKKE0teVWmekXmjHnGb5+THXlnfawjAakVrsXpK6Dn
	cvIg==
MIME-Version: 1.0
X-Received: by 10.52.158.136 with SMTP id wu8mr2434275vdb.33.1372306798761;
	Wed, 26 Jun 2013 21:19:58 -0700 (PDT)
Received: by 10.221.39.129 with HTTP; Wed, 26 Jun 2013 21:19:58 -0700 (PDT)
In-Reply-To: <BLU177-W181B9CE5EEC5D8280E4A7CC0740@phx.gbl>
References: <BLU177-W39845D1A93FDF4FCCB2D4AC08B0@phx.gbl>
	<CAOZ3Y4O+RzP=VtUCDRkya44+svD=A8AyKWw7o=3mdYGDm_w-Xw@mail.gmail.com>
	<BLU177-W181B9CE5EEC5D8280E4A7CC0740@phx.gbl>
Date: Thu, 27 Jun 2013 09:49:58 +0530
Message-ID: <CAOZ3Y4OtvfBQKem9G6xRPqhcisWNyLCtqRoyAn60LL3ku8B4mA@mail.gmail.com>
From: Krishna Pavan <post4pavan@gmail.com>
To: Rajesh Paul <rajeshpaul@hotmail.com>
Cc: xen-arm@lists.xen.org
Subject: Re: [XenARM] Xen ARM support for Tegra3
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============3994518316320882247=="
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

--===============3994518316320882247==
Content-Type: multipart/alternative; boundary=089e0160cb9a435b8f04e01b1304

--089e0160cb9a435b8f04e01b1304
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi Rajesh,


>   Has there been an effort to port to Tegra 3 ?
>
I do not know anything about Tegra 3 port, and that too with PV.


>  Also, is there a link to a stable release for Tegra 2.
>
There are several posts related to port of Tegra2 within Xen-ARM archives,
where you may find. I did not understand the word 'stable' however.

>
> Regards,
> Rajesh
>
>  ------------------------------
> Date: Wed, 26 Jun 2013 15:02:13 +0530
> Subject: Re: [XenARM] Xen ARM support for Tegra3
> From: post4pavan@gmail.com
> To: rajeshpaul@hotmail.com
> CC: xen-arm@lists.xen.org
>
>   Hi,
>
> For Tegra2 it's available. I haven't come across Tegra3 news.
>
>
>
>
>
> On Tue, Jun 25, 2013 at 11:33 PM, Rajesh Paul <rajeshpaul@hotmail.com>wro=
te:
>
>  Hi All,
>
> One of my project requirements need booting two Ubuntu Linux instances on
> a Tegra 3 Board(Quad-core ARM Cortex A9 MPCore processor). And I plan to
> host them on a Xen ARM based Hypervisor.
>
> my query:
>
> Is there a specific support available for *Xen (ARM PV)* for Cortex A9
> based processors. I see support for Cortex A7, A15 (with h/w virtualizati=
on
> extensions) in many places, but didn't find any pointers/links to Cortex
> A9.
>
> Any information on this topic shall be greatly helpful.
>
> Many Thanks,
> Rajesh
>
> _______________________________________________
> Xen-arm mailing list
> Xen-arm@lists.xen.org
> http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm
>
>
>
>
> --
> [image: Envelope] Regards :: Krishna Pavan =E2=9C=8D
>



--=20
=E2=9C=89 Regards :: Krishna Pavan =E2=9C=8D

--089e0160cb9a435b8f04e01b1304
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><font color=3D"#993399">Hi Rajesh,</font></div>
<div>=C2=A0</div>
<div class=3D"gmail_quote">
<blockquote style=3D"BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PA=
DDING-LEFT:1ex" class=3D"gmail_quote">
<div>
<div dir=3D"ltr">
<div>=C2=A0H<span>as there been an effort to port to Tegra 3 ?</span></div>=
</div></div></blockquote>
<div><font color=3D"#993399">I do not know anything about Tegra 3 port, and=
 that too with PV.</font></div>
<div>=C2=A0</div>
<blockquote style=3D"BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PA=
DDING-LEFT:1ex" class=3D"gmail_quote">
<div>
<div dir=3D"ltr">
<div><span>Also, is there a link to a stable release for Tegra 2.</span></d=
iv></div></div></blockquote>
<div><font color=3D"#993399">There are several posts related to port of Teg=
ra2 within Xen-ARM archives, where you may find. I did not understand the w=
ord &#39;stable&#39; however.</font></div>
<blockquote style=3D"BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PA=
DDING-LEFT:1ex" class=3D"gmail_quote">
<div>
<div dir=3D"ltr">
<div><span><br></span></div>
<div><span>Regards,</span></div>
<div><span>Rajesh=C2=A0</span></div>
<div><br>
<div>
<hr>
Date: Wed, 26 Jun 2013 15:02:13 +0530<br>Subject: Re: [XenARM] Xen ARM supp=
ort for Tegra3<br>From: <a href=3D"mailto:post4pavan@gmail.com" target=3D"_=
blank">post4pavan@gmail.com</a><br>To: <a href=3D"mailto:rajeshpaul@hotmail=
.com" target=3D"_blank">rajeshpaul@hotmail.com</a><br>
CC: <a href=3D"mailto:xen-arm@lists.xen.org" target=3D"_blank">xen-arm@list=
s.xen.org</a><br><br>
<div dir=3D"ltr">
<div>
<div class=3D"h5">
<div><font color=3D"#993399">Hi,<br>=C2=A0<br>For Tegra2 it&#39;s available=
. I haven&#39;t come across Tegra3 news.<br></font></div>
<div>=C2=A0</div>
<div>=C2=A0</div>
<div>=C2=A0</div>
<div><br>=C2=A0</div>
<div>On Tue, Jun 25, 2013 at 11:33 PM, Rajesh Paul <span dir=3D"ltr">&lt;<a=
 href=3D"mailto:rajeshpaul@hotmail.com" target=3D"_blank">rajeshpaul@hotmai=
l.com</a>&gt;</span> wrote:<br>
<blockquote style=3D"BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PA=
DDING-LEFT:1ex">
<div>
<div dir=3D"ltr">Hi All, =C2=A0=20
<div><br></div>
<div>One of my project requirements need booting two Ubuntu Linux instances=
 on a Tegra 3 Board(Quad-core ARM Cortex A9 MPCore processor). And I plan t=
o host them on a Xen ARM based Hypervisor.=C2=A0</div>
<div><span><br></span></div>
<div><span>my query:</span></div>
<div><span><br></span></div>
<div><span>Is there a specific support available for=C2=A0</span><b style=
=3D"LINE-HEIGHT:18px;FONT-FAMILY:Arial,sans-serif;COLOR:rgb(51,51,51)">Xen =
(ARM PV)</b><span>=C2=A0for Cortex A9 based processors. I see support for C=
ortex A7, A15 (with h/w virtualization extensions) in many places, but didn=
&#39;t find any pointers/links to Cortex A9.=C2=A0</span></div>

<div><span><br></span></div>
<div><span>Any information on this topic shall be greatly helpful.</span></=
div>
<div><span><br></span></div>
<div><span>Many Thanks,</span></div>
<div><span>Rajesh</span></div></div></div><br>_____________________________=
__________________<br>Xen-arm mailing list<br><a href=3D"mailto:Xen-arm@lis=
ts.xen.org" target=3D"_blank">Xen-arm@lists.xen.org</a><br><a href=3D"http:=
//lists.xen.org/cgi-bin/mailman/listinfo/xen-arm" target=3D"_blank">http://=
lists.xen.org/cgi-bin/mailman/listinfo/xen-arm</a><br>
<br></blockquote></div><br><br clear=3D"all"><br>-- <br></div></div>
<div dir=3D"ltr"><font style=3D"COLOR:rgb(0,0,102)"><img title=3D"Envelope"=
 alt=3D"Envelope" src=3D"https://a.gfx.ms/emoji_02709.png"></font><font sty=
le=3D"COLOR:rgb(0,0,102)"><span style=3D"FONT-FAMILY:comic sans ms,sans-ser=
if"> Regards :: Krishna Pavan</span></font> <span style=3D"COLOR:rgb(0,0,10=
2)">=E2=9C=8D</span></div>
</div></div></div></div></div></blockquote></div><br><br clear=3D"all"><br>=
-- <br>
<div dir=3D"ltr"><font style=3D"COLOR:rgb(0,0,102)">=E2=9C=89</font><font s=
tyle=3D"COLOR:rgb(0,0,102)"><span style=3D"FONT-FAMILY:comic sans ms,sans-s=
erif"> Regards :: Krishna Pavan</span></font> <span style=3D"COLOR:rgb(0,0,=
102)">=E2=9C=8D</span></div>
</div>

--089e0160cb9a435b8f04e01b1304--


--===============3994518316320882247==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

--===============3994518316320882247==--


From xen-arm-bounces@lists.xen.org Thu Jun 27 12:01:49 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 27 Jun 2013 12:01:49 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UsAtW-00035U-DO; Thu, 27 Jun 2013 12:01:46 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <baozich@gmail.com>)
	id 1UsAtV-00035D-BB; Thu, 27 Jun 2013 12:01:45 +0000
Received: from [193.109.254.147:7895] by server-16.bemta-14.messagelabs.com id
	AF/BB-10369-8A92CC15; Thu, 27 Jun 2013 12:01:44 +0000
X-Env-Sender: baozich@gmail.com
X-Msg-Ref: server-13.tower-27.messagelabs.com!1372334440!9707690!1
X-Originating-IP: [209.85.220.44]
X-SpamReason: No, hits=1.2 required=7.0 tests=HOT_NASTY,
	ML_RADAR_SPEW_LINKS_14,spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 30014 invoked from network); 27 Jun 2013 12:00:42 -0000
Received: from mail-pa0-f44.google.com (HELO mail-pa0-f44.google.com)
	(209.85.220.44)
	by server-13.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	27 Jun 2013 12:00:42 -0000
Received: by mail-pa0-f44.google.com with SMTP id lj1so956622pab.3
	for <multiple recipients>; Thu, 27 Jun 2013 05:00:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=date:from:to:cc:subject:message-id:mime-version:content-type
	:content-disposition:user-agent;
	bh=v4TU2JtFEeyjA1/NUOeWat2MCiPlcpKjsnNlwpPwQ/A=;
	b=pviypa6dSvhBMNAiIOFJmxtf7pFULwA2IKpvG0/Ge139x4NcT4VP3EGR12j6uSgoXH
	Ema9NjS7FYwZMeD6oB3hObUfzfzNwe3Q/n64znLAFD63iQh4mGLs1rYaOd9VO8maUl7n
	0tS8wruw7BNmSXHo/XOC9n2RA+pCBLgsHhHVomWDTfGQEmHxoQLsiMfl4azog7g1+/jU
	XFZhU83zfn6vpF8i0GjRIyD141gwOzP3psuZUgdfDp2Bxao+6szMeGCUUbY/tjj1JVQV
	Z0pyN/twEFrEsL4tlzSlP9HtrZwXduLj8No6aiSfIE7rvaeBpdy/pq9ghDw44w9+fRVv
	ztpw==
X-Received: by 10.66.241.1 with SMTP id we1mr5590593pac.83.1372334440553;
	Thu, 27 Jun 2013 05:00:40 -0700 (PDT)
Received: from localhost ([119.39.124.170])
	by mx.google.com with ESMTPSA id xl3sm2875865pbb.17.2013.06.27.05.00.35
	for <multiple recipients>
	(version=TLSv1.2 cipher=RC4-SHA bits=128/128);
	Thu, 27 Jun 2013 05:00:39 -0700 (PDT)
Date: Thu, 27 Jun 2013 19:55:53 +0800
From: Chen Baozi <baozich@gmail.com>
To: Ian.Campbell@citrix.com
Message-ID: <20130627115553.GA4918@cbz-workstation>
MIME-Version: 1.0
Content-Disposition: inline
User-Agent: Mutt/1.5.21 (2010-09-15)
Cc: xen-arm@lists.xen.org, xen-devel@lists.xen.org
Subject: [XenARM] Problems when booting on OMAP5432 devboard
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Hi Ian,

After enabling the UART, I have been tring to finish the rest of booting.
However, the output information stops at "Placing Xen at XXXX-XXXX" like
following:

Starting kernel ...

- UART enabled -
- CPU 00000000 booting -
- Machine ID 00000ec1 -
- Started in Hyp mode -
- Zero BSS -
- Setting up control registers -
- Turning on paging -
- Ready -
RAM: 0000000080000000 - 00000000ffffffff

MODULE[1]: 00000000a0000000 - 00000000a0400000 
Placing Xen at 0x00000000ffe00000-0x0000000100000000

What could be the most possible problem of this case?

Thanks,

Baozi

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Thu Jun 27 12:01:49 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 27 Jun 2013 12:01:49 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UsAtW-00035U-DO; Thu, 27 Jun 2013 12:01:46 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <baozich@gmail.com>)
	id 1UsAtV-00035D-BB; Thu, 27 Jun 2013 12:01:45 +0000
Received: from [193.109.254.147:7895] by server-16.bemta-14.messagelabs.com id
	AF/BB-10369-8A92CC15; Thu, 27 Jun 2013 12:01:44 +0000
X-Env-Sender: baozich@gmail.com
X-Msg-Ref: server-13.tower-27.messagelabs.com!1372334440!9707690!1
X-Originating-IP: [209.85.220.44]
X-SpamReason: No, hits=1.2 required=7.0 tests=HOT_NASTY,
	ML_RADAR_SPEW_LINKS_14,spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 30014 invoked from network); 27 Jun 2013 12:00:42 -0000
Received: from mail-pa0-f44.google.com (HELO mail-pa0-f44.google.com)
	(209.85.220.44)
	by server-13.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	27 Jun 2013 12:00:42 -0000
Received: by mail-pa0-f44.google.com with SMTP id lj1so956622pab.3
	for <multiple recipients>; Thu, 27 Jun 2013 05:00:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=date:from:to:cc:subject:message-id:mime-version:content-type
	:content-disposition:user-agent;
	bh=v4TU2JtFEeyjA1/NUOeWat2MCiPlcpKjsnNlwpPwQ/A=;
	b=pviypa6dSvhBMNAiIOFJmxtf7pFULwA2IKpvG0/Ge139x4NcT4VP3EGR12j6uSgoXH
	Ema9NjS7FYwZMeD6oB3hObUfzfzNwe3Q/n64znLAFD63iQh4mGLs1rYaOd9VO8maUl7n
	0tS8wruw7BNmSXHo/XOC9n2RA+pCBLgsHhHVomWDTfGQEmHxoQLsiMfl4azog7g1+/jU
	XFZhU83zfn6vpF8i0GjRIyD141gwOzP3psuZUgdfDp2Bxao+6szMeGCUUbY/tjj1JVQV
	Z0pyN/twEFrEsL4tlzSlP9HtrZwXduLj8No6aiSfIE7rvaeBpdy/pq9ghDw44w9+fRVv
	ztpw==
X-Received: by 10.66.241.1 with SMTP id we1mr5590593pac.83.1372334440553;
	Thu, 27 Jun 2013 05:00:40 -0700 (PDT)
Received: from localhost ([119.39.124.170])
	by mx.google.com with ESMTPSA id xl3sm2875865pbb.17.2013.06.27.05.00.35
	for <multiple recipients>
	(version=TLSv1.2 cipher=RC4-SHA bits=128/128);
	Thu, 27 Jun 2013 05:00:39 -0700 (PDT)
Date: Thu, 27 Jun 2013 19:55:53 +0800
From: Chen Baozi <baozich@gmail.com>
To: Ian.Campbell@citrix.com
Message-ID: <20130627115553.GA4918@cbz-workstation>
MIME-Version: 1.0
Content-Disposition: inline
User-Agent: Mutt/1.5.21 (2010-09-15)
Cc: xen-arm@lists.xen.org, xen-devel@lists.xen.org
Subject: [XenARM] Problems when booting on OMAP5432 devboard
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Hi Ian,

After enabling the UART, I have been tring to finish the rest of booting.
However, the output information stops at "Placing Xen at XXXX-XXXX" like
following:

Starting kernel ...

- UART enabled -
- CPU 00000000 booting -
- Machine ID 00000ec1 -
- Started in Hyp mode -
- Zero BSS -
- Setting up control registers -
- Turning on paging -
- Ready -
RAM: 0000000080000000 - 00000000ffffffff

MODULE[1]: 00000000a0000000 - 00000000a0400000 
Placing Xen at 0x00000000ffe00000-0x0000000100000000

What could be the most possible problem of this case?

Thanks,

Baozi

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Thu Jun 27 12:10:09 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 27 Jun 2013 12:10:09 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UsB1Z-0003pR-Jf; Thu, 27 Jun 2013 12:10:05 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>)
	id 1UsB1Y-0003p8-D9; Thu, 27 Jun 2013 12:10:04 +0000
Received: from [85.158.139.211:49953] by server-2.bemta-5.messagelabs.com id
	08/BE-23285-B9B2CC15; Thu, 27 Jun 2013 12:10:03 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-15.tower-206.messagelabs.com!1372335002!19320236!1
X-Originating-IP: [46.33.159.39]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNDYuMzMuMTU5LjM5ID0+IDI2MzI1\n
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 27179 invoked from network); 27 Jun 2013 12:10:03 -0000
Received: from smtp.eu.citrix.com (HELO SMTP.EU.CITRIX.COM) (46.33.159.39)
	by server-15.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	27 Jun 2013 12:10:03 -0000
X-IronPort-AV: E=Sophos;i="4.87,951,1363132800"; 
   d="scan'208";a="6118442"
Received: from lonpex01cl01.citrite.net ([10.30.203.101])
	by LONPIPO01.EU.CITRIX.COM with ESMTP/TLS/AES128-SHA;
	27 Jun 2013 12:10:02 +0000
Received: from [10.80.2.42] (10.30.203.1) by LONPEX01CL01.citrite.net
	(10.30.203.101) with Microsoft SMTP Server id 14.2.342.4;
	Thu, 27 Jun 2013 13:10:01 +0100
Message-ID: <1372335001.7996.7.camel@zakaz.uk.xensource.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Chen Baozi <baozich@gmail.com>
Date: Thu, 27 Jun 2013 13:10:01 +0100
In-Reply-To: <20130627115553.GA4918@cbz-workstation>
References: <20130627115553.GA4918@cbz-workstation>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.4.4-1 
MIME-Version: 1.0
X-Originating-IP: [10.30.203.1]
Cc: xen-arm@lists.xen.org, xen-devel@lists.xen.org
Subject: Re: [XenARM] Problems when booting on OMAP5432 devboard
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

On Thu, 2013-06-27 at 19:55 +0800, Chen Baozi wrote:
> Hi Ian,
> 
> After enabling the UART, I have been tring to finish the rest of booting.
> However, the output information stops at "Placing Xen at XXXX-XXXX" like
> following:
> 
> Starting kernel ...
> 
> - UART enabled -
> - CPU 00000000 booting -
> - Machine ID 00000ec1 -
> - Started in Hyp mode -
> - Zero BSS -
> - Setting up control registers -
> - Turning on paging -
> - Ready -
> RAM: 0000000080000000 - 00000000ffffffff
> 
> MODULE[1]: 00000000a0000000 - 00000000a0400000 
> Placing Xen at 0x00000000ffe00000-0x0000000100000000
> 
> What could be the most possible problem of this case?

This is a about the point where we would shift from early_printk to the
proper console driver, so I expect you simply don't have the console
setup.

On your hypervisor command line you need a "dtuart=<something>" where
<something> is a name for the serial device you want to use (e.g. on
vexpress I use "dtuart=serial3" where the dts has "serial3 =
&v2m_serial3" in the aliases node).

You will also need a DT enabled driver for that device. If the OMAP5432
is 8250 like then xen/drivers/char/ns16550.c might be suitable but it
will need the Device Tree init hooked up, e.g. a DT_DEVICE_START given
the appropriate hooks, see xen/drivers/char/pl011.c for an example.

The ns16550 case is interesting because it is shared with the x86 stuff,
but it ought to be possible to make it work either for DT (ARM) or via
the arch code (x86, hardcoded addresses or command line specification).

Ian.


_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Thu Jun 27 12:10:09 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 27 Jun 2013 12:10:09 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UsB1Z-0003pR-Jf; Thu, 27 Jun 2013 12:10:05 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>)
	id 1UsB1Y-0003p8-D9; Thu, 27 Jun 2013 12:10:04 +0000
Received: from [85.158.139.211:49953] by server-2.bemta-5.messagelabs.com id
	08/BE-23285-B9B2CC15; Thu, 27 Jun 2013 12:10:03 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-15.tower-206.messagelabs.com!1372335002!19320236!1
X-Originating-IP: [46.33.159.39]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNDYuMzMuMTU5LjM5ID0+IDI2MzI1\n
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 27179 invoked from network); 27 Jun 2013 12:10:03 -0000
Received: from smtp.eu.citrix.com (HELO SMTP.EU.CITRIX.COM) (46.33.159.39)
	by server-15.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	27 Jun 2013 12:10:03 -0000
X-IronPort-AV: E=Sophos;i="4.87,951,1363132800"; 
   d="scan'208";a="6118442"
Received: from lonpex01cl01.citrite.net ([10.30.203.101])
	by LONPIPO01.EU.CITRIX.COM with ESMTP/TLS/AES128-SHA;
	27 Jun 2013 12:10:02 +0000
Received: from [10.80.2.42] (10.30.203.1) by LONPEX01CL01.citrite.net
	(10.30.203.101) with Microsoft SMTP Server id 14.2.342.4;
	Thu, 27 Jun 2013 13:10:01 +0100
Message-ID: <1372335001.7996.7.camel@zakaz.uk.xensource.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Chen Baozi <baozich@gmail.com>
Date: Thu, 27 Jun 2013 13:10:01 +0100
In-Reply-To: <20130627115553.GA4918@cbz-workstation>
References: <20130627115553.GA4918@cbz-workstation>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.4.4-1 
MIME-Version: 1.0
X-Originating-IP: [10.30.203.1]
Cc: xen-arm@lists.xen.org, xen-devel@lists.xen.org
Subject: Re: [XenARM] Problems when booting on OMAP5432 devboard
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

On Thu, 2013-06-27 at 19:55 +0800, Chen Baozi wrote:
> Hi Ian,
> 
> After enabling the UART, I have been tring to finish the rest of booting.
> However, the output information stops at "Placing Xen at XXXX-XXXX" like
> following:
> 
> Starting kernel ...
> 
> - UART enabled -
> - CPU 00000000 booting -
> - Machine ID 00000ec1 -
> - Started in Hyp mode -
> - Zero BSS -
> - Setting up control registers -
> - Turning on paging -
> - Ready -
> RAM: 0000000080000000 - 00000000ffffffff
> 
> MODULE[1]: 00000000a0000000 - 00000000a0400000 
> Placing Xen at 0x00000000ffe00000-0x0000000100000000
> 
> What could be the most possible problem of this case?

This is a about the point where we would shift from early_printk to the
proper console driver, so I expect you simply don't have the console
setup.

On your hypervisor command line you need a "dtuart=<something>" where
<something> is a name for the serial device you want to use (e.g. on
vexpress I use "dtuart=serial3" where the dts has "serial3 =
&v2m_serial3" in the aliases node).

You will also need a DT enabled driver for that device. If the OMAP5432
is 8250 like then xen/drivers/char/ns16550.c might be suitable but it
will need the Device Tree init hooked up, e.g. a DT_DEVICE_START given
the appropriate hooks, see xen/drivers/char/pl011.c for an example.

The ns16550 case is interesting because it is shared with the x86 stuff,
but it ought to be possible to make it work either for DT (ARM) or via
the arch code (x86, hardcoded addresses or command line specification).

Ian.


_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Fri Jun 28 15:12:40 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 28 Jun 2013 15:12:40 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UsaLk-0003lj-Ku; Fri, 28 Jun 2013 15:12:36 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1UsaLh-0003lM-Jw; Fri, 28 Jun 2013 15:12:33 +0000
Received: from [85.158.139.83:22286] by server-13.bemta-5.messagelabs.com id
	0D/D2-11519-0E7ADC15; Fri, 28 Jun 2013 15:12:32 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-14.tower-182.messagelabs.com!1372432349!24792452!1
X-Originating-IP: [209.85.215.174]
X-SpamReason: No, hits=0.3 required=7.0 tests=HTML_50_60,HTML_MESSAGE,
	RCVD_ILLEGAL_IP
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 22017 invoked from network); 28 Jun 2013 15:12:29 -0000
Received: from mail-ea0-f174.google.com (HELO mail-ea0-f174.google.com)
	(209.85.215.174)
	by server-14.tower-182.messagelabs.com with RC4-SHA encrypted SMTP;
	28 Jun 2013 15:12:29 -0000
Received: by mail-ea0-f174.google.com with SMTP id o10so1100332eaj.5
	for <multiple recipients>; Fri, 28 Jun 2013 08:12:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type;
	bh=2wX5VvVCAxSQiD2rAouAEkUO2xNGUbEIqMetIFc/8/s=;
	b=ae7N6BNfEtAKAuz21HOBVIdYyEdA/p5ZG9JzlBQgRoNIjeMn6ekgCdZjKs6XYolJlR
	36XShl2tMvZeEDO4+a3nopKgG6w9THJkLU5HFtG89ICtfsqoUhSQPj6Mckj/RMd+xMA8
	VYl2iJPLCX6ZioxRSH7UFFZTnQXUvLcDDBFjn3BZ8tqhK2gfZIPbcMmxaLWCRzyBoj32
	YhR23ewveP1JNkQaBa3+iMmfHTmZEElF0bNSnxpKCsYeePUttpiTN0Seq0e59AUca7wk
	7LhkZGvWkzzuwDl4XyZpYvTtPmvdr54hyzgwe6fCkgpBx/QrDVXNK9DSPP48amNdgEQE
	Dgew==
X-Received: by 10.14.211.67 with SMTP id v43mr14330878eeo.55.1372432348972;
	Fri, 28 Jun 2013 08:12:28 -0700 (PDT)
Received: from [172.16.26.11] (05419ccf.skybroadband.com. [5.65.156.207])
	by mx.google.com with ESMTPSA id n5sm11074157eed.9.2013.06.28.08.12.26
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Fri, 28 Jun 2013 08:12:28 -0700 (PDT)
Message-ID: <51CDA7D8.7020401@xen.org>
Date: Fri, 28 Jun 2013 16:12:24 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130620 Thunderbird/17.0.7
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>,
	"xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Subject: [XenARM] Minor Xen project process clarifications (security process,
 governance process)
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2467895581742815074=="
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

This is a multi-part message in MIME format.
--===============2467895581742815074==
Content-Type: multipart/alternative;
 boundary="------------000404070803030307040204"

This is a multi-part message in MIME format.
--------------000404070803030307040204
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi everybody,
I am going to make two minor clarifications in the next few days. I 
believe we need no vote for this.
Lars

1) http://www.xenproject.org/security-policy.html*

5. Advisory public release:*
At the embargo date we will publish the advisory, and push bugfix 
changesets to public revision control trees. Public advisories will be 
posted to xen-devel, xen-users and xen-annnounce and will be added to 
theSecurity Announcements wiki page 
<http://wiki.xenproject.org/wiki/Security_Announcements>. Copies will 
also be sent to the pre-disclosure list.

Change: replace the link to point to http://xenbits.xen.org/xsa/ (which 
contains an automatically generated lists of advisories)

2) http://www.xenproject.org/governance.html**

Making Contributions

Making contributions in Xen follows the conventions as they are known in 
the Linux Kernel community. In summary contributions are made through 
patches that are reviewed by the community. Xen does not require 
community members to sign contribution or committer agreements. We do 
require contributors to sign contrinbutions using the sign-off feature 
of the code repository, following the same approach as the Linux Kernel 
does (seeDeveloper Certificate Of Origin 
<http://elinux.org/Developer_Certificate_Of_Origin>).

Add a sentence, which states that "This means that contributors retain 
the copyright of their contributions."


--------------000404070803030307040204
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi everybody,<br>
    I am going to make two minor clarifications in the next few days. I
    believe we need no vote for this.<br>
    Lars<br>
    <br>
    1) <a href="http://www.xenproject.org/security-policy.html">http://www.xenproject.org/security-policy.html</a><strong
      style="font-weight: bold;"><br>
      <br>
      5. Advisory public release:</strong><br>
    At the embargo date we will publish the advisory, and push bugfix
    changesets to public revision control trees. Public advisories will
    be posted to xen-devel, xen-users and xen-annnounce and will be
    added to the<span class="Apple-converted-space">&nbsp;</span><a
      href="http://wiki.xenproject.org/wiki/Security_Announcements"
      style="text-decoration: none; color: rgb(103, 159, 6); transition:
      color 0.4s ease; -webkit-transition: color 0.4s ease; cursor:
      pointer;">Security Announcements wiki page</a>. Copies will also
    be sent to the pre-disclosure list.<br>
    <br>
    Change: replace the link to point to <a
      href="http://xenbits.xen.org/xsa/">http://xenbits.xen.org/xsa/</a>
    (which contains an automatically generated lists of advisories)<br>
    <br>
    2) <a href="http://www.xenproject.org/governance.html">http://www.xenproject.org/governance.html</a><strong
      style="font-weight: bold;"></strong><br>
    <br>
    Making Contributions
    <p style="margin: 0px 0px 15px; color: rgb(51, 51, 51); font-family:
      Arial, sans-serif; font-size: 12px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 18px; orphans: auto; text-align: start; text-indent:
      0px; text-transform: none; white-space: normal; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);">Making contributions in Xen
      follows the conventions as they are known in the Linux Kernel
      community. In summary contributions are made through patches that
      are reviewed by the community. Xen does not require community
      members to sign contribution or committer agreements. We do
      require contributors to sign contrinbutions using the sign-off
      feature of the code repository, following the same approach as the
      Linux Kernel does (see<span class="Apple-converted-space">&nbsp;</span><a
        href="http://elinux.org/Developer_Certificate_Of_Origin"
        style="text-decoration: none; color: rgb(103, 159, 6);
        transition: color 0.4s ease; -webkit-transition: color 0.4s
        ease; cursor: pointer;">Developer Certificate Of Origin</a>).</p>
    Add a sentence, which states that "This means that contributors
    retain the copyright of their contributions."<br>
    <br>
  </body>
</html>

--------------000404070803030307040204--


--===============2467895581742815074==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

--===============2467895581742815074==--


From xen-arm-bounces@lists.xen.org Fri Jun 28 15:12:40 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 28 Jun 2013 15:12:40 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1UsaLk-0003lj-Ku; Fri, 28 Jun 2013 15:12:36 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1UsaLh-0003lM-Jw; Fri, 28 Jun 2013 15:12:33 +0000
Received: from [85.158.139.83:22286] by server-13.bemta-5.messagelabs.com id
	0D/D2-11519-0E7ADC15; Fri, 28 Jun 2013 15:12:32 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-14.tower-182.messagelabs.com!1372432349!24792452!1
X-Originating-IP: [209.85.215.174]
X-SpamReason: No, hits=0.3 required=7.0 tests=HTML_50_60,HTML_MESSAGE,
	RCVD_ILLEGAL_IP
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 22017 invoked from network); 28 Jun 2013 15:12:29 -0000
Received: from mail-ea0-f174.google.com (HELO mail-ea0-f174.google.com)
	(209.85.215.174)
	by server-14.tower-182.messagelabs.com with RC4-SHA encrypted SMTP;
	28 Jun 2013 15:12:29 -0000
Received: by mail-ea0-f174.google.com with SMTP id o10so1100332eaj.5
	for <multiple recipients>; Fri, 28 Jun 2013 08:12:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type;
	bh=2wX5VvVCAxSQiD2rAouAEkUO2xNGUbEIqMetIFc/8/s=;
	b=ae7N6BNfEtAKAuz21HOBVIdYyEdA/p5ZG9JzlBQgRoNIjeMn6ekgCdZjKs6XYolJlR
	36XShl2tMvZeEDO4+a3nopKgG6w9THJkLU5HFtG89ICtfsqoUhSQPj6Mckj/RMd+xMA8
	VYl2iJPLCX6ZioxRSH7UFFZTnQXUvLcDDBFjn3BZ8tqhK2gfZIPbcMmxaLWCRzyBoj32
	YhR23ewveP1JNkQaBa3+iMmfHTmZEElF0bNSnxpKCsYeePUttpiTN0Seq0e59AUca7wk
	7LhkZGvWkzzuwDl4XyZpYvTtPmvdr54hyzgwe6fCkgpBx/QrDVXNK9DSPP48amNdgEQE
	Dgew==
X-Received: by 10.14.211.67 with SMTP id v43mr14330878eeo.55.1372432348972;
	Fri, 28 Jun 2013 08:12:28 -0700 (PDT)
Received: from [172.16.26.11] (05419ccf.skybroadband.com. [5.65.156.207])
	by mx.google.com with ESMTPSA id n5sm11074157eed.9.2013.06.28.08.12.26
	for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Fri, 28 Jun 2013 08:12:28 -0700 (PDT)
Message-ID: <51CDA7D8.7020401@xen.org>
Date: Fri, 28 Jun 2013 16:12:24 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130620 Thunderbird/17.0.7
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>,
	"xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Subject: [XenARM] Minor Xen project process clarifications (security process,
 governance process)
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2467895581742815074=="
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

This is a multi-part message in MIME format.
--===============2467895581742815074==
Content-Type: multipart/alternative;
 boundary="------------000404070803030307040204"

This is a multi-part message in MIME format.
--------------000404070803030307040204
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi everybody,
I am going to make two minor clarifications in the next few days. I 
believe we need no vote for this.
Lars

1) http://www.xenproject.org/security-policy.html*

5. Advisory public release:*
At the embargo date we will publish the advisory, and push bugfix 
changesets to public revision control trees. Public advisories will be 
posted to xen-devel, xen-users and xen-annnounce and will be added to 
theSecurity Announcements wiki page 
<http://wiki.xenproject.org/wiki/Security_Announcements>. Copies will 
also be sent to the pre-disclosure list.

Change: replace the link to point to http://xenbits.xen.org/xsa/ (which 
contains an automatically generated lists of advisories)

2) http://www.xenproject.org/governance.html**

Making Contributions

Making contributions in Xen follows the conventions as they are known in 
the Linux Kernel community. In summary contributions are made through 
patches that are reviewed by the community. Xen does not require 
community members to sign contribution or committer agreements. We do 
require contributors to sign contrinbutions using the sign-off feature 
of the code repository, following the same approach as the Linux Kernel 
does (seeDeveloper Certificate Of Origin 
<http://elinux.org/Developer_Certificate_Of_Origin>).

Add a sentence, which states that "This means that contributors retain 
the copyright of their contributions."


--------------000404070803030307040204
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi everybody,<br>
    I am going to make two minor clarifications in the next few days. I
    believe we need no vote for this.<br>
    Lars<br>
    <br>
    1) <a href="http://www.xenproject.org/security-policy.html">http://www.xenproject.org/security-policy.html</a><strong
      style="font-weight: bold;"><br>
      <br>
      5. Advisory public release:</strong><br>
    At the embargo date we will publish the advisory, and push bugfix
    changesets to public revision control trees. Public advisories will
    be posted to xen-devel, xen-users and xen-annnounce and will be
    added to the<span class="Apple-converted-space">&nbsp;</span><a
      href="http://wiki.xenproject.org/wiki/Security_Announcements"
      style="text-decoration: none; color: rgb(103, 159, 6); transition:
      color 0.4s ease; -webkit-transition: color 0.4s ease; cursor:
      pointer;">Security Announcements wiki page</a>. Copies will also
    be sent to the pre-disclosure list.<br>
    <br>
    Change: replace the link to point to <a
      href="http://xenbits.xen.org/xsa/">http://xenbits.xen.org/xsa/</a>
    (which contains an automatically generated lists of advisories)<br>
    <br>
    2) <a href="http://www.xenproject.org/governance.html">http://www.xenproject.org/governance.html</a><strong
      style="font-weight: bold;"></strong><br>
    <br>
    Making Contributions
    <p style="margin: 0px 0px 15px; color: rgb(51, 51, 51); font-family:
      Arial, sans-serif; font-size: 12px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 18px; orphans: auto; text-align: start; text-indent:
      0px; text-transform: none; white-space: normal; widows: auto;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      background-color: rgb(255, 255, 255);">Making contributions in Xen
      follows the conventions as they are known in the Linux Kernel
      community. In summary contributions are made through patches that
      are reviewed by the community. Xen does not require community
      members to sign contribution or committer agreements. We do
      require contributors to sign contrinbutions using the sign-off
      feature of the code repository, following the same approach as the
      Linux Kernel does (see<span class="Apple-converted-space">&nbsp;</span><a
        href="http://elinux.org/Developer_Certificate_Of_Origin"
        style="text-decoration: none; color: rgb(103, 159, 6);
        transition: color 0.4s ease; -webkit-transition: color 0.4s
        ease; cursor: pointer;">Developer Certificate Of Origin</a>).</p>
    Add a sentence, which states that "This means that contributors
    retain the copyright of their contributions."<br>
    <br>
  </body>
</html>

--------------000404070803030307040204--


--===============2467895581742815074==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

--===============2467895581742815074==--


From xen-arm-bounces@lists.xen.org Fri Jun 28 17:05:36 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 28 Jun 2013 17:05:36 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Usc73-0002ms-3h; Fri, 28 Jun 2013 17:05:33 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1Usc71-0002mO-2P; Fri, 28 Jun 2013 17:05:31 +0000
Received: from [85.158.137.99:61240] by server-1.bemta-3.messagelabs.com id
	96/5C-01921-A52CDC15; Fri, 28 Jun 2013 17:05:30 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-11.tower-217.messagelabs.com!1372439128!17374011!1
X-Originating-IP: [209.85.215.175]
X-SpamReason: No, hits=2.4 required=7.0 tests=RCVD_ILLEGAL_IP,
	SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 31658 invoked from network); 28 Jun 2013 17:05:29 -0000
Received: from mail-ea0-f175.google.com (HELO mail-ea0-f175.google.com)
	(209.85.215.175)
	by server-11.tower-217.messagelabs.com with RC4-SHA encrypted SMTP;
	28 Jun 2013 17:05:29 -0000
Received: by mail-ea0-f175.google.com with SMTP id z7so1166182eaf.34
	for <multiple recipients>; Fri, 28 Jun 2013 10:05:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=4pj56jVknGJTtaT+Axwf51qT9iK/2tgKlzjfEnUSAo0=;
	b=Q1pdLl2tPu8I5//uT9Gz5wxB8GlETVTUqXbsMcBghWr7P/XSBGKRtHBgYwHbipkzQt
	I9Xkjm7C4WD9SzcbOmDL77kQbH36Sg/HdRuFj+196YAwRzbRloGkWQcOc2y5omVwB85Y
	+BLJSvoIa4BTpEz9atIoT+Vf7y3msrcS2OYdc7j2hh1RE5JGLr5r3t25KyM6+6P+ftky
	xCumsepqz5P7Us4VYklREYTkfL+8pMUKJFb0TaExgwx6lxaMYgJk3L8lD8PjYsUMGqtk
	cQf7McYk1Z/odzNe8fEItfDuLHD4OPm9s4fmHhBZudWLEg/OoetcSaikBz81x4JR4Fhf
	Hp/Q==
X-Received: by 10.15.55.199 with SMTP id v47mr14428574eew.41.1372439128468;
	Fri, 28 Jun 2013 10:05:28 -0700 (PDT)
Received: from [172.16.26.11] (05419ccf.skybroadband.com. [5.65.156.207])
	by mx.google.com with ESMTPSA id
	n42sm11630257eeh.15.2013.06.28.10.05.26 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Fri, 28 Jun 2013 10:05:27 -0700 (PDT)
Message-ID: <51CDC255.7060902@xen.org>
Date: Fri, 28 Jun 2013 18:05:25 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130620 Thunderbird/17.0.7
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>, 
	publicity@lists.xenproject.org, 
	"xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Subject: [XenARM] First go at Planet Xen ...
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Hi all,

I created http://www.xenproject.org/planet-xen.html and we can now add 
blogs from community members and organizations that talk about Xen. You 
can get to it from "Xen Planet" in the global navigation bar from all 
*.xenproject.org sites (or will be able to soon).

I only added blogs, where I could easily get the feed URL: where this 
wasn't obvious, I didn't add it. If you want to be added, please send me
a) Name of blog
b) URL of blog
c) Feed URL

At some point I hope I can include news search query for "Xen 
Hypervisor", "Xen Project", ...  but this does not seem to work at the 
moment.

Cheers
Lars


_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Fri Jun 28 17:05:36 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 28 Jun 2013 17:05:36 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Usc73-0002ms-3h; Fri, 28 Jun 2013 17:05:33 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lars.kurth.xen@gmail.com>)
	id 1Usc71-0002mO-2P; Fri, 28 Jun 2013 17:05:31 +0000
Received: from [85.158.137.99:61240] by server-1.bemta-3.messagelabs.com id
	96/5C-01921-A52CDC15; Fri, 28 Jun 2013 17:05:30 +0000
X-Env-Sender: lars.kurth.xen@gmail.com
X-Msg-Ref: server-11.tower-217.messagelabs.com!1372439128!17374011!1
X-Originating-IP: [209.85.215.175]
X-SpamReason: No, hits=2.4 required=7.0 tests=RCVD_ILLEGAL_IP,
	SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 31658 invoked from network); 28 Jun 2013 17:05:29 -0000
Received: from mail-ea0-f175.google.com (HELO mail-ea0-f175.google.com)
	(209.85.215.175)
	by server-11.tower-217.messagelabs.com with RC4-SHA encrypted SMTP;
	28 Jun 2013 17:05:29 -0000
Received: by mail-ea0-f175.google.com with SMTP id z7so1166182eaf.34
	for <multiple recipients>; Fri, 28 Jun 2013 10:05:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
	:subject:content-type:content-transfer-encoding;
	bh=4pj56jVknGJTtaT+Axwf51qT9iK/2tgKlzjfEnUSAo0=;
	b=Q1pdLl2tPu8I5//uT9Gz5wxB8GlETVTUqXbsMcBghWr7P/XSBGKRtHBgYwHbipkzQt
	I9Xkjm7C4WD9SzcbOmDL77kQbH36Sg/HdRuFj+196YAwRzbRloGkWQcOc2y5omVwB85Y
	+BLJSvoIa4BTpEz9atIoT+Vf7y3msrcS2OYdc7j2hh1RE5JGLr5r3t25KyM6+6P+ftky
	xCumsepqz5P7Us4VYklREYTkfL+8pMUKJFb0TaExgwx6lxaMYgJk3L8lD8PjYsUMGqtk
	cQf7McYk1Z/odzNe8fEItfDuLHD4OPm9s4fmHhBZudWLEg/OoetcSaikBz81x4JR4Fhf
	Hp/Q==
X-Received: by 10.15.55.199 with SMTP id v47mr14428574eew.41.1372439128468;
	Fri, 28 Jun 2013 10:05:28 -0700 (PDT)
Received: from [172.16.26.11] (05419ccf.skybroadband.com. [5.65.156.207])
	by mx.google.com with ESMTPSA id
	n42sm11630257eeh.15.2013.06.28.10.05.26 for <multiple recipients>
	(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
	Fri, 28 Jun 2013 10:05:27 -0700 (PDT)
Message-ID: <51CDC255.7060902@xen.org>
Date: Fri, 28 Jun 2013 18:05:25 +0100
From: Lars Kurth <lars.kurth@xen.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
	rv:17.0) Gecko/20130620 Thunderbird/17.0.7
MIME-Version: 1.0
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>, 
	"xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	"xen-api@lists.xen.org" <xen-api@lists.xen.org>, 
	publicity@lists.xenproject.org, 
	"xen-arm@lists.xen.org" <xen-arm@lists.xen.org>
Subject: [XenARM] First go at Planet Xen ...
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: lars.kurth@xen.org
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

Hi all,

I created http://www.xenproject.org/planet-xen.html and we can now add 
blogs from community members and organizations that talk about Xen. You 
can get to it from "Xen Planet" in the global navigation bar from all 
*.xenproject.org sites (or will be able to soon).

I only added blogs, where I could easily get the feed URL: where this 
wasn't obvious, I didn't add it. If you want to be added, please send me
a) Name of blog
b) URL of blog
c) Feed URL

At some point I hope I can include news search query for "Xen 
Hypervisor", "Xen Project", ...  but this does not seem to work at the 
moment.

Cheers
Lars


_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

From xen-arm-bounces@lists.xen.org Sat Jun 29 10:12:11 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sat, 29 Jun 2013 10:12:11 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Uss8T-0003f3-5a; Sat, 29 Jun 2013 10:12:05 +0000
Message-Id: <E1Uss8T-0003f3-5a@lists.xen.org>
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <noreply+3131211308@badoo.com>) id 1Uss8O-0003eq-6h
	for xen-arm@lists.xen.org; Sat, 29 Jun 2013 10:12:00 +0000
Received: from [85.158.139.83:62841] by server-13.bemta-5.messagelabs.com id
	FF/66-11519-FE2BEC15; Sat, 29 Jun 2013 10:11:59 +0000
X-Env-Sender: noreply+3131211308@badoo.com
X-Msg-Ref: server-5.tower-182.messagelabs.com!1372500717!29172614!1
X-Originating-IP: [159.253.178.41]
X-SpamReason: No, hits=3.9 required=7.0 tests=msgid: No Message-ID,
	FROM_ENDS_IN_NUMS,HTML_MESSAGE,ML_RADAR_SPEW_LINKS_14,spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 9152 invoked from network); 29 Jun 2013 10:11:58 -0000
Received: from cluster1015.monopost.com (HELO cluster1015.monopost.com)
	(159.253.178.41) by server-5.tower-182.messagelabs.com with SMTP;
	29 Jun 2013 10:11:58 -0000
Received: from scripts35.mlan (scripts35.mlan [10.10.126.36])
	by cluster1015.monopost.com (Postfix) with SMTP id C7C7BFDC7548
	for <xen-arm@lists.xen.org>; Sat, 29 Jun 2013 10:11:57 +0000 (UTC)
X-DomainKeys: Sendmail DomainKeys Filter v1.0.2 cluster1015.monopost.com
	C7C7BFDC7548
DomainKey-Signature: a=rsa-sha1; s=m23uiy45; d=badoo.com; c=nofws; q=dns;
	b=Ht5bbQPI/u/lHvBLohRStx7lvYh506NWcHl4mWHYPTUT0VSV74Sp1hj5Qmczqyud3
	sfhQ+iY26fh2sW0i/EiJcw4v4rQwI2shDqxRhyTKzvPbQiiiM3a04j4JaPvboVebyL9
	29ziv7zLMHmcO6MsdKGcC6O0LrLBjVHDDkHdua8=
X-DKIM: Sendmail DKIM Filter v2.7.2 cluster1015.monopost.com C7C7BFDC7548
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=badoo.com;
	s=m23uiy45; t=1372500717; bh=GVX4NRPNfO0BpobLeoKjPbDqE3RNZ/PY566yuy
	UP8hc=; h=Date:To:MIME-Version:List-Unsubscribe:Content-Type:From:
	Reply-to:Subject; b=Dtun3zSW/Lu9YnRE7rCjhwiwTZHAltnjkOopooRFiVHIL6
	V79d0aZysZvsfRHuRehGnn31TiWOxuEXgqkFnOC7eJwrrHRfqyqPhxjl1lNuSDJ5Qh2
	qlKnJo7J68/mecPOdDQj0DEMAnLJrXCrCmo/BWdBT+nHJk8B+kLZUlX9TA=
Received: by scripts35.mlan (sSMTP sendmail emulation);
	Sat, 29 Jun 2013 10:11:57 +0000
Date: Sat, 29 Jun 2013 10:11:57 +0000
To: xen-arm@lists.xen.org
MIME-Version: 1.0
X-campaignid: badoo 006.65.1.290613101157
From: Badoo <noreply+3131211308@badoo.com>
Subject: [XenARM] =?utf-8?q?=E2=98=85_Lis_tes_messages_avant_qu=27ils_ne_s?=
	=?utf-8?q?oient_effac=C3=A9s_!?=
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: tadmidarryl@gmail.com
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1431017470272143996=="
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

--===============1431017470272143996==
Content-Type: multipart/alternative;
	boundary="=_0fff275c5ecb7c1c81dd8f6e9db07a2f"

--=_0fff275c5ecb7c1c81dd8f6e9db07a2f
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Lis ton message de Drake avant qu'il soit effac=C3=A9 !=0A=0APour lire ton =
message, suis simplement ce lien:
http://eu1.badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D6&g=3D57&m=3D65&m=
id=3D51ceb2ed000000000006000001df1fed0112b6b60044



Le lien ne fonctionne pas dans ce message ? Copie-le dans la barre d'adress=
e de ton navigateur.

Cet email fait partie de notre proc=C3=A9dure d'envoi suite =C3=A0 la deman=
de d'envoi de message par Drake. S'il s'agit d'une erreur, ignore simplemen=
t cet email. La requ=C3=AAte sera alors effac=C3=A9e du syst=C3=A8me.

Amuse-toi bien !
L'=C3=A9quipe Badoo
=0AVous avez re=C3=A7u cet email de Badoo Trading Limited (adresse postale =
ci-dessous). Si =C3=A0 l'avenir, vous ne souhaitez plus recevoir d'emails d=
e la part de Badoo, merci de vous d=C3=A9sabonner en cliquant ici : https:/=
/eu1.badoo.com/impersonation.phtml?lang_id=3D6&email=3Dxen-arm%40lists.xen.=
org&block_code=3D6d51ea.&m=3D65&mid=3D51ceb2ed000000000006000001df1fed0112b=
6b60044
=0ABadoo Trading Limited, soci=C3=A9t=C3=A9 enregistr=C3=A9e en Angleterre =
et Pays de Galles, sous le No. CRN 7540255, bureaux enregistr=C3=A9s sous l=
&#039;adresse  Media Village, 131 - 151 Great Titchfield Street, Londres, W=
1W 5BB.
--=_0fff275c5ecb7c1c81dd8f6e9db07a2f
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.=
w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">=0A<html xmlns=3D"http://www.=
w3.org/1999/xhtml">=0A<head><meta http-equiv=3D"content-type" content=3D"te=
xt/html; charset=3DUTF-8" />=0A=0A=0A<title>Lis tes messages avant qu'ils n=
e soient effac=C3=A9s!</title>=0A</head>=0A<body dir=3D"ltr">=0A<div style=
=3D"max-width: 800px; margin: 0; padding: 15px 0; direction:ltr;">=0A<table=
 width=3D"80%" border=3D"0" cellpadding=3D"0" cellspacing=3D"0">=0A<tr>=0A<=
td width=3D"10%"></td>=0A<td align=3D"left" width=3D"90%" style=3D"font: 13=
px/18px Arial, sans-serif;">=0A<div style=3D"color: #666; padding: 0 0 20px=
; font-size: 13px/18px; line-height: 18px;">See this email in <a href=3D"ht=
tp://eu1.badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D3&amp;g=3D57-0-1&am=
p;m=3D65&amp;mid=3D51ceb2ed000000000006000001df1fed0112b6b60044" style=3D"c=
olor: #3366cc;">English</a>, <a href=3D"http://eu1.badoo.com/0267305450/in/=
B7inrWog1DY/?lang_id=3D5&amp;g=3D57-1-1&amp;m=3D65&amp;mid=3D51ceb2ed000000=
000006000001df1fed0112b6b60044" style=3D"color: #3366cc;">Deutsch</a>, <a h=
ref=3D"http://eu1.badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D8&amp;g=3D=
57-2-1&amp;m=3D65&amp;mid=3D51ceb2ed000000000006000001df1fed0112b6b60044" s=
tyle=3D"color: #3366cc;">Italiano</a>, <a href=3D"http://eu1.badoo.com/0267=
305450/in/B7inrWog1DY/?lang_id=3D7&amp;g=3D57-3-1&amp;m=3D65&amp;mid=3D51ce=
b2ed000000000006000001df1fed0112b6b60044" style=3D"color: #3366cc;">Espa=C3=
=B1ol</a>, <a href=3D"http://eu1.badoo.com/0267305450/in/B7inrWog1DY/?lang_=
id=3D61&amp;g=3D57-4-1&amp;m=3D65&amp;mid=3D51ceb2ed000000000006000001df1fe=
d0112b6b60044" style=3D"color: #3366cc;">Portugu=C3=AAs</a> or <a href=3D"h=
ttp://eu1.badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D6&amp;g=3D57-5-1&a=
mp;m=3D65&amp;mid=3D51ceb2ed000000000006000001df1fed0112b6b60044" style=3D"=
color: #3366cc;">37 other languages</a>.</div>=0A<h2 style=3D"font: normal =
24px/27px Arial, sans-serif; margin: 0; padding: 0 0 18px; color: black;">L=
is ton message de Drake avant qu'il soit effac=C3=A9 !</h2>=0A<br /><br />=
=0A<table style=3D"border-collapse: collapse;" cellpadding=3D"0" cellspacin=
g=3D"0">=0A<tr>=0A<td style=3D"padding-right: 22px;"><a href=3D"http://eu1.=
badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D6&amp;g=3D57-6-2&amp;m=3D65&=
amp;mid=3D51ceb2ed000000000006000001df1fed0112b6b60044"><img src=3D"http://=
p48.badoo.com/288/0/7/6/267305450/273812/t1372191019/693380_medium.jpg" wid=
th=3D"72" height=3D"72" border=3D"0" style=3D"background-color: #ebeef1;" a=
lt=3D"" /></a></td>=0A<td><big style=3D"font: 16px/18px Arial, sans-serif;"=
><b><a href=3D"http://eu1.badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D6&=
amp;g=3D57-7-1&amp;m=3D65&amp;mid=3D51ceb2ed000000000006000001df1fed0112b6b=
60044" style=3D"color: #3366cc;">Lis ton message...</a></b></big></td>=0A</=
tr>=0A</table>=0A<br />=0A<br />=0A<br />=0ACet email fait partie de notre =
proc=C3=A9dure d'envoi suite =C3=A0 la demande d'envoi de message par Drake=
. S'il s'agit d'une erreur, ignore simplement cet email. La requ=C3=AAte se=
ra alors effac=C3=A9e du syst=C3=A8me.
<br />
<br />
Merci,<br />
L'=C3=A9quipe Badoo
=0A<br /><br />=0A<img src=3D"http://badoocdn.com/51ceb2ed00000000000600000=
041-1078892942114778180/v2/-/-/i/badoo.11.gif" width=3D"80" height=3D"23" a=
lt=3D"" />=0A<p style=3D"margin-top:10px;color:#666666;font:13px/18px Arial=
,sans-serif;">Vous avez re=C3=A7u cet email de Badoo Trading Limited (adres=
se postale ci-dessous). Si =C3=A0 l'avenir, vous ne souhaitez plus recevoir=
 de messages par email de la part de Badoo, merci de vous d=C3=A9sabonner e=
n <a href=3D"https://eu1.badoo.com/impersonation.phtml?lang_id=3D6&amp;emai=
l=3Dxen-arm%40lists.xen.org&amp;block_code=3D6d51ea&amp;m=3D65&amp;mid=3D51=
ceb2ed000000000006000001df1fed0112b6b60044" style=3D"color: #3366cc;">cliqu=
ant ici</a>.<br />=0ABadoo Trading Limited, soci=C3=A9t=C3=A9 enregistr=C3=
=A9e en Angleterre et Pays de Galles, sous le No. CRN 7540255, bureaux enre=
gistr=C3=A9s =C3=A0 l'adresse Media Village, 131 - 151 Great Titchfield Str=
eet, Londres, W1W 5BB.=0A</p>=0A=0A</td>=0A</tr>=0A</table>=0A</div>=0A</bo=
dy>=0A</html>
--=_0fff275c5ecb7c1c81dd8f6e9db07a2f--



--===============1431017470272143996==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

--===============1431017470272143996==--



From xen-arm-bounces@lists.xen.org Sat Jun 29 10:12:11 2013
Return-path: <xen-arm-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sat, 29 Jun 2013 10:12:11 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-arm-bounces@lists.xen.org>)
	id 1Uss8T-0003f3-5a; Sat, 29 Jun 2013 10:12:05 +0000
Message-Id: <E1Uss8T-0003f3-5a@lists.xen.org>
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <noreply+3131211308@badoo.com>) id 1Uss8O-0003eq-6h
	for xen-arm@lists.xen.org; Sat, 29 Jun 2013 10:12:00 +0000
Received: from [85.158.139.83:62841] by server-13.bemta-5.messagelabs.com id
	FF/66-11519-FE2BEC15; Sat, 29 Jun 2013 10:11:59 +0000
X-Env-Sender: noreply+3131211308@badoo.com
X-Msg-Ref: server-5.tower-182.messagelabs.com!1372500717!29172614!1
X-Originating-IP: [159.253.178.41]
X-SpamReason: No, hits=3.9 required=7.0 tests=msgid: No Message-ID,
	FROM_ENDS_IN_NUMS,HTML_MESSAGE,ML_RADAR_SPEW_LINKS_14,spamassassin: 
X-StarScan-Received: 
X-StarScan-Version: 6.9.9; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 9152 invoked from network); 29 Jun 2013 10:11:58 -0000
Received: from cluster1015.monopost.com (HELO cluster1015.monopost.com)
	(159.253.178.41) by server-5.tower-182.messagelabs.com with SMTP;
	29 Jun 2013 10:11:58 -0000
Received: from scripts35.mlan (scripts35.mlan [10.10.126.36])
	by cluster1015.monopost.com (Postfix) with SMTP id C7C7BFDC7548
	for <xen-arm@lists.xen.org>; Sat, 29 Jun 2013 10:11:57 +0000 (UTC)
X-DomainKeys: Sendmail DomainKeys Filter v1.0.2 cluster1015.monopost.com
	C7C7BFDC7548
DomainKey-Signature: a=rsa-sha1; s=m23uiy45; d=badoo.com; c=nofws; q=dns;
	b=Ht5bbQPI/u/lHvBLohRStx7lvYh506NWcHl4mWHYPTUT0VSV74Sp1hj5Qmczqyud3
	sfhQ+iY26fh2sW0i/EiJcw4v4rQwI2shDqxRhyTKzvPbQiiiM3a04j4JaPvboVebyL9
	29ziv7zLMHmcO6MsdKGcC6O0LrLBjVHDDkHdua8=
X-DKIM: Sendmail DKIM Filter v2.7.2 cluster1015.monopost.com C7C7BFDC7548
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=badoo.com;
	s=m23uiy45; t=1372500717; bh=GVX4NRPNfO0BpobLeoKjPbDqE3RNZ/PY566yuy
	UP8hc=; h=Date:To:MIME-Version:List-Unsubscribe:Content-Type:From:
	Reply-to:Subject; b=Dtun3zSW/Lu9YnRE7rCjhwiwTZHAltnjkOopooRFiVHIL6
	V79d0aZysZvsfRHuRehGnn31TiWOxuEXgqkFnOC7eJwrrHRfqyqPhxjl1lNuSDJ5Qh2
	qlKnJo7J68/mecPOdDQj0DEMAnLJrXCrCmo/BWdBT+nHJk8B+kLZUlX9TA=
Received: by scripts35.mlan (sSMTP sendmail emulation);
	Sat, 29 Jun 2013 10:11:57 +0000
Date: Sat, 29 Jun 2013 10:11:57 +0000
To: xen-arm@lists.xen.org
MIME-Version: 1.0
X-campaignid: badoo 006.65.1.290613101157
From: Badoo <noreply+3131211308@badoo.com>
Subject: [XenARM] =?utf-8?q?=E2=98=85_Lis_tes_messages_avant_qu=27ils_ne_s?=
	=?utf-8?q?oient_effac=C3=A9s_!?=
X-BeenThere: xen-arm@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: tadmidarryl@gmail.com
List-Id: List for Xen ARM developers and users <xen-arm.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-arm@lists.xen.org>
List-Help: <mailto:xen-arm-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm>,
	<mailto:xen-arm-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1431017470272143996=="
Sender: xen-arm-bounces@lists.xen.org
Errors-To: xen-arm-bounces@lists.xen.org

--===============1431017470272143996==
Content-Type: multipart/alternative;
	boundary="=_0fff275c5ecb7c1c81dd8f6e9db07a2f"

--=_0fff275c5ecb7c1c81dd8f6e9db07a2f
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Lis ton message de Drake avant qu'il soit effac=C3=A9 !=0A=0APour lire ton =
message, suis simplement ce lien:
http://eu1.badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D6&g=3D57&m=3D65&m=
id=3D51ceb2ed000000000006000001df1fed0112b6b60044



Le lien ne fonctionne pas dans ce message ? Copie-le dans la barre d'adress=
e de ton navigateur.

Cet email fait partie de notre proc=C3=A9dure d'envoi suite =C3=A0 la deman=
de d'envoi de message par Drake. S'il s'agit d'une erreur, ignore simplemen=
t cet email. La requ=C3=AAte sera alors effac=C3=A9e du syst=C3=A8me.

Amuse-toi bien !
L'=C3=A9quipe Badoo
=0AVous avez re=C3=A7u cet email de Badoo Trading Limited (adresse postale =
ci-dessous). Si =C3=A0 l'avenir, vous ne souhaitez plus recevoir d'emails d=
e la part de Badoo, merci de vous d=C3=A9sabonner en cliquant ici : https:/=
/eu1.badoo.com/impersonation.phtml?lang_id=3D6&email=3Dxen-arm%40lists.xen.=
org&block_code=3D6d51ea.&m=3D65&mid=3D51ceb2ed000000000006000001df1fed0112b=
6b60044
=0ABadoo Trading Limited, soci=C3=A9t=C3=A9 enregistr=C3=A9e en Angleterre =
et Pays de Galles, sous le No. CRN 7540255, bureaux enregistr=C3=A9s sous l=
&#039;adresse  Media Village, 131 - 151 Great Titchfield Street, Londres, W=
1W 5BB.
--=_0fff275c5ecb7c1c81dd8f6e9db07a2f
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.=
w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">=0A<html xmlns=3D"http://www.=
w3.org/1999/xhtml">=0A<head><meta http-equiv=3D"content-type" content=3D"te=
xt/html; charset=3DUTF-8" />=0A=0A=0A<title>Lis tes messages avant qu'ils n=
e soient effac=C3=A9s!</title>=0A</head>=0A<body dir=3D"ltr">=0A<div style=
=3D"max-width: 800px; margin: 0; padding: 15px 0; direction:ltr;">=0A<table=
 width=3D"80%" border=3D"0" cellpadding=3D"0" cellspacing=3D"0">=0A<tr>=0A<=
td width=3D"10%"></td>=0A<td align=3D"left" width=3D"90%" style=3D"font: 13=
px/18px Arial, sans-serif;">=0A<div style=3D"color: #666; padding: 0 0 20px=
; font-size: 13px/18px; line-height: 18px;">See this email in <a href=3D"ht=
tp://eu1.badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D3&amp;g=3D57-0-1&am=
p;m=3D65&amp;mid=3D51ceb2ed000000000006000001df1fed0112b6b60044" style=3D"c=
olor: #3366cc;">English</a>, <a href=3D"http://eu1.badoo.com/0267305450/in/=
B7inrWog1DY/?lang_id=3D5&amp;g=3D57-1-1&amp;m=3D65&amp;mid=3D51ceb2ed000000=
000006000001df1fed0112b6b60044" style=3D"color: #3366cc;">Deutsch</a>, <a h=
ref=3D"http://eu1.badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D8&amp;g=3D=
57-2-1&amp;m=3D65&amp;mid=3D51ceb2ed000000000006000001df1fed0112b6b60044" s=
tyle=3D"color: #3366cc;">Italiano</a>, <a href=3D"http://eu1.badoo.com/0267=
305450/in/B7inrWog1DY/?lang_id=3D7&amp;g=3D57-3-1&amp;m=3D65&amp;mid=3D51ce=
b2ed000000000006000001df1fed0112b6b60044" style=3D"color: #3366cc;">Espa=C3=
=B1ol</a>, <a href=3D"http://eu1.badoo.com/0267305450/in/B7inrWog1DY/?lang_=
id=3D61&amp;g=3D57-4-1&amp;m=3D65&amp;mid=3D51ceb2ed000000000006000001df1fe=
d0112b6b60044" style=3D"color: #3366cc;">Portugu=C3=AAs</a> or <a href=3D"h=
ttp://eu1.badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D6&amp;g=3D57-5-1&a=
mp;m=3D65&amp;mid=3D51ceb2ed000000000006000001df1fed0112b6b60044" style=3D"=
color: #3366cc;">37 other languages</a>.</div>=0A<h2 style=3D"font: normal =
24px/27px Arial, sans-serif; margin: 0; padding: 0 0 18px; color: black;">L=
is ton message de Drake avant qu'il soit effac=C3=A9 !</h2>=0A<br /><br />=
=0A<table style=3D"border-collapse: collapse;" cellpadding=3D"0" cellspacin=
g=3D"0">=0A<tr>=0A<td style=3D"padding-right: 22px;"><a href=3D"http://eu1.=
badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D6&amp;g=3D57-6-2&amp;m=3D65&=
amp;mid=3D51ceb2ed000000000006000001df1fed0112b6b60044"><img src=3D"http://=
p48.badoo.com/288/0/7/6/267305450/273812/t1372191019/693380_medium.jpg" wid=
th=3D"72" height=3D"72" border=3D"0" style=3D"background-color: #ebeef1;" a=
lt=3D"" /></a></td>=0A<td><big style=3D"font: 16px/18px Arial, sans-serif;"=
><b><a href=3D"http://eu1.badoo.com/0267305450/in/B7inrWog1DY/?lang_id=3D6&=
amp;g=3D57-7-1&amp;m=3D65&amp;mid=3D51ceb2ed000000000006000001df1fed0112b6b=
60044" style=3D"color: #3366cc;">Lis ton message...</a></b></big></td>=0A</=
tr>=0A</table>=0A<br />=0A<br />=0A<br />=0ACet email fait partie de notre =
proc=C3=A9dure d'envoi suite =C3=A0 la demande d'envoi de message par Drake=
. S'il s'agit d'une erreur, ignore simplement cet email. La requ=C3=AAte se=
ra alors effac=C3=A9e du syst=C3=A8me.
<br />
<br />
Merci,<br />
L'=C3=A9quipe Badoo
=0A<br /><br />=0A<img src=3D"http://badoocdn.com/51ceb2ed00000000000600000=
041-1078892942114778180/v2/-/-/i/badoo.11.gif" width=3D"80" height=3D"23" a=
lt=3D"" />=0A<p style=3D"margin-top:10px;color:#666666;font:13px/18px Arial=
,sans-serif;">Vous avez re=C3=A7u cet email de Badoo Trading Limited (adres=
se postale ci-dessous). Si =C3=A0 l'avenir, vous ne souhaitez plus recevoir=
 de messages par email de la part de Badoo, merci de vous d=C3=A9sabonner e=
n <a href=3D"https://eu1.badoo.com/impersonation.phtml?lang_id=3D6&amp;emai=
l=3Dxen-arm%40lists.xen.org&amp;block_code=3D6d51ea&amp;m=3D65&amp;mid=3D51=
ceb2ed000000000006000001df1fed0112b6b60044" style=3D"color: #3366cc;">cliqu=
ant ici</a>.<br />=0ABadoo Trading Limited, soci=C3=A9t=C3=A9 enregistr=C3=
=A9e en Angleterre et Pays de Galles, sous le No. CRN 7540255, bureaux enre=
gistr=C3=A9s =C3=A0 l'adresse Media Village, 131 - 151 Great Titchfield Str=
eet, Londres, W1W 5BB.=0A</p>=0A=0A</td>=0A</tr>=0A</table>=0A</div>=0A</bo=
dy>=0A</html>
--=_0fff275c5ecb7c1c81dd8f6e9db07a2f--



--===============1431017470272143996==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-arm mailing list
Xen-arm@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-arm

--===============1431017470272143996==--



