From xen-users-bounces@lists.xen.org Mon Dec 01 09:56:12 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 01 Dec 2014 09:56: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-users-bounces@lists.xen.org>)
	id 1XvNh6-0007Az-TF; Mon, 01 Dec 2014 09:55:00 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>) id 1XvNh4-0007Ae-NS
	for xen-users@lists.xenproject.org; Mon, 01 Dec 2014 09:54:58 +0000
Received: from [193.109.254.147] by server-4.bemta-14.messagelabs.com id
	A4/FE-02954-2FA3C745; Mon, 01 Dec 2014 09:54:58 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-15.tower-27.messagelabs.com!1417427695!12143394!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 8689 invoked from network); 1 Dec 2014 09:54:57 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-15.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	1 Dec 2014 09:54:57 -0000
X-IronPort-AV: E=Sophos;i="5.07,493,1413244800"; d="scan'208";a="197999060"
Message-ID: <1417427693.23604.82.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Minalkumar Patel <patel_mp@yahoo.co.in>
Date: Mon, 1 Dec 2014 09:54:53 +0000
In-Reply-To: <1417328097.42161.YahooMailNeo@web190606.mail.sg3.yahoo.com>
References: <1409636853.64977.YahooMailNeo@web190603.mail.sg3.yahoo.com>
	<1409734554.24834.5.camel@citrix.com>
	<1414991067.58395.YahooMailNeo@web190606.mail.sg3.yahoo.com>
	<1415707181.40354.YahooMailNeo@web190606.mail.sg3.yahoo.com>
	<1415790440.79658.YahooMailNeo@web190606.mail.sg3.yahoo.com>
	<1416162971.69177.YahooMailNeo@web190601.mail.sg3.yahoo.com>
	<1416803486.91813.YahooMailNeo@web190602.mail.sg3.yahoo.com>
	<1417328097.42161.YahooMailNeo@web190606.mail.sg3.yahoo.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	"xen-users@lists.xenproject.org" <xen-users@lists.xenproject.org>
Subject: Re: [Xen-users] Fw: RLE Compression
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

If I understand what you are asking for then this is documented as the
-s option to xl migration in the xl(1) man page, which allows you to
shell out to a script to establish the connection the remote host
instead of calling ssh. The script has to arrange to pipe its stdin to
the stdin of a remote "xl migrate-receive" process on the other end, it
can do whatever transforms it likes so long as it undoes them on the
other end.

(If what you are asking is how can you use migrate.py from xl migrate
then this isn't possible, you will need to reimplement that
functionality in C as part of the library.)

However as I said previously this is only really a bodge, the right way
to go about adding compression to migration is to patch libxc and/or
libxl to do so. There is already some compression as part of the Remus
feature, I don't know how reusable that will be for what you want
though.

Note that during Xen 4.6 the existing migration code in libxc is to be
replaced by a new version (look for Andrew Cooper's postings of
"migration v2" on the xen-devel list over the last 6 months or so). This
new code base should be much easier to add features to and in any case
effort expended on the existing code base is quite likely to go to waste
when we switch over.

If you are interested in developing this feature then you would be best
to consult the devel list not the users list, but please do read
http://wiki.xen.org/wiki/Asking_Xen_Devel_Questions first.

Ian.

On Sun, 2014-11-30 at 14:14 +0800, Minalkumar Patel wrote:
> 
> 
> how to tranport scirpt in xen4.4 at the time of migration?
> i found documentation in 
> Xen Roadmap/4.4 - Xen 
> 
>  
>  
>  
>  
>  
>  
> Xen Roadmap/4.4 - Xen
> From Xen Jump to: navigation, search 
> 
> View on wiki.xenproject.org
> Preview by Yahoo
> 
>  
>  
> but i am not clear how to tranport script at xl migrate command?
> 
> I request Xen Experts to guide us....
> 
> 
> 
> 
> 
> On Monday, 24 November 2014 10:01 AM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> 
> 
>  
> how to import script using xl migrate command? if i want to print
> "hello world ",how can i able to do that?
> 
> do we need to re-complile complete xen code?
> 
> 
> 
> 
> On Monday, 17 November 2014 12:06 AM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> i want to use Run length encoding for live migration. The importance
> of it is to avoid repeatedly transmitting same pages so we can
> send only differences.
> 
> this is already developed in xen 4.2 with xc_compression.c BUT i want
> to write code in migrate.py (for xend/xm) for run lenght. 
> how can this possible? how to understand memory pages structure in xm?
> may i need to write RPC procedure (in C) for that?
> 
> 
> using xen xl migrate with -s option, if i want to write script to
> import code of memroy compression then how can i achive this?
> 
> 
> 
> 
> please suggest in detail
> 
>  
> 
> 
> 
> 
> 
> On Wednesday, 12 November 2014 3:07 AM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> On Tuesday, 11 November 2014 5:29 PM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> 
> 
> i want to use Run length encoding for live migration. The importance
> of it is to avoid repeatedly transmitting same pages so we can
> use only diffrences.
> 
> this is already developed in xen 4.2 with xc_compression.c BUT i want
> to write code in migrate.py (for xend/xm) for run lenght. 
> how can this possible? how to understand memory pages structure in xm?
> may i need to write RPC procedure (in C) for that?
> 
> Regards,
> 
>  
> 
> 
> 
> 
> 
> 
> On Monday, 3 November 2014 10:34 AM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> using xen with -s option, if i want to write script to import code of
> memroy compression then how can i achive this?
> 
> 
> 
> please suggest in detail.
> 
> 
> 
> 
> 
> 
> On Wednesday, 3 September 2014 2:26 PM, Ian Campbell
> <Ian.Campbell@citrix.com> wrote:
> 
> 
> 
> On Tue, 2014-09-02 at 13:47 +0800, Minalkumar Patel wrote:
> >  
> > how compression are being done during migrartion?
> 
> It's not, this isn't currently a feature of xl migrate.
> 
> 
> >  how can i merge lz or quicklz c code into xen? is there any other
> > option to do compression with xl migrate command?
> 
> 
> I'm afraid this is going to involve writing a patch for xl to add this
> feature, since there is no such option currently.
> 
> You might be able to bodge something using the -s option to provide
> your
> own transprt script wraps the transfer in compression.
> 
> Ian.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 01 09:56:12 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 01 Dec 2014 09:56: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-users-bounces@lists.xen.org>)
	id 1XvNh6-0007Ap-Ai; Mon, 01 Dec 2014 09:55:00 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>) id 1XvNh4-0007Ad-Lm
	for xen-users@lists.xen.org; Mon, 01 Dec 2014 09:54:58 +0000
Received: from [193.109.254.147] by server-6.bemta-14.messagelabs.com id
	AF/4E-03145-2FA3C745; Mon, 01 Dec 2014 09:54:58 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-12.tower-27.messagelabs.com!1417427695!12151349!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11186 invoked from network); 1 Dec 2014 09:54:57 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-12.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	1 Dec 2014 09:54:57 -0000
X-IronPort-AV: E=Sophos;i="5.07,493,1413244800"; d="scan'208";a="197999060"
Message-ID: <1417427693.23604.82.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Minalkumar Patel <patel_mp@yahoo.co.in>
Date: Mon, 1 Dec 2014 09:54:53 +0000
In-Reply-To: <1417328097.42161.YahooMailNeo@web190606.mail.sg3.yahoo.com>
References: <1409636853.64977.YahooMailNeo@web190603.mail.sg3.yahoo.com>
	<1409734554.24834.5.camel@citrix.com>
	<1414991067.58395.YahooMailNeo@web190606.mail.sg3.yahoo.com>
	<1415707181.40354.YahooMailNeo@web190606.mail.sg3.yahoo.com>
	<1415790440.79658.YahooMailNeo@web190606.mail.sg3.yahoo.com>
	<1416162971.69177.YahooMailNeo@web190601.mail.sg3.yahoo.com>
	<1416803486.91813.YahooMailNeo@web190602.mail.sg3.yahoo.com>
	<1417328097.42161.YahooMailNeo@web190606.mail.sg3.yahoo.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	"xen-users@lists.xenproject.org" <xen-users@lists.xenproject.org>
Subject: Re: [Xen-users] Fw: RLE Compression
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

If I understand what you are asking for then this is documented as the
-s option to xl migration in the xl(1) man page, which allows you to
shell out to a script to establish the connection the remote host
instead of calling ssh. The script has to arrange to pipe its stdin to
the stdin of a remote "xl migrate-receive" process on the other end, it
can do whatever transforms it likes so long as it undoes them on the
other end.

(If what you are asking is how can you use migrate.py from xl migrate
then this isn't possible, you will need to reimplement that
functionality in C as part of the library.)

However as I said previously this is only really a bodge, the right way
to go about adding compression to migration is to patch libxc and/or
libxl to do so. There is already some compression as part of the Remus
feature, I don't know how reusable that will be for what you want
though.

Note that during Xen 4.6 the existing migration code in libxc is to be
replaced by a new version (look for Andrew Cooper's postings of
"migration v2" on the xen-devel list over the last 6 months or so). This
new code base should be much easier to add features to and in any case
effort expended on the existing code base is quite likely to go to waste
when we switch over.

If you are interested in developing this feature then you would be best
to consult the devel list not the users list, but please do read
http://wiki.xen.org/wiki/Asking_Xen_Devel_Questions first.

Ian.

On Sun, 2014-11-30 at 14:14 +0800, Minalkumar Patel wrote:
> 
> 
> how to tranport scirpt in xen4.4 at the time of migration?
> i found documentation in 
> Xen Roadmap/4.4 - Xen 
> 
>  
>  
>  
>  
>  
>  
> Xen Roadmap/4.4 - Xen
> From Xen Jump to: navigation, search 
> 
> View on wiki.xenproject.org
> Preview by Yahoo
> 
>  
>  
> but i am not clear how to tranport script at xl migrate command?
> 
> I request Xen Experts to guide us....
> 
> 
> 
> 
> 
> On Monday, 24 November 2014 10:01 AM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> 
> 
>  
> how to import script using xl migrate command? if i want to print
> "hello world ",how can i able to do that?
> 
> do we need to re-complile complete xen code?
> 
> 
> 
> 
> On Monday, 17 November 2014 12:06 AM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> i want to use Run length encoding for live migration. The importance
> of it is to avoid repeatedly transmitting same pages so we can
> send only differences.
> 
> this is already developed in xen 4.2 with xc_compression.c BUT i want
> to write code in migrate.py (for xend/xm) for run lenght. 
> how can this possible? how to understand memory pages structure in xm?
> may i need to write RPC procedure (in C) for that?
> 
> 
> using xen xl migrate with -s option, if i want to write script to
> import code of memroy compression then how can i achive this?
> 
> 
> 
> 
> please suggest in detail
> 
>  
> 
> 
> 
> 
> 
> On Wednesday, 12 November 2014 3:07 AM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> On Tuesday, 11 November 2014 5:29 PM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> 
> 
> i want to use Run length encoding for live migration. The importance
> of it is to avoid repeatedly transmitting same pages so we can
> use only diffrences.
> 
> this is already developed in xen 4.2 with xc_compression.c BUT i want
> to write code in migrate.py (for xend/xm) for run lenght. 
> how can this possible? how to understand memory pages structure in xm?
> may i need to write RPC procedure (in C) for that?
> 
> Regards,
> 
>  
> 
> 
> 
> 
> 
> 
> On Monday, 3 November 2014 10:34 AM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> using xen with -s option, if i want to write script to import code of
> memroy compression then how can i achive this?
> 
> 
> 
> please suggest in detail.
> 
> 
> 
> 
> 
> 
> On Wednesday, 3 September 2014 2:26 PM, Ian Campbell
> <Ian.Campbell@citrix.com> wrote:
> 
> 
> 
> On Tue, 2014-09-02 at 13:47 +0800, Minalkumar Patel wrote:
> >  
> > how compression are being done during migrartion?
> 
> It's not, this isn't currently a feature of xl migrate.
> 
> 
> >  how can i merge lz or quicklz c code into xen? is there any other
> > option to do compression with xl migrate command?
> 
> 
> I'm afraid this is going to involve writing a patch for xl to add this
> feature, since there is no such option currently.
> 
> You might be able to bodge something using the -s option to provide
> your
> own transprt script wraps the transfer in compression.
> 
> Ian.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 01 09:56:12 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 01 Dec 2014 09:56: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-users-bounces@lists.xen.org>)
	id 1XvNh6-0007Ap-Ai; Mon, 01 Dec 2014 09:55:00 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>) id 1XvNh4-0007Ad-Lm
	for xen-users@lists.xen.org; Mon, 01 Dec 2014 09:54:58 +0000
Received: from [193.109.254.147] by server-6.bemta-14.messagelabs.com id
	AF/4E-03145-2FA3C745; Mon, 01 Dec 2014 09:54:58 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-12.tower-27.messagelabs.com!1417427695!12151349!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11186 invoked from network); 1 Dec 2014 09:54:57 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-12.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	1 Dec 2014 09:54:57 -0000
X-IronPort-AV: E=Sophos;i="5.07,493,1413244800"; d="scan'208";a="197999060"
Message-ID: <1417427693.23604.82.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Minalkumar Patel <patel_mp@yahoo.co.in>
Date: Mon, 1 Dec 2014 09:54:53 +0000
In-Reply-To: <1417328097.42161.YahooMailNeo@web190606.mail.sg3.yahoo.com>
References: <1409636853.64977.YahooMailNeo@web190603.mail.sg3.yahoo.com>
	<1409734554.24834.5.camel@citrix.com>
	<1414991067.58395.YahooMailNeo@web190606.mail.sg3.yahoo.com>
	<1415707181.40354.YahooMailNeo@web190606.mail.sg3.yahoo.com>
	<1415790440.79658.YahooMailNeo@web190606.mail.sg3.yahoo.com>
	<1416162971.69177.YahooMailNeo@web190601.mail.sg3.yahoo.com>
	<1416803486.91813.YahooMailNeo@web190602.mail.sg3.yahoo.com>
	<1417328097.42161.YahooMailNeo@web190606.mail.sg3.yahoo.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	"xen-users@lists.xenproject.org" <xen-users@lists.xenproject.org>
Subject: Re: [Xen-users] Fw: RLE Compression
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

If I understand what you are asking for then this is documented as the
-s option to xl migration in the xl(1) man page, which allows you to
shell out to a script to establish the connection the remote host
instead of calling ssh. The script has to arrange to pipe its stdin to
the stdin of a remote "xl migrate-receive" process on the other end, it
can do whatever transforms it likes so long as it undoes them on the
other end.

(If what you are asking is how can you use migrate.py from xl migrate
then this isn't possible, you will need to reimplement that
functionality in C as part of the library.)

However as I said previously this is only really a bodge, the right way
to go about adding compression to migration is to patch libxc and/or
libxl to do so. There is already some compression as part of the Remus
feature, I don't know how reusable that will be for what you want
though.

Note that during Xen 4.6 the existing migration code in libxc is to be
replaced by a new version (look for Andrew Cooper's postings of
"migration v2" on the xen-devel list over the last 6 months or so). This
new code base should be much easier to add features to and in any case
effort expended on the existing code base is quite likely to go to waste
when we switch over.

If you are interested in developing this feature then you would be best
to consult the devel list not the users list, but please do read
http://wiki.xen.org/wiki/Asking_Xen_Devel_Questions first.

Ian.

On Sun, 2014-11-30 at 14:14 +0800, Minalkumar Patel wrote:
> 
> 
> how to tranport scirpt in xen4.4 at the time of migration?
> i found documentation in 
> Xen Roadmap/4.4 - Xen 
> 
>  
>  
>  
>  
>  
>  
> Xen Roadmap/4.4 - Xen
> From Xen Jump to: navigation, search 
> 
> View on wiki.xenproject.org
> Preview by Yahoo
> 
>  
>  
> but i am not clear how to tranport script at xl migrate command?
> 
> I request Xen Experts to guide us....
> 
> 
> 
> 
> 
> On Monday, 24 November 2014 10:01 AM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> 
> 
>  
> how to import script using xl migrate command? if i want to print
> "hello world ",how can i able to do that?
> 
> do we need to re-complile complete xen code?
> 
> 
> 
> 
> On Monday, 17 November 2014 12:06 AM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> i want to use Run length encoding for live migration. The importance
> of it is to avoid repeatedly transmitting same pages so we can
> send only differences.
> 
> this is already developed in xen 4.2 with xc_compression.c BUT i want
> to write code in migrate.py (for xend/xm) for run lenght. 
> how can this possible? how to understand memory pages structure in xm?
> may i need to write RPC procedure (in C) for that?
> 
> 
> using xen xl migrate with -s option, if i want to write script to
> import code of memroy compression then how can i achive this?
> 
> 
> 
> 
> please suggest in detail
> 
>  
> 
> 
> 
> 
> 
> On Wednesday, 12 November 2014 3:07 AM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> On Tuesday, 11 November 2014 5:29 PM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> 
> 
> i want to use Run length encoding for live migration. The importance
> of it is to avoid repeatedly transmitting same pages so we can
> use only diffrences.
> 
> this is already developed in xen 4.2 with xc_compression.c BUT i want
> to write code in migrate.py (for xend/xm) for run lenght. 
> how can this possible? how to understand memory pages structure in xm?
> may i need to write RPC procedure (in C) for that?
> 
> Regards,
> 
>  
> 
> 
> 
> 
> 
> 
> On Monday, 3 November 2014 10:34 AM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> using xen with -s option, if i want to write script to import code of
> memroy compression then how can i achive this?
> 
> 
> 
> please suggest in detail.
> 
> 
> 
> 
> 
> 
> On Wednesday, 3 September 2014 2:26 PM, Ian Campbell
> <Ian.Campbell@citrix.com> wrote:
> 
> 
> 
> On Tue, 2014-09-02 at 13:47 +0800, Minalkumar Patel wrote:
> >  
> > how compression are being done during migrartion?
> 
> It's not, this isn't currently a feature of xl migrate.
> 
> 
> >  how can i merge lz or quicklz c code into xen? is there any other
> > option to do compression with xl migrate command?
> 
> 
> I'm afraid this is going to involve writing a patch for xl to add this
> feature, since there is no such option currently.
> 
> You might be able to bodge something using the -s option to provide
> your
> own transprt script wraps the transfer in compression.
> 
> Ian.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 01 09:56:12 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 01 Dec 2014 09:56: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-users-bounces@lists.xen.org>)
	id 1XvNh6-0007Az-TF; Mon, 01 Dec 2014 09:55:00 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>) id 1XvNh4-0007Ae-NS
	for xen-users@lists.xenproject.org; Mon, 01 Dec 2014 09:54:58 +0000
Received: from [193.109.254.147] by server-4.bemta-14.messagelabs.com id
	A4/FE-02954-2FA3C745; Mon, 01 Dec 2014 09:54:58 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-15.tower-27.messagelabs.com!1417427695!12143394!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 8689 invoked from network); 1 Dec 2014 09:54:57 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-15.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	1 Dec 2014 09:54:57 -0000
X-IronPort-AV: E=Sophos;i="5.07,493,1413244800"; d="scan'208";a="197999060"
Message-ID: <1417427693.23604.82.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Minalkumar Patel <patel_mp@yahoo.co.in>
Date: Mon, 1 Dec 2014 09:54:53 +0000
In-Reply-To: <1417328097.42161.YahooMailNeo@web190606.mail.sg3.yahoo.com>
References: <1409636853.64977.YahooMailNeo@web190603.mail.sg3.yahoo.com>
	<1409734554.24834.5.camel@citrix.com>
	<1414991067.58395.YahooMailNeo@web190606.mail.sg3.yahoo.com>
	<1415707181.40354.YahooMailNeo@web190606.mail.sg3.yahoo.com>
	<1415790440.79658.YahooMailNeo@web190606.mail.sg3.yahoo.com>
	<1416162971.69177.YahooMailNeo@web190601.mail.sg3.yahoo.com>
	<1416803486.91813.YahooMailNeo@web190602.mail.sg3.yahoo.com>
	<1417328097.42161.YahooMailNeo@web190606.mail.sg3.yahoo.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	"xen-users@lists.xenproject.org" <xen-users@lists.xenproject.org>
Subject: Re: [Xen-users] Fw: RLE Compression
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

If I understand what you are asking for then this is documented as the
-s option to xl migration in the xl(1) man page, which allows you to
shell out to a script to establish the connection the remote host
instead of calling ssh. The script has to arrange to pipe its stdin to
the stdin of a remote "xl migrate-receive" process on the other end, it
can do whatever transforms it likes so long as it undoes them on the
other end.

(If what you are asking is how can you use migrate.py from xl migrate
then this isn't possible, you will need to reimplement that
functionality in C as part of the library.)

However as I said previously this is only really a bodge, the right way
to go about adding compression to migration is to patch libxc and/or
libxl to do so. There is already some compression as part of the Remus
feature, I don't know how reusable that will be for what you want
though.

Note that during Xen 4.6 the existing migration code in libxc is to be
replaced by a new version (look for Andrew Cooper's postings of
"migration v2" on the xen-devel list over the last 6 months or so). This
new code base should be much easier to add features to and in any case
effort expended on the existing code base is quite likely to go to waste
when we switch over.

If you are interested in developing this feature then you would be best
to consult the devel list not the users list, but please do read
http://wiki.xen.org/wiki/Asking_Xen_Devel_Questions first.

Ian.

On Sun, 2014-11-30 at 14:14 +0800, Minalkumar Patel wrote:
> 
> 
> how to tranport scirpt in xen4.4 at the time of migration?
> i found documentation in 
> Xen Roadmap/4.4 - Xen 
> 
>  
>  
>  
>  
>  
>  
> Xen Roadmap/4.4 - Xen
> From Xen Jump to: navigation, search 
> 
> View on wiki.xenproject.org
> Preview by Yahoo
> 
>  
>  
> but i am not clear how to tranport script at xl migrate command?
> 
> I request Xen Experts to guide us....
> 
> 
> 
> 
> 
> On Monday, 24 November 2014 10:01 AM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> 
> 
>  
> how to import script using xl migrate command? if i want to print
> "hello world ",how can i able to do that?
> 
> do we need to re-complile complete xen code?
> 
> 
> 
> 
> On Monday, 17 November 2014 12:06 AM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> i want to use Run length encoding for live migration. The importance
> of it is to avoid repeatedly transmitting same pages so we can
> send only differences.
> 
> this is already developed in xen 4.2 with xc_compression.c BUT i want
> to write code in migrate.py (for xend/xm) for run lenght. 
> how can this possible? how to understand memory pages structure in xm?
> may i need to write RPC procedure (in C) for that?
> 
> 
> using xen xl migrate with -s option, if i want to write script to
> import code of memroy compression then how can i achive this?
> 
> 
> 
> 
> please suggest in detail
> 
>  
> 
> 
> 
> 
> 
> On Wednesday, 12 November 2014 3:07 AM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> On Tuesday, 11 November 2014 5:29 PM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> 
> 
> i want to use Run length encoding for live migration. The importance
> of it is to avoid repeatedly transmitting same pages so we can
> use only diffrences.
> 
> this is already developed in xen 4.2 with xc_compression.c BUT i want
> to write code in migrate.py (for xend/xm) for run lenght. 
> how can this possible? how to understand memory pages structure in xm?
> may i need to write RPC procedure (in C) for that?
> 
> Regards,
> 
>  
> 
> 
> 
> 
> 
> 
> On Monday, 3 November 2014 10:34 AM, Minalkumar Patel
> <patel_mp@yahoo.co.in> wrote:
> 
> 
> 
> using xen with -s option, if i want to write script to import code of
> memroy compression then how can i achive this?
> 
> 
> 
> please suggest in detail.
> 
> 
> 
> 
> 
> 
> On Wednesday, 3 September 2014 2:26 PM, Ian Campbell
> <Ian.Campbell@citrix.com> wrote:
> 
> 
> 
> On Tue, 2014-09-02 at 13:47 +0800, Minalkumar Patel wrote:
> >  
> > how compression are being done during migrartion?
> 
> It's not, this isn't currently a feature of xl migrate.
> 
> 
> >  how can i merge lz or quicklz c code into xen? is there any other
> > option to do compression with xl migrate command?
> 
> 
> I'm afraid this is going to involve writing a patch for xl to add this
> feature, since there is no such option currently.
> 
> You might be able to bodge something using the -s option to provide
> your
> own transprt script wraps the transfer in compression.
> 
> Ian.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 01 12:20:33 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 01 Dec 2014 12:20: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-users-bounces@lists.xen.org>)
	id 1XvPwo-0005RF-Kp; Mon, 01 Dec 2014 12:19:22 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <christoph@kaminski-berlin.org>) id 1Xv90z-00017d-Fu
	for xen-users@lists.xen.org; Sun, 30 Nov 2014 18:14:33 +0000
Received: from [85.158.137.68] by server-10.bemta-3.messagelabs.com id
	46/A9-24859-88E5B745; Sun, 30 Nov 2014 18:14:32 +0000
X-Env-Sender: christoph@kaminski-berlin.org
X-Msg-Ref: server-9.tower-31.messagelabs.com!1417371262!11080675!1
X-Originating-IP: [89.238.78.61]
X-SpamReason: No, hits=0.5 required=7.0 tests=BODY_RANDOM_LONG
X-StarScan-Received: 
X-StarScan-Version: 6.12.4; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20952 invoked from network); 30 Nov 2014 18:14:22 -0000
Received: from xaphon.chao5.net (HELO xaphon.chao5.int) (89.238.78.61)
	by server-9.tower-31.messagelabs.com with SMTP;
	30 Nov 2014 18:14:22 -0000
Received: from satan.chao5.int (satan.chao5.int [192.168.50.50])
	by xaphon.chao5.int (Postfix) with ESMTP id C342BDFB60
	for <xen-users@lists.xen.org>; Sun, 30 Nov 2014 19:14:20 +0100 (CET)
Received: from webmail.chao5.int (leviathan.chao5.int [192.168.50.60])
	by satan.chao5.int (Postfix) with ESMTP id C4008203E4
	for <xen-users@lists.xen.org>; Sun, 30 Nov 2014 19:14:19 +0100 (CET)
MIME-Version: 1.0
Content-Length: 3332
Date: Sun, 30 Nov 2014 19:14:18 +0100
From: Christoph Kaminski <christoph@kaminski-berlin.org>
To: xen-users@lists.xen.org
Message-ID: <dd0c3fd0319e2c3269080585a20175a6@webmail.chao5.int>
X-Sender: christoph@kaminski-berlin.org
User-Agent: Roundcube Webmail/1.0.3
X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY
	autolearn=ham version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on xaphon.vpn
X-Mailman-Approved-At: Mon, 01 Dec 2014 12:19:21 +0000
Subject: [Xen-users] UDP checksum error at network boot
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: base64
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

SGkKCkkgZ2V0IGV2ZXIgIlVEUCBjaGVja3N1bSBlcnJvciIgaWYgSSB0cnkgdG8gYm9vdCBhIGRv
bVUgZm9ybSBuZXR3b3JrIAoocHhlKS4gSSd2ZSBzZWVuIHRoaXMgcHJvYmxlbSBjYW4gb2NjdXIg
aWYgdGhlIGRoY3BkIHJ1bnMgaW5zaWRlIGRvbTAgCihYZW4gRkFRKSBidXQgbXkgZGhjcGQgcnVu
cyBvbiBvdGhlciBob3N0LiBUaGUgdGZ0cHNlcnZlciBydW5zIG9uIGEgCmRvbVUsIGNhbnQgdGhp
cyBiZSB0aGUgcHJvYmxlbT8KClVzaW5nIGNvbmZpZyBmaWxlICIvZXRjL3hlbi9hYmFkZG9uNy5j
ZmciLgpTdGFydGVkIGRvbWFpbiBhYmFkZG9uNyAoaWQ9MTEpCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgWGVuIE1pbmltYWwgT1MhCiAgIHN0YXJ0X2luZm86IDB4YjlmMDAwKFZBKQog
ICAgIG5yX3BhZ2VzOiAweDQwMDAwCiAgIHNoYXJlZF9pbmY6IDB4Y2Y3YzcwMDAoTUEpCiAgICAg
IHB0X2Jhc2U6IDB4YmEyMDAwKFZBKQpucl9wdF9mcmFtZXM6IDB4YgogICAgIG1mbl9saXN0OiAw
eDk5ZjAwMChWQSkKICAgIG1vZF9zdGFydDogMHgwKFZBKQogICAgICBtb2RfbGVuOiAwCiAgICAg
ICAgZmxhZ3M6IDB4MAogICAgIGNtZF9saW5lOiAobmQpL3B4ZWxpbnV4LjAKICAgc3RhY2s6ICAg
ICAgMHg5NWU5MDAtMHg5N2U5MDAKTU06IEluaXQKICAgICAgIF90ZXh0OiAweDAoVkEpCiAgICAg
IF9ldGV4dDogMHg3MTQ2NChWQSkKICAgIF9lcm9kYXRhOiAweDhiMDAwKFZBKQogICAgICBfZWRh
dGE6IDB4OTBjNjAoVkEpCnN0YWNrIHN0YXJ0OiAweDk1ZTkwMChWQSkKICAgICAgICBfZW5kOiAw
eDk5ZWYwMChWQSkKICAgc3RhcnRfcGZuOiBiYjAKICAgICBtYXhfcGZuOiA0MDAwMApNYXBwaW5n
IG1lbW9yeSByYW5nZSAweDEwMDAwMDAgLSAweDQwMDAwMDAwCnNldHRpbmcgMHgwLTB4OGIwMDAg
cmVhZG9ubHkKc2tpcHBlZCAweDEwMDAKTU06IEluaXRpYWxpc2UgcGFnZSBhbGxvY2F0b3IgZm9y
IGRhODAwMChkYTgwMDApLTQwMDAwMDAwKDQwMDAwMDAwKQpNTTogZG9uZQpEZW1hbmQgbWFwIHBm
bnMgYXQgNDAwMDEwMDAtMjA0MDAwMTAwMC4KSGVhcCByZXNpZGVzIGF0IDIwNDAwMDIwMDAtNDA0
MDAwMjAwMC4KSW5pdGlhbGlzaW5nIHRpbWVyIGludGVyZmFjZQpJbml0aWFsaXNpbmcgY29uc29s
ZSAuLi4gZG9uZS4KZ250dGFiX3RhYmxlIG1hcHBlZCBhdCAweDQwMDAxMDAwLgpJbml0aWFsaXNp
bmcgc2NoZWR1bGVyClRocmVhZCAiSWRsZSI6IHBvaW50ZXI6IDB4MjA0MDAwMjA1MCwgc3RhY2s6
IDB4ZmMwMDAwClRocmVhZCAieGVuc3RvcmUiOiBwb2ludGVyOiAweDIwNDAwMDI4MDAsIHN0YWNr
OiAweGZkMDAwMAp4ZW5idXMgaW5pdGlhbGlzZWQgb24gaXJxIDEgbWZuIDB4MTg4ZmI4CkR1bW15
IG1haW46IHN0YXJ0X2luZm89MHg5N2VhMDAKVGhyZWFkICJtYWluIjogcG9pbnRlcjogMHgyMDQw
MDAyZmIwLCBzdGFjazogMHhmZTAwMDAKIm1haW4iICIobmQpL3B4ZWxpbnV4LjAiCnZiZCA1MTcx
MiBpcyBoZDAKKioqKioqKioqKioqKioqKioqKiBCTEtGUk9OVCBmb3IgZGV2aWNlL3ZiZC81MTcx
MiAqKioqKioqKioqCgoKYmFja2VuZCBhdCAvbG9jYWwvZG9tYWluLzAvYmFja2VuZC92YmQvMTEv
NTE3MTIKNzM0MDAzMjAgc2VjdG9ycyBvZiA1MTIgYnl0ZXMKKioqKioqKioqKioqKioqKioqKioq
KioqKioKdmJkIDUxNzI4IGlzIGhkMQoqKioqKioqKioqKioqKioqKioqIEJMS0ZST05UIGZvciBk
ZXZpY2UvdmJkLzUxNzI4ICoqKioqKioqKioKCgpiYWNrZW5kIGF0IC9sb2NhbC9kb21haW4vMC9i
YWNrZW5kL3ZiZC8xMS81MTcyOAoyMDk3MTUyIHNlY3RvcnMgb2YgNTEyIGJ5dGVzCioqKioqKioq
KioqKioqKioqKioqKioqKioqCioqKioqKioqKioqKioqKioqKioqKioqKiBORVRGUk9OVCBmb3Ig
ZGV2aWNlL3ZpZi8wICoqKioqKioqKioKCgpuZXQgVFggcmluZyBzaXplIDI1NgpuZXQgUlggcmlu
ZyBzaXplIDI1NgpiYWNrZW5kIGF0IC9sb2NhbC9kb21haW4vMC9iYWNrZW5kL3ZpZi8xMS8wCm1h
YyBpcyAwMDoxNjozZTowMjozMTozMAoqKioqKioqKioqKioqKioqKioqKioqKioqKgpBZGRyZXNz
OiAxOTIuMTY4LjIwLjMwCk5ldG1hc2s6IDI1NS4yNTUuMjU1LjAKU2VydmVyOiAxOTIuMTY4LjIw
LjgwCkdhdGV3YXk6IDE5Mi4xNjguMjAuMQpVRFAgY2hlY2tzdW0gZXJyb3IKVURQIGNoZWNrc3Vt
IGVycm9yClVEUCBjaGVja3N1bSBlcnJvcgpVRFAgY2hlY2tzdW0gZXJyb3IKVURQIGNoZWNrc3Vt
IGVycm9yClVEUCBjaGVja3N1bSBlcnJvcgpVRFAgY2hlY2tzdW0gZXJyb3IKCgotLSAKLS0tLS0t
LS0tLS0tLS0tLS0tLS0tCk1pdCBmcmV1bmRsaWNoZW0gR3J1w58KQ2hyaXN0b3BoIEthbWluc2tp
CgpfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwpYZW4tdXNl
cnMgbWFpbGluZyBsaXN0Clhlbi11c2Vyc0BsaXN0cy54ZW4ub3JnCmh0dHA6Ly9saXN0cy54ZW4u
b3JnL3hlbi11c2Vycw==

From xen-users-bounces@lists.xen.org Mon Dec 01 12:20:33 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 01 Dec 2014 12:20: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-users-bounces@lists.xen.org>)
	id 1XvPwp-0005RN-68; Mon, 01 Dec 2014 12:19:23 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <patel_mp@yahoo.co.in>) id 1XvIfi-0008UE-Ae
	for xen-users@lists.xen.org; Mon, 01 Dec 2014 04:33:14 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	23/3B-25276-98FEB745; Mon, 01 Dec 2014 04:33:13 +0000
X-Env-Sender: patel_mp@yahoo.co.in
X-Msg-Ref: server-16.tower-21.messagelabs.com!1417408391!9018260!1
X-Originating-IP: [98.136.216.202]
X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_40_50,HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 5989 invoked from network); 1 Dec 2014 04:33:12 -0000
Received: from nm39-vm9.bullet.mail.gq1.yahoo.com (HELO
	nm39-vm9.bullet.mail.gq1.yahoo.com) (98.136.216.202)
	by server-16.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	1 Dec 2014 04:33:12 -0000
Received: from [127.0.0.1] by nm39.bullet.mail.gq1.yahoo.com with NNFMP;
	01 Dec 2014 04:33:10 -0000
Received: from [98.137.12.61] by nm39.bullet.mail.gq1.yahoo.com with NNFMP;
	01 Dec 2014 04:30:29 -0000
Received: from [106.10.166.60] by tm6.bullet.mail.gq1.yahoo.com with NNFMP;
	01 Dec 2014 04:30:29 -0000
Received: from [106.10.150.25] by tm17.bullet.mail.sg3.yahoo.com with NNFMP;
	01 Dec 2014 04:30:28 -0000
Received: from [127.0.0.1] by omp1026.mail.sg3.yahoo.com with NNFMP;
	01 Dec 2014 04:30:28 -0000
X-Yahoo-Newman-Property: ymail-4
X-Yahoo-Newman-Id: 897496.14742.bm@omp1026.mail.sg3.yahoo.com
Received: (qmail 48265 invoked by uid 60001); 1 Dec 2014 04:30:28 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.in; s=s1024;
	t=1417408228; bh=IpI+fTwEhVABN7lHNDNgHDtyegua/Ga+/bl+ggrH4hE=;
	h=Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type;
	b=MCfc33HwOQNOSf+5OhWHcXhLIczFFh05zsIUON1AVIgsEmmGv4kSHRs/9hEoc2kYCBb4Rpa0mrEFos0w/hAg/12e3SfOGSZoCikBsGpVXNadq2okgfydrWsYJPME5I+uJO/3EjF0no9O0wlUbkL6KpzPV9RGq8WTMJT/Vy6JQ7Q=
X-YMail-OSG: 5xvjt1MVM1k_riaqudaBZBof.OiQsBjVxZ8ZW8EExzyxbi7
	hQ97J3luUPTTiF2R42Ak1JBEJ.heWBiI9K2KI3Hncb5BI2RABHtlvM41atGV
	tMdpug8oogVcCieekBVgoEB.W_dtpjI2EAjO.FaEPIEXakjnyhW9Q9ptk_ql
	zRkUtr1aLIlG6dVpkN4mdRApffZ_A0YQ7AhIlaM61f84zGq2z5OuTysjOoy6
	EtKGYUd3_uMj1c4rUYc33ASE1B7WZ08gIbLblWLP5kZF9DwML7RANBe8hZSc
	m7CYacDyu7kNTn8XDK13HUToc9X9jldTFIVwRdknTYM.VHUQGz.qi5Eosv9B
	H1hIgxurJ51b05psjwCd465LGNg8Eqg8Gt9g_IoHxNOLcmfI7sUBuLcttnGe
	2.i.nvvkZHfegKnaHMQcf8_K9KzjHa8L6EUX8SPukgYf78gGKmzMJH5x346F
	dJvQqREejqpfmcagNYPUet.DekDUzy0dZFx044qFgOEj4oo2l95.YA0FFJj0
	qqG4cZiMYkHhnnwD_T.YBVZElNwBU90mRl2P3ABkLO5Ban7ybyHzgNay8aBh HjcFk
Received: from [117.247.92.69] by web190603.mail.sg3.yahoo.com via HTTP;
	Mon, 01 Dec 2014 12:30:28 SGT
X-Rocket-MIMEInfo: 002.001,
	SSB3b3VsZCBsaWtlIHRvIG1pZ3JhdGUgbXkgZXhpc3Rpbmcgc3lzdGVtIGZyb20geGVuNC4xIHRvIHhlbjQuMisuCiAKCkkgaGF2ZSBtb2RpZmllZCBrZXJuZWwgYnkgY29tcGluZyBsaW51eCBhbmQgaW5zdGFsbGVkIHhlbjQuMS40IGJ1dCBub3cgaSB3YW50IHRvIG1pZ3JhdGUgdG8geGVuNC4yKyBzbyBwbGVhc2UgZ2l2ZSBhbnkgaWRlYS4KCgpteSBpZGVhIGZvciB0aGlzIGlzIHRvIGNvcHkgYWxsIGZpbGVzIG9mICB4ZW40LjIrIGludG8geGVuNC4xIGZvbGRlciBhbmQgdGhlbiBjb21waWxlIHRoZSBjb2QBMAEBAQE-
X-Mailer: YahooMailWebService/0.8.203.740
Message-ID: <1417408228.74876.YahooMailNeo@web190603.mail.sg3.yahoo.com>
Date: Mon, 1 Dec 2014 12:30:28 +0800
From: Minalkumar Patel <patel_mp@yahoo.co.in>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
MIME-Version: 1.0
X-Mailman-Approved-At: Mon, 01 Dec 2014 12:19:21 +0000
Subject: [Xen-users] Migrating xen4.1 to xen4.2+
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Minalkumar Patel <patel_mp@yahoo.co.in>
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============5776792071022336773=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============5776792071022336773==
Content-Type: multipart/alternative; boundary="581505112-1318329226-1417408228=:74876"

--581505112-1318329226-1417408228=:74876
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

I would like to migrate my existing system from xen4.1 to xen4.2+.=0A =0A=
=0AI have modified kernel by comping linux and installed xen4.1.4 but now i=
 want to migrate to xen4.2+ so please give any idea.=0A=0A=0Amy idea for th=
is is to copy all files of  xen4.2+ into xen4.1 folder and then compile the=
 code. is it feasible or not? I hope it would not affect my drbd setup in b=
oth nodes and ssh based activities......=0A=0APlease guide me ....
--581505112-1318329226-1417408228=:74876
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"color:#000; background-color:#fff; font-family:He=
lveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;fo=
nt-size:12px"><div>I would like to migrate my existing system from xen4.1 t=
o xen4.2+.</div><div>&nbsp;<br></div><div>I have modified kernel by comping=
 linux and installed xen4.1.4 but now i want to migrate to xen4.2+ so pleas=
e give any idea.</div><div><br></div><div><br></div><div>my idea for this i=
s to copy all files of &nbsp;xen4.2+ into xen4.1 folder and then compile th=
e code. is it feasible or not? I hope it would not affect my drbd setup in =
both nodes and ssh based activities......</div><div><br></div><div>Please g=
uide me ....</div></div></body></html>
--581505112-1318329226-1417408228=:74876--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============5776792071022336773==--


From xen-users-bounces@lists.xen.org Mon Dec 01 12:20:33 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 01 Dec 2014 12:20: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-users-bounces@lists.xen.org>)
	id 1XvPwo-0005RF-Kp; Mon, 01 Dec 2014 12:19:22 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <christoph@kaminski-berlin.org>) id 1Xv90z-00017d-Fu
	for xen-users@lists.xen.org; Sun, 30 Nov 2014 18:14:33 +0000
Received: from [85.158.137.68] by server-10.bemta-3.messagelabs.com id
	46/A9-24859-88E5B745; Sun, 30 Nov 2014 18:14:32 +0000
X-Env-Sender: christoph@kaminski-berlin.org
X-Msg-Ref: server-9.tower-31.messagelabs.com!1417371262!11080675!1
X-Originating-IP: [89.238.78.61]
X-SpamReason: No, hits=0.5 required=7.0 tests=BODY_RANDOM_LONG
X-StarScan-Received: 
X-StarScan-Version: 6.12.4; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20952 invoked from network); 30 Nov 2014 18:14:22 -0000
Received: from xaphon.chao5.net (HELO xaphon.chao5.int) (89.238.78.61)
	by server-9.tower-31.messagelabs.com with SMTP;
	30 Nov 2014 18:14:22 -0000
Received: from satan.chao5.int (satan.chao5.int [192.168.50.50])
	by xaphon.chao5.int (Postfix) with ESMTP id C342BDFB60
	for <xen-users@lists.xen.org>; Sun, 30 Nov 2014 19:14:20 +0100 (CET)
Received: from webmail.chao5.int (leviathan.chao5.int [192.168.50.60])
	by satan.chao5.int (Postfix) with ESMTP id C4008203E4
	for <xen-users@lists.xen.org>; Sun, 30 Nov 2014 19:14:19 +0100 (CET)
MIME-Version: 1.0
Content-Length: 3332
Date: Sun, 30 Nov 2014 19:14:18 +0100
From: Christoph Kaminski <christoph@kaminski-berlin.org>
To: xen-users@lists.xen.org
Message-ID: <dd0c3fd0319e2c3269080585a20175a6@webmail.chao5.int>
X-Sender: christoph@kaminski-berlin.org
User-Agent: Roundcube Webmail/1.0.3
X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY
	autolearn=ham version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on xaphon.vpn
X-Mailman-Approved-At: Mon, 01 Dec 2014 12:19:21 +0000
Subject: [Xen-users] UDP checksum error at network boot
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: base64
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

SGkKCkkgZ2V0IGV2ZXIgIlVEUCBjaGVja3N1bSBlcnJvciIgaWYgSSB0cnkgdG8gYm9vdCBhIGRv
bVUgZm9ybSBuZXR3b3JrIAoocHhlKS4gSSd2ZSBzZWVuIHRoaXMgcHJvYmxlbSBjYW4gb2NjdXIg
aWYgdGhlIGRoY3BkIHJ1bnMgaW5zaWRlIGRvbTAgCihYZW4gRkFRKSBidXQgbXkgZGhjcGQgcnVu
cyBvbiBvdGhlciBob3N0LiBUaGUgdGZ0cHNlcnZlciBydW5zIG9uIGEgCmRvbVUsIGNhbnQgdGhp
cyBiZSB0aGUgcHJvYmxlbT8KClVzaW5nIGNvbmZpZyBmaWxlICIvZXRjL3hlbi9hYmFkZG9uNy5j
ZmciLgpTdGFydGVkIGRvbWFpbiBhYmFkZG9uNyAoaWQ9MTEpCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgWGVuIE1pbmltYWwgT1MhCiAgIHN0YXJ0X2luZm86IDB4YjlmMDAwKFZBKQog
ICAgIG5yX3BhZ2VzOiAweDQwMDAwCiAgIHNoYXJlZF9pbmY6IDB4Y2Y3YzcwMDAoTUEpCiAgICAg
IHB0X2Jhc2U6IDB4YmEyMDAwKFZBKQpucl9wdF9mcmFtZXM6IDB4YgogICAgIG1mbl9saXN0OiAw
eDk5ZjAwMChWQSkKICAgIG1vZF9zdGFydDogMHgwKFZBKQogICAgICBtb2RfbGVuOiAwCiAgICAg
ICAgZmxhZ3M6IDB4MAogICAgIGNtZF9saW5lOiAobmQpL3B4ZWxpbnV4LjAKICAgc3RhY2s6ICAg
ICAgMHg5NWU5MDAtMHg5N2U5MDAKTU06IEluaXQKICAgICAgIF90ZXh0OiAweDAoVkEpCiAgICAg
IF9ldGV4dDogMHg3MTQ2NChWQSkKICAgIF9lcm9kYXRhOiAweDhiMDAwKFZBKQogICAgICBfZWRh
dGE6IDB4OTBjNjAoVkEpCnN0YWNrIHN0YXJ0OiAweDk1ZTkwMChWQSkKICAgICAgICBfZW5kOiAw
eDk5ZWYwMChWQSkKICAgc3RhcnRfcGZuOiBiYjAKICAgICBtYXhfcGZuOiA0MDAwMApNYXBwaW5n
IG1lbW9yeSByYW5nZSAweDEwMDAwMDAgLSAweDQwMDAwMDAwCnNldHRpbmcgMHgwLTB4OGIwMDAg
cmVhZG9ubHkKc2tpcHBlZCAweDEwMDAKTU06IEluaXRpYWxpc2UgcGFnZSBhbGxvY2F0b3IgZm9y
IGRhODAwMChkYTgwMDApLTQwMDAwMDAwKDQwMDAwMDAwKQpNTTogZG9uZQpEZW1hbmQgbWFwIHBm
bnMgYXQgNDAwMDEwMDAtMjA0MDAwMTAwMC4KSGVhcCByZXNpZGVzIGF0IDIwNDAwMDIwMDAtNDA0
MDAwMjAwMC4KSW5pdGlhbGlzaW5nIHRpbWVyIGludGVyZmFjZQpJbml0aWFsaXNpbmcgY29uc29s
ZSAuLi4gZG9uZS4KZ250dGFiX3RhYmxlIG1hcHBlZCBhdCAweDQwMDAxMDAwLgpJbml0aWFsaXNp
bmcgc2NoZWR1bGVyClRocmVhZCAiSWRsZSI6IHBvaW50ZXI6IDB4MjA0MDAwMjA1MCwgc3RhY2s6
IDB4ZmMwMDAwClRocmVhZCAieGVuc3RvcmUiOiBwb2ludGVyOiAweDIwNDAwMDI4MDAsIHN0YWNr
OiAweGZkMDAwMAp4ZW5idXMgaW5pdGlhbGlzZWQgb24gaXJxIDEgbWZuIDB4MTg4ZmI4CkR1bW15
IG1haW46IHN0YXJ0X2luZm89MHg5N2VhMDAKVGhyZWFkICJtYWluIjogcG9pbnRlcjogMHgyMDQw
MDAyZmIwLCBzdGFjazogMHhmZTAwMDAKIm1haW4iICIobmQpL3B4ZWxpbnV4LjAiCnZiZCA1MTcx
MiBpcyBoZDAKKioqKioqKioqKioqKioqKioqKiBCTEtGUk9OVCBmb3IgZGV2aWNlL3ZiZC81MTcx
MiAqKioqKioqKioqCgoKYmFja2VuZCBhdCAvbG9jYWwvZG9tYWluLzAvYmFja2VuZC92YmQvMTEv
NTE3MTIKNzM0MDAzMjAgc2VjdG9ycyBvZiA1MTIgYnl0ZXMKKioqKioqKioqKioqKioqKioqKioq
KioqKioKdmJkIDUxNzI4IGlzIGhkMQoqKioqKioqKioqKioqKioqKioqIEJMS0ZST05UIGZvciBk
ZXZpY2UvdmJkLzUxNzI4ICoqKioqKioqKioKCgpiYWNrZW5kIGF0IC9sb2NhbC9kb21haW4vMC9i
YWNrZW5kL3ZiZC8xMS81MTcyOAoyMDk3MTUyIHNlY3RvcnMgb2YgNTEyIGJ5dGVzCioqKioqKioq
KioqKioqKioqKioqKioqKioqCioqKioqKioqKioqKioqKioqKioqKioqKiBORVRGUk9OVCBmb3Ig
ZGV2aWNlL3ZpZi8wICoqKioqKioqKioKCgpuZXQgVFggcmluZyBzaXplIDI1NgpuZXQgUlggcmlu
ZyBzaXplIDI1NgpiYWNrZW5kIGF0IC9sb2NhbC9kb21haW4vMC9iYWNrZW5kL3ZpZi8xMS8wCm1h
YyBpcyAwMDoxNjozZTowMjozMTozMAoqKioqKioqKioqKioqKioqKioqKioqKioqKgpBZGRyZXNz
OiAxOTIuMTY4LjIwLjMwCk5ldG1hc2s6IDI1NS4yNTUuMjU1LjAKU2VydmVyOiAxOTIuMTY4LjIw
LjgwCkdhdGV3YXk6IDE5Mi4xNjguMjAuMQpVRFAgY2hlY2tzdW0gZXJyb3IKVURQIGNoZWNrc3Vt
IGVycm9yClVEUCBjaGVja3N1bSBlcnJvcgpVRFAgY2hlY2tzdW0gZXJyb3IKVURQIGNoZWNrc3Vt
IGVycm9yClVEUCBjaGVja3N1bSBlcnJvcgpVRFAgY2hlY2tzdW0gZXJyb3IKCgotLSAKLS0tLS0t
LS0tLS0tLS0tLS0tLS0tCk1pdCBmcmV1bmRsaWNoZW0gR3J1w58KQ2hyaXN0b3BoIEthbWluc2tp
CgpfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwpYZW4tdXNl
cnMgbWFpbGluZyBsaXN0Clhlbi11c2Vyc0BsaXN0cy54ZW4ub3JnCmh0dHA6Ly9saXN0cy54ZW4u
b3JnL3hlbi11c2Vycw==

From xen-users-bounces@lists.xen.org Mon Dec 01 12:20:33 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 01 Dec 2014 12:20: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-users-bounces@lists.xen.org>)
	id 1XvPwp-0005RN-68; Mon, 01 Dec 2014 12:19:23 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <patel_mp@yahoo.co.in>) id 1XvIfi-0008UE-Ae
	for xen-users@lists.xen.org; Mon, 01 Dec 2014 04:33:14 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	23/3B-25276-98FEB745; Mon, 01 Dec 2014 04:33:13 +0000
X-Env-Sender: patel_mp@yahoo.co.in
X-Msg-Ref: server-16.tower-21.messagelabs.com!1417408391!9018260!1
X-Originating-IP: [98.136.216.202]
X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_40_50,HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 5989 invoked from network); 1 Dec 2014 04:33:12 -0000
Received: from nm39-vm9.bullet.mail.gq1.yahoo.com (HELO
	nm39-vm9.bullet.mail.gq1.yahoo.com) (98.136.216.202)
	by server-16.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	1 Dec 2014 04:33:12 -0000
Received: from [127.0.0.1] by nm39.bullet.mail.gq1.yahoo.com with NNFMP;
	01 Dec 2014 04:33:10 -0000
Received: from [98.137.12.61] by nm39.bullet.mail.gq1.yahoo.com with NNFMP;
	01 Dec 2014 04:30:29 -0000
Received: from [106.10.166.60] by tm6.bullet.mail.gq1.yahoo.com with NNFMP;
	01 Dec 2014 04:30:29 -0000
Received: from [106.10.150.25] by tm17.bullet.mail.sg3.yahoo.com with NNFMP;
	01 Dec 2014 04:30:28 -0000
Received: from [127.0.0.1] by omp1026.mail.sg3.yahoo.com with NNFMP;
	01 Dec 2014 04:30:28 -0000
X-Yahoo-Newman-Property: ymail-4
X-Yahoo-Newman-Id: 897496.14742.bm@omp1026.mail.sg3.yahoo.com
Received: (qmail 48265 invoked by uid 60001); 1 Dec 2014 04:30:28 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.in; s=s1024;
	t=1417408228; bh=IpI+fTwEhVABN7lHNDNgHDtyegua/Ga+/bl+ggrH4hE=;
	h=Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type;
	b=MCfc33HwOQNOSf+5OhWHcXhLIczFFh05zsIUON1AVIgsEmmGv4kSHRs/9hEoc2kYCBb4Rpa0mrEFos0w/hAg/12e3SfOGSZoCikBsGpVXNadq2okgfydrWsYJPME5I+uJO/3EjF0no9O0wlUbkL6KpzPV9RGq8WTMJT/Vy6JQ7Q=
X-YMail-OSG: 5xvjt1MVM1k_riaqudaBZBof.OiQsBjVxZ8ZW8EExzyxbi7
	hQ97J3luUPTTiF2R42Ak1JBEJ.heWBiI9K2KI3Hncb5BI2RABHtlvM41atGV
	tMdpug8oogVcCieekBVgoEB.W_dtpjI2EAjO.FaEPIEXakjnyhW9Q9ptk_ql
	zRkUtr1aLIlG6dVpkN4mdRApffZ_A0YQ7AhIlaM61f84zGq2z5OuTysjOoy6
	EtKGYUd3_uMj1c4rUYc33ASE1B7WZ08gIbLblWLP5kZF9DwML7RANBe8hZSc
	m7CYacDyu7kNTn8XDK13HUToc9X9jldTFIVwRdknTYM.VHUQGz.qi5Eosv9B
	H1hIgxurJ51b05psjwCd465LGNg8Eqg8Gt9g_IoHxNOLcmfI7sUBuLcttnGe
	2.i.nvvkZHfegKnaHMQcf8_K9KzjHa8L6EUX8SPukgYf78gGKmzMJH5x346F
	dJvQqREejqpfmcagNYPUet.DekDUzy0dZFx044qFgOEj4oo2l95.YA0FFJj0
	qqG4cZiMYkHhnnwD_T.YBVZElNwBU90mRl2P3ABkLO5Ban7ybyHzgNay8aBh HjcFk
Received: from [117.247.92.69] by web190603.mail.sg3.yahoo.com via HTTP;
	Mon, 01 Dec 2014 12:30:28 SGT
X-Rocket-MIMEInfo: 002.001,
	SSB3b3VsZCBsaWtlIHRvIG1pZ3JhdGUgbXkgZXhpc3Rpbmcgc3lzdGVtIGZyb20geGVuNC4xIHRvIHhlbjQuMisuCiAKCkkgaGF2ZSBtb2RpZmllZCBrZXJuZWwgYnkgY29tcGluZyBsaW51eCBhbmQgaW5zdGFsbGVkIHhlbjQuMS40IGJ1dCBub3cgaSB3YW50IHRvIG1pZ3JhdGUgdG8geGVuNC4yKyBzbyBwbGVhc2UgZ2l2ZSBhbnkgaWRlYS4KCgpteSBpZGVhIGZvciB0aGlzIGlzIHRvIGNvcHkgYWxsIGZpbGVzIG9mICB4ZW40LjIrIGludG8geGVuNC4xIGZvbGRlciBhbmQgdGhlbiBjb21waWxlIHRoZSBjb2QBMAEBAQE-
X-Mailer: YahooMailWebService/0.8.203.740
Message-ID: <1417408228.74876.YahooMailNeo@web190603.mail.sg3.yahoo.com>
Date: Mon, 1 Dec 2014 12:30:28 +0800
From: Minalkumar Patel <patel_mp@yahoo.co.in>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
MIME-Version: 1.0
X-Mailman-Approved-At: Mon, 01 Dec 2014 12:19:21 +0000
Subject: [Xen-users] Migrating xen4.1 to xen4.2+
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Minalkumar Patel <patel_mp@yahoo.co.in>
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============5776792071022336773=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============5776792071022336773==
Content-Type: multipart/alternative; boundary="581505112-1318329226-1417408228=:74876"

--581505112-1318329226-1417408228=:74876
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

I would like to migrate my existing system from xen4.1 to xen4.2+.=0A =0A=
=0AI have modified kernel by comping linux and installed xen4.1.4 but now i=
 want to migrate to xen4.2+ so please give any idea.=0A=0A=0Amy idea for th=
is is to copy all files of  xen4.2+ into xen4.1 folder and then compile the=
 code. is it feasible or not? I hope it would not affect my drbd setup in b=
oth nodes and ssh based activities......=0A=0APlease guide me ....
--581505112-1318329226-1417408228=:74876
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"color:#000; background-color:#fff; font-family:He=
lveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;fo=
nt-size:12px"><div>I would like to migrate my existing system from xen4.1 t=
o xen4.2+.</div><div>&nbsp;<br></div><div>I have modified kernel by comping=
 linux and installed xen4.1.4 but now i want to migrate to xen4.2+ so pleas=
e give any idea.</div><div><br></div><div><br></div><div>my idea for this i=
s to copy all files of &nbsp;xen4.2+ into xen4.1 folder and then compile th=
e code. is it feasible or not? I hope it would not affect my drbd setup in =
both nodes and ssh based activities......</div><div><br></div><div>Please g=
uide me ....</div></div></body></html>
--581505112-1318329226-1417408228=:74876--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============5776792071022336773==--


From xen-users-bounces@lists.xen.org Mon Dec 01 23:43:04 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 01 Dec 2014 23:43:04 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XvabC-0000h7-Jh; Mon, 01 Dec 2014 23:41:46 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <tlviewer@yahoo.com>) id 1XvabA-0000h2-TU
	for xen-users@lists.xen.org; Mon, 01 Dec 2014 23:41:45 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	45/FF-25276-8BCFC745; Mon, 01 Dec 2014 23:41:44 +0000
X-Env-Sender: tlviewer@yahoo.com
X-Msg-Ref: server-5.tower-21.messagelabs.com!1417477302!12689400!1
X-Originating-IP: [216.109.115.156]
X-SpamReason: No, hits=1.0 required=7.0 tests=FORGED_YAHOO_RCVD,
	HTML_50_60,HTML_MESSAGE,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20361 invoked from network); 1 Dec 2014 23:41:43 -0000
Received: from nm48-vm1.bullet.mail.bf1.yahoo.com (HELO
	nm48-vm1.bullet.mail.bf1.yahoo.com) (216.109.115.156)
	by server-5.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	1 Dec 2014 23:41:43 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048;
	t=1417477302; bh=0WAncN5VoRZB8u8rm30SYVyYQZ0fxEV3BFcZrWih3m8=;
	h=Date:From:Reply-To:To:Subject:From:Subject;
	b=RADsNQ6n0G8MflirQ4/6S/dGO6ZEwIFVIF6txaODmeJdzBqsxhe9LXSWBx3x2tEfIP/sYvQiDNM/jdaHiwFLlnP8QlR2y8YuAI9HsOYeY5mYraQ3OOGfxjkGIEgQO/3iXjdNWHDiTsfN/eVO3ZlOq6GXSStMnnt/0fqCUCLqN3zFvdp85tvDbm+ol9hJa+hWE/8WJpEjoTa/r7Ev0PiAuaGG/+TGDswZisPMXScFcJphsCD/G+Ub6tx2Se0TgGcgRMbvTo6Z45u7wTdodvQSMVGryJWOLO7cRsupvRVCc/5NWWJA8KNq6OzQ1iQRJtV72j/sFdoveGwS6kSCEkV5ag==
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com;
	b=S2x3SceOBOjf0GWmrMq4/6THq7LTrfsXCnWcUbXgAwI7BVYrwJo2Lw25jSNHzZWDZcKKJbgEQ8dgsiv6nScYMozyyhS8j8iEhfwVb63K/nsXl1+GGpzC3FEzvR169Ut+VXPPnNBeSOIh+/fS7NIDtR41VGI+phIX9kyhFi4e15HfHf61ZdyCU/kRiF1MvTfi+42j7vNenKoO0+iQaDst8YEBNuKXlxGvwXx/jmcPmnfY3SLGZrJ+F40aiD2wZEgW41FqSN6lZJlVLCT8ZbxN+8IbIlTSjwUxrTtBXYZ/1gDgn7aF6eBjcYEDAzNBH9UTLZOJxfSxBM6yZWdxNInHTQ==;
Received: from [66.196.81.172] by nm48.bullet.mail.bf1.yahoo.com with NNFMP;
	01 Dec 2014 23:41:42 -0000
Received: from [98.139.212.206] by tm18.bullet.mail.bf1.yahoo.com with NNFMP;
	01 Dec 2014 23:41:42 -0000
Received: from [127.0.0.1] by omp1015.mail.bf1.yahoo.com with NNFMP;
	01 Dec 2014 23:41:42 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 161722.537.bm@omp1015.mail.bf1.yahoo.com
X-YMail-OSG: s4rxUnoVM1kyLhBLX6bmOVO0816hultk97VtV0XsuwtJhxbxwmNwa6VQjpLtWzd
	jbkt..zES_mT.Ngkn2BiELAnw7niWFryOs1fZ9aeX3KvA_YmJ2q.CxG6iwsK.hplrpzVT0b93zb_
	cb5OXsBX4324lGfs742mGaJI5Azm.vwQ2YUcmRFREY6C30uLGcbv9BPFIy1SKR.qM48tRUtlQzAT
	f0c34Jp4I2ttaKaGKYy9ph85frBka8TIr4kn0SxDE_8uJQYtFCqoqi60tY2S10nodYJhBXfyFGq6
	EbpJND8xE7TshlwFde_bjlaftcajIhbz2dUhB2Q1EjmS9vgRIkCijDywOxwwjiFqQaQov8KYCeBP
	MGBhwXEhH.xeNtEhm5gLOSyLePcidmOEXQqxFrSC2MHLmbCraqhCG1NMCcoOTV.VA5Efi_l2QQVn
	vB41CfDoP9uCoxzA1nB7A.pX6WRvzQgvNuXTir2lK.deJssV899SBI_.llayIRVsP1inEyqk-
Received: by 66.196.80.115; Mon, 01 Dec 2014 23:41:41 +0000 
Date: Mon, 1 Dec 2014 23:41:41 +0000 (UTC)
From: Mark Pryor <tlviewer@yahoo.com>
To: Xen-users <xen-users@lists.xen.org>
Message-ID: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
MIME-Version: 1.0
Content-Length: 2586
Subject: [Xen-users] 4.5 git: regression in xen systemd shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Mark Pryor <tlviewer@yahoo.com>
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7044840957620925149=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============7044840957620925149==
Content-Type: multipart/alternative; 
	boundary="----=_Part_3219598_1855556240.1417477301117"
Content-Length: 2098

------=_Part_3219598_1855556240.1417477301117
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

list,
=C2=A0this commit to 4.5:=20
git show 4542ae340d75bd6319e3fcd94e6c9336e210aeef

=C2=A0^^ causes my C7 install to hang at shutdown.
=C2=A0xenstored.service will shutdown in parallel with xendomains before it=
 should
=C2=A0and its broken

its by Olaf
I took the time to narrow the commit down exactly.. first time I ever did t=
hat
Its a regression. The xen shutdown process in systemd was OK before that co=
mmit

xenconsoled.service needsAfter=3Dxenstored.service
not,After=3Dxenstored.socket
regards,

------=_Part_3219598_1855556240.1417477301117
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div style=3D"color:#000; background-color:#fff; font-family:HelveticaNeue,=
 Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px=
"><div id=3D"yui_3_16_0_1_1417477034479_2614" dir=3D"ltr">list,</div><div d=
ir=3D"ltr"><br></div><div dir=3D"ltr">&nbsp;this commit to 4.5: <br></div><=
div dir=3D"ltr">git show 4542ae340d75bd6319e3fcd94e6c9336e210aeef<br style=
=3D"" class=3D""></div><div dir=3D"ltr"><br></div><div dir=3D"ltr">&nbsp;^^=
 causes my C7 install to hang at shutdown.<br style=3D"" class=3D"">&nbsp;x=
enstored.service will shutdown in parallel with xendomains before it should=
<br style=3D"" class=3D"">&nbsp;and its broken<br style=3D"" class=3D""><br=
 style=3D"" class=3D"">its by Olaf<br style=3D"" class=3D"">I took the time=
 to narrow the commit down exactly.. first time I ever did that<br style=3D=
"" class=3D"">Its a regression. The xen shutdown process in systemd was OK =
before that commit<br></div><div id=3D"yui_3_16_0_1_1417477034479_2366"><br=
></div><div dir=3D"ltr">xenconsoled.service needs</div><div dir=3D"ltr">Aft=
er=3Dxenstored.service</div><div dir=3D"ltr"><br></div><div dir=3D"ltr">not=
,</div><div dir=3D"ltr">After=3Dxenstored.socket</div><div dir=3D"ltr"><br>=
</div><div dir=3D"ltr">regards,<br></div></div>
------=_Part_3219598_1855556240.1417477301117--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============7044840957620925149==--


From xen-users-bounces@lists.xen.org Mon Dec 01 23:43:04 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 01 Dec 2014 23:43:04 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XvabC-0000h7-Jh; Mon, 01 Dec 2014 23:41:46 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <tlviewer@yahoo.com>) id 1XvabA-0000h2-TU
	for xen-users@lists.xen.org; Mon, 01 Dec 2014 23:41:45 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	45/FF-25276-8BCFC745; Mon, 01 Dec 2014 23:41:44 +0000
X-Env-Sender: tlviewer@yahoo.com
X-Msg-Ref: server-5.tower-21.messagelabs.com!1417477302!12689400!1
X-Originating-IP: [216.109.115.156]
X-SpamReason: No, hits=1.0 required=7.0 tests=FORGED_YAHOO_RCVD,
	HTML_50_60,HTML_MESSAGE,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20361 invoked from network); 1 Dec 2014 23:41:43 -0000
Received: from nm48-vm1.bullet.mail.bf1.yahoo.com (HELO
	nm48-vm1.bullet.mail.bf1.yahoo.com) (216.109.115.156)
	by server-5.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	1 Dec 2014 23:41:43 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048;
	t=1417477302; bh=0WAncN5VoRZB8u8rm30SYVyYQZ0fxEV3BFcZrWih3m8=;
	h=Date:From:Reply-To:To:Subject:From:Subject;
	b=RADsNQ6n0G8MflirQ4/6S/dGO6ZEwIFVIF6txaODmeJdzBqsxhe9LXSWBx3x2tEfIP/sYvQiDNM/jdaHiwFLlnP8QlR2y8YuAI9HsOYeY5mYraQ3OOGfxjkGIEgQO/3iXjdNWHDiTsfN/eVO3ZlOq6GXSStMnnt/0fqCUCLqN3zFvdp85tvDbm+ol9hJa+hWE/8WJpEjoTa/r7Ev0PiAuaGG/+TGDswZisPMXScFcJphsCD/G+Ub6tx2Se0TgGcgRMbvTo6Z45u7wTdodvQSMVGryJWOLO7cRsupvRVCc/5NWWJA8KNq6OzQ1iQRJtV72j/sFdoveGwS6kSCEkV5ag==
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com;
	b=S2x3SceOBOjf0GWmrMq4/6THq7LTrfsXCnWcUbXgAwI7BVYrwJo2Lw25jSNHzZWDZcKKJbgEQ8dgsiv6nScYMozyyhS8j8iEhfwVb63K/nsXl1+GGpzC3FEzvR169Ut+VXPPnNBeSOIh+/fS7NIDtR41VGI+phIX9kyhFi4e15HfHf61ZdyCU/kRiF1MvTfi+42j7vNenKoO0+iQaDst8YEBNuKXlxGvwXx/jmcPmnfY3SLGZrJ+F40aiD2wZEgW41FqSN6lZJlVLCT8ZbxN+8IbIlTSjwUxrTtBXYZ/1gDgn7aF6eBjcYEDAzNBH9UTLZOJxfSxBM6yZWdxNInHTQ==;
Received: from [66.196.81.172] by nm48.bullet.mail.bf1.yahoo.com with NNFMP;
	01 Dec 2014 23:41:42 -0000
Received: from [98.139.212.206] by tm18.bullet.mail.bf1.yahoo.com with NNFMP;
	01 Dec 2014 23:41:42 -0000
Received: from [127.0.0.1] by omp1015.mail.bf1.yahoo.com with NNFMP;
	01 Dec 2014 23:41:42 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 161722.537.bm@omp1015.mail.bf1.yahoo.com
X-YMail-OSG: s4rxUnoVM1kyLhBLX6bmOVO0816hultk97VtV0XsuwtJhxbxwmNwa6VQjpLtWzd
	jbkt..zES_mT.Ngkn2BiELAnw7niWFryOs1fZ9aeX3KvA_YmJ2q.CxG6iwsK.hplrpzVT0b93zb_
	cb5OXsBX4324lGfs742mGaJI5Azm.vwQ2YUcmRFREY6C30uLGcbv9BPFIy1SKR.qM48tRUtlQzAT
	f0c34Jp4I2ttaKaGKYy9ph85frBka8TIr4kn0SxDE_8uJQYtFCqoqi60tY2S10nodYJhBXfyFGq6
	EbpJND8xE7TshlwFde_bjlaftcajIhbz2dUhB2Q1EjmS9vgRIkCijDywOxwwjiFqQaQov8KYCeBP
	MGBhwXEhH.xeNtEhm5gLOSyLePcidmOEXQqxFrSC2MHLmbCraqhCG1NMCcoOTV.VA5Efi_l2QQVn
	vB41CfDoP9uCoxzA1nB7A.pX6WRvzQgvNuXTir2lK.deJssV899SBI_.llayIRVsP1inEyqk-
Received: by 66.196.80.115; Mon, 01 Dec 2014 23:41:41 +0000 
Date: Mon, 1 Dec 2014 23:41:41 +0000 (UTC)
From: Mark Pryor <tlviewer@yahoo.com>
To: Xen-users <xen-users@lists.xen.org>
Message-ID: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
MIME-Version: 1.0
Content-Length: 2586
Subject: [Xen-users] 4.5 git: regression in xen systemd shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Mark Pryor <tlviewer@yahoo.com>
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7044840957620925149=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============7044840957620925149==
Content-Type: multipart/alternative; 
	boundary="----=_Part_3219598_1855556240.1417477301117"
Content-Length: 2098

------=_Part_3219598_1855556240.1417477301117
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

list,
=C2=A0this commit to 4.5:=20
git show 4542ae340d75bd6319e3fcd94e6c9336e210aeef

=C2=A0^^ causes my C7 install to hang at shutdown.
=C2=A0xenstored.service will shutdown in parallel with xendomains before it=
 should
=C2=A0and its broken

its by Olaf
I took the time to narrow the commit down exactly.. first time I ever did t=
hat
Its a regression. The xen shutdown process in systemd was OK before that co=
mmit

xenconsoled.service needsAfter=3Dxenstored.service
not,After=3Dxenstored.socket
regards,

------=_Part_3219598_1855556240.1417477301117
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div style=3D"color:#000; background-color:#fff; font-family:HelveticaNeue,=
 Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px=
"><div id=3D"yui_3_16_0_1_1417477034479_2614" dir=3D"ltr">list,</div><div d=
ir=3D"ltr"><br></div><div dir=3D"ltr">&nbsp;this commit to 4.5: <br></div><=
div dir=3D"ltr">git show 4542ae340d75bd6319e3fcd94e6c9336e210aeef<br style=
=3D"" class=3D""></div><div dir=3D"ltr"><br></div><div dir=3D"ltr">&nbsp;^^=
 causes my C7 install to hang at shutdown.<br style=3D"" class=3D"">&nbsp;x=
enstored.service will shutdown in parallel with xendomains before it should=
<br style=3D"" class=3D"">&nbsp;and its broken<br style=3D"" class=3D""><br=
 style=3D"" class=3D"">its by Olaf<br style=3D"" class=3D"">I took the time=
 to narrow the commit down exactly.. first time I ever did that<br style=3D=
"" class=3D"">Its a regression. The xen shutdown process in systemd was OK =
before that commit<br></div><div id=3D"yui_3_16_0_1_1417477034479_2366"><br=
></div><div dir=3D"ltr">xenconsoled.service needs</div><div dir=3D"ltr">Aft=
er=3Dxenstored.service</div><div dir=3D"ltr"><br></div><div dir=3D"ltr">not=
,</div><div dir=3D"ltr">After=3Dxenstored.socket</div><div dir=3D"ltr"><br>=
</div><div dir=3D"ltr">regards,<br></div></div>
------=_Part_3219598_1855556240.1417477301117--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============7044840957620925149==--


From xen-users-bounces@lists.xen.org Tue Dec 02 09:30:45 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 09:30:45 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xvjlz-0007oN-9M; Tue, 02 Dec 2014 09:29:31 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>)
	id 1Xvjly-0007o8-0v; Tue, 02 Dec 2014 09:29:30 +0000
Received: from [193.109.254.147] by server-1.bemta-14.messagelabs.com id
	B9/C0-20609-9768D745; Tue, 02 Dec 2014 09:29:29 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-12.tower-27.messagelabs.com!1417512567!12411158!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11243 invoked from network); 2 Dec 2014 09:29:28 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-12.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 09:29:28 -0000
X-IronPort-AV: E=Sophos;i="5.07,499,1413244800"; d="scan'208";a="198769863"
Message-ID: <1417512564.15063.4.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Mark Pryor <tlviewer@yahoo.com>
Date: Tue, 2 Dec 2014 09:29:24 +0000
In-Reply-To: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: Olaf Hering <olaf@aepfle.de>, Wei Liu <wei.liu2@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] 4.5 git: regression in xen systemd shutdown hangs
 the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, 2014-12-01 at 23:41 +0000, Mark Pryor wrote:
> list,

Thanks. If you've identified a buggy changeset then it is fine to post
to the devel lists. I've added a CC. I've also CCd everyone listed in
the commit which you've fingered.

Olaf, does this suggested change look correct? If so then can you turn
it into a patch please.

> 
> 
>  this commit to 4.5: 
> 
> git show 4542ae340d75bd6319e3fcd94e6c9336e210aeef
> 
> 
> 
>  ^^ causes my C7 install to hang at shutdown.
>  xenstored.service will shutdown in parallel with xendomains before it
> should
>  and its broken
> 
> its by Olaf
> I took the time to narrow the commit down exactly.. first time I ever
> did that
> Its a regression. The xen shutdown process in systemd was OK before
> that commit
> 
> 
> 
> xenconsoled.service needs
> After=xenstored.service
> 
> 
> not,
> After=xenstored.socket
> 
> 
> regards,
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 09:30:45 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 09:30:45 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xvjlz-0007oN-9M; Tue, 02 Dec 2014 09:29:31 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>)
	id 1Xvjly-0007o8-0v; Tue, 02 Dec 2014 09:29:30 +0000
Received: from [193.109.254.147] by server-1.bemta-14.messagelabs.com id
	B9/C0-20609-9768D745; Tue, 02 Dec 2014 09:29:29 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-12.tower-27.messagelabs.com!1417512567!12411158!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11243 invoked from network); 2 Dec 2014 09:29:28 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-12.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 09:29:28 -0000
X-IronPort-AV: E=Sophos;i="5.07,499,1413244800"; d="scan'208";a="198769863"
Message-ID: <1417512564.15063.4.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Mark Pryor <tlviewer@yahoo.com>
Date: Tue, 2 Dec 2014 09:29:24 +0000
In-Reply-To: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: Olaf Hering <olaf@aepfle.de>, Wei Liu <wei.liu2@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] 4.5 git: regression in xen systemd shutdown hangs
 the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, 2014-12-01 at 23:41 +0000, Mark Pryor wrote:
> list,

Thanks. If you've identified a buggy changeset then it is fine to post
to the devel lists. I've added a CC. I've also CCd everyone listed in
the commit which you've fingered.

Olaf, does this suggested change look correct? If so then can you turn
it into a patch please.

> 
> 
>  this commit to 4.5: 
> 
> git show 4542ae340d75bd6319e3fcd94e6c9336e210aeef
> 
> 
> 
>  ^^ causes my C7 install to hang at shutdown.
>  xenstored.service will shutdown in parallel with xendomains before it
> should
>  and its broken
> 
> its by Olaf
> I took the time to narrow the commit down exactly.. first time I ever
> did that
> Its a regression. The xen shutdown process in systemd was OK before
> that commit
> 
> 
> 
> xenconsoled.service needs
> After=xenstored.service
> 
> 
> not,
> After=xenstored.socket
> 
> 
> regards,
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 11:19:34 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 11:19: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-users-bounces@lists.xen.org>)
	id 1XvlTG-0004GL-Eh; Tue, 02 Dec 2014 11:18:18 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <wei.liu2@citrix.com>) id 1XvlTF-0004GG-Su
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 11:18:18 +0000
Received: from [85.158.139.211] by server-11.bemta-5.messagelabs.com id
	73/70-22777-8FF9D745; Tue, 02 Dec 2014 11:18:16 +0000
X-Env-Sender: wei.liu2@citrix.com
X-Msg-Ref: server-16.tower-206.messagelabs.com!1417519094!8151238!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.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21111 invoked from network); 2 Dec 2014 11:18:15 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-16.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 11:18:15 -0000
X-IronPort-AV: E=Sophos;i="5.07,500,1413244800"; d="scan'208";a="198797330"
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.79) with Microsoft SMTP Server id 14.3.181.6;
	Tue, 2 Dec 2014 06:18:13 -0500
Received: from zion.uk.xensource.com ([10.80.2.73])	by
	ukmail1.uk.xensource.com with esmtp (Exim 4.69)	(envelope-from
	<wei.liu2@citrix.com>)	id 1XvlTB-0006EE-DH;
	Tue, 02 Dec 2014 11:18:13 +0000
Date: Tue, 2 Dec 2014 11:18:13 +0000
From: Wei Liu <wei.liu2@citrix.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
Message-ID: <20141202111813.GB5768@zion.uk.xensource.com>
References: <421032988.4387195.1416786664701.JavaMail.yahoo@jws10680.mail.bf1.yahoo.com>
	<1416822481.26329.21.camel@citrix.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <1416822481.26329.21.camel@citrix.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-DLP: MIA2
Cc: Mark Pryor <tlviewer@yahoo.com>, wei.liu2@citrix.com,
	Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] build xen-4.5.0-rc1 on Debian 8 (Jessie) with
	systemd
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, Nov 24, 2014 at 09:48:01AM +0000, Ian Campbell wrote:
> On Sun, 2014-11-23 at 23:51 +0000, Mark Pryor wrote:
> 
> >  cd /lib/x86_64-linux-gnu/;sudo ln -s libsystemd-daemon.so.0.0.12
> > libsystemd-daemon.so
> 
> If the *.so file is missing from the -dev package then I think that is a
> Debian bug.
> 
> However:
>         $ apt-file search libsystemd-daemon.so
>         libsystemd-daemon-dev: /usr/lib/x86_64-linux-gnu/libsystemd-daemon.so
>         

Though this file is listed by apt-file it doesn't seem to exist.

Wei.

> Are you sure that simply installing libsystemd-daemon-dev didn't resolve
> your issue, with the other steps being unnecessary? Note that *.so files
> are normally found in /usr/lib not /lib, even if the *.so.* files are
> in /lib.
> 
> Ian.
> 
> 
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 11:19:34 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 11:19: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-users-bounces@lists.xen.org>)
	id 1XvlTG-0004GL-Eh; Tue, 02 Dec 2014 11:18:18 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <wei.liu2@citrix.com>) id 1XvlTF-0004GG-Su
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 11:18:18 +0000
Received: from [85.158.139.211] by server-11.bemta-5.messagelabs.com id
	73/70-22777-8FF9D745; Tue, 02 Dec 2014 11:18:16 +0000
X-Env-Sender: wei.liu2@citrix.com
X-Msg-Ref: server-16.tower-206.messagelabs.com!1417519094!8151238!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.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21111 invoked from network); 2 Dec 2014 11:18:15 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-16.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 11:18:15 -0000
X-IronPort-AV: E=Sophos;i="5.07,500,1413244800"; d="scan'208";a="198797330"
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.79) with Microsoft SMTP Server id 14.3.181.6;
	Tue, 2 Dec 2014 06:18:13 -0500
Received: from zion.uk.xensource.com ([10.80.2.73])	by
	ukmail1.uk.xensource.com with esmtp (Exim 4.69)	(envelope-from
	<wei.liu2@citrix.com>)	id 1XvlTB-0006EE-DH;
	Tue, 02 Dec 2014 11:18:13 +0000
Date: Tue, 2 Dec 2014 11:18:13 +0000
From: Wei Liu <wei.liu2@citrix.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
Message-ID: <20141202111813.GB5768@zion.uk.xensource.com>
References: <421032988.4387195.1416786664701.JavaMail.yahoo@jws10680.mail.bf1.yahoo.com>
	<1416822481.26329.21.camel@citrix.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <1416822481.26329.21.camel@citrix.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-DLP: MIA2
Cc: Mark Pryor <tlviewer@yahoo.com>, wei.liu2@citrix.com,
	Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] build xen-4.5.0-rc1 on Debian 8 (Jessie) with
	systemd
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, Nov 24, 2014 at 09:48:01AM +0000, Ian Campbell wrote:
> On Sun, 2014-11-23 at 23:51 +0000, Mark Pryor wrote:
> 
> >  cd /lib/x86_64-linux-gnu/;sudo ln -s libsystemd-daemon.so.0.0.12
> > libsystemd-daemon.so
> 
> If the *.so file is missing from the -dev package then I think that is a
> Debian bug.
> 
> However:
>         $ apt-file search libsystemd-daemon.so
>         libsystemd-daemon-dev: /usr/lib/x86_64-linux-gnu/libsystemd-daemon.so
>         

Though this file is listed by apt-file it doesn't seem to exist.

Wei.

> Are you sure that simply installing libsystemd-daemon-dev didn't resolve
> your issue, with the other steps being unnecessary? Note that *.so files
> are normally found in /usr/lib not /lib, even if the *.so.* files are
> in /lib.
> 
> Ian.
> 
> 
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 11:34:50 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 11:34: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-users-bounces@lists.xen.org>)
	id 1Xvlio-00051h-FO; Tue, 02 Dec 2014 11:34:22 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>) id 1Xvlim-00051W-W9
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 11:34:21 +0000
Received: from [85.158.143.35] by server-1.bemta-4.messagelabs.com id
	3E/F8-09842-CB3AD745; Tue, 02 Dec 2014 11:34:20 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-10.tower-21.messagelabs.com!1417520058!12837432!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 6626 invoked from network); 2 Dec 2014 11:34:19 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-10.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 11:34:19 -0000
X-IronPort-AV: E=Sophos;i="5.07,500,1413244800"; d="scan'208";a="198469374"
Message-ID: <1417520056.24320.11.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Wei Liu <wei.liu2@citrix.com>
Date: Tue, 2 Dec 2014 11:34:16 +0000
In-Reply-To: <20141202111813.GB5768@zion.uk.xensource.com>
References: <421032988.4387195.1416786664701.JavaMail.yahoo@jws10680.mail.bf1.yahoo.com>
	<1416822481.26329.21.camel@citrix.com>
	<20141202111813.GB5768@zion.uk.xensource.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA1
Cc: Mark Pryor <tlviewer@yahoo.com>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] build xen-4.5.0-rc1 on Debian 8 (Jessie) with
 systemd
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, 2014-12-02 at 11:18 +0000, Wei Liu wrote:
> On Mon, Nov 24, 2014 at 09:48:01AM +0000, Ian Campbell wrote:
> > On Sun, 2014-11-23 at 23:51 +0000, Mark Pryor wrote:
> > 
> > >  cd /lib/x86_64-linux-gnu/;sudo ln -s libsystemd-daemon.so.0.0.12
> > > libsystemd-daemon.so
> > 
> > If the *.so file is missing from the -dev package then I think that is a
> > Debian bug.
> > 
> > However:
> >         $ apt-file search libsystemd-daemon.so
> >         libsystemd-daemon-dev: /usr/lib/x86_64-linux-gnu/libsystemd-daemon.so
> >         
> 
> Though this file is listed by apt-file it doesn't seem to exist.

Ah, I had some Wheezy lines in my apt sources.list but apt-file doesn't
distinguish.

https://packages.debian.org/jessie/libsystemd-daemon-dev says:
        This is a compatibility package which provides a .pc file for
        the old library name. That way, packages can be rebuilt against
        the new libsystemd library without requiring changes to existing
        configure scripts. 
        
Our build system appears to be using pkg-config, so I think the
intention is that this should work without needing libsystemd-daemon.so.

I'm not sure if this is our bug or the Debian systemd packages bug, but
I'm certain that it shouldn't be required to manually create symlinks.

Mark, I suppose the contents of your tools/config.log might give us some
clue as to what is going on.

Also what do you get here:
        $ pkg-config --libs libsystemd-daemon
        -lsystemd 
        $ pkg-config --cflags libsystemd-daemon
        
        $ 
        
This seems consistent with the package description.

This is on sid,
https://tracker.debian.org/media/packages/s/systemd/changelog-215-7
doesn't look like anything relevant has changed though.

Ian.


_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 11:34:50 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 11:34: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-users-bounces@lists.xen.org>)
	id 1Xvlio-00051h-FO; Tue, 02 Dec 2014 11:34:22 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>) id 1Xvlim-00051W-W9
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 11:34:21 +0000
Received: from [85.158.143.35] by server-1.bemta-4.messagelabs.com id
	3E/F8-09842-CB3AD745; Tue, 02 Dec 2014 11:34:20 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-10.tower-21.messagelabs.com!1417520058!12837432!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 6626 invoked from network); 2 Dec 2014 11:34:19 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-10.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 11:34:19 -0000
X-IronPort-AV: E=Sophos;i="5.07,500,1413244800"; d="scan'208";a="198469374"
Message-ID: <1417520056.24320.11.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Wei Liu <wei.liu2@citrix.com>
Date: Tue, 2 Dec 2014 11:34:16 +0000
In-Reply-To: <20141202111813.GB5768@zion.uk.xensource.com>
References: <421032988.4387195.1416786664701.JavaMail.yahoo@jws10680.mail.bf1.yahoo.com>
	<1416822481.26329.21.camel@citrix.com>
	<20141202111813.GB5768@zion.uk.xensource.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA1
Cc: Mark Pryor <tlviewer@yahoo.com>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] build xen-4.5.0-rc1 on Debian 8 (Jessie) with
 systemd
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, 2014-12-02 at 11:18 +0000, Wei Liu wrote:
> On Mon, Nov 24, 2014 at 09:48:01AM +0000, Ian Campbell wrote:
> > On Sun, 2014-11-23 at 23:51 +0000, Mark Pryor wrote:
> > 
> > >  cd /lib/x86_64-linux-gnu/;sudo ln -s libsystemd-daemon.so.0.0.12
> > > libsystemd-daemon.so
> > 
> > If the *.so file is missing from the -dev package then I think that is a
> > Debian bug.
> > 
> > However:
> >         $ apt-file search libsystemd-daemon.so
> >         libsystemd-daemon-dev: /usr/lib/x86_64-linux-gnu/libsystemd-daemon.so
> >         
> 
> Though this file is listed by apt-file it doesn't seem to exist.

Ah, I had some Wheezy lines in my apt sources.list but apt-file doesn't
distinguish.

https://packages.debian.org/jessie/libsystemd-daemon-dev says:
        This is a compatibility package which provides a .pc file for
        the old library name. That way, packages can be rebuilt against
        the new libsystemd library without requiring changes to existing
        configure scripts. 
        
Our build system appears to be using pkg-config, so I think the
intention is that this should work without needing libsystemd-daemon.so.

I'm not sure if this is our bug or the Debian systemd packages bug, but
I'm certain that it shouldn't be required to manually create symlinks.

Mark, I suppose the contents of your tools/config.log might give us some
clue as to what is going on.

Also what do you get here:
        $ pkg-config --libs libsystemd-daemon
        -lsystemd 
        $ pkg-config --cflags libsystemd-daemon
        
        $ 
        
This seems consistent with the package description.

This is on sid,
https://tracker.debian.org/media/packages/s/systemd/changelog-215-7
doesn't look like anything relevant has changed though.

Ian.


_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 11:42:56 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 11:42:56 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xvlqs-0005jc-MQ; Tue, 02 Dec 2014 11:42:42 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>) id 1Xvlqq-0005jO-Ul
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 11:42:41 +0000
Received: from [193.109.254.147] by server-2.bemta-14.messagelabs.com id
	A5/84-02957-0B5AD745; Tue, 02 Dec 2014 11:42:40 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-12.tower-27.messagelabs.com!1417520558!12451982!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21856 invoked from network); 2 Dec 2014 11:42:39 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-12.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 11:42:39 -0000
X-IronPort-AV: E=Sophos;i="5.07,500,1413244800"; d="scan'208";a="198802852"
Message-ID: <1417520556.24320.15.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Wei Liu <wei.liu2@citrix.com>
Date: Tue, 2 Dec 2014 11:42:36 +0000
In-Reply-To: <1417520056.24320.11.camel@citrix.com>
References: <421032988.4387195.1416786664701.JavaMail.yahoo@jws10680.mail.bf1.yahoo.com>
	<1416822481.26329.21.camel@citrix.com>
	<20141202111813.GB5768@zion.uk.xensource.com>
	<1417520056.24320.11.camel@citrix.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: Mark Pryor <tlviewer@yahoo.com>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] build xen-4.5.0-rc1 on Debian 8 (Jessie) with
 systemd
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, 2014-12-02 at 11:34 +0000, Ian Campbell wrote:

> Our build system appears to be using pkg-config, so I think the
> intention is that this should work without needing libsystemd-daemon.so.

This (from m4/systemd.m4) seems odd:
        AC_DEFUN([AX_CHECK_SYSTEMD_LIBS], [
                AC_CHECK_HEADER([systemd/sd-daemon.h], [
                    AC_CHECK_LIB([systemd-daemon], [sd_listen_fds], [libsystemddaemon="y"])
                ])
                AS_IF([test "x$libsystemddaemon" = x], [
                    AC_MSG_ERROR([Unable to find a suitable libsystemd-daemon library])
                ])
        
                PKG_CHECK_MODULES([SYSTEMD], [libsystemd-daemon])
        
IOW we check explicitly for libsystemd-daemon first and then ask
pkg-config about how to compile/link with it. This seems redundant to
me. I think the AC_CHECK_HEADER, AC_CHECK_LIB and the following AS_IF
+AC_MSG_ERROR can all be dropped.

Ian.


_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 11:42:56 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 11:42:56 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xvlqs-0005jc-MQ; Tue, 02 Dec 2014 11:42:42 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>) id 1Xvlqq-0005jO-Ul
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 11:42:41 +0000
Received: from [193.109.254.147] by server-2.bemta-14.messagelabs.com id
	A5/84-02957-0B5AD745; Tue, 02 Dec 2014 11:42:40 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-12.tower-27.messagelabs.com!1417520558!12451982!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21856 invoked from network); 2 Dec 2014 11:42:39 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-12.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 11:42:39 -0000
X-IronPort-AV: E=Sophos;i="5.07,500,1413244800"; d="scan'208";a="198802852"
Message-ID: <1417520556.24320.15.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Wei Liu <wei.liu2@citrix.com>
Date: Tue, 2 Dec 2014 11:42:36 +0000
In-Reply-To: <1417520056.24320.11.camel@citrix.com>
References: <421032988.4387195.1416786664701.JavaMail.yahoo@jws10680.mail.bf1.yahoo.com>
	<1416822481.26329.21.camel@citrix.com>
	<20141202111813.GB5768@zion.uk.xensource.com>
	<1417520056.24320.11.camel@citrix.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: Mark Pryor <tlviewer@yahoo.com>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] build xen-4.5.0-rc1 on Debian 8 (Jessie) with
 systemd
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, 2014-12-02 at 11:34 +0000, Ian Campbell wrote:

> Our build system appears to be using pkg-config, so I think the
> intention is that this should work without needing libsystemd-daemon.so.

This (from m4/systemd.m4) seems odd:
        AC_DEFUN([AX_CHECK_SYSTEMD_LIBS], [
                AC_CHECK_HEADER([systemd/sd-daemon.h], [
                    AC_CHECK_LIB([systemd-daemon], [sd_listen_fds], [libsystemddaemon="y"])
                ])
                AS_IF([test "x$libsystemddaemon" = x], [
                    AC_MSG_ERROR([Unable to find a suitable libsystemd-daemon library])
                ])
        
                PKG_CHECK_MODULES([SYSTEMD], [libsystemd-daemon])
        
IOW we check explicitly for libsystemd-daemon first and then ask
pkg-config about how to compile/link with it. This seems redundant to
me. I think the AC_CHECK_HEADER, AC_CHECK_LIB and the following AS_IF
+AC_MSG_ERROR can all be dropped.

Ian.


_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 12:13:26 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 12:13:26 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XvmJX-0007fm-4a; Tue, 02 Dec 2014 12:12:19 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <wei.liu2@citrix.com>) id 1XvmJW-0007fX-AO
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 12:12:18 +0000
Received: from [193.109.254.147] by server-5.bemta-14.messagelabs.com id
	31/FD-08051-0ACAD745; Tue, 02 Dec 2014 12:12:16 +0000
X-Env-Sender: wei.liu2@citrix.com
X-Msg-Ref: server-10.tower-27.messagelabs.com!1417522333!12452950!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 22274 invoked from network); 2 Dec 2014 12:12:14 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-10.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 12:12:14 -0000
X-IronPort-AV: E=Sophos;i="5.07,500,1413244800"; d="scan'208";a="198478960"
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.78) with Microsoft SMTP Server id 14.3.181.6;
	Tue, 2 Dec 2014 07:12:13 -0500
Received: from zion.uk.xensource.com ([10.80.2.73])	by
	ukmail1.uk.xensource.com with esmtp (Exim 4.69)	(envelope-from
	<wei.liu2@citrix.com>)	id 1Xvm2E-0007BN-8F;
	Tue, 02 Dec 2014 11:54:26 +0000
Date: Tue, 2 Dec 2014 11:54:26 +0000
From: Wei Liu <wei.liu2@citrix.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
Message-ID: <20141202115426.GC5768@zion.uk.xensource.com>
References: <421032988.4387195.1416786664701.JavaMail.yahoo@jws10680.mail.bf1.yahoo.com>
	<1416822481.26329.21.camel@citrix.com>
	<20141202111813.GB5768@zion.uk.xensource.com>
	<1417520056.24320.11.camel@citrix.com>
	<1417520556.24320.15.camel@citrix.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <1417520556.24320.15.camel@citrix.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-DLP: MIA1
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>,
	Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] build xen-4.5.0-rc1 on Debian 8 (Jessie) with
	systemd
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, Dec 02, 2014 at 11:42:36AM +0000, Ian Campbell wrote:
> On Tue, 2014-12-02 at 11:34 +0000, Ian Campbell wrote:
> 
> > Our build system appears to be using pkg-config, so I think the
> > intention is that this should work without needing libsystemd-daemon.so.
> 
> This (from m4/systemd.m4) seems odd:
>         AC_DEFUN([AX_CHECK_SYSTEMD_LIBS], [
>                 AC_CHECK_HEADER([systemd/sd-daemon.h], [
>                     AC_CHECK_LIB([systemd-daemon], [sd_listen_fds], [libsystemddaemon="y"])
>                 ])
>                 AS_IF([test "x$libsystemddaemon" = x], [
>                     AC_MSG_ERROR([Unable to find a suitable libsystemd-daemon library])
>                 ])
>         
>                 PKG_CHECK_MODULES([SYSTEMD], [libsystemd-daemon])
>         
> IOW we check explicitly for libsystemd-daemon first and then ask
> pkg-config about how to compile/link with it. This seems redundant to
> me. I think the AC_CHECK_HEADER, AC_CHECK_LIB and the following AS_IF
> +AC_MSG_ERROR can all be dropped.

Dropping those worked, at least ./configure passed without problem.

checking systemd/sd-daemon.h usability... yes
checking systemd/sd-daemon.h presence... yes
checking for systemd/sd-daemon.h... yes
checking for sd_listen_fds in -lsystemd-daemon... no
checking for SYSTEMD... yes
configure: creating ./config.status
config.status: creating ../config/Tools.mk
config.status: creating hotplug/FreeBSD/rc.d/xencommons
config.status: creating hotplug/Linux/init.d/sysconfig.xencommons
config.status: creating hotplug/Linux/init.d/xen-watchdog
config.status: creating hotplug/Linux/init.d/xencommons
config.status: creating hotplug/Linux/init.d/xendomains
config.status: creating hotplug/Linux/systemd/proc-xen.mount
config.status: creating hotplug/Linux/systemd/var-lib-xenstored.mount
config.status: creating hotplug/Linux/systemd/xen-init-dom0.service
config.status: creating
hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service
config.status: creating hotplug/Linux/systemd/xen-watchdog.service
config.status: creating hotplug/Linux/systemd/xenconsoled.service
config.status: creating hotplug/Linux/systemd/xendomains.service
config.status: creating hotplug/Linux/systemd/xenstored.service
config.status: creating hotplug/Linux/systemd/xenstored.socket
config.status: creating hotplug/Linux/systemd/xenstored_ro.socket
config.status: creating hotplug/Linux/vif-setup
config.status: creating hotplug/Linux/xen-backend.rules
config.status: creating hotplug/Linux/xen-hotplug-common.sh
config.status: creating hotplug/Linux/xendomains
config.status: creating hotplug/NetBSD/rc.d/xencommons
config.status: creating config.h


Wei.

> 
> Ian.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 12:13:26 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 12:13:26 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XvmKJ-0007rC-Q3; Tue, 02 Dec 2014 12:13:07 +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 1XvmKI-0007qh-Hz
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 12:13:06 +0000
Received: from [85.158.139.211] by server-5.bemta-5.messagelabs.com id
	4D/DD-27584-1DCAD745; Tue, 02 Dec 2014 12:13:05 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-5.tower-206.messagelabs.com!1417522383!11026784!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 22540 invoked from network); 2 Dec 2014 12:13:04 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-5.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 12:13:04 -0000
X-IronPort-AV: E=Sophos;i="5.07,500,1413244800"; d="scan'208";a="198810759"
Message-ID: <1417522381.24320.16.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Wei Liu <wei.liu2@citrix.com>
Date: Tue, 2 Dec 2014 12:13:01 +0000
In-Reply-To: <20141202115426.GC5768@zion.uk.xensource.com>
References: <421032988.4387195.1416786664701.JavaMail.yahoo@jws10680.mail.bf1.yahoo.com>
	<1416822481.26329.21.camel@citrix.com>
	<20141202111813.GB5768@zion.uk.xensource.com>
	<1417520056.24320.11.camel@citrix.com>
	<1417520556.24320.15.camel@citrix.com>
	<20141202115426.GC5768@zion.uk.xensource.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: Mark Pryor <tlviewer@yahoo.com>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] build xen-4.5.0-rc1 on Debian 8 (Jessie) with
 systemd
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, 2014-12-02 at 11:54 +0000, Wei Liu wrote:
> On Tue, Dec 02, 2014 at 11:42:36AM +0000, Ian Campbell wrote:
> > On Tue, 2014-12-02 at 11:34 +0000, Ian Campbell wrote:
> > 
> > > Our build system appears to be using pkg-config, so I think the
> > > intention is that this should work without needing libsystemd-daemon.so.
> > 
> > This (from m4/systemd.m4) seems odd:
> >         AC_DEFUN([AX_CHECK_SYSTEMD_LIBS], [
> >                 AC_CHECK_HEADER([systemd/sd-daemon.h], [
> >                     AC_CHECK_LIB([systemd-daemon], [sd_listen_fds], [libsystemddaemon="y"])
> >                 ])
> >                 AS_IF([test "x$libsystemddaemon" = x], [
> >                     AC_MSG_ERROR([Unable to find a suitable libsystemd-daemon library])
> >                 ])
> >         
> >                 PKG_CHECK_MODULES([SYSTEMD], [libsystemd-daemon])
> >         
> > IOW we check explicitly for libsystemd-daemon first and then ask
> > pkg-config about how to compile/link with it. This seems redundant to
> > me. I think the AC_CHECK_HEADER, AC_CHECK_LIB and the following AS_IF
> > +AC_MSG_ERROR can all be dropped.
> 
> Dropping those worked, at least ./configure passed without problem.
> 
> checking systemd/sd-daemon.h usability... yes
> checking systemd/sd-daemon.h presence... yes
> checking for systemd/sd-daemon.h... yes
> checking for sd_listen_fds in -lsystemd-daemon... no

Aren't these from the AC_CHECK_HEADER+LIB bits?



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 12:13:26 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 12:13:26 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XvmJX-0007fm-4a; Tue, 02 Dec 2014 12:12:19 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <wei.liu2@citrix.com>) id 1XvmJW-0007fX-AO
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 12:12:18 +0000
Received: from [193.109.254.147] by server-5.bemta-14.messagelabs.com id
	31/FD-08051-0ACAD745; Tue, 02 Dec 2014 12:12:16 +0000
X-Env-Sender: wei.liu2@citrix.com
X-Msg-Ref: server-10.tower-27.messagelabs.com!1417522333!12452950!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 22274 invoked from network); 2 Dec 2014 12:12:14 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-10.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 12:12:14 -0000
X-IronPort-AV: E=Sophos;i="5.07,500,1413244800"; d="scan'208";a="198478960"
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.78) with Microsoft SMTP Server id 14.3.181.6;
	Tue, 2 Dec 2014 07:12:13 -0500
Received: from zion.uk.xensource.com ([10.80.2.73])	by
	ukmail1.uk.xensource.com with esmtp (Exim 4.69)	(envelope-from
	<wei.liu2@citrix.com>)	id 1Xvm2E-0007BN-8F;
	Tue, 02 Dec 2014 11:54:26 +0000
Date: Tue, 2 Dec 2014 11:54:26 +0000
From: Wei Liu <wei.liu2@citrix.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
Message-ID: <20141202115426.GC5768@zion.uk.xensource.com>
References: <421032988.4387195.1416786664701.JavaMail.yahoo@jws10680.mail.bf1.yahoo.com>
	<1416822481.26329.21.camel@citrix.com>
	<20141202111813.GB5768@zion.uk.xensource.com>
	<1417520056.24320.11.camel@citrix.com>
	<1417520556.24320.15.camel@citrix.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <1417520556.24320.15.camel@citrix.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-DLP: MIA1
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>,
	Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] build xen-4.5.0-rc1 on Debian 8 (Jessie) with
	systemd
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, Dec 02, 2014 at 11:42:36AM +0000, Ian Campbell wrote:
> On Tue, 2014-12-02 at 11:34 +0000, Ian Campbell wrote:
> 
> > Our build system appears to be using pkg-config, so I think the
> > intention is that this should work without needing libsystemd-daemon.so.
> 
> This (from m4/systemd.m4) seems odd:
>         AC_DEFUN([AX_CHECK_SYSTEMD_LIBS], [
>                 AC_CHECK_HEADER([systemd/sd-daemon.h], [
>                     AC_CHECK_LIB([systemd-daemon], [sd_listen_fds], [libsystemddaemon="y"])
>                 ])
>                 AS_IF([test "x$libsystemddaemon" = x], [
>                     AC_MSG_ERROR([Unable to find a suitable libsystemd-daemon library])
>                 ])
>         
>                 PKG_CHECK_MODULES([SYSTEMD], [libsystemd-daemon])
>         
> IOW we check explicitly for libsystemd-daemon first and then ask
> pkg-config about how to compile/link with it. This seems redundant to
> me. I think the AC_CHECK_HEADER, AC_CHECK_LIB and the following AS_IF
> +AC_MSG_ERROR can all be dropped.

Dropping those worked, at least ./configure passed without problem.

checking systemd/sd-daemon.h usability... yes
checking systemd/sd-daemon.h presence... yes
checking for systemd/sd-daemon.h... yes
checking for sd_listen_fds in -lsystemd-daemon... no
checking for SYSTEMD... yes
configure: creating ./config.status
config.status: creating ../config/Tools.mk
config.status: creating hotplug/FreeBSD/rc.d/xencommons
config.status: creating hotplug/Linux/init.d/sysconfig.xencommons
config.status: creating hotplug/Linux/init.d/xen-watchdog
config.status: creating hotplug/Linux/init.d/xencommons
config.status: creating hotplug/Linux/init.d/xendomains
config.status: creating hotplug/Linux/systemd/proc-xen.mount
config.status: creating hotplug/Linux/systemd/var-lib-xenstored.mount
config.status: creating hotplug/Linux/systemd/xen-init-dom0.service
config.status: creating
hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service
config.status: creating hotplug/Linux/systemd/xen-watchdog.service
config.status: creating hotplug/Linux/systemd/xenconsoled.service
config.status: creating hotplug/Linux/systemd/xendomains.service
config.status: creating hotplug/Linux/systemd/xenstored.service
config.status: creating hotplug/Linux/systemd/xenstored.socket
config.status: creating hotplug/Linux/systemd/xenstored_ro.socket
config.status: creating hotplug/Linux/vif-setup
config.status: creating hotplug/Linux/xen-backend.rules
config.status: creating hotplug/Linux/xen-hotplug-common.sh
config.status: creating hotplug/Linux/xendomains
config.status: creating hotplug/NetBSD/rc.d/xencommons
config.status: creating config.h


Wei.

> 
> Ian.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 12:13:26 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 12:13:26 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XvmKJ-0007rC-Q3; Tue, 02 Dec 2014 12:13:07 +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 1XvmKI-0007qh-Hz
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 12:13:06 +0000
Received: from [85.158.139.211] by server-5.bemta-5.messagelabs.com id
	4D/DD-27584-1DCAD745; Tue, 02 Dec 2014 12:13:05 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-5.tower-206.messagelabs.com!1417522383!11026784!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 22540 invoked from network); 2 Dec 2014 12:13:04 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-5.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 12:13:04 -0000
X-IronPort-AV: E=Sophos;i="5.07,500,1413244800"; d="scan'208";a="198810759"
Message-ID: <1417522381.24320.16.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Wei Liu <wei.liu2@citrix.com>
Date: Tue, 2 Dec 2014 12:13:01 +0000
In-Reply-To: <20141202115426.GC5768@zion.uk.xensource.com>
References: <421032988.4387195.1416786664701.JavaMail.yahoo@jws10680.mail.bf1.yahoo.com>
	<1416822481.26329.21.camel@citrix.com>
	<20141202111813.GB5768@zion.uk.xensource.com>
	<1417520056.24320.11.camel@citrix.com>
	<1417520556.24320.15.camel@citrix.com>
	<20141202115426.GC5768@zion.uk.xensource.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: Mark Pryor <tlviewer@yahoo.com>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] build xen-4.5.0-rc1 on Debian 8 (Jessie) with
 systemd
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, 2014-12-02 at 11:54 +0000, Wei Liu wrote:
> On Tue, Dec 02, 2014 at 11:42:36AM +0000, Ian Campbell wrote:
> > On Tue, 2014-12-02 at 11:34 +0000, Ian Campbell wrote:
> > 
> > > Our build system appears to be using pkg-config, so I think the
> > > intention is that this should work without needing libsystemd-daemon.so.
> > 
> > This (from m4/systemd.m4) seems odd:
> >         AC_DEFUN([AX_CHECK_SYSTEMD_LIBS], [
> >                 AC_CHECK_HEADER([systemd/sd-daemon.h], [
> >                     AC_CHECK_LIB([systemd-daemon], [sd_listen_fds], [libsystemddaemon="y"])
> >                 ])
> >                 AS_IF([test "x$libsystemddaemon" = x], [
> >                     AC_MSG_ERROR([Unable to find a suitable libsystemd-daemon library])
> >                 ])
> >         
> >                 PKG_CHECK_MODULES([SYSTEMD], [libsystemd-daemon])
> >         
> > IOW we check explicitly for libsystemd-daemon first and then ask
> > pkg-config about how to compile/link with it. This seems redundant to
> > me. I think the AC_CHECK_HEADER, AC_CHECK_LIB and the following AS_IF
> > +AC_MSG_ERROR can all be dropped.
> 
> Dropping those worked, at least ./configure passed without problem.
> 
> checking systemd/sd-daemon.h usability... yes
> checking systemd/sd-daemon.h presence... yes
> checking for systemd/sd-daemon.h... yes
> checking for sd_listen_fds in -lsystemd-daemon... no

Aren't these from the AC_CHECK_HEADER+LIB bits?



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 12:21:04 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 12:21:04 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XvmRg-0008Fs-7o; Tue, 02 Dec 2014 12:20:44 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <wei.liu2@citrix.com>) id 1XvmRe-0008Fm-Cu
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 12:20:42 +0000
Received: from [85.158.139.211] by server-2.bemta-5.messagelabs.com id
	34/87-14214-99EAD745; Tue, 02 Dec 2014 12:20:41 +0000
X-Env-Sender: wei.liu2@citrix.com
X-Msg-Ref: server-15.tower-206.messagelabs.com!1417522839!7696794!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 3503 invoked from network); 2 Dec 2014 12:20:41 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-15.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 12:20:41 -0000
X-IronPort-AV: E=Sophos;i="5.07,500,1413244800"; d="scan'208";a="198480551"
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.78) with Microsoft SMTP Server id 14.3.181.6;
	Tue, 2 Dec 2014 07:20:38 -0500
Received: from zion.uk.xensource.com ([10.80.2.73])	by
	ukmail1.uk.xensource.com with esmtp (Exim 4.69)	(envelope-from
	<wei.liu2@citrix.com>)	id 1XvmRa-0007lf-I9;
	Tue, 02 Dec 2014 12:20:38 +0000
Date: Tue, 2 Dec 2014 12:20:38 +0000
From: Wei Liu <wei.liu2@citrix.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
Message-ID: <20141202122038.GF5768@zion.uk.xensource.com>
References: <421032988.4387195.1416786664701.JavaMail.yahoo@jws10680.mail.bf1.yahoo.com>
	<1416822481.26329.21.camel@citrix.com>
	<20141202111813.GB5768@zion.uk.xensource.com>
	<1417520056.24320.11.camel@citrix.com>
	<1417520556.24320.15.camel@citrix.com>
	<20141202115426.GC5768@zion.uk.xensource.com>
	<1417522381.24320.16.camel@citrix.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <1417522381.24320.16.camel@citrix.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-DLP: MIA2
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>,
	Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] build xen-4.5.0-rc1 on Debian 8 (Jessie) with
	systemd
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, Dec 02, 2014 at 12:13:01PM +0000, Ian Campbell wrote:
> On Tue, 2014-12-02 at 11:54 +0000, Wei Liu wrote:
> > On Tue, Dec 02, 2014 at 11:42:36AM +0000, Ian Campbell wrote:
> > > On Tue, 2014-12-02 at 11:34 +0000, Ian Campbell wrote:
> > > 
> > > > Our build system appears to be using pkg-config, so I think the
> > > > intention is that this should work without needing libsystemd-daemon.so.
> > > 
> > > This (from m4/systemd.m4) seems odd:
> > >         AC_DEFUN([AX_CHECK_SYSTEMD_LIBS], [
> > >                 AC_CHECK_HEADER([systemd/sd-daemon.h], [
> > >                     AC_CHECK_LIB([systemd-daemon], [sd_listen_fds], [libsystemddaemon="y"])
> > >                 ])
> > >                 AS_IF([test "x$libsystemddaemon" = x], [
> > >                     AC_MSG_ERROR([Unable to find a suitable libsystemd-daemon library])
> > >                 ])
> > >         
> > >                 PKG_CHECK_MODULES([SYSTEMD], [libsystemd-daemon])
> > >         
> > > IOW we check explicitly for libsystemd-daemon first and then ask
> > > pkg-config about how to compile/link with it. This seems redundant to
> > > me. I think the AC_CHECK_HEADER, AC_CHECK_LIB and the following AS_IF
> > > +AC_MSG_ERROR can all be dropped.
> > 
> > Dropping those worked, at least ./configure passed without problem.
> > 
> > checking systemd/sd-daemon.h usability... yes
> > checking systemd/sd-daemon.h presence... yes
> > checking for systemd/sd-daemon.h... yes
> > checking for sd_listen_fds in -lsystemd-daemon... no
> 
> Aren't these from the AC_CHECK_HEADER+LIB bits?
> 

They appeared even after I removed those two hunks.

They came from another place:

 93 AC_DEFUN([AX_CHECK_SYSTEMD_ENABLE_AVAILABLE], [
 94         AC_CHECK_HEADER([systemd/sd-daemon.h], [
 95             AC_CHECK_LIB([systemd-daemon], [sd_listen_fds], [systemd="y"])
 96         ])
 97 ])

Wei.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 12:21:04 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 12:21:04 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XvmRg-0008Fs-7o; Tue, 02 Dec 2014 12:20:44 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <wei.liu2@citrix.com>) id 1XvmRe-0008Fm-Cu
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 12:20:42 +0000
Received: from [85.158.139.211] by server-2.bemta-5.messagelabs.com id
	34/87-14214-99EAD745; Tue, 02 Dec 2014 12:20:41 +0000
X-Env-Sender: wei.liu2@citrix.com
X-Msg-Ref: server-15.tower-206.messagelabs.com!1417522839!7696794!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 3503 invoked from network); 2 Dec 2014 12:20:41 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-15.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 12:20:41 -0000
X-IronPort-AV: E=Sophos;i="5.07,500,1413244800"; d="scan'208";a="198480551"
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.78) with Microsoft SMTP Server id 14.3.181.6;
	Tue, 2 Dec 2014 07:20:38 -0500
Received: from zion.uk.xensource.com ([10.80.2.73])	by
	ukmail1.uk.xensource.com with esmtp (Exim 4.69)	(envelope-from
	<wei.liu2@citrix.com>)	id 1XvmRa-0007lf-I9;
	Tue, 02 Dec 2014 12:20:38 +0000
Date: Tue, 2 Dec 2014 12:20:38 +0000
From: Wei Liu <wei.liu2@citrix.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
Message-ID: <20141202122038.GF5768@zion.uk.xensource.com>
References: <421032988.4387195.1416786664701.JavaMail.yahoo@jws10680.mail.bf1.yahoo.com>
	<1416822481.26329.21.camel@citrix.com>
	<20141202111813.GB5768@zion.uk.xensource.com>
	<1417520056.24320.11.camel@citrix.com>
	<1417520556.24320.15.camel@citrix.com>
	<20141202115426.GC5768@zion.uk.xensource.com>
	<1417522381.24320.16.camel@citrix.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <1417522381.24320.16.camel@citrix.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-DLP: MIA2
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>,
	Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] build xen-4.5.0-rc1 on Debian 8 (Jessie) with
	systemd
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, Dec 02, 2014 at 12:13:01PM +0000, Ian Campbell wrote:
> On Tue, 2014-12-02 at 11:54 +0000, Wei Liu wrote:
> > On Tue, Dec 02, 2014 at 11:42:36AM +0000, Ian Campbell wrote:
> > > On Tue, 2014-12-02 at 11:34 +0000, Ian Campbell wrote:
> > > 
> > > > Our build system appears to be using pkg-config, so I think the
> > > > intention is that this should work without needing libsystemd-daemon.so.
> > > 
> > > This (from m4/systemd.m4) seems odd:
> > >         AC_DEFUN([AX_CHECK_SYSTEMD_LIBS], [
> > >                 AC_CHECK_HEADER([systemd/sd-daemon.h], [
> > >                     AC_CHECK_LIB([systemd-daemon], [sd_listen_fds], [libsystemddaemon="y"])
> > >                 ])
> > >                 AS_IF([test "x$libsystemddaemon" = x], [
> > >                     AC_MSG_ERROR([Unable to find a suitable libsystemd-daemon library])
> > >                 ])
> > >         
> > >                 PKG_CHECK_MODULES([SYSTEMD], [libsystemd-daemon])
> > >         
> > > IOW we check explicitly for libsystemd-daemon first and then ask
> > > pkg-config about how to compile/link with it. This seems redundant to
> > > me. I think the AC_CHECK_HEADER, AC_CHECK_LIB and the following AS_IF
> > > +AC_MSG_ERROR can all be dropped.
> > 
> > Dropping those worked, at least ./configure passed without problem.
> > 
> > checking systemd/sd-daemon.h usability... yes
> > checking systemd/sd-daemon.h presence... yes
> > checking for systemd/sd-daemon.h... yes
> > checking for sd_listen_fds in -lsystemd-daemon... no
> 
> Aren't these from the AC_CHECK_HEADER+LIB bits?
> 

They appeared even after I removed those two hunks.

They came from another place:

 93 AC_DEFUN([AX_CHECK_SYSTEMD_ENABLE_AVAILABLE], [
 94         AC_CHECK_HEADER([systemd/sd-daemon.h], [
 95             AC_CHECK_LIB([systemd-daemon], [sd_listen_fds], [systemd="y"])
 96         ])
 97 ])

Wei.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 12:31:31 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 12:31: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-users-bounces@lists.xen.org>)
	id 1Xvmbf-0000bp-A1; Tue, 02 Dec 2014 12:31:03 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>) id 1Xvmbd-0000bg-Jw
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 12:31:01 +0000
Received: from [85.158.143.35] by server-1.bemta-4.messagelabs.com id
	94/03-09842-401BD745; Tue, 02 Dec 2014 12:31:00 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-6.tower-21.messagelabs.com!1417523459!12789472!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 19584 invoked from network); 2 Dec 2014 12:31:00 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-6.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 12:31:00 -0000
X-IronPort-AV: E=Sophos;i="5.07,500,1413244800"; d="scan'208";a="198483037"
Message-ID: <1417523457.24320.18.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Wei Liu <wei.liu2@citrix.com>
Date: Tue, 2 Dec 2014 12:30:57 +0000
In-Reply-To: <20141202122038.GF5768@zion.uk.xensource.com>
References: <421032988.4387195.1416786664701.JavaMail.yahoo@jws10680.mail.bf1.yahoo.com>
	<1416822481.26329.21.camel@citrix.com>
	<20141202111813.GB5768@zion.uk.xensource.com>
	<1417520056.24320.11.camel@citrix.com>
	<1417520556.24320.15.camel@citrix.com>
	<20141202115426.GC5768@zion.uk.xensource.com>
	<1417522381.24320.16.camel@citrix.com>
	<20141202122038.GF5768@zion.uk.xensource.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA1
Cc: Mark Pryor <tlviewer@yahoo.com>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] build xen-4.5.0-rc1 on Debian 8 (Jessie) with
 systemd
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, 2014-12-02 at 12:20 +0000, Wei Liu wrote:
> On Tue, Dec 02, 2014 at 12:13:01PM +0000, Ian Campbell wrote:
> > On Tue, 2014-12-02 at 11:54 +0000, Wei Liu wrote:
> > > On Tue, Dec 02, 2014 at 11:42:36AM +0000, Ian Campbell wrote:
> > > > On Tue, 2014-12-02 at 11:34 +0000, Ian Campbell wrote:
> > > > 
> > > > > Our build system appears to be using pkg-config, so I think the
> > > > > intention is that this should work without needing libsystemd-daemon.so.
> > > > 
> > > > This (from m4/systemd.m4) seems odd:
> > > >         AC_DEFUN([AX_CHECK_SYSTEMD_LIBS], [
> > > >                 AC_CHECK_HEADER([systemd/sd-daemon.h], [
> > > >                     AC_CHECK_LIB([systemd-daemon], [sd_listen_fds], [libsystemddaemon="y"])
> > > >                 ])
> > > >                 AS_IF([test "x$libsystemddaemon" = x], [
> > > >                     AC_MSG_ERROR([Unable to find a suitable libsystemd-daemon library])
> > > >                 ])
> > > >         
> > > >                 PKG_CHECK_MODULES([SYSTEMD], [libsystemd-daemon])
> > > >         
> > > > IOW we check explicitly for libsystemd-daemon first and then ask
> > > > pkg-config about how to compile/link with it. This seems redundant to
> > > > me. I think the AC_CHECK_HEADER, AC_CHECK_LIB and the following AS_IF
> > > > +AC_MSG_ERROR can all be dropped.
> > > 
> > > Dropping those worked, at least ./configure passed without problem.
> > > 
> > > checking systemd/sd-daemon.h usability... yes
> > > checking systemd/sd-daemon.h presence... yes
> > > checking for systemd/sd-daemon.h... yes
> > > checking for sd_listen_fds in -lsystemd-daemon... no
> > 
> > Aren't these from the AC_CHECK_HEADER+LIB bits?
> > 
> 
> They appeared even after I removed those two hunks.
> 
> They came from another place:
> 

I think that would need sorting too.


>  93 AC_DEFUN([AX_CHECK_SYSTEMD_ENABLE_AVAILABLE], [
>  94         AC_CHECK_HEADER([systemd/sd-daemon.h], [
>  95             AC_CHECK_LIB([systemd-daemon], [sd_listen_fds], [systemd="y"])
>  96         ])
>  97 ])
> 
> Wei.



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 12:31:31 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 12:31: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-users-bounces@lists.xen.org>)
	id 1Xvmbf-0000bp-A1; Tue, 02 Dec 2014 12:31:03 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>) id 1Xvmbd-0000bg-Jw
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 12:31:01 +0000
Received: from [85.158.143.35] by server-1.bemta-4.messagelabs.com id
	94/03-09842-401BD745; Tue, 02 Dec 2014 12:31:00 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-6.tower-21.messagelabs.com!1417523459!12789472!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 19584 invoked from network); 2 Dec 2014 12:31:00 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-6.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 12:31:00 -0000
X-IronPort-AV: E=Sophos;i="5.07,500,1413244800"; d="scan'208";a="198483037"
Message-ID: <1417523457.24320.18.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Wei Liu <wei.liu2@citrix.com>
Date: Tue, 2 Dec 2014 12:30:57 +0000
In-Reply-To: <20141202122038.GF5768@zion.uk.xensource.com>
References: <421032988.4387195.1416786664701.JavaMail.yahoo@jws10680.mail.bf1.yahoo.com>
	<1416822481.26329.21.camel@citrix.com>
	<20141202111813.GB5768@zion.uk.xensource.com>
	<1417520056.24320.11.camel@citrix.com>
	<1417520556.24320.15.camel@citrix.com>
	<20141202115426.GC5768@zion.uk.xensource.com>
	<1417522381.24320.16.camel@citrix.com>
	<20141202122038.GF5768@zion.uk.xensource.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA1
Cc: Mark Pryor <tlviewer@yahoo.com>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] build xen-4.5.0-rc1 on Debian 8 (Jessie) with
 systemd
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, 2014-12-02 at 12:20 +0000, Wei Liu wrote:
> On Tue, Dec 02, 2014 at 12:13:01PM +0000, Ian Campbell wrote:
> > On Tue, 2014-12-02 at 11:54 +0000, Wei Liu wrote:
> > > On Tue, Dec 02, 2014 at 11:42:36AM +0000, Ian Campbell wrote:
> > > > On Tue, 2014-12-02 at 11:34 +0000, Ian Campbell wrote:
> > > > 
> > > > > Our build system appears to be using pkg-config, so I think the
> > > > > intention is that this should work without needing libsystemd-daemon.so.
> > > > 
> > > > This (from m4/systemd.m4) seems odd:
> > > >         AC_DEFUN([AX_CHECK_SYSTEMD_LIBS], [
> > > >                 AC_CHECK_HEADER([systemd/sd-daemon.h], [
> > > >                     AC_CHECK_LIB([systemd-daemon], [sd_listen_fds], [libsystemddaemon="y"])
> > > >                 ])
> > > >                 AS_IF([test "x$libsystemddaemon" = x], [
> > > >                     AC_MSG_ERROR([Unable to find a suitable libsystemd-daemon library])
> > > >                 ])
> > > >         
> > > >                 PKG_CHECK_MODULES([SYSTEMD], [libsystemd-daemon])
> > > >         
> > > > IOW we check explicitly for libsystemd-daemon first and then ask
> > > > pkg-config about how to compile/link with it. This seems redundant to
> > > > me. I think the AC_CHECK_HEADER, AC_CHECK_LIB and the following AS_IF
> > > > +AC_MSG_ERROR can all be dropped.
> > > 
> > > Dropping those worked, at least ./configure passed without problem.
> > > 
> > > checking systemd/sd-daemon.h usability... yes
> > > checking systemd/sd-daemon.h presence... yes
> > > checking for systemd/sd-daemon.h... yes
> > > checking for sd_listen_fds in -lsystemd-daemon... no
> > 
> > Aren't these from the AC_CHECK_HEADER+LIB bits?
> > 
> 
> They appeared even after I removed those two hunks.
> 
> They came from another place:
> 

I think that would need sorting too.


>  93 AC_DEFUN([AX_CHECK_SYSTEMD_ENABLE_AVAILABLE], [
>  94         AC_CHECK_HEADER([systemd/sd-daemon.h], [
>  95             AC_CHECK_LIB([systemd-daemon], [sd_listen_fds], [systemd="y"])
>  96         ])
>  97 ])
> 
> Wei.



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 15:18:26 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 15:18:26 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XvpCZ-0008Dm-3z; Tue, 02 Dec 2014 15:17:19 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <olaf@aepfle.de>)
	id 1XvpCW-0008DV-In; Tue, 02 Dec 2014 15:17:16 +0000
Received: from [85.158.139.211] by server-6.bemta-5.messagelabs.com id
	02/17-26652-BF7DD745; Tue, 02 Dec 2014 15:17:15 +0000
X-Env-Sender: olaf@aepfle.de
X-Msg-Ref: server-15.tower-206.messagelabs.com!1417533433!7746904!1
X-Originating-IP: [81.169.146.220]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 7154 invoked from network); 2 Dec 2014 15:17:13 -0000
Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de)
	(81.169.146.220)
	by server-15.tower-206.messagelabs.com with DHE-RSA-AES256-SHA
	encrypted SMTP; 2 Dec 2014 15:17:13 -0000
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1417533433; l=3106;
	s=domk; d=aepfle.de;
	h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version:
	References:Subject:Cc:To:From:Date;
	bh=5S42KlYKAILe6Sl/LONoRZXR6vs=;
	b=rz0Tax253KJnTyO+XncxYi81DvQJ9Y7ZHoMJGrr+u9cjlJim795vkUNCNoVYjG7vr4W
	56YxupqKxMGN/7TrRcku1sU5lwUDrzImaG2ZeDCFpqNW2B3w8tUx+Cj1F0fUyY3WDjoRW
	J1r+TmfCMpdmBOZ6dBQwpIsQ4NPac4LMZbg=
X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssV99SEpOlQD22BhqGB3P3iaBLrl+V5meZTl30+w==
X-RZG-CLASS-ID: mo00
Received: from probook.fritz.box ([2001:a60:10ca:da01:1ec1:deff:feb9:bb48])
	by smtp.strato.de (RZmta 36.2 AUTH) with ESMTPSA id J062c0qB2FH9ltK
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate);
	Tue, 2 Dec 2014 16:17:09 +0100 (CET)
Received: by probook.fritz.box (Postfix, from userid 1000)
	id 1B5E35016D; Tue,  2 Dec 2014 16:17:09 +0100 (CET)
Date: Tue, 2 Dec 2014 16:17:09 +0100
From: Olaf Hering <olaf@aepfle.de>
To: Ian Campbell <Ian.Campbell@citrix.com>
Message-ID: <20141202151708.GA23112@aepfle.de>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <1417512564.15063.4.camel@citrix.com>
User-Agent: Mutt/1.5.22.rev6346 (2013-10-29)
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] 4.5 git: regression in xen systemd shutdown hangs
 the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, Dec 02, Ian Campbell wrote:

> On Mon, 2014-12-01 at 23:41 +0000, Mark Pryor wrote:
> > list,
> 
> Thanks. If you've identified a buggy changeset then it is fine to post
> to the devel lists. I've added a CC. I've also CCd everyone listed in
> the commit which you've fingered.
> 
> Olaf, does this suggested change look correct? If so then can you turn
> it into a patch please.

Yes, something like this (sed -i 's@socket@service@g' *.in):


diff --git a/tools/hotplug/Linux/systemd/xen-init-dom0.service.in b/tools/hotplug/Linux/systemd/xen-init-dom0.service.in
index 4d4cb23..3befadc 100644
--- a/tools/hotplug/Linux/systemd/xen-init-dom0.service.in
+++ b/tools/hotplug/Linux/systemd/xen-init-dom0.service.in
@@ -1,7 +1,7 @@
 [Unit]
 Description=xen-init-dom0, initialise Dom0 configuration (xenstore nodes, JSON configuration stub)
-Requires=xenstored.socket proc-xen.mount
-After=xenstored.socket proc-xen.mount
+Requires=xenstored.service proc-xen.mount
+After=xenstored.service proc-xen.mount
 ConditionPathExists=/proc/xen/capabilities
 
 [Service]
diff --git a/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in b/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in
index 6b9c96e..0a5807a 100644
--- a/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in
+++ b/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in
@@ -1,7 +1,7 @@
 [Unit]
 Description=qemu for xen dom0 disk backend
-Requires=proc-xen.mount xenstored.socket
-After=proc-xen.mount xenstored.socket xenconsoled.service
+Requires=proc-xen.mount xenstored.service
+After=proc-xen.mount xenstored.service xenconsoled.service
 Before=xendomains.service libvirtd.service libvirt-guests.service
 RefuseManualStop=true
 ConditionPathExists=/proc/xen/capabilities
diff --git a/tools/hotplug/Linux/systemd/xenconsoled.service.in b/tools/hotplug/Linux/systemd/xenconsoled.service.in
index 2c5d99f..cb44cd6 100644
--- a/tools/hotplug/Linux/systemd/xenconsoled.service.in
+++ b/tools/hotplug/Linux/systemd/xenconsoled.service.in
@@ -1,7 +1,7 @@
 [Unit]
 Description=Xenconsoled - handles logging from guest consoles and hypervisor
-Requires=proc-xen.mount xenstored.socket
-After=proc-xen.mount xenstored.socket
+Requires=proc-xen.mount xenstored.service
+After=proc-xen.mount xenstored.service
 ConditionPathExists=/proc/xen/capabilities
 
 [Service]
diff --git a/tools/hotplug/Linux/systemd/xendomains.service.in b/tools/hotplug/Linux/systemd/xendomains.service.in
index 757278f..9962671 100644
--- a/tools/hotplug/Linux/systemd/xendomains.service.in
+++ b/tools/hotplug/Linux/systemd/xendomains.service.in
@@ -1,7 +1,7 @@
 [Unit]
 Description=Xendomains - start and stop guests on boot and shutdown
-Requires=proc-xen.mount xenstored.socket
-After=proc-xen.mount xenstored.socket xenconsoled.service xen-init-dom0.service
+Requires=proc-xen.mount xenstored.service
+After=proc-xen.mount xenstored.service xenconsoled.service xen-init-dom0.service
 ConditionPathExists=/proc/xen/capabilities
 
 [Service]

Olaf

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 15:18:26 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 15:18:26 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XvpCZ-0008Dm-3z; Tue, 02 Dec 2014 15:17:19 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <olaf@aepfle.de>)
	id 1XvpCW-0008DV-In; Tue, 02 Dec 2014 15:17:16 +0000
Received: from [85.158.139.211] by server-6.bemta-5.messagelabs.com id
	02/17-26652-BF7DD745; Tue, 02 Dec 2014 15:17:15 +0000
X-Env-Sender: olaf@aepfle.de
X-Msg-Ref: server-15.tower-206.messagelabs.com!1417533433!7746904!1
X-Originating-IP: [81.169.146.220]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 7154 invoked from network); 2 Dec 2014 15:17:13 -0000
Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de)
	(81.169.146.220)
	by server-15.tower-206.messagelabs.com with DHE-RSA-AES256-SHA
	encrypted SMTP; 2 Dec 2014 15:17:13 -0000
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1417533433; l=3106;
	s=domk; d=aepfle.de;
	h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version:
	References:Subject:Cc:To:From:Date;
	bh=5S42KlYKAILe6Sl/LONoRZXR6vs=;
	b=rz0Tax253KJnTyO+XncxYi81DvQJ9Y7ZHoMJGrr+u9cjlJim795vkUNCNoVYjG7vr4W
	56YxupqKxMGN/7TrRcku1sU5lwUDrzImaG2ZeDCFpqNW2B3w8tUx+Cj1F0fUyY3WDjoRW
	J1r+TmfCMpdmBOZ6dBQwpIsQ4NPac4LMZbg=
X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssV99SEpOlQD22BhqGB3P3iaBLrl+V5meZTl30+w==
X-RZG-CLASS-ID: mo00
Received: from probook.fritz.box ([2001:a60:10ca:da01:1ec1:deff:feb9:bb48])
	by smtp.strato.de (RZmta 36.2 AUTH) with ESMTPSA id J062c0qB2FH9ltK
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate);
	Tue, 2 Dec 2014 16:17:09 +0100 (CET)
Received: by probook.fritz.box (Postfix, from userid 1000)
	id 1B5E35016D; Tue,  2 Dec 2014 16:17:09 +0100 (CET)
Date: Tue, 2 Dec 2014 16:17:09 +0100
From: Olaf Hering <olaf@aepfle.de>
To: Ian Campbell <Ian.Campbell@citrix.com>
Message-ID: <20141202151708.GA23112@aepfle.de>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <1417512564.15063.4.camel@citrix.com>
User-Agent: Mutt/1.5.22.rev6346 (2013-10-29)
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] 4.5 git: regression in xen systemd shutdown hangs
 the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, Dec 02, Ian Campbell wrote:

> On Mon, 2014-12-01 at 23:41 +0000, Mark Pryor wrote:
> > list,
> 
> Thanks. If you've identified a buggy changeset then it is fine to post
> to the devel lists. I've added a CC. I've also CCd everyone listed in
> the commit which you've fingered.
> 
> Olaf, does this suggested change look correct? If so then can you turn
> it into a patch please.

Yes, something like this (sed -i 's@socket@service@g' *.in):


diff --git a/tools/hotplug/Linux/systemd/xen-init-dom0.service.in b/tools/hotplug/Linux/systemd/xen-init-dom0.service.in
index 4d4cb23..3befadc 100644
--- a/tools/hotplug/Linux/systemd/xen-init-dom0.service.in
+++ b/tools/hotplug/Linux/systemd/xen-init-dom0.service.in
@@ -1,7 +1,7 @@
 [Unit]
 Description=xen-init-dom0, initialise Dom0 configuration (xenstore nodes, JSON configuration stub)
-Requires=xenstored.socket proc-xen.mount
-After=xenstored.socket proc-xen.mount
+Requires=xenstored.service proc-xen.mount
+After=xenstored.service proc-xen.mount
 ConditionPathExists=/proc/xen/capabilities
 
 [Service]
diff --git a/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in b/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in
index 6b9c96e..0a5807a 100644
--- a/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in
+++ b/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in
@@ -1,7 +1,7 @@
 [Unit]
 Description=qemu for xen dom0 disk backend
-Requires=proc-xen.mount xenstored.socket
-After=proc-xen.mount xenstored.socket xenconsoled.service
+Requires=proc-xen.mount xenstored.service
+After=proc-xen.mount xenstored.service xenconsoled.service
 Before=xendomains.service libvirtd.service libvirt-guests.service
 RefuseManualStop=true
 ConditionPathExists=/proc/xen/capabilities
diff --git a/tools/hotplug/Linux/systemd/xenconsoled.service.in b/tools/hotplug/Linux/systemd/xenconsoled.service.in
index 2c5d99f..cb44cd6 100644
--- a/tools/hotplug/Linux/systemd/xenconsoled.service.in
+++ b/tools/hotplug/Linux/systemd/xenconsoled.service.in
@@ -1,7 +1,7 @@
 [Unit]
 Description=Xenconsoled - handles logging from guest consoles and hypervisor
-Requires=proc-xen.mount xenstored.socket
-After=proc-xen.mount xenstored.socket
+Requires=proc-xen.mount xenstored.service
+After=proc-xen.mount xenstored.service
 ConditionPathExists=/proc/xen/capabilities
 
 [Service]
diff --git a/tools/hotplug/Linux/systemd/xendomains.service.in b/tools/hotplug/Linux/systemd/xendomains.service.in
index 757278f..9962671 100644
--- a/tools/hotplug/Linux/systemd/xendomains.service.in
+++ b/tools/hotplug/Linux/systemd/xendomains.service.in
@@ -1,7 +1,7 @@
 [Unit]
 Description=Xendomains - start and stop guests on boot and shutdown
-Requires=proc-xen.mount xenstored.socket
-After=proc-xen.mount xenstored.socket xenconsoled.service xen-init-dom0.service
+Requires=proc-xen.mount xenstored.service
+After=proc-xen.mount xenstored.service xenconsoled.service xen-init-dom0.service
 ConditionPathExists=/proc/xen/capabilities
 
 [Service]

Olaf

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 15:20:59 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 15:20:59 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XvpFt-0000Zk-M4; Tue, 02 Dec 2014 15:20:45 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <ugurcane@skyatlas.com>) id 1XvpFs-0000ZP-Ds
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 15:20:44 +0000
Received: from [85.158.139.211] by server-12.bemta-5.messagelabs.com id
	AD/C5-25714-BC8DD745; Tue, 02 Dec 2014 15:20:43 +0000
X-Env-Sender: ugurcane@skyatlas.com
X-Msg-Ref: server-10.tower-206.messagelabs.com!1417533641!5807802!1
X-Originating-IP: [209.11.253.18]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 25561 invoked from network); 2 Dec 2014 15:20:42 -0000
Received: from mailfw.csoftintl.com (HELO fmvm01.lax10.vpls.net)
	(209.11.253.18)
	by server-10.tower-206.messagelabs.com with DHE-RSA-AES256-SHA
	encrypted SMTP; 2 Dec 2014 15:20:42 -0000
Received: from mta-01.lax7.cloudmail.krypt.com (smtpcloudmail.krypt.com
	[74.222.174.74])
	by fmvm01.lax10.vpls.net  with ESMTP id sB2FKeBs023501-sB2FKeBt023501
	for <xen-users@lists.xen.org>; Tue, 2 Dec 2014 07:20:40 -0800
Received: from localhost (localhost [127.0.0.1])
	by mta-01.lax7.cloudmail.krypt.com (Postfix) with ESMTP id C9D3036004A
	for <xen-users@lists.xen.org>; Tue,  2 Dec 2014 07:20:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at mta-01.lax7.cloudmail.krypt.com
Received: from mta-01.lax7.cloudmail.krypt.com ([127.0.0.1])
	by localhost (mta-01.lax7.cloudmail.krypt.com [127.0.0.1]) (amavisd-new,
	port 10024) with ESMTP id 3g4t0cLpdc3i for <xen-users@lists.xen.org>;
	Tue,  2 Dec 2014 07:20:40 -0800 (PST)
Received: from localhost (localhost [127.0.0.1])
	by mta-01.lax7.cloudmail.krypt.com (Postfix) with ESMTP id AB0523602ED
	for <xen-users@lists.xen.org>; Tue,  2 Dec 2014 07:20:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at mta-01.lax7.cloudmail.krypt.com
Received: from mta-01.lax7.cloudmail.krypt.com ([127.0.0.1])
	by localhost (mta-01.lax7.cloudmail.krypt.com [127.0.0.1]) (amavisd-new,
	port 10026) with ESMTP id 0cE5QTWfJmv8 for <xen-users@lists.xen.org>;
	Tue,  2 Dec 2014 07:20:40 -0800 (PST)
Received: from mbox-03.lax10.cloudmail.krypt.com
	(mbox-03.lax10.cloudmail.krypt.com [172.16.44.84])
	by mta-01.lax7.cloudmail.krypt.com (Postfix) with ESMTP id 987D136004A
	for <xen-users@lists.xen.org>; Tue,  2 Dec 2014 07:20:40 -0800 (PST)
Date: Tue, 2 Dec 2014 07:23:12 -0800 (PST)
From: =?utf-8?Q?U=C4=9Furcan_Erg=C3=BCn?= <ugurcane@skyatlas.com>
To: xen-users@lists.xen.org
Message-ID: <95674911.327857.1417533792743.JavaMail.zimbra@skyatlas.com>
In-Reply-To: <1649899150.327677.1417531848049.JavaMail.zimbra@skyatlas.com>
MIME-Version: 1.0
X-Originating-IP: [172.16.44.75]
X-Mailer: Zimbra 8.0.4_GA_5737 (ZimbraWebClient - FF33 (Linux)/8.0.4_GA_5737)
Thread-Topic: Learning DomU memory usage from Dom0
Thread-Index: JfnN1EbsjkAuDMZzIaLj03gq6wCFoQ==
Subject: [Xen-users] Learning DomU memory usage from Dom0
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hello,

I have been trying to learn domU memory usage from dom0. I have tried 
to achieve that by reading to read memory usage via xentop. Xentop only
shows allocated memory data. 

I have also tried to send it from domU to dom0 via xenstore. I had some
trouble with xenstore permissions.
For example i had two domU's 27 and 31.
I created a /tool/ramusage/27 path from dom0
And used xenstore-chmod /tool/ramusage/27 w27 so domU 27 can write to it.
But domU 31 could also write to it. Could it a bug or am i missing something
about xenstore permissions.

Beyond that is there a better way to learn this data ?

Thank you very much.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 15:20:59 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 15:20:59 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XvpFt-0000Zk-M4; Tue, 02 Dec 2014 15:20:45 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <ugurcane@skyatlas.com>) id 1XvpFs-0000ZP-Ds
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 15:20:44 +0000
Received: from [85.158.139.211] by server-12.bemta-5.messagelabs.com id
	AD/C5-25714-BC8DD745; Tue, 02 Dec 2014 15:20:43 +0000
X-Env-Sender: ugurcane@skyatlas.com
X-Msg-Ref: server-10.tower-206.messagelabs.com!1417533641!5807802!1
X-Originating-IP: [209.11.253.18]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 25561 invoked from network); 2 Dec 2014 15:20:42 -0000
Received: from mailfw.csoftintl.com (HELO fmvm01.lax10.vpls.net)
	(209.11.253.18)
	by server-10.tower-206.messagelabs.com with DHE-RSA-AES256-SHA
	encrypted SMTP; 2 Dec 2014 15:20:42 -0000
Received: from mta-01.lax7.cloudmail.krypt.com (smtpcloudmail.krypt.com
	[74.222.174.74])
	by fmvm01.lax10.vpls.net  with ESMTP id sB2FKeBs023501-sB2FKeBt023501
	for <xen-users@lists.xen.org>; Tue, 2 Dec 2014 07:20:40 -0800
Received: from localhost (localhost [127.0.0.1])
	by mta-01.lax7.cloudmail.krypt.com (Postfix) with ESMTP id C9D3036004A
	for <xen-users@lists.xen.org>; Tue,  2 Dec 2014 07:20:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at mta-01.lax7.cloudmail.krypt.com
Received: from mta-01.lax7.cloudmail.krypt.com ([127.0.0.1])
	by localhost (mta-01.lax7.cloudmail.krypt.com [127.0.0.1]) (amavisd-new,
	port 10024) with ESMTP id 3g4t0cLpdc3i for <xen-users@lists.xen.org>;
	Tue,  2 Dec 2014 07:20:40 -0800 (PST)
Received: from localhost (localhost [127.0.0.1])
	by mta-01.lax7.cloudmail.krypt.com (Postfix) with ESMTP id AB0523602ED
	for <xen-users@lists.xen.org>; Tue,  2 Dec 2014 07:20:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at mta-01.lax7.cloudmail.krypt.com
Received: from mta-01.lax7.cloudmail.krypt.com ([127.0.0.1])
	by localhost (mta-01.lax7.cloudmail.krypt.com [127.0.0.1]) (amavisd-new,
	port 10026) with ESMTP id 0cE5QTWfJmv8 for <xen-users@lists.xen.org>;
	Tue,  2 Dec 2014 07:20:40 -0800 (PST)
Received: from mbox-03.lax10.cloudmail.krypt.com
	(mbox-03.lax10.cloudmail.krypt.com [172.16.44.84])
	by mta-01.lax7.cloudmail.krypt.com (Postfix) with ESMTP id 987D136004A
	for <xen-users@lists.xen.org>; Tue,  2 Dec 2014 07:20:40 -0800 (PST)
Date: Tue, 2 Dec 2014 07:23:12 -0800 (PST)
From: =?utf-8?Q?U=C4=9Furcan_Erg=C3=BCn?= <ugurcane@skyatlas.com>
To: xen-users@lists.xen.org
Message-ID: <95674911.327857.1417533792743.JavaMail.zimbra@skyatlas.com>
In-Reply-To: <1649899150.327677.1417531848049.JavaMail.zimbra@skyatlas.com>
MIME-Version: 1.0
X-Originating-IP: [172.16.44.75]
X-Mailer: Zimbra 8.0.4_GA_5737 (ZimbraWebClient - FF33 (Linux)/8.0.4_GA_5737)
Thread-Topic: Learning DomU memory usage from Dom0
Thread-Index: JfnN1EbsjkAuDMZzIaLj03gq6wCFoQ==
Subject: [Xen-users] Learning DomU memory usage from Dom0
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hello,

I have been trying to learn domU memory usage from dom0. I have tried 
to achieve that by reading to read memory usage via xentop. Xentop only
shows allocated memory data. 

I have also tried to send it from domU to dom0 via xenstore. I had some
trouble with xenstore permissions.
For example i had two domU's 27 and 31.
I created a /tool/ramusage/27 path from dom0
And used xenstore-chmod /tool/ramusage/27 w27 so domU 27 can write to it.
But domU 31 could also write to it. Could it a bug or am i missing something
about xenstore permissions.

Beyond that is there a better way to learn this data ?

Thank you very much.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 16:01:06 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 16:01:06 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XvpsT-00044B-1N; Tue, 02 Dec 2014 16:00:37 +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 1XvpsP-00043e-G8; Tue, 02 Dec 2014 16:00:33 +0000
Received: from [85.158.137.68] by server-16.bemta-3.messagelabs.com id
	FC/CA-09284-022ED745; Tue, 02 Dec 2014 16:00:32 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-9.tower-31.messagelabs.com!1417536028!11589242!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.4; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 15139 invoked from network); 2 Dec 2014 16:00:31 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-9.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 16:00:31 -0000
X-IronPort-AV: E=Sophos;i="5.07,501,1413244800"; d="scan'208";a="198914758"
Message-ID: <1417534760.29004.3.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Olaf Hering <olaf@aepfle.de>
Date: Tue, 2 Dec 2014 15:39:20 +0000
In-Reply-To: <20141202151708.GA23112@aepfle.de>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
	<20141202151708.GA23112@aepfle.de>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>, Stefano
	Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] [Xen-devel] 4.5 git: regression in xen systemd
 shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, 2014-12-02 at 16:17 +0100, Olaf Hering wrote:
> On Tue, Dec 02, Ian Campbell wrote:
> 
> > On Mon, 2014-12-01 at 23:41 +0000, Mark Pryor wrote:
> > > list,
> > 
> > Thanks. If you've identified a buggy changeset then it is fine to post
> > to the devel lists. I've added a CC. I've also CCd everyone listed in
> > the commit which you've fingered.
> > 
> > Olaf, does this suggested change look correct? If so then can you turn
> > it into a patch please.
> 
> Yes, something like this (sed -i 's@socket@service@g' *.in):

Can you submit to -devel with a commit log and S-o-b etc please.

> 
> 
> diff --git a/tools/hotplug/Linux/systemd/xen-init-dom0.service.in b/tools/hotplug/Linux/systemd/xen-init-dom0.service.in
> index 4d4cb23..3befadc 100644
> --- a/tools/hotplug/Linux/systemd/xen-init-dom0.service.in
> +++ b/tools/hotplug/Linux/systemd/xen-init-dom0.service.in
> @@ -1,7 +1,7 @@
>  [Unit]
>  Description=xen-init-dom0, initialise Dom0 configuration (xenstore nodes, JSON configuration stub)
> -Requires=xenstored.socket proc-xen.mount
> -After=xenstored.socket proc-xen.mount
> +Requires=xenstored.service proc-xen.mount
> +After=xenstored.service proc-xen.mount
>  ConditionPathExists=/proc/xen/capabilities
>  
>  [Service]
> diff --git a/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in b/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in
> index 6b9c96e..0a5807a 100644
> --- a/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in
> +++ b/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in
> @@ -1,7 +1,7 @@
>  [Unit]
>  Description=qemu for xen dom0 disk backend
> -Requires=proc-xen.mount xenstored.socket
> -After=proc-xen.mount xenstored.socket xenconsoled.service
> +Requires=proc-xen.mount xenstored.service
> +After=proc-xen.mount xenstored.service xenconsoled.service
>  Before=xendomains.service libvirtd.service libvirt-guests.service
>  RefuseManualStop=true
>  ConditionPathExists=/proc/xen/capabilities
> diff --git a/tools/hotplug/Linux/systemd/xenconsoled.service.in b/tools/hotplug/Linux/systemd/xenconsoled.service.in
> index 2c5d99f..cb44cd6 100644
> --- a/tools/hotplug/Linux/systemd/xenconsoled.service.in
> +++ b/tools/hotplug/Linux/systemd/xenconsoled.service.in
> @@ -1,7 +1,7 @@
>  [Unit]
>  Description=Xenconsoled - handles logging from guest consoles and hypervisor
> -Requires=proc-xen.mount xenstored.socket
> -After=proc-xen.mount xenstored.socket
> +Requires=proc-xen.mount xenstored.service
> +After=proc-xen.mount xenstored.service
>  ConditionPathExists=/proc/xen/capabilities
>  
>  [Service]
> diff --git a/tools/hotplug/Linux/systemd/xendomains.service.in b/tools/hotplug/Linux/systemd/xendomains.service.in
> index 757278f..9962671 100644
> --- a/tools/hotplug/Linux/systemd/xendomains.service.in
> +++ b/tools/hotplug/Linux/systemd/xendomains.service.in
> @@ -1,7 +1,7 @@
>  [Unit]
>  Description=Xendomains - start and stop guests on boot and shutdown
> -Requires=proc-xen.mount xenstored.socket
> -After=proc-xen.mount xenstored.socket xenconsoled.service xen-init-dom0.service
> +Requires=proc-xen.mount xenstored.service
> +After=proc-xen.mount xenstored.service xenconsoled.service xen-init-dom0.service
>  ConditionPathExists=/proc/xen/capabilities
>  
>  [Service]
> 
> Olaf
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 16:01:06 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 16:01:06 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XvpsT-00044B-1N; Tue, 02 Dec 2014 16:00:37 +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 1XvpsP-00043e-G8; Tue, 02 Dec 2014 16:00:33 +0000
Received: from [85.158.137.68] by server-16.bemta-3.messagelabs.com id
	FC/CA-09284-022ED745; Tue, 02 Dec 2014 16:00:32 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-9.tower-31.messagelabs.com!1417536028!11589242!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.4; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 15139 invoked from network); 2 Dec 2014 16:00:31 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-9.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 16:00:31 -0000
X-IronPort-AV: E=Sophos;i="5.07,501,1413244800"; d="scan'208";a="198914758"
Message-ID: <1417534760.29004.3.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Olaf Hering <olaf@aepfle.de>
Date: Tue, 2 Dec 2014 15:39:20 +0000
In-Reply-To: <20141202151708.GA23112@aepfle.de>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
	<20141202151708.GA23112@aepfle.de>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>, Stefano
	Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] [Xen-devel] 4.5 git: regression in xen systemd
 shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, 2014-12-02 at 16:17 +0100, Olaf Hering wrote:
> On Tue, Dec 02, Ian Campbell wrote:
> 
> > On Mon, 2014-12-01 at 23:41 +0000, Mark Pryor wrote:
> > > list,
> > 
> > Thanks. If you've identified a buggy changeset then it is fine to post
> > to the devel lists. I've added a CC. I've also CCd everyone listed in
> > the commit which you've fingered.
> > 
> > Olaf, does this suggested change look correct? If so then can you turn
> > it into a patch please.
> 
> Yes, something like this (sed -i 's@socket@service@g' *.in):

Can you submit to -devel with a commit log and S-o-b etc please.

> 
> 
> diff --git a/tools/hotplug/Linux/systemd/xen-init-dom0.service.in b/tools/hotplug/Linux/systemd/xen-init-dom0.service.in
> index 4d4cb23..3befadc 100644
> --- a/tools/hotplug/Linux/systemd/xen-init-dom0.service.in
> +++ b/tools/hotplug/Linux/systemd/xen-init-dom0.service.in
> @@ -1,7 +1,7 @@
>  [Unit]
>  Description=xen-init-dom0, initialise Dom0 configuration (xenstore nodes, JSON configuration stub)
> -Requires=xenstored.socket proc-xen.mount
> -After=xenstored.socket proc-xen.mount
> +Requires=xenstored.service proc-xen.mount
> +After=xenstored.service proc-xen.mount
>  ConditionPathExists=/proc/xen/capabilities
>  
>  [Service]
> diff --git a/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in b/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in
> index 6b9c96e..0a5807a 100644
> --- a/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in
> +++ b/tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in
> @@ -1,7 +1,7 @@
>  [Unit]
>  Description=qemu for xen dom0 disk backend
> -Requires=proc-xen.mount xenstored.socket
> -After=proc-xen.mount xenstored.socket xenconsoled.service
> +Requires=proc-xen.mount xenstored.service
> +After=proc-xen.mount xenstored.service xenconsoled.service
>  Before=xendomains.service libvirtd.service libvirt-guests.service
>  RefuseManualStop=true
>  ConditionPathExists=/proc/xen/capabilities
> diff --git a/tools/hotplug/Linux/systemd/xenconsoled.service.in b/tools/hotplug/Linux/systemd/xenconsoled.service.in
> index 2c5d99f..cb44cd6 100644
> --- a/tools/hotplug/Linux/systemd/xenconsoled.service.in
> +++ b/tools/hotplug/Linux/systemd/xenconsoled.service.in
> @@ -1,7 +1,7 @@
>  [Unit]
>  Description=Xenconsoled - handles logging from guest consoles and hypervisor
> -Requires=proc-xen.mount xenstored.socket
> -After=proc-xen.mount xenstored.socket
> +Requires=proc-xen.mount xenstored.service
> +After=proc-xen.mount xenstored.service
>  ConditionPathExists=/proc/xen/capabilities
>  
>  [Service]
> diff --git a/tools/hotplug/Linux/systemd/xendomains.service.in b/tools/hotplug/Linux/systemd/xendomains.service.in
> index 757278f..9962671 100644
> --- a/tools/hotplug/Linux/systemd/xendomains.service.in
> +++ b/tools/hotplug/Linux/systemd/xendomains.service.in
> @@ -1,7 +1,7 @@
>  [Unit]
>  Description=Xendomains - start and stop guests on boot and shutdown
> -Requires=proc-xen.mount xenstored.socket
> -After=proc-xen.mount xenstored.socket xenconsoled.service xen-init-dom0.service
> +Requires=proc-xen.mount xenstored.service
> +After=proc-xen.mount xenstored.service xenconsoled.service xen-init-dom0.service
>  ConditionPathExists=/proc/xen/capabilities
>  
>  [Service]
> 
> Olaf
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 16:06:49 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 16:06: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-users-bounces@lists.xen.org>)
	id 1XvpyH-0004vS-2Z; Tue, 02 Dec 2014 16:06:37 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <olaf@aepfle.de>)
	id 1XvpyF-0004uw-Mr; Tue, 02 Dec 2014 16:06:35 +0000
Received: from [85.158.139.211] by server-3.bemta-5.messagelabs.com id
	22/88-14727-A83ED745; Tue, 02 Dec 2014 16:06:34 +0000
X-Env-Sender: olaf@aepfle.de
X-Msg-Ref: server-3.tower-206.messagelabs.com!1417536394!3529068!1
X-Originating-IP: [81.169.146.218]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 9962 invoked from network); 2 Dec 2014 16:06:34 -0000
Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de)
	(81.169.146.218)
	by server-3.tower-206.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 2 Dec 2014 16:06:34 -0000
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1417536394; l=911;
	s=domk; d=aepfle.de;
	h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version:
	References:Subject:Cc:To:From:Date;
	bh=CcStn0+SQmu1ugVhCGJ2SQYdbpM=;
	b=IiP/n3SpZL7HJWkyq15Zr8T43lzqNGgzw7Ja27vba1apC/p6TrlCwgLLyZmMlE0zwCS
	G/45NHhWsEbfv314ST4AArExSGuFkNaPKN5nFU6sKzaYIa9rZ+LFfNjJDbGl4qvUkiW4L
	GsW6rYML6S3j1LN3rF9IMjHN3EbbUoqvTVk=
X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssV99SEpOlQD22BhqGB3P3iaBLrl+V5meZTl30+w==
X-RZG-CLASS-ID: mo00
Received: from probook.fritz.box ([2001:a60:10ca:da01:1ec1:deff:feb9:bb48])
	by smtp.strato.de (RZmta 36.2 AUTH) with ESMTPSA id h01c7aqB2G6VpMW
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate);
	Tue, 2 Dec 2014 17:06:31 +0100 (CET)
Received: by probook.fritz.box (Postfix, from userid 1000)
	id C3AB95016D; Tue,  2 Dec 2014 17:06:30 +0100 (CET)
Date: Tue, 2 Dec 2014 17:06:30 +0100
From: Olaf Hering <olaf@aepfle.de>
To: Ian Campbell <Ian.Campbell@citrix.com>
Message-ID: <20141202160630.GA30262@aepfle.de>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
	<20141202151708.GA23112@aepfle.de>
	<1417534760.29004.3.camel@citrix.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <1417534760.29004.3.camel@citrix.com>
User-Agent: Mutt/1.5.22.rev6346 (2013-10-29)
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] [Xen-devel] 4.5 git: regression in xen systemd
 shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, Dec 02, Ian Campbell wrote:

> On Tue, 2014-12-02 at 16:17 +0100, Olaf Hering wrote:
> > On Tue, Dec 02, Ian Campbell wrote:
> > 
> > > On Mon, 2014-12-01 at 23:41 +0000, Mark Pryor wrote:
> > > > list,
> > > 
> > > Thanks. If you've identified a buggy changeset then it is fine to post
> > > to the devel lists. I've added a CC. I've also CCd everyone listed in
> > > the commit which you've fingered.
> > > 
> > > Olaf, does this suggested change look correct? If so then can you turn
> > > it into a patch please.
> > 
> > Yes, something like this (sed -i 's@socket@service@g' *.in):
> 
> Can you submit to -devel with a commit log and S-o-b etc please.

Yes, I did already. Looks like git send-email does not process a
Reported-by tag so Mark did not actually got a copy of that submission.
But the actual patch did not change so what I sent him earlier can be
used as is.

Olaf

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 16:06:49 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 16:06: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-users-bounces@lists.xen.org>)
	id 1XvpyH-0004vS-2Z; Tue, 02 Dec 2014 16:06:37 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <olaf@aepfle.de>)
	id 1XvpyF-0004uw-Mr; Tue, 02 Dec 2014 16:06:35 +0000
Received: from [85.158.139.211] by server-3.bemta-5.messagelabs.com id
	22/88-14727-A83ED745; Tue, 02 Dec 2014 16:06:34 +0000
X-Env-Sender: olaf@aepfle.de
X-Msg-Ref: server-3.tower-206.messagelabs.com!1417536394!3529068!1
X-Originating-IP: [81.169.146.218]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 9962 invoked from network); 2 Dec 2014 16:06:34 -0000
Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de)
	(81.169.146.218)
	by server-3.tower-206.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 2 Dec 2014 16:06:34 -0000
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1417536394; l=911;
	s=domk; d=aepfle.de;
	h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version:
	References:Subject:Cc:To:From:Date;
	bh=CcStn0+SQmu1ugVhCGJ2SQYdbpM=;
	b=IiP/n3SpZL7HJWkyq15Zr8T43lzqNGgzw7Ja27vba1apC/p6TrlCwgLLyZmMlE0zwCS
	G/45NHhWsEbfv314ST4AArExSGuFkNaPKN5nFU6sKzaYIa9rZ+LFfNjJDbGl4qvUkiW4L
	GsW6rYML6S3j1LN3rF9IMjHN3EbbUoqvTVk=
X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssV99SEpOlQD22BhqGB3P3iaBLrl+V5meZTl30+w==
X-RZG-CLASS-ID: mo00
Received: from probook.fritz.box ([2001:a60:10ca:da01:1ec1:deff:feb9:bb48])
	by smtp.strato.de (RZmta 36.2 AUTH) with ESMTPSA id h01c7aqB2G6VpMW
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate);
	Tue, 2 Dec 2014 17:06:31 +0100 (CET)
Received: by probook.fritz.box (Postfix, from userid 1000)
	id C3AB95016D; Tue,  2 Dec 2014 17:06:30 +0100 (CET)
Date: Tue, 2 Dec 2014 17:06:30 +0100
From: Olaf Hering <olaf@aepfle.de>
To: Ian Campbell <Ian.Campbell@citrix.com>
Message-ID: <20141202160630.GA30262@aepfle.de>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
	<20141202151708.GA23112@aepfle.de>
	<1417534760.29004.3.camel@citrix.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <1417534760.29004.3.camel@citrix.com>
User-Agent: Mutt/1.5.22.rev6346 (2013-10-29)
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] [Xen-devel] 4.5 git: regression in xen systemd
 shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, Dec 02, Ian Campbell wrote:

> On Tue, 2014-12-02 at 16:17 +0100, Olaf Hering wrote:
> > On Tue, Dec 02, Ian Campbell wrote:
> > 
> > > On Mon, 2014-12-01 at 23:41 +0000, Mark Pryor wrote:
> > > > list,
> > > 
> > > Thanks. If you've identified a buggy changeset then it is fine to post
> > > to the devel lists. I've added a CC. I've also CCd everyone listed in
> > > the commit which you've fingered.
> > > 
> > > Olaf, does this suggested change look correct? If so then can you turn
> > > it into a patch please.
> > 
> > Yes, something like this (sed -i 's@socket@service@g' *.in):
> 
> Can you submit to -devel with a commit log and S-o-b etc please.

Yes, I did already. Looks like git send-email does not process a
Reported-by tag so Mark did not actually got a copy of that submission.
But the actual patch did not change so what I sent him earlier can be
used as is.

Olaf

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 02 16:42:03 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 16:42: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-users-bounces@lists.xen.org>)
	id 1XvqVq-0000eg-Me; Tue, 02 Dec 2014 16:41:18 +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 1XvqVo-0000eO-Qn
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 16:41:16 +0000
Received: from [85.158.139.211] by server-11.bemta-5.messagelabs.com id
	EC/9D-22777-CABED745; Tue, 02 Dec 2014 16:41:16 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-4.tower-206.messagelabs.com!1417538469!11142794!2
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11777 invoked from network); 2 Dec 2014 16:41:15 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-4.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 16:41:15 -0000
X-IronPort-AV: E=Sophos;i="5.07,501,1413244800"; d="scan'208";a="198607039"
Message-ID: <1417536874.29004.8.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: =?UTF-8?Q?U=C4=9Furcan_Erg=C3=BCn?= <ugurcane@skyatlas.com>
Date: Tue, 2 Dec 2014 16:14:34 +0000
In-Reply-To: <95674911.327857.1417533792743.JavaMail.zimbra@skyatlas.com>
References: <95674911.327857.1417533792743.JavaMail.zimbra@skyatlas.com>
Organization: Citrix Systems, Inc.
Content-Length: 2084
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA1
Cc: xen-users@lists.xen.org
Subject: Re: [Xen-users] Learning DomU memory usage from Dom0
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

T24gVHVlLCAyMDE0LTEyLTAyIGF0IDA3OjIzIC0wODAwLCBVxJ91cmNhbiBFcmfDvG4gd3JvdGU6
Cj4gSGVsbG8sCj4gCj4gSSBoYXZlIGJlZW4gdHJ5aW5nIHRvIGxlYXJuIGRvbVUgbWVtb3J5IHVz
YWdlIGZyb20gZG9tMC4gSSBoYXZlIHRyaWVkIAo+IHRvIGFjaGlldmUgdGhhdCBieSByZWFkaW5n
IHRvIHJlYWQgbWVtb3J5IHVzYWdlIHZpYSB4ZW50b3AuIFhlbnRvcCBvbmx5Cj4gc2hvd3MgYWxs
b2NhdGVkIG1lbW9yeSBkYXRhLiAKPiAKPiBJIGhhdmUgYWxzbyB0cmllZCB0byBzZW5kIGl0IGZy
b20gZG9tVSB0byBkb20wIHZpYSB4ZW5zdG9yZS4gSSBoYWQgc29tZQo+IHRyb3VibGUgd2l0aCB4
ZW5zdG9yZSBwZXJtaXNzaW9ucy4KPiBGb3IgZXhhbXBsZSBpIGhhZCB0d28gZG9tVSdzIDI3IGFu
ZCAzMS4KPiBJIGNyZWF0ZWQgYSAvdG9vbC9yYW11c2FnZS8yNyBwYXRoIGZyb20gZG9tMAo+IEFu
ZCB1c2VkIHhlbnN0b3JlLWNobW9kIC90b29sL3JhbXVzYWdlLzI3IHcyNyBzbyBkb21VIDI3IGNh
biB3cml0ZSB0byBpdC4KPiBCdXQgZG9tVSAzMSBjb3VsZCBhbHNvIHdyaXRlIHRvIGl0LiBDb3Vs
ZCBpdCBhIGJ1ZyBvciBhbSBpIG1pc3Npbmcgc29tZXRoaW5nCj4gYWJvdXQgeGVuc3RvcmUgcGVy
bWlzc2lvbnMuCgpUaGVyZSdzIGEgc3VidGxlIGdvdGNoYSBpbiB0aGUgc3ludGF4LCBzZWUKaHR0
cDovL3dpa2kueGVuLm9yZy93aWtpL1hlbkJ1cyNQZXJtaXNzaW9ucyBhbmQgeGVuc3RvcmUtY2ht
b2QoMSlbMF0uCgpJbiBwYXJ0aWN1bGFyIHRoZSBmaXJzdCAicGVybWlzc2lvbiIgd2hpY2ggeW91
IGdpdmUgdG8gY2htb2QgaXMgYWN0dWFsbHkKdGhlIG93bmVyIHBsdXMgdGhlIGRlZmF1bHQgcGVy
bWlzc2lvbnMgKmZvciBldmVyeW9uZSBlbHNlKi4gQW55IGRvbWFpbgpjYW4gcmVhZCBmcm9tIG9y
IHdyaXRlIHRvIGEgbm9kZSB3aGljaCBpdCBvd25zLgoKSU9XICJjaG1vZCB3MjciIG1ha2VzIHRo
ZSBub2RlIG93bmVkIGJ5IGRvbTI3ICh3aG8gY2FuIHRoZXJlZm9yZSByZWFkIG9yCndyaXRlIGl0
KSBhbmQgYWxsb3dzIGV2ZXJ5b25lIGVsc2UgdG8gd3JpdGUgdG9vLgoKWW91IHByb2JhYmx5IHdh
bnQgcjI3LCBpLmUuIGRvbTI3IG93bnMgYW5kIGV2ZXJ5b25lIGVsc2UgY2FuIHJlYWQKCk9yIHBl
cmhhcHMgIm4yNyByMzEiIGkuZS4gZG9tMjcgb3ducywgbm9vbmUgY2FuIHJlYWQgb3Igd3JpdGUg
YnkgZGVmYXVsdApieSBkb20zMSBjYW4gcmVhZC4KCllvdSBjb3VsZCBhbHNvIGxlYXZlIHRoZSBu
b2RlIG93bmVkIGJ5IGRvbWFpbiAwIGFuZCBnaXZlIGRvbTI3IGFuZCBkb20zMQp0aGUgcGVybWlz
c2lvbnMgdGhleSBuZWVkIGV4cGxpY2l0bHkuCgpJYW4uCgpbMF0gaHR0cDovL3hlbmJpdHMueGVu
Lm9yZy9kb2NzL3Vuc3RhYmxlL21hbi94ZW5zdG9yZS1jaG1vZC4xLmh0bWwKCgpfX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwpYZW4tdXNlcnMgbWFpbGluZyBs
aXN0Clhlbi11c2Vyc0BsaXN0cy54ZW4ub3JnCmh0dHA6Ly9saXN0cy54ZW4ub3JnL3hlbi11c2Vy
cw==

From xen-users-bounces@lists.xen.org Tue Dec 02 16:42:03 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 16:42: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-users-bounces@lists.xen.org>)
	id 1XvqVq-0000eg-Me; Tue, 02 Dec 2014 16:41:18 +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 1XvqVo-0000eO-Qn
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 16:41:16 +0000
Received: from [85.158.139.211] by server-11.bemta-5.messagelabs.com id
	EC/9D-22777-CABED745; Tue, 02 Dec 2014 16:41:16 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-4.tower-206.messagelabs.com!1417538469!11142794!2
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11777 invoked from network); 2 Dec 2014 16:41:15 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-4.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	2 Dec 2014 16:41:15 -0000
X-IronPort-AV: E=Sophos;i="5.07,501,1413244800"; d="scan'208";a="198607039"
Message-ID: <1417536874.29004.8.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: =?UTF-8?Q?U=C4=9Furcan_Erg=C3=BCn?= <ugurcane@skyatlas.com>
Date: Tue, 2 Dec 2014 16:14:34 +0000
In-Reply-To: <95674911.327857.1417533792743.JavaMail.zimbra@skyatlas.com>
References: <95674911.327857.1417533792743.JavaMail.zimbra@skyatlas.com>
Organization: Citrix Systems, Inc.
Content-Length: 2084
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA1
Cc: xen-users@lists.xen.org
Subject: Re: [Xen-users] Learning DomU memory usage from Dom0
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

T24gVHVlLCAyMDE0LTEyLTAyIGF0IDA3OjIzIC0wODAwLCBVxJ91cmNhbiBFcmfDvG4gd3JvdGU6
Cj4gSGVsbG8sCj4gCj4gSSBoYXZlIGJlZW4gdHJ5aW5nIHRvIGxlYXJuIGRvbVUgbWVtb3J5IHVz
YWdlIGZyb20gZG9tMC4gSSBoYXZlIHRyaWVkIAo+IHRvIGFjaGlldmUgdGhhdCBieSByZWFkaW5n
IHRvIHJlYWQgbWVtb3J5IHVzYWdlIHZpYSB4ZW50b3AuIFhlbnRvcCBvbmx5Cj4gc2hvd3MgYWxs
b2NhdGVkIG1lbW9yeSBkYXRhLiAKPiAKPiBJIGhhdmUgYWxzbyB0cmllZCB0byBzZW5kIGl0IGZy
b20gZG9tVSB0byBkb20wIHZpYSB4ZW5zdG9yZS4gSSBoYWQgc29tZQo+IHRyb3VibGUgd2l0aCB4
ZW5zdG9yZSBwZXJtaXNzaW9ucy4KPiBGb3IgZXhhbXBsZSBpIGhhZCB0d28gZG9tVSdzIDI3IGFu
ZCAzMS4KPiBJIGNyZWF0ZWQgYSAvdG9vbC9yYW11c2FnZS8yNyBwYXRoIGZyb20gZG9tMAo+IEFu
ZCB1c2VkIHhlbnN0b3JlLWNobW9kIC90b29sL3JhbXVzYWdlLzI3IHcyNyBzbyBkb21VIDI3IGNh
biB3cml0ZSB0byBpdC4KPiBCdXQgZG9tVSAzMSBjb3VsZCBhbHNvIHdyaXRlIHRvIGl0LiBDb3Vs
ZCBpdCBhIGJ1ZyBvciBhbSBpIG1pc3Npbmcgc29tZXRoaW5nCj4gYWJvdXQgeGVuc3RvcmUgcGVy
bWlzc2lvbnMuCgpUaGVyZSdzIGEgc3VidGxlIGdvdGNoYSBpbiB0aGUgc3ludGF4LCBzZWUKaHR0
cDovL3dpa2kueGVuLm9yZy93aWtpL1hlbkJ1cyNQZXJtaXNzaW9ucyBhbmQgeGVuc3RvcmUtY2ht
b2QoMSlbMF0uCgpJbiBwYXJ0aWN1bGFyIHRoZSBmaXJzdCAicGVybWlzc2lvbiIgd2hpY2ggeW91
IGdpdmUgdG8gY2htb2QgaXMgYWN0dWFsbHkKdGhlIG93bmVyIHBsdXMgdGhlIGRlZmF1bHQgcGVy
bWlzc2lvbnMgKmZvciBldmVyeW9uZSBlbHNlKi4gQW55IGRvbWFpbgpjYW4gcmVhZCBmcm9tIG9y
IHdyaXRlIHRvIGEgbm9kZSB3aGljaCBpdCBvd25zLgoKSU9XICJjaG1vZCB3MjciIG1ha2VzIHRo
ZSBub2RlIG93bmVkIGJ5IGRvbTI3ICh3aG8gY2FuIHRoZXJlZm9yZSByZWFkIG9yCndyaXRlIGl0
KSBhbmQgYWxsb3dzIGV2ZXJ5b25lIGVsc2UgdG8gd3JpdGUgdG9vLgoKWW91IHByb2JhYmx5IHdh
bnQgcjI3LCBpLmUuIGRvbTI3IG93bnMgYW5kIGV2ZXJ5b25lIGVsc2UgY2FuIHJlYWQKCk9yIHBl
cmhhcHMgIm4yNyByMzEiIGkuZS4gZG9tMjcgb3ducywgbm9vbmUgY2FuIHJlYWQgb3Igd3JpdGUg
YnkgZGVmYXVsdApieSBkb20zMSBjYW4gcmVhZC4KCllvdSBjb3VsZCBhbHNvIGxlYXZlIHRoZSBu
b2RlIG93bmVkIGJ5IGRvbWFpbiAwIGFuZCBnaXZlIGRvbTI3IGFuZCBkb20zMQp0aGUgcGVybWlz
c2lvbnMgdGhleSBuZWVkIGV4cGxpY2l0bHkuCgpJYW4uCgpbMF0gaHR0cDovL3hlbmJpdHMueGVu
Lm9yZy9kb2NzL3Vuc3RhYmxlL21hbi94ZW5zdG9yZS1jaG1vZC4xLmh0bWwKCgpfX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwpYZW4tdXNlcnMgbWFpbGluZyBs
aXN0Clhlbi11c2Vyc0BsaXN0cy54ZW4ub3JnCmh0dHA6Ly9saXN0cy54ZW4ub3JnL3hlbi11c2Vy
cw==

From xen-users-bounces@lists.xen.org Tue Dec 02 18:48:59 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 18:48:59 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XvsUX-0005UE-M3; Tue, 02 Dec 2014 18:48:05 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <hahn@univention.de>) id 1XvsUV-0005Tu-TV
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 18:48:04 +0000
Received: from [85.158.137.68] by server-8.bemta-3.messagelabs.com id
	8F/7A-28296-3690E745; Tue, 02 Dec 2014 18:48:03 +0000
X-Env-Sender: hahn@univention.de
X-Msg-Ref: server-15.tower-31.messagelabs.com!1417546082!15217918!1
X-Originating-IP: [82.198.197.8]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.4; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 8830 invoked from network); 2 Dec 2014 18:48:02 -0000
Received: from mail.univention.de (HELO mail.univention.de) (82.198.197.8)
	by server-15.tower-31.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 2 Dec 2014 18:48:02 -0000
Received: from localhost (localhost [127.0.0.1])
	by solig.knut.univention.de (Postfix) with ESMTP id 7873710F4873
	for <xen-users@lists.xen.org>; Tue,  2 Dec 2014 19:48:02 +0100 (CET)
X-Virus-Scanned: by amavisd-new-2.7.1 (20120429) (Debian) at knut.univention.de
Received: from mail.univention.de ([127.0.0.1])
	by localhost (solig.knut.univention.de [127.0.0.1]) (amavisd-new,
	port 10024) with ESMTP id WBzVON1Sj7rc for <xen-users@lists.xen.org>;
	Tue,  2 Dec 2014 19:48:02 +0100 (CET)
Received: from [192.168.178.23] (port-92-196-114-189.dynamic.qsc.de
	[92.196.114.189])
	by solig.knut.univention.de (Postfix) with ESMTPSA id ED75810F4202
	for <xen-users@lists.xen.org>; Tue,  2 Dec 2014 19:48:01 +0100 (CET)
Message-ID: <547E02CC.7090604@univention.de>
Date: Tue, 02 Dec 2014 19:19:56 +0100
From: Philipp Hahn <hahn@univention.de>
Organization: Univention GmbH
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:31.0) Gecko/20100101 Icedove/31.2.0
MIME-Version: 1.0
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Content-Length: 1885
Subject: [Xen-users] RFC: clocksource={xen,
	tsc} difference between Debian PV and HV
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

SGVsbG8sCgp3aGlsZSBydW5uaW5nIGEgc2ltcGxlICJzeXNiZW5jaCAtLXRlc3Q9bWVtb3J5IHJ1
biIgYmVuY2htYXJrIEkgbm90aWNlZAp0aGUgZm9sbG93aW5nIHN0cmFuZ2UgYmVoYXZpb3I6IFVz
aW5nICJjbG9ja3NvdXJjZT10c2MiIGFzIGNsb2NrLXNvdXJjZQpib3RoIFBWIGFuZCBIViBhcmUg
bmVhcmx5IHRoZSBzYW1lLCBidXQgd2l0aCAiY2xvY2tzb3VyY2U9eGVuIiBQViBpcyA0LTUKdGlt
ZXMgd29yc2UgdGhhbiBIVi4gSSB3b3VsZCBoYXZlIGV4cGVjdGVkIHRoZSByZXZlcnNlOgoKVGVz
dGluZyBEZWJpYW4tNyBQVjoKIyBjZCAvc3lzL2RldmljZXMvc3lzdGVtL2Nsb2Nrc291cmNlL2Ns
b2Nrc291cmNlMAojIGVjaG8geGVuID4gY3VycmVudF9jbG9ja3NvdXJjZSAmJiBzeXNiZW5jaCAt
LXRlc3Q9bWVtb3J5IHJ1bgogICAgdG90YWwgdGltZTogICAgICAgICAgICAgICAgICAgICAgICAg
IDYzNC4xNzE5cwojIGVjaG8gdHNjID4gY3VycmVudF9jbG9ja3NvdXJjZSAmJiBzeXNiZW5jaCAt
LXRlc3Q9bWVtb3J5IHJ1bgogICAgdG90YWwgdGltZTogICAgICAgICAgICAgICAgICAgICAgICAg
IDcxLjI4NDZzCgpUZXN0aW5nIERlYmlhbi03IEhWOgojIGNkIC9zeXMvZGV2aWNlcy9zeXN0ZW0v
Y2xvY2tzb3VyY2UvY2xvY2tzb3VyY2UwCiMgZWNobyB0c2MgPiBjdXJyZW50X2Nsb2Nrc291cmNl
ICYmIHN5c2JlbmNoIC0tdGVzdD1tZW1vcnkgcnVuCiAgICB0b3RhbCB0aW1lOiAgICAgICAgICAg
ICAgICAgICAgICAgICAgNzIuNTA1NnMKIyBlY2hvIHhlbiA+IGN1cnJlbnRfY2xvY2tzb3VyY2Ug
JiYgc3lzYmVuY2ggLS10ZXN0PW1lbW9yeSBydW4KICAgIHRvdGFsIHRpbWU6ICAgICAgICAgICAg
ICAgICAgICAgICAgICAxNDAuMTUxOXMKCklzIHRoaXMgbm9ybWFsIGFuZCBob3cgY2FuIHRoaXMg
YmUgZXhwbGFpbmVkPwoKVGhhbmtzIGluIGFkdmFuY2UgZm9yIGFueSBjb21tZW50cy4KClBoaWxp
cHAgSGFobgotLSAKUGhpbGlwcCBIYWhuCk9wZW4gU291cmNlIFNvZnR3YXJlIEVuZ2luZWVyCgpV
bml2ZW50aW9uIEdtYkgKYmUgb3Blbi4KTWFyeS1Tb21lcnZpbGxlLVN0ci4gMQpELTI4MzU5IEJy
ZW1lbgpUZWwuOiArNDkgNDIxIDIyMjMyLTAKRmF4IDogKzQ5IDQyMSAyMjIzMi05OQpoYWhuQHVu
aXZlbnRpb24uZGUKCmh0dHA6Ly93d3cudW5pdmVudGlvbi5kZS8KR2VzY2jDpGZ0c2bDvGhyZXI6
IFBldGVyIEguIEdhbnRlbgpIUkIgMjA3NTUgQW10c2dlcmljaHQgQnJlbWVuClN0ZXVlci1Oci46
IDcxLTU5Ny0wMjg3NgoKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
X19fX18KWGVuLXVzZXJzIG1haWxpbmcgbGlzdApYZW4tdXNlcnNAbGlzdHMueGVuLm9yZwpodHRw
Oi8vbGlzdHMueGVuLm9yZy94ZW4tdXNlcnM=

From xen-users-bounces@lists.xen.org Tue Dec 02 18:48:59 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 02 Dec 2014 18:48:59 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XvsUX-0005UE-M3; Tue, 02 Dec 2014 18:48:05 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <hahn@univention.de>) id 1XvsUV-0005Tu-TV
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 18:48:04 +0000
Received: from [85.158.137.68] by server-8.bemta-3.messagelabs.com id
	8F/7A-28296-3690E745; Tue, 02 Dec 2014 18:48:03 +0000
X-Env-Sender: hahn@univention.de
X-Msg-Ref: server-15.tower-31.messagelabs.com!1417546082!15217918!1
X-Originating-IP: [82.198.197.8]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.4; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 8830 invoked from network); 2 Dec 2014 18:48:02 -0000
Received: from mail.univention.de (HELO mail.univention.de) (82.198.197.8)
	by server-15.tower-31.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 2 Dec 2014 18:48:02 -0000
Received: from localhost (localhost [127.0.0.1])
	by solig.knut.univention.de (Postfix) with ESMTP id 7873710F4873
	for <xen-users@lists.xen.org>; Tue,  2 Dec 2014 19:48:02 +0100 (CET)
X-Virus-Scanned: by amavisd-new-2.7.1 (20120429) (Debian) at knut.univention.de
Received: from mail.univention.de ([127.0.0.1])
	by localhost (solig.knut.univention.de [127.0.0.1]) (amavisd-new,
	port 10024) with ESMTP id WBzVON1Sj7rc for <xen-users@lists.xen.org>;
	Tue,  2 Dec 2014 19:48:02 +0100 (CET)
Received: from [192.168.178.23] (port-92-196-114-189.dynamic.qsc.de
	[92.196.114.189])
	by solig.knut.univention.de (Postfix) with ESMTPSA id ED75810F4202
	for <xen-users@lists.xen.org>; Tue,  2 Dec 2014 19:48:01 +0100 (CET)
Message-ID: <547E02CC.7090604@univention.de>
Date: Tue, 02 Dec 2014 19:19:56 +0100
From: Philipp Hahn <hahn@univention.de>
Organization: Univention GmbH
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:31.0) Gecko/20100101 Icedove/31.2.0
MIME-Version: 1.0
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Content-Length: 1885
Subject: [Xen-users] RFC: clocksource={xen,
	tsc} difference between Debian PV and HV
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

SGVsbG8sCgp3aGlsZSBydW5uaW5nIGEgc2ltcGxlICJzeXNiZW5jaCAtLXRlc3Q9bWVtb3J5IHJ1
biIgYmVuY2htYXJrIEkgbm90aWNlZAp0aGUgZm9sbG93aW5nIHN0cmFuZ2UgYmVoYXZpb3I6IFVz
aW5nICJjbG9ja3NvdXJjZT10c2MiIGFzIGNsb2NrLXNvdXJjZQpib3RoIFBWIGFuZCBIViBhcmUg
bmVhcmx5IHRoZSBzYW1lLCBidXQgd2l0aCAiY2xvY2tzb3VyY2U9eGVuIiBQViBpcyA0LTUKdGlt
ZXMgd29yc2UgdGhhbiBIVi4gSSB3b3VsZCBoYXZlIGV4cGVjdGVkIHRoZSByZXZlcnNlOgoKVGVz
dGluZyBEZWJpYW4tNyBQVjoKIyBjZCAvc3lzL2RldmljZXMvc3lzdGVtL2Nsb2Nrc291cmNlL2Ns
b2Nrc291cmNlMAojIGVjaG8geGVuID4gY3VycmVudF9jbG9ja3NvdXJjZSAmJiBzeXNiZW5jaCAt
LXRlc3Q9bWVtb3J5IHJ1bgogICAgdG90YWwgdGltZTogICAgICAgICAgICAgICAgICAgICAgICAg
IDYzNC4xNzE5cwojIGVjaG8gdHNjID4gY3VycmVudF9jbG9ja3NvdXJjZSAmJiBzeXNiZW5jaCAt
LXRlc3Q9bWVtb3J5IHJ1bgogICAgdG90YWwgdGltZTogICAgICAgICAgICAgICAgICAgICAgICAg
IDcxLjI4NDZzCgpUZXN0aW5nIERlYmlhbi03IEhWOgojIGNkIC9zeXMvZGV2aWNlcy9zeXN0ZW0v
Y2xvY2tzb3VyY2UvY2xvY2tzb3VyY2UwCiMgZWNobyB0c2MgPiBjdXJyZW50X2Nsb2Nrc291cmNl
ICYmIHN5c2JlbmNoIC0tdGVzdD1tZW1vcnkgcnVuCiAgICB0b3RhbCB0aW1lOiAgICAgICAgICAg
ICAgICAgICAgICAgICAgNzIuNTA1NnMKIyBlY2hvIHhlbiA+IGN1cnJlbnRfY2xvY2tzb3VyY2Ug
JiYgc3lzYmVuY2ggLS10ZXN0PW1lbW9yeSBydW4KICAgIHRvdGFsIHRpbWU6ICAgICAgICAgICAg
ICAgICAgICAgICAgICAxNDAuMTUxOXMKCklzIHRoaXMgbm9ybWFsIGFuZCBob3cgY2FuIHRoaXMg
YmUgZXhwbGFpbmVkPwoKVGhhbmtzIGluIGFkdmFuY2UgZm9yIGFueSBjb21tZW50cy4KClBoaWxp
cHAgSGFobgotLSAKUGhpbGlwcCBIYWhuCk9wZW4gU291cmNlIFNvZnR3YXJlIEVuZ2luZWVyCgpV
bml2ZW50aW9uIEdtYkgKYmUgb3Blbi4KTWFyeS1Tb21lcnZpbGxlLVN0ci4gMQpELTI4MzU5IEJy
ZW1lbgpUZWwuOiArNDkgNDIxIDIyMjMyLTAKRmF4IDogKzQ5IDQyMSAyMjIzMi05OQpoYWhuQHVu
aXZlbnRpb24uZGUKCmh0dHA6Ly93d3cudW5pdmVudGlvbi5kZS8KR2VzY2jDpGZ0c2bDvGhyZXI6
IFBldGVyIEguIEdhbnRlbgpIUkIgMjA3NTUgQW10c2dlcmljaHQgQnJlbWVuClN0ZXVlci1Oci46
IDcxLTU5Ny0wMjg3NgoKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
X19fX18KWGVuLXVzZXJzIG1haWxpbmcgbGlzdApYZW4tdXNlcnNAbGlzdHMueGVuLm9yZwpodHRw
Oi8vbGlzdHMueGVuLm9yZy94ZW4tdXNlcnM=

From xen-users-bounces@lists.xen.org Wed Dec 03 02:52:40 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 02:52: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-users-bounces@lists.xen.org>)
	id 1Xw02F-0006Le-A2; Wed, 03 Dec 2014 02:51:23 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <marcoblanchette@icloud.com>) id 1Xw02D-0006LZ-KA
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 02:51:21 +0000
Received: from [85.158.137.68] by server-7.bemta-3.messagelabs.com id
	A0/C1-17958-8AA7E745; Wed, 03 Dec 2014 02:51:20 +0000
X-Env-Sender: marcoblanchette@icloud.com
X-Msg-Ref: server-15.tower-31.messagelabs.com!1417575077!15270245!1
X-Originating-IP: [17.158.58.247]
X-SpamReason: No, hits=0.2 required=7.0 tests=HTML_MESSAGE, MIME_QP_LONG_LINE
X-StarScan-Received: 
X-StarScan-Version: 6.12.4; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 15552 invoked from network); 3 Dec 2014 02:51:19 -0000
Received: from nk11p08mm-asmtp002.mac.com (HELO nk11p08mm-asmtp002.mac.com)
	(17.158.58.247)
	by server-15.tower-31.messagelabs.com with DHE-RSA-AES128-SHA encrypted
	SMTP; 3 Dec 2014 02:51:19 -0000
Received: from [192.168.1.7]
	(23-255-217-186.mci.googlefiber.net [23.255.217.186])
	by nk11p08mm-asmtp002.mac.com
	(Oracle Communications Messaging Server 7.0.5.33.0 64bit (built Aug 27
	2014))
	with ESMTPSA id <0NFZ004ZAJX13630@nk11p08mm-asmtp002.mac.com> for
	xen-users@lists.xen.org; Wed, 03 Dec 2014 02:51:04 +0000 (GMT)
X-Proofpoint-Virus-Version: vendor=fsecure
	engine=2.50.10432:5.13.68,1.0.33,0.0.0000
	definitions=2014-12-03_02:2014-12-02, 2014-12-03,
	1970-01-01 signatures=0
X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0
	suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam
	adjust=0
	reason=mlx scancount=1 engine=7.0.1-1408290000
	definitions=main-1412030030
MIME-version: 1.0 (Mac OS X Mail 8.1 \(1993\))
X-Universally-Unique-Identifier: 47D12770-27A2-488B-9D4E-E93341FCC5F0
From: Marco Blanchette <marcoblanchette@icloud.com>
X-Mailer: iPad Mail (12B435)
In-reply-to: <5123A63D-5049-40E5-8981-675C588B8CDC@me.com>
Date: Tue, 02 Dec 2014 20:51:01 -0600
X-Smtp-Server: smtp://marcoblanchette@p08-smtp.mail.me.com
Message-id: <08F1BF63-149B-4D70-9A55-A10BC291ADB8@icloud.com>
References: <34AF64CD-A66A-4C1E-89D2-49121402767A@me.com>
	<D09A6233.6B4%manoj.subramaniam@onlive.com>
	<5123A63D-5049-40E5-8981-675C588B8CDC@me.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Unable to reboot after install of Xen on fresh
 ubuntu running off recycled macbook hardware
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============5990289187527868864=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org


--===============5990289187527868864==
Content-type: multipart/alternative;
 boundary=Apple-Mail-299A23B5-C15B-4479-8C44-E52D2D34D04A
Content-transfer-encoding: 7bit


--Apple-Mail-299A23B5-C15B-4479-8C44-E52D2D34D04A
Content-Type: text/plain;
	charset=utf-8
Content-Transfer-Encoding: quoted-printable

Dear list,

In my attempt to solve this problem, I went ahead and compile a fresh downlo=
ad of Xen 4.5 from GitHub and install it on my MacBook hardware running a Va=
nilla Ubuntu 14.10 as sole OS. Results are the same, I=E2=80=99m unbable to l=
oad the kernel on top of Xen. My effort in trying to tweak Grub2 were all un=
successful so I am doubting this is the problem.

Any help would be appreciated.

thanks


> On Nov 25, 2014, at 6:56 PM, Marco Blanchette <marcoblanchette@me.com> wro=
te:
>=20
> Hmm=E2=80=A6. Here is the menu entry for Ubuntu GNU/Linux, with Xen hyperv=
isor for /boot/grub/grub.cfg (not /boot/grub2=E2=80=A6 that directory does n=
ot exist on my Unbuntu distro)
>=20
> menuentry 'Ubuntu GNU/Linux, with Xen hypervisor' --class ubuntu --class g=
nu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulin=
ux-simple-858436db-0198-4d51-9d7f-8a0a4603eb7a' {
>         insmod part_gpt
>         insmod ext2
>         set root=3D'hd0,gpt2'
>         if [ x$feature_platform_search_hint =3D xy ]; then
>           search --no-floppy --fs-uuid --set=3Droot --hint-bios=3Dhd0,gpt2=
 --hint-efi=3Dhd0,gpt2 --hint-baremetal=3Dahci0,gpt2  8a1f5b8a-1c17-434e-930=
e-d1687be8b6f4
>         else
>           search --no-floppy --fs-uuid --set=3Droot 8a1f5b8a-1c17-434e-930=
e-d1687be8b6f4
>         fi
>         echo    'Loading Xen 4.4-amd64 ...'
>         if [ "$grub_platform" =3D "pc" -o "$grub_platform" =3D "" ]; then
>             xen_rm_opts=3D
>         else
>             xen_rm_opts=3D"no-real-mode edd=3Doff"
>         fi
>         multiboot       /xen-4.4-amd64.gz placeholder   ${xen_rm_opts}
>         echo    'Loading Linux 3.16.0-25-generic ...'
>         module  /vmlinuz-3.16.0-25-generic placeholder root=3D/dev/mapper/=
ubuntu--vg-root ro
>         echo    'Loading initial ramdisk God damn it!!!!...'
>         module  --nounzip   /initrd.img-3.16.0-25-generic
>         echo    'I'\''m passed loading the RAM disk'
>=20
> }
>=20
> Thanks for looking into this (I added the extra echo lines in my effort to=
 figure out what was going on here=E2=80=A6)
>=20
>=20
>=20
>> On Nov 25, 2014, at 6:47 PM, Manoj Subramaniam <Manoj.Subramaniam@onlive.=
com> wrote:
>>=20
>>  I suspect your menu entry for "Ubuntu GNU/Linux (kernel 3.16.0-25-generi=
c [or -0-23-]) , with Xen hypervisor=E2=80=9D is incorrect. Did you run grub=
2-mkconfig? Verify the menu entry in /boot/grub2/grub.cfg .
>>=20
>> From: Marco Blanchette <marcoblanchette@me.com>
>> Date: Tuesday, November 25, 2014 at 7:15 AM
>> To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
>> Subject: [Xen-users] Unable to reboot after install of Xen on fresh ubunt=
u running off recycled macbook hardware
>>=20
>> I'm pretty newbie with Xen and I appologize if this is something that is e=
asy and dumb...=20
>>=20
>> I just install a fresh vanilla ubuntu 14.10 server, followed by a distrib=
ution upgrade. Ubuntu is installed on a recycled macbook air late 2010 [MacB=
ook Air "Core 2 Duo" 2.13 13" (Late =E2=80=9910) 2.13 GHz Core 2 Duo (SL9600=
) to be precise] on a 25 Gb root partition with the remaining of the 250Gb S=
SD hard drive for LVM. Grub2 is the boot loader.=20
>>=20
>> I then installed Xen 4.4 from the distro with sudo apt-get install xex-hy=
pervisor-4.4-amd64
>>=20
>> Upon reboot of the Ubuntu GNU/Linux (kernel 3.16.0-25-generic [or -0-23-]=
) , with Xen hypervisor in Grub (v 2.02 ~ beta2-15), the boot process get st=
uck after echoing "Loading initial ramdisk=E2=80=9D. I also tried Ubuntu 14.=
04.01 LTS server with the two different kernels with no avail.
>>=20
>> I suspect the problem is with the Grub configs but I=E2=80=99m not sure w=
here to go from there to start figuring out what the problem is.
>>=20
>> Any help would be really appreciate.
>>=20
>> Thanks
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@lists.xen.org
>> http://lists.xen.org/xen-users


--Apple-Mail-299A23B5-C15B-4479-8C44-E52D2D34D04A
Content-Type: text/html;
	charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html><head><meta http-equiv=3D"content-type" content=3D"text/html; charset=3D=
utf-8"></head><body dir=3D"auto"><div><span></span></div><div><meta http-equ=
iv=3D"Content-Type" content=3D"text/html charset=3Dwindows-1252"><div class=3D=
"">Dear list,</div><div class=3D""><br class=3D""></div><div class=3D"">In m=
y attempt to solve this problem, I went ahead and compile a fresh download o=
f Xen 4.5 from GitHub and install it on my MacBook hardware running a Vanill=
a Ubuntu 14.10 as sole OS. Results are the same, I=E2=80=99m unbable to load=
 the kernel on top of Xen. My effort in trying to tweak Grub2 were all unsuc=
cessful so I am doubting this is the problem.</div><div class=3D""><br class=
=3D""></div><div class=3D"">Any help would be appreciated.</div><div class=3D=
""><br class=3D""></div><div class=3D"">thanks</div><div class=3D""><br clas=
s=3D""></div><br class=3D""><div><blockquote type=3D"cite" class=3D""><div c=
lass=3D"">On Nov 25, 2014, at 6:56 PM, Marco Blanchette &lt;<a href=3D"mailt=
o:marcoblanchette@me.com" class=3D"">marcoblanchette@me.com</a>&gt; wrote:</=
div><br class=3D"Apple-interchange-newline"><div class=3D""><meta http-equiv=
=3D"Content-Type" content=3D"text/html charset=3Dwindows-1252" class=3D""><d=
iv style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-br=
eak: after-white-space;" class=3D"">Hmm=E2=80=A6. Here is the menu entry for=
&nbsp;<span style=3D"color: rgb(159, 38, 116); font-family: Courier; backgro=
und-color: rgb(223, 219, 196);" class=3D"">Ubuntu GNU/Linux, with Xen hyperv=
isor</span>&nbsp;for /boot/grub/grub.cfg (not /boot/grub2=E2=80=A6 that dire=
ctory does not exist on my Unbuntu distro)<div class=3D""><br class=3D""></d=
iv><div class=3D""><div style=3D"margin: 0px; font-family: Courier; color: r=
gb(159, 38, 116); background-color: rgb(223, 219, 196);" class=3D""><span st=
yle=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" class=3D=
"">menuentry</span><span style=3D"font-variant-ligatures: no-common-ligature=
s; color: #4c2f2d" class=3D""> </span>'Ubuntu GNU/Linux, with Xen hypervisor=
'<span style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d"=
 class=3D""> --class ubuntu --class gnu-linux --class gnu --class os --class=
 xen $menuentry_id_option </span>'xen-gnulinux-simple-858436db-0198-4d51-9d7=
f-8a0a4603eb7a'<span style=3D"font-variant-ligatures: no-common-ligatures; c=
olor: #4c2f2d" class=3D""> {</span></div><div style=3D"margin: 0px; font-fam=
ily: Courier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);"=
 class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span style=3D"font-variant-ligature=
s: no-common-ligatures; color: #b6660a" class=3D"">insmod</span> part_gpt</d=
iv><div style=3D"margin: 0px; font-family: Courier; color: rgb(76, 47, 45); b=
ackground-color: rgb(223, 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp;=
 <span style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a"=
 class=3D"">insmod</span> ext2</div><div style=3D"margin: 0px; font-family: C=
ourier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);" class=
=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span style=3D"font-variant-ligatures: no-=
common-ligatures; color: #b6660a" class=3D"">set</span> root=3D<span style=3D=
"font-variant-ligatures: no-common-ligatures; color: #9f2674" class=3D"">'hd=
0,gpt2'</span></div><div style=3D"margin: 0px; font-family: Courier; color: r=
gb(76, 47, 45); background-color: rgb(223, 219, 196);" class=3D"">&nbsp; &nb=
sp; &nbsp; &nbsp; <span style=3D"font-variant-ligatures: no-common-ligatures=
; color: #b6660a" class=3D"">if</span> [ x$feature_platform_search_hint =3D x=
y ]; then</div><div style=3D"margin: 0px; font-family: Courier; color: rgb(7=
6, 47, 45); background-color: rgb(223, 219, 196);" class=3D"">&nbsp; &nbsp; &=
nbsp; &nbsp; &nbsp; <span style=3D"font-variant-ligatures: no-common-ligatur=
es; color: #b6660a" class=3D"">search</span> --no-floppy --fs-uuid --set=3Dr=
oot --hint-bios=3Dhd0,gpt2 --hint-efi=3Dhd0,gpt2 --hint-baremetal=3Dahci0,gp=
t2&nbsp; 8a1f5b8a-1c17-434e-930e-d1687be8b6f4</div><div style=3D"margin: 0px=
; font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223, 2=
19, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span style=3D"font-varian=
t-ligatures: no-common-ligatures; color: #b6660a" class=3D"">else</span></di=
v><div style=3D"margin: 0px; font-family: Courier; color: rgb(76, 47, 45); b=
ackground-color: rgb(223, 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp;=
 &nbsp; <span style=3D"font-variant-ligatures: no-common-ligatures; color: #=
b6660a" class=3D"">search</span> --no-floppy --fs-uuid --set=3Droot 8a1f5b8a=
-1c17-434e-930e-d1687be8b6f4</div><div style=3D"margin: 0px; font-family: Co=
urier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);" class=3D=
"">&nbsp; &nbsp; &nbsp; &nbsp; <span style=3D"font-variant-ligatures: no-com=
mon-ligatures; color: #b6660a" class=3D"">fi</span></div><div style=3D"margi=
n: 0px; font-family: Courier; color: rgb(159, 38, 116); background-color: rg=
b(223, 219, 196);" class=3D""><span style=3D"font-variant-ligatures: no-comm=
on-ligatures; color: #4c2f2d" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; </span>=
<span style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" c=
lass=3D"">echo</span><span style=3D"font-variant-ligatures: no-common-ligatu=
res; color: #4c2f2d" class=3D"">&nbsp; &nbsp; </span>'Loading Xen 4.4-amd64 .=
..'</div><div style=3D"margin: 0px; font-family: Courier; color: rgb(159, 38=
, 116); background-color: rgb(223, 219, 196);" class=3D""><span style=3D"fon=
t-variant-ligatures: no-common-ligatures; color: #4c2f2d" class=3D"">&nbsp; &=
nbsp; &nbsp; &nbsp; </span><span style=3D"font-variant-ligatures: no-common-=
ligatures; color: #b6660a" class=3D"">if</span><span style=3D"font-variant-l=
igatures: no-common-ligatures; color: #4c2f2d" class=3D""> [ </span>"$grub_p=
latform"<span style=3D"font-variant-ligatures: no-common-ligatures; color: #=
4c2f2d" class=3D""> =3D </span>"pc"<span style=3D"font-variant-ligatures: no=
-common-ligatures; color: #4c2f2d" class=3D""> -o </span>"$grub_platform"<sp=
an style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" cla=
ss=3D""> =3D </span>""<span style=3D"font-variant-ligatures: no-common-ligat=
ures; color: #4c2f2d" class=3D""> ]; then</span></div><div style=3D"margin: 0=
px; font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223,=
 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span styl=
e=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" class=3D""=
>xen_rm_opts=3D</span></div><div style=3D"margin: 0px; font-family: Courier;=
 color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);" class=3D"">&=
nbsp; &nbsp; &nbsp; &nbsp; <span style=3D"font-variant-ligatures: no-common-=
ligatures; color: #b6660a" class=3D"">else</span></div><div style=3D"margin:=
 0px; font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(22=
3, 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xen_rm_o=
pts=3D<span style=3D"font-variant-ligatures: no-common-ligatures; color: #9f=
2674" class=3D"">"no-real-mode edd=3Doff"</span></div><div style=3D"margin: 0=
px; font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223,=
 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span style=3D"font-vari=
ant-ligatures: no-common-ligatures; color: #b6660a" class=3D"">fi</span></di=
v><div style=3D"margin: 0px; font-family: Courier; color: rgb(76, 47, 45); b=
ackground-color: rgb(223, 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp;=
 <span style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a"=
 class=3D"">multiboot</span> &nbsp; &nbsp; &nbsp; /xen-4.4-amd64.gz placehol=
der &nbsp; ${xen_rm_opts}</div><div style=3D"margin: 0px; font-family: Couri=
er; color: rgb(159, 38, 116); background-color: rgb(223, 219, 196);" class=3D=
""><span style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2=
d" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; </span><span style=3D"font-variant=
-ligatures: no-common-ligatures; color: #b6660a" class=3D"">echo</span><span=
 style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" class=
=3D"">&nbsp; &nbsp; </span>'Loading Linux 3.16.0-25-generic ...'</div><div s=
tyle=3D"margin: 0px; font-family: Courier; color: rgb(76, 47, 45); backgroun=
d-color: rgb(223, 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span s=
tyle=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" class=3D=
"">module</span>&nbsp; /vmlinuz-3.16.0-25-generic placeholder root=3D/dev/ma=
pper/ubuntu--vg-root ro</div><div style=3D"margin: 0px; font-family: Courier=
; color: rgb(159, 38, 116); background-color: rgb(223, 219, 196);" class=3D"=
"><span style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d=
" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; </span><span style=3D"font-variant-=
ligatures: no-common-ligatures; color: #b6660a" class=3D"">echo</span><span s=
tyle=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" class=3D=
"">&nbsp; &nbsp; </span>'Loading initial ramdisk God damn it!!!!...'</div><d=
iv style=3D"margin: 0px; font-family: Courier; color: rgb(76, 47, 45); backg=
round-color: rgb(223, 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <sp=
an style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" cla=
ss=3D"">module</span>&nbsp; --nounzip &nbsp; /initrd.img-3.16.0-25-generic</=
div><div style=3D"margin: 0px; font-family: Courier; color: rgb(159, 38, 116=
); background-color: rgb(223, 219, 196);" class=3D""><span style=3D"font-var=
iant-ligatures: no-common-ligatures; color: #4c2f2d" class=3D"">&nbsp; &nbsp=
; &nbsp; &nbsp; </span><span style=3D"font-variant-ligatures: no-common-liga=
tures; color: #b6660a" class=3D"">echo</span><span style=3D"font-variant-lig=
atures: no-common-ligatures; color: #4c2f2d" class=3D"">&nbsp; &nbsp; </span=
>'I'<span style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f=
2d" class=3D"">\'</span>'m passed loading the RAM disk'</div><div style=3D"m=
argin: 0px; font-family: Courier; color: rgb(76, 47, 45); background-color: r=
gb(223, 219, 196); min-height: 14px;" class=3D""><br class=3D""></div><div s=
tyle=3D"margin: 0px; font-family: Courier; color: rgb(182, 102, 10); backgro=
und-color: rgb(223, 219, 196);" class=3D"">}</div><div class=3D""><br class=3D=
""></div><div class=3D"">Thanks for looking into this (I added the extra ech=
o lines in my effort to figure out what was going on here=E2=80=A6)</div><di=
v class=3D""><br class=3D""></div><div class=3D""><br class=3D""></div><div c=
lass=3D""><br class=3D""></div><div class=3D""><blockquote type=3D"cite" cla=
ss=3D""><div class=3D"">On Nov 25, 2014, at 6:47 PM, Manoj Subramaniam &lt;<=
a href=3D"mailto:Manoj.Subramaniam@onlive.com" class=3D"">Manoj.Subramaniam@=
onlive.com</a>&gt; wrote:</div><br class=3D"Apple-interchange-newline"><div c=
lass=3D"">

<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DWindows-12=
52" class=3D"">

<div style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-=
break: after-white-space;" class=3D"">
<div class=3D""><font face=3D"Calibri,sans-serif" class=3D"">&nbsp;I suspect=
 your menu entry for "</font><span style=3D"background-color: rgb(255, 255, 2=
55);" class=3D""><font color=3D"#333333" face=3D"Lucida Grande,Gisha,Lucida S=
ans Unicode,Lucida Sans,Lucida,Arial,Verdana,sans-serif" class=3D""><span st=
yle=3D"line-height: 24px;" class=3D"">Ubuntu
 GNU/Linux (kernel 3.16.0-25-generic [or -0-23-]) , with Xen hypervisor=E2=80=
=9D is incorrect.&nbsp;</span></font></span><span style=3D"font-family: Cali=
bri, sans-serif;" class=3D"">Did you run grub2-mkconfig? Verify the menu ent=
ry in /boot/grub2/grub.cfg .</span></div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" class=3D""=
>
<br class=3D"">
</div>
<span id=3D"OLK_SRC_BODY_SECTION" style=3D"font-family: Calibri, sans-serif;=
 font-size: 14px;" class=3D"">
<div style=3D"font-family: Calibri; font-size: 11pt; text-align: left; borde=
r-width: 1pt medium medium; border-style: solid none none; padding: 3pt 0in 0=
in; border-top-color: rgb(181, 196, 223);" class=3D"">
<span style=3D"font-weight:bold" class=3D"">From: </span>Marco Blanchette &l=
t;<a href=3D"mailto:marcoblanchette@me.com" class=3D"">marcoblanchette@me.co=
m</a>&gt;<br class=3D"">
<span style=3D"font-weight:bold" class=3D"">Date: </span>Tuesday, November 2=
5, 2014 at 7:15 AM<br class=3D"">
<span style=3D"font-weight:bold" class=3D"">To: </span>"<a href=3D"mailto:xe=
n-users@lists.xen.org" class=3D"">xen-users@lists.xen.org</a>" &lt;<a href=3D=
"mailto:xen-users@lists.xen.org" class=3D"">xen-users@lists.xen.org</a>&gt;<=
br class=3D"">
<span style=3D"font-weight:bold" class=3D"">Subject: </span>[Xen-users] Unab=
le to reboot after install of Xen on fresh ubuntu running off recycled macbo=
ok hardware<br class=3D"">
</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">
<div style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-=
break: after-white-space;" class=3D"">
<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, '=
Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; lin=
e-height: 24px; background-color: rgb(255, 255, 255);" class=3D"">I'm pretty=
 newbie with Xen and I appologize if this
 is something that is easy and dumb...&nbsp;</span><br style=3D"color: rgb(5=
1, 51, 51); font-family: 'Lucida Grande', Gisha, 'Lucida Sans Unicode', 'Luc=
ida Sans', Lucida, Arial, Verdana, sans-serif; line-height: 24px;" class=3D"=
">
<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, 'L=
ucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; line=
-height: 24px;" class=3D"">
<span style=3D"background-color: rgb(255, 255, 255);" class=3D""><font color=
=3D"#333333" face=3D"Lucida Grande,Gisha,Lucida Sans Unicode,Lucida Sans,Luc=
ida,Arial,Verdana,sans-serif" class=3D""><span style=3D"line-height: 24px;" c=
lass=3D"">I just install a fresh vanilla ubuntu 14.10 server, followed
 by a distribution upgrade. Ubuntu is installed on a recycled macbook air la=
te 2010 [MacBook Air "Core 2 Duo" 2.13 13" (Late&nbsp;=E2=80=9910)&nbsp;</sp=
an><span class=3D"Apple-tab-span" style=3D"line-height: 24px; white-space: p=
re;"></span><span style=3D"line-height: 24px;" class=3D"">2.13 GHz
 Core 2 Duo (SL9600) to be precise] on a 25 Gb root partition with the remai=
ning of the 250Gb SSD hard drive for LVM. Grub2 is the boot loader.&nbsp;</s=
pan></font></span><br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida G=
rande', Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana,=
 sans-serif; line-height: 24px;" class=3D"">
<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, 'L=
ucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; line=
-height: 24px;" class=3D"">
<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, '=
Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; lin=
e-height: 24px; background-color: rgb(255, 255, 255);" class=3D"">I then ins=
talled Xen 4.4 from the distro with sudo
 apt-get install xex-hypervisor-4.4-amd64</span><br style=3D"color: rgb(51, 5=
1, 51); font-family: 'Lucida Grande', Gisha, 'Lucida Sans Unicode', 'Lucida S=
ans', Lucida, Arial, Verdana, sans-serif; line-height: 24px;" class=3D"">
<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, 'L=
ucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; line=
-height: 24px;" class=3D"">
<span style=3D"background-color: rgb(255, 255, 255);" class=3D""><font color=
=3D"#333333" face=3D"Lucida Grande,Gisha,Lucida Sans Unicode,Lucida Sans,Luc=
ida,Arial,Verdana,sans-serif" class=3D""><span style=3D"line-height: 24px;" c=
lass=3D"">Upon reboot of the Ubuntu GNU/Linux (kernel 3.16.0-25-generic
 [or -0-23-]) , with Xen hypervisor in Grub (v 2.02 ~ beta2-15), the boot pr=
ocess get stuck after echoing "Loading initial ramdisk=E2=80=9D. I</span></f=
ont></span>&nbsp;also tried Ubuntu 14.04.01 LTS server with the two differen=
t kernels with no avail.<br style=3D"color: rgb(51, 51, 51); font-family: 'L=
ucida Grande', Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, V=
erdana, sans-serif; line-height: 24px;" class=3D"">
<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, '=
Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; lin=
e-height: 24px; background-color: rgb(255, 255, 255);" class=3D""><br class=3D=
"">
</span>
<div class=3D""><span style=3D"background-color: rgb(255, 255, 255);" class=3D=
""><font color=3D"#333333" face=3D"Lucida Grande,Gisha,Lucida Sans Unicode,L=
ucida Sans,Lucida,Arial,Verdana,sans-serif" class=3D""><span style=3D"line-h=
eight: 24px;" class=3D"">I suspect the problem is with the Grub configs but I=
=E2=80=99m
 not sure where to go from there to start figuring out what the problem is.<=
/span></font></span><br style=3D"color: rgb(51, 51, 51); font-family: 'Lucid=
a Grande', Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verda=
na, sans-serif; line-height: 24px;" class=3D"">
<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, 'L=
ucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; line=
-height: 24px;" class=3D"">
<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, '=
Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; lin=
e-height: 24px; background-color: rgb(255, 255, 255);" class=3D"">Any help w=
ould be really appreciate.</span><br style=3D"color: rgb(51, 51, 51); font-f=
amily: 'Lucida Grande', Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida,=
 Arial, Verdana, sans-serif; line-height: 24px;" class=3D"">
<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, 'L=
ucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; line=
-height: 24px;" class=3D"">
<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, '=
Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; lin=
e-height: 24px; background-color: rgb(255, 255, 255);" class=3D"">Thanks</sp=
an></div>
</div>
</div>
</span>
</div>

_______________________________________________<br class=3D"">Xen-users mail=
ing list<br class=3D""><a href=3D"mailto:Xen-users@lists.xen.org" class=3D""=
>Xen-users@lists.xen.org</a><br class=3D""><a href=3D"http://lists.xen.org/x=
en-users" class=3D"">http://lists.xen.org/xen-users</a></div></blockquote></=
div><br class=3D""></div></div></div></blockquote></div><br class=3D""></div=
></body></html>=

--Apple-Mail-299A23B5-C15B-4479-8C44-E52D2D34D04A--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============5990289187527868864==--


From xen-users-bounces@lists.xen.org Wed Dec 03 02:52:40 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 02:52: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-users-bounces@lists.xen.org>)
	id 1Xw02F-0006Le-A2; Wed, 03 Dec 2014 02:51:23 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <marcoblanchette@icloud.com>) id 1Xw02D-0006LZ-KA
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 02:51:21 +0000
Received: from [85.158.137.68] by server-7.bemta-3.messagelabs.com id
	A0/C1-17958-8AA7E745; Wed, 03 Dec 2014 02:51:20 +0000
X-Env-Sender: marcoblanchette@icloud.com
X-Msg-Ref: server-15.tower-31.messagelabs.com!1417575077!15270245!1
X-Originating-IP: [17.158.58.247]
X-SpamReason: No, hits=0.2 required=7.0 tests=HTML_MESSAGE, MIME_QP_LONG_LINE
X-StarScan-Received: 
X-StarScan-Version: 6.12.4; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 15552 invoked from network); 3 Dec 2014 02:51:19 -0000
Received: from nk11p08mm-asmtp002.mac.com (HELO nk11p08mm-asmtp002.mac.com)
	(17.158.58.247)
	by server-15.tower-31.messagelabs.com with DHE-RSA-AES128-SHA encrypted
	SMTP; 3 Dec 2014 02:51:19 -0000
Received: from [192.168.1.7]
	(23-255-217-186.mci.googlefiber.net [23.255.217.186])
	by nk11p08mm-asmtp002.mac.com
	(Oracle Communications Messaging Server 7.0.5.33.0 64bit (built Aug 27
	2014))
	with ESMTPSA id <0NFZ004ZAJX13630@nk11p08mm-asmtp002.mac.com> for
	xen-users@lists.xen.org; Wed, 03 Dec 2014 02:51:04 +0000 (GMT)
X-Proofpoint-Virus-Version: vendor=fsecure
	engine=2.50.10432:5.13.68,1.0.33,0.0.0000
	definitions=2014-12-03_02:2014-12-02, 2014-12-03,
	1970-01-01 signatures=0
X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0
	suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam
	adjust=0
	reason=mlx scancount=1 engine=7.0.1-1408290000
	definitions=main-1412030030
MIME-version: 1.0 (Mac OS X Mail 8.1 \(1993\))
X-Universally-Unique-Identifier: 47D12770-27A2-488B-9D4E-E93341FCC5F0
From: Marco Blanchette <marcoblanchette@icloud.com>
X-Mailer: iPad Mail (12B435)
In-reply-to: <5123A63D-5049-40E5-8981-675C588B8CDC@me.com>
Date: Tue, 02 Dec 2014 20:51:01 -0600
X-Smtp-Server: smtp://marcoblanchette@p08-smtp.mail.me.com
Message-id: <08F1BF63-149B-4D70-9A55-A10BC291ADB8@icloud.com>
References: <34AF64CD-A66A-4C1E-89D2-49121402767A@me.com>
	<D09A6233.6B4%manoj.subramaniam@onlive.com>
	<5123A63D-5049-40E5-8981-675C588B8CDC@me.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Unable to reboot after install of Xen on fresh
 ubuntu running off recycled macbook hardware
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============5990289187527868864=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org


--===============5990289187527868864==
Content-type: multipart/alternative;
 boundary=Apple-Mail-299A23B5-C15B-4479-8C44-E52D2D34D04A
Content-transfer-encoding: 7bit


--Apple-Mail-299A23B5-C15B-4479-8C44-E52D2D34D04A
Content-Type: text/plain;
	charset=utf-8
Content-Transfer-Encoding: quoted-printable

Dear list,

In my attempt to solve this problem, I went ahead and compile a fresh downlo=
ad of Xen 4.5 from GitHub and install it on my MacBook hardware running a Va=
nilla Ubuntu 14.10 as sole OS. Results are the same, I=E2=80=99m unbable to l=
oad the kernel on top of Xen. My effort in trying to tweak Grub2 were all un=
successful so I am doubting this is the problem.

Any help would be appreciated.

thanks


> On Nov 25, 2014, at 6:56 PM, Marco Blanchette <marcoblanchette@me.com> wro=
te:
>=20
> Hmm=E2=80=A6. Here is the menu entry for Ubuntu GNU/Linux, with Xen hyperv=
isor for /boot/grub/grub.cfg (not /boot/grub2=E2=80=A6 that directory does n=
ot exist on my Unbuntu distro)
>=20
> menuentry 'Ubuntu GNU/Linux, with Xen hypervisor' --class ubuntu --class g=
nu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulin=
ux-simple-858436db-0198-4d51-9d7f-8a0a4603eb7a' {
>         insmod part_gpt
>         insmod ext2
>         set root=3D'hd0,gpt2'
>         if [ x$feature_platform_search_hint =3D xy ]; then
>           search --no-floppy --fs-uuid --set=3Droot --hint-bios=3Dhd0,gpt2=
 --hint-efi=3Dhd0,gpt2 --hint-baremetal=3Dahci0,gpt2  8a1f5b8a-1c17-434e-930=
e-d1687be8b6f4
>         else
>           search --no-floppy --fs-uuid --set=3Droot 8a1f5b8a-1c17-434e-930=
e-d1687be8b6f4
>         fi
>         echo    'Loading Xen 4.4-amd64 ...'
>         if [ "$grub_platform" =3D "pc" -o "$grub_platform" =3D "" ]; then
>             xen_rm_opts=3D
>         else
>             xen_rm_opts=3D"no-real-mode edd=3Doff"
>         fi
>         multiboot       /xen-4.4-amd64.gz placeholder   ${xen_rm_opts}
>         echo    'Loading Linux 3.16.0-25-generic ...'
>         module  /vmlinuz-3.16.0-25-generic placeholder root=3D/dev/mapper/=
ubuntu--vg-root ro
>         echo    'Loading initial ramdisk God damn it!!!!...'
>         module  --nounzip   /initrd.img-3.16.0-25-generic
>         echo    'I'\''m passed loading the RAM disk'
>=20
> }
>=20
> Thanks for looking into this (I added the extra echo lines in my effort to=
 figure out what was going on here=E2=80=A6)
>=20
>=20
>=20
>> On Nov 25, 2014, at 6:47 PM, Manoj Subramaniam <Manoj.Subramaniam@onlive.=
com> wrote:
>>=20
>>  I suspect your menu entry for "Ubuntu GNU/Linux (kernel 3.16.0-25-generi=
c [or -0-23-]) , with Xen hypervisor=E2=80=9D is incorrect. Did you run grub=
2-mkconfig? Verify the menu entry in /boot/grub2/grub.cfg .
>>=20
>> From: Marco Blanchette <marcoblanchette@me.com>
>> Date: Tuesday, November 25, 2014 at 7:15 AM
>> To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
>> Subject: [Xen-users] Unable to reboot after install of Xen on fresh ubunt=
u running off recycled macbook hardware
>>=20
>> I'm pretty newbie with Xen and I appologize if this is something that is e=
asy and dumb...=20
>>=20
>> I just install a fresh vanilla ubuntu 14.10 server, followed by a distrib=
ution upgrade. Ubuntu is installed on a recycled macbook air late 2010 [MacB=
ook Air "Core 2 Duo" 2.13 13" (Late =E2=80=9910) 2.13 GHz Core 2 Duo (SL9600=
) to be precise] on a 25 Gb root partition with the remaining of the 250Gb S=
SD hard drive for LVM. Grub2 is the boot loader.=20
>>=20
>> I then installed Xen 4.4 from the distro with sudo apt-get install xex-hy=
pervisor-4.4-amd64
>>=20
>> Upon reboot of the Ubuntu GNU/Linux (kernel 3.16.0-25-generic [or -0-23-]=
) , with Xen hypervisor in Grub (v 2.02 ~ beta2-15), the boot process get st=
uck after echoing "Loading initial ramdisk=E2=80=9D. I also tried Ubuntu 14.=
04.01 LTS server with the two different kernels with no avail.
>>=20
>> I suspect the problem is with the Grub configs but I=E2=80=99m not sure w=
here to go from there to start figuring out what the problem is.
>>=20
>> Any help would be really appreciate.
>>=20
>> Thanks
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@lists.xen.org
>> http://lists.xen.org/xen-users


--Apple-Mail-299A23B5-C15B-4479-8C44-E52D2D34D04A
Content-Type: text/html;
	charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html><head><meta http-equiv=3D"content-type" content=3D"text/html; charset=3D=
utf-8"></head><body dir=3D"auto"><div><span></span></div><div><meta http-equ=
iv=3D"Content-Type" content=3D"text/html charset=3Dwindows-1252"><div class=3D=
"">Dear list,</div><div class=3D""><br class=3D""></div><div class=3D"">In m=
y attempt to solve this problem, I went ahead and compile a fresh download o=
f Xen 4.5 from GitHub and install it on my MacBook hardware running a Vanill=
a Ubuntu 14.10 as sole OS. Results are the same, I=E2=80=99m unbable to load=
 the kernel on top of Xen. My effort in trying to tweak Grub2 were all unsuc=
cessful so I am doubting this is the problem.</div><div class=3D""><br class=
=3D""></div><div class=3D"">Any help would be appreciated.</div><div class=3D=
""><br class=3D""></div><div class=3D"">thanks</div><div class=3D""><br clas=
s=3D""></div><br class=3D""><div><blockquote type=3D"cite" class=3D""><div c=
lass=3D"">On Nov 25, 2014, at 6:56 PM, Marco Blanchette &lt;<a href=3D"mailt=
o:marcoblanchette@me.com" class=3D"">marcoblanchette@me.com</a>&gt; wrote:</=
div><br class=3D"Apple-interchange-newline"><div class=3D""><meta http-equiv=
=3D"Content-Type" content=3D"text/html charset=3Dwindows-1252" class=3D""><d=
iv style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-br=
eak: after-white-space;" class=3D"">Hmm=E2=80=A6. Here is the menu entry for=
&nbsp;<span style=3D"color: rgb(159, 38, 116); font-family: Courier; backgro=
und-color: rgb(223, 219, 196);" class=3D"">Ubuntu GNU/Linux, with Xen hyperv=
isor</span>&nbsp;for /boot/grub/grub.cfg (not /boot/grub2=E2=80=A6 that dire=
ctory does not exist on my Unbuntu distro)<div class=3D""><br class=3D""></d=
iv><div class=3D""><div style=3D"margin: 0px; font-family: Courier; color: r=
gb(159, 38, 116); background-color: rgb(223, 219, 196);" class=3D""><span st=
yle=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" class=3D=
"">menuentry</span><span style=3D"font-variant-ligatures: no-common-ligature=
s; color: #4c2f2d" class=3D""> </span>'Ubuntu GNU/Linux, with Xen hypervisor=
'<span style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d"=
 class=3D""> --class ubuntu --class gnu-linux --class gnu --class os --class=
 xen $menuentry_id_option </span>'xen-gnulinux-simple-858436db-0198-4d51-9d7=
f-8a0a4603eb7a'<span style=3D"font-variant-ligatures: no-common-ligatures; c=
olor: #4c2f2d" class=3D""> {</span></div><div style=3D"margin: 0px; font-fam=
ily: Courier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);"=
 class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span style=3D"font-variant-ligature=
s: no-common-ligatures; color: #b6660a" class=3D"">insmod</span> part_gpt</d=
iv><div style=3D"margin: 0px; font-family: Courier; color: rgb(76, 47, 45); b=
ackground-color: rgb(223, 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp;=
 <span style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a"=
 class=3D"">insmod</span> ext2</div><div style=3D"margin: 0px; font-family: C=
ourier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);" class=
=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span style=3D"font-variant-ligatures: no-=
common-ligatures; color: #b6660a" class=3D"">set</span> root=3D<span style=3D=
"font-variant-ligatures: no-common-ligatures; color: #9f2674" class=3D"">'hd=
0,gpt2'</span></div><div style=3D"margin: 0px; font-family: Courier; color: r=
gb(76, 47, 45); background-color: rgb(223, 219, 196);" class=3D"">&nbsp; &nb=
sp; &nbsp; &nbsp; <span style=3D"font-variant-ligatures: no-common-ligatures=
; color: #b6660a" class=3D"">if</span> [ x$feature_platform_search_hint =3D x=
y ]; then</div><div style=3D"margin: 0px; font-family: Courier; color: rgb(7=
6, 47, 45); background-color: rgb(223, 219, 196);" class=3D"">&nbsp; &nbsp; &=
nbsp; &nbsp; &nbsp; <span style=3D"font-variant-ligatures: no-common-ligatur=
es; color: #b6660a" class=3D"">search</span> --no-floppy --fs-uuid --set=3Dr=
oot --hint-bios=3Dhd0,gpt2 --hint-efi=3Dhd0,gpt2 --hint-baremetal=3Dahci0,gp=
t2&nbsp; 8a1f5b8a-1c17-434e-930e-d1687be8b6f4</div><div style=3D"margin: 0px=
; font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223, 2=
19, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span style=3D"font-varian=
t-ligatures: no-common-ligatures; color: #b6660a" class=3D"">else</span></di=
v><div style=3D"margin: 0px; font-family: Courier; color: rgb(76, 47, 45); b=
ackground-color: rgb(223, 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp;=
 &nbsp; <span style=3D"font-variant-ligatures: no-common-ligatures; color: #=
b6660a" class=3D"">search</span> --no-floppy --fs-uuid --set=3Droot 8a1f5b8a=
-1c17-434e-930e-d1687be8b6f4</div><div style=3D"margin: 0px; font-family: Co=
urier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);" class=3D=
"">&nbsp; &nbsp; &nbsp; &nbsp; <span style=3D"font-variant-ligatures: no-com=
mon-ligatures; color: #b6660a" class=3D"">fi</span></div><div style=3D"margi=
n: 0px; font-family: Courier; color: rgb(159, 38, 116); background-color: rg=
b(223, 219, 196);" class=3D""><span style=3D"font-variant-ligatures: no-comm=
on-ligatures; color: #4c2f2d" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; </span>=
<span style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" c=
lass=3D"">echo</span><span style=3D"font-variant-ligatures: no-common-ligatu=
res; color: #4c2f2d" class=3D"">&nbsp; &nbsp; </span>'Loading Xen 4.4-amd64 .=
..'</div><div style=3D"margin: 0px; font-family: Courier; color: rgb(159, 38=
, 116); background-color: rgb(223, 219, 196);" class=3D""><span style=3D"fon=
t-variant-ligatures: no-common-ligatures; color: #4c2f2d" class=3D"">&nbsp; &=
nbsp; &nbsp; &nbsp; </span><span style=3D"font-variant-ligatures: no-common-=
ligatures; color: #b6660a" class=3D"">if</span><span style=3D"font-variant-l=
igatures: no-common-ligatures; color: #4c2f2d" class=3D""> [ </span>"$grub_p=
latform"<span style=3D"font-variant-ligatures: no-common-ligatures; color: #=
4c2f2d" class=3D""> =3D </span>"pc"<span style=3D"font-variant-ligatures: no=
-common-ligatures; color: #4c2f2d" class=3D""> -o </span>"$grub_platform"<sp=
an style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" cla=
ss=3D""> =3D </span>""<span style=3D"font-variant-ligatures: no-common-ligat=
ures; color: #4c2f2d" class=3D""> ]; then</span></div><div style=3D"margin: 0=
px; font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223,=
 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span styl=
e=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" class=3D""=
>xen_rm_opts=3D</span></div><div style=3D"margin: 0px; font-family: Courier;=
 color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);" class=3D"">&=
nbsp; &nbsp; &nbsp; &nbsp; <span style=3D"font-variant-ligatures: no-common-=
ligatures; color: #b6660a" class=3D"">else</span></div><div style=3D"margin:=
 0px; font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(22=
3, 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xen_rm_o=
pts=3D<span style=3D"font-variant-ligatures: no-common-ligatures; color: #9f=
2674" class=3D"">"no-real-mode edd=3Doff"</span></div><div style=3D"margin: 0=
px; font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223,=
 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span style=3D"font-vari=
ant-ligatures: no-common-ligatures; color: #b6660a" class=3D"">fi</span></di=
v><div style=3D"margin: 0px; font-family: Courier; color: rgb(76, 47, 45); b=
ackground-color: rgb(223, 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp;=
 <span style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a"=
 class=3D"">multiboot</span> &nbsp; &nbsp; &nbsp; /xen-4.4-amd64.gz placehol=
der &nbsp; ${xen_rm_opts}</div><div style=3D"margin: 0px; font-family: Couri=
er; color: rgb(159, 38, 116); background-color: rgb(223, 219, 196);" class=3D=
""><span style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2=
d" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; </span><span style=3D"font-variant=
-ligatures: no-common-ligatures; color: #b6660a" class=3D"">echo</span><span=
 style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" class=
=3D"">&nbsp; &nbsp; </span>'Loading Linux 3.16.0-25-generic ...'</div><div s=
tyle=3D"margin: 0px; font-family: Courier; color: rgb(76, 47, 45); backgroun=
d-color: rgb(223, 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span s=
tyle=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" class=3D=
"">module</span>&nbsp; /vmlinuz-3.16.0-25-generic placeholder root=3D/dev/ma=
pper/ubuntu--vg-root ro</div><div style=3D"margin: 0px; font-family: Courier=
; color: rgb(159, 38, 116); background-color: rgb(223, 219, 196);" class=3D"=
"><span style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d=
" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; </span><span style=3D"font-variant-=
ligatures: no-common-ligatures; color: #b6660a" class=3D"">echo</span><span s=
tyle=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" class=3D=
"">&nbsp; &nbsp; </span>'Loading initial ramdisk God damn it!!!!...'</div><d=
iv style=3D"margin: 0px; font-family: Courier; color: rgb(76, 47, 45); backg=
round-color: rgb(223, 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <sp=
an style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" cla=
ss=3D"">module</span>&nbsp; --nounzip &nbsp; /initrd.img-3.16.0-25-generic</=
div><div style=3D"margin: 0px; font-family: Courier; color: rgb(159, 38, 116=
); background-color: rgb(223, 219, 196);" class=3D""><span style=3D"font-var=
iant-ligatures: no-common-ligatures; color: #4c2f2d" class=3D"">&nbsp; &nbsp=
; &nbsp; &nbsp; </span><span style=3D"font-variant-ligatures: no-common-liga=
tures; color: #b6660a" class=3D"">echo</span><span style=3D"font-variant-lig=
atures: no-common-ligatures; color: #4c2f2d" class=3D"">&nbsp; &nbsp; </span=
>'I'<span style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f=
2d" class=3D"">\'</span>'m passed loading the RAM disk'</div><div style=3D"m=
argin: 0px; font-family: Courier; color: rgb(76, 47, 45); background-color: r=
gb(223, 219, 196); min-height: 14px;" class=3D""><br class=3D""></div><div s=
tyle=3D"margin: 0px; font-family: Courier; color: rgb(182, 102, 10); backgro=
und-color: rgb(223, 219, 196);" class=3D"">}</div><div class=3D""><br class=3D=
""></div><div class=3D"">Thanks for looking into this (I added the extra ech=
o lines in my effort to figure out what was going on here=E2=80=A6)</div><di=
v class=3D""><br class=3D""></div><div class=3D""><br class=3D""></div><div c=
lass=3D""><br class=3D""></div><div class=3D""><blockquote type=3D"cite" cla=
ss=3D""><div class=3D"">On Nov 25, 2014, at 6:47 PM, Manoj Subramaniam &lt;<=
a href=3D"mailto:Manoj.Subramaniam@onlive.com" class=3D"">Manoj.Subramaniam@=
onlive.com</a>&gt; wrote:</div><br class=3D"Apple-interchange-newline"><div c=
lass=3D"">

<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DWindows-12=
52" class=3D"">

<div style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-=
break: after-white-space;" class=3D"">
<div class=3D""><font face=3D"Calibri,sans-serif" class=3D"">&nbsp;I suspect=
 your menu entry for "</font><span style=3D"background-color: rgb(255, 255, 2=
55);" class=3D""><font color=3D"#333333" face=3D"Lucida Grande,Gisha,Lucida S=
ans Unicode,Lucida Sans,Lucida,Arial,Verdana,sans-serif" class=3D""><span st=
yle=3D"line-height: 24px;" class=3D"">Ubuntu
 GNU/Linux (kernel 3.16.0-25-generic [or -0-23-]) , with Xen hypervisor=E2=80=
=9D is incorrect.&nbsp;</span></font></span><span style=3D"font-family: Cali=
bri, sans-serif;" class=3D"">Did you run grub2-mkconfig? Verify the menu ent=
ry in /boot/grub2/grub.cfg .</span></div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" class=3D""=
>
<br class=3D"">
</div>
<span id=3D"OLK_SRC_BODY_SECTION" style=3D"font-family: Calibri, sans-serif;=
 font-size: 14px;" class=3D"">
<div style=3D"font-family: Calibri; font-size: 11pt; text-align: left; borde=
r-width: 1pt medium medium; border-style: solid none none; padding: 3pt 0in 0=
in; border-top-color: rgb(181, 196, 223);" class=3D"">
<span style=3D"font-weight:bold" class=3D"">From: </span>Marco Blanchette &l=
t;<a href=3D"mailto:marcoblanchette@me.com" class=3D"">marcoblanchette@me.co=
m</a>&gt;<br class=3D"">
<span style=3D"font-weight:bold" class=3D"">Date: </span>Tuesday, November 2=
5, 2014 at 7:15 AM<br class=3D"">
<span style=3D"font-weight:bold" class=3D"">To: </span>"<a href=3D"mailto:xe=
n-users@lists.xen.org" class=3D"">xen-users@lists.xen.org</a>" &lt;<a href=3D=
"mailto:xen-users@lists.xen.org" class=3D"">xen-users@lists.xen.org</a>&gt;<=
br class=3D"">
<span style=3D"font-weight:bold" class=3D"">Subject: </span>[Xen-users] Unab=
le to reboot after install of Xen on fresh ubuntu running off recycled macbo=
ok hardware<br class=3D"">
</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">
<div style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-=
break: after-white-space;" class=3D"">
<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, '=
Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; lin=
e-height: 24px; background-color: rgb(255, 255, 255);" class=3D"">I'm pretty=
 newbie with Xen and I appologize if this
 is something that is easy and dumb...&nbsp;</span><br style=3D"color: rgb(5=
1, 51, 51); font-family: 'Lucida Grande', Gisha, 'Lucida Sans Unicode', 'Luc=
ida Sans', Lucida, Arial, Verdana, sans-serif; line-height: 24px;" class=3D"=
">
<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, 'L=
ucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; line=
-height: 24px;" class=3D"">
<span style=3D"background-color: rgb(255, 255, 255);" class=3D""><font color=
=3D"#333333" face=3D"Lucida Grande,Gisha,Lucida Sans Unicode,Lucida Sans,Luc=
ida,Arial,Verdana,sans-serif" class=3D""><span style=3D"line-height: 24px;" c=
lass=3D"">I just install a fresh vanilla ubuntu 14.10 server, followed
 by a distribution upgrade. Ubuntu is installed on a recycled macbook air la=
te 2010 [MacBook Air "Core 2 Duo" 2.13 13" (Late&nbsp;=E2=80=9910)&nbsp;</sp=
an><span class=3D"Apple-tab-span" style=3D"line-height: 24px; white-space: p=
re;"></span><span style=3D"line-height: 24px;" class=3D"">2.13 GHz
 Core 2 Duo (SL9600) to be precise] on a 25 Gb root partition with the remai=
ning of the 250Gb SSD hard drive for LVM. Grub2 is the boot loader.&nbsp;</s=
pan></font></span><br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida G=
rande', Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana,=
 sans-serif; line-height: 24px;" class=3D"">
<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, 'L=
ucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; line=
-height: 24px;" class=3D"">
<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, '=
Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; lin=
e-height: 24px; background-color: rgb(255, 255, 255);" class=3D"">I then ins=
talled Xen 4.4 from the distro with sudo
 apt-get install xex-hypervisor-4.4-amd64</span><br style=3D"color: rgb(51, 5=
1, 51); font-family: 'Lucida Grande', Gisha, 'Lucida Sans Unicode', 'Lucida S=
ans', Lucida, Arial, Verdana, sans-serif; line-height: 24px;" class=3D"">
<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, 'L=
ucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; line=
-height: 24px;" class=3D"">
<span style=3D"background-color: rgb(255, 255, 255);" class=3D""><font color=
=3D"#333333" face=3D"Lucida Grande,Gisha,Lucida Sans Unicode,Lucida Sans,Luc=
ida,Arial,Verdana,sans-serif" class=3D""><span style=3D"line-height: 24px;" c=
lass=3D"">Upon reboot of the Ubuntu GNU/Linux (kernel 3.16.0-25-generic
 [or -0-23-]) , with Xen hypervisor in Grub (v 2.02 ~ beta2-15), the boot pr=
ocess get stuck after echoing "Loading initial ramdisk=E2=80=9D. I</span></f=
ont></span>&nbsp;also tried Ubuntu 14.04.01 LTS server with the two differen=
t kernels with no avail.<br style=3D"color: rgb(51, 51, 51); font-family: 'L=
ucida Grande', Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, V=
erdana, sans-serif; line-height: 24px;" class=3D"">
<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, '=
Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; lin=
e-height: 24px; background-color: rgb(255, 255, 255);" class=3D""><br class=3D=
"">
</span>
<div class=3D""><span style=3D"background-color: rgb(255, 255, 255);" class=3D=
""><font color=3D"#333333" face=3D"Lucida Grande,Gisha,Lucida Sans Unicode,L=
ucida Sans,Lucida,Arial,Verdana,sans-serif" class=3D""><span style=3D"line-h=
eight: 24px;" class=3D"">I suspect the problem is with the Grub configs but I=
=E2=80=99m
 not sure where to go from there to start figuring out what the problem is.<=
/span></font></span><br style=3D"color: rgb(51, 51, 51); font-family: 'Lucid=
a Grande', Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verda=
na, sans-serif; line-height: 24px;" class=3D"">
<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, 'L=
ucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; line=
-height: 24px;" class=3D"">
<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, '=
Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; lin=
e-height: 24px; background-color: rgb(255, 255, 255);" class=3D"">Any help w=
ould be really appreciate.</span><br style=3D"color: rgb(51, 51, 51); font-f=
amily: 'Lucida Grande', Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida,=
 Arial, Verdana, sans-serif; line-height: 24px;" class=3D"">
<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, 'L=
ucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; line=
-height: 24px;" class=3D"">
<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, '=
Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; lin=
e-height: 24px; background-color: rgb(255, 255, 255);" class=3D"">Thanks</sp=
an></div>
</div>
</div>
</span>
</div>

_______________________________________________<br class=3D"">Xen-users mail=
ing list<br class=3D""><a href=3D"mailto:Xen-users@lists.xen.org" class=3D""=
>Xen-users@lists.xen.org</a><br class=3D""><a href=3D"http://lists.xen.org/x=
en-users" class=3D"">http://lists.xen.org/xen-users</a></div></blockquote></=
div><br class=3D""></div></div></div></blockquote></div><br class=3D""></div=
></body></html>=

--Apple-Mail-299A23B5-C15B-4479-8C44-E52D2D34D04A--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============5990289187527868864==--


From xen-users-bounces@lists.xen.org Wed Dec 03 03:09:17 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 03:09:17 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xw0J0-0006pm-AX; Wed, 03 Dec 2014 03:08:42 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <stevie@qrpff.net>) id 1Xw0Iy-0006pg-SJ
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 03:08:41 +0000
Received: from [85.158.137.68] by server-9.bemta-3.messagelabs.com id
	A3/91-25727-8BE7E745; Wed, 03 Dec 2014 03:08:40 +0000
X-Env-Sender: stevie@qrpff.net
X-Msg-Ref: server-7.tower-31.messagelabs.com!1417576118!15405937!1
X-Originating-IP: [208.113.200.129]
X-SpamReason: No, hits=0.8 required=7.0 tests=BODY_RANDOM_LONG,
  RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.4; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 25435 invoked from network); 3 Dec 2014 03:08:38 -0000
Received: from sub5.mail.dreamhost.com (HELO homiemail-a92.g.dreamhost.com)
	(208.113.200.129) by server-7.tower-31.messagelabs.com with SMTP;
	3 Dec 2014 03:08:38 -0000
Received: from homiemail-a92.g.dreamhost.com (localhost [127.0.0.1])
	by homiemail-a92.g.dreamhost.com (Postfix) with ESMTP id B7AC23DC05E
	for <xen-users@lists.xen.org>; Tue,  2 Dec 2014 19:08:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=qrpff.net; h=mime-version
	:date:message-id:subject:from:to:content-type; s=qrpff.net; bh=P
	xpKOt9DRuhhQLYOy9FOqtzzy/w=; b=phTsTw8C+wHYp8eyHRIFWDvsMIu8splfk
	Vk42XtWQdYrAaBeKKVM3lA9CzR+1+V4WdIS2grTg/Cgb/kCchrsTXNyDd3OdAupp
	9rlX5ayNmaWu2xiCtFz3KGfW/EnYpx0leN8RDJS+WuDzzs8j7kXPLhabQoHF7o3X
	rWM2bu3T4I=
Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53])
	(using TLSv1 with cipher RC4-SHA (128/128 bits))
	(No client certificate requested)
	(Authenticated sender: stevie@qrpff.net)
	by homiemail-a92.g.dreamhost.com (Postfix) with ESMTPSA id 8BC143DC05B
	for <xen-users@lists.xen.org>; Tue,  2 Dec 2014 19:08:37 -0800 (PST)
Received: by mail-wg0-f53.google.com with SMTP id l18so18420056wgh.26
	for <xen-users@lists.xen.org>; Tue, 02 Dec 2014 19:08:35 -0800 (PST)
MIME-Version: 1.0
X-Received: by 10.194.221.2 with SMTP id qa2mr3575684wjc.48.1417576115974;
	Tue, 02 Dec 2014 19:08:35 -0800 (PST)
Received: by 10.194.51.228 with HTTP; Tue, 2 Dec 2014 19:08:35 -0800 (PST)
Date: Tue, 2 Dec 2014 22:08:35 -0500
Message-ID: <CAD_xR9d-_JfnP0X0ttsM0q=0ChdGz_Li5p-tWUzeMXhX=z2uBw@mail.gmail.com>
From: Stephen Oberholtzer <stevie@qrpff.net>
To: xen-users@lists.xen.org
Subject: [Xen-users] HVM PCI Passthrough: Code 12: Undersized PCI MMIO
	region?
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

All,

Please bear with me.  I don't fully understand all of the mechanisms
involved here, so this message contains a large quantity of data,
including some links to even larger quantities of data.
The short version is: I think something isn't reserving enough (GPFN)
address space for MMIO.

I'm trying to do a three-part PCI passthrough to a HVM domU running Windows 8.1:
00:14.0, An xHCI (USB 3.0) controller
01:00.0, Function 0 of an ATI card (VGA controller, non-primary passthrough)
01:00.1, Function 1 of the same ATI card (HDMI audio)

The USB controller seems to work fine.  USB mouse/keyboard are
functional, and I plugged in a few Mass Storage devices and they work
fine.
The HDMI audio controller is harder to vet, because I don't have
anything that will process audio without an associated video stream.
However, I don't get any complains from the software.

For the the VGA controller (01:00.0), Windows reports "Code 12" and
complains about insufficient resources being available for the device.

I tried to gather all of the information I could on the memory layouts
involved, from three sources:
(1) From dom0 and Xen itself
(2) From domU running Windows, using a program called "SIV" (System
Information Viewer)
(3) From domU running Linux (by booting a Knoppix live DVD image)

---

Information from dom0:
http://www.klozoff.org/xen/dom0-xl-info.txt - 'xl info'
http://www.klozoff.org/xen/dom0-xl-dmesg.txt - 'xl dmesg'
http://www.klozoff.org/xen/dom0-proc_iomem.txt - 'cat /proc/iomem'
http://www.klozoff.org/xen/dom0-lspci-output.txt - 'lspci -vvv' for
the three devices I'm forwarding.

Information from domU (Windows):
http://www.klozoff.org/xen/domU-device-manager-info.txt - Text
transcribed from Windows' "Device Manager"
http://www.klozoff.org/xen/domU-siv-usb-controller-info.txt -
Information on 00:14.0 from SIV
http://www.klozoff.org/xen/domU-siv-video-card-info.txt - Information
on 01:00.0 from SIV
http://www.klozoff.org/xen/domU-siv-hdmi-audio-info.txt - Information
on 01:00.1 from SIV

Information from domU (Linux/Knoppix):
http://www.klozoff.org/xen/domU-knoppix-proc-iomem.txt - 'cat /proc/iomem'
http://www.klozoff.org/xen/domU-knoppix-lspci-output.txt - 'lspci
-vvv' for the three devices.


---

Of particular interest to me is domU-knoppix-lspci-output.txt, which
for the VGA controller, says:

    Region 0: Memory at <ignored> (64-bit, prefetchable)
    Region 2: Memory at f3040000 (64-bit, non-prefetchable) [size=256K]

In dom0, this showed as:

    Region 0: Memory at d0000000 (64-bit, prefetchable) [size=256M]
    Region 2: Memory at efc00000 (64-bit, non-prefetchable) [size=256K]


I looked closer by running the following script:

perl -lne '/^([0-9a-f]+)-([0-9a-f]+)/ && print $_, " (", ((hex($2) -
hex($1)) >> 20), " MB)"' /proc/iomem

In dom0, I see this:

00100000-99f53fff : System RAM (2462 MB)
bf200000-feafffff : PCI Bus 0000:00 (1016 MB)   <- Region 0 is in this range
100000000-83edfffff : System RAM (29677 MB)


In domU, I see this:
00100000-effecfff : System RAM (3838 MB)
f0000000-fbffffff : PCI Bus 0000:00 (191 MB)    <- Definitely not big
enough to hold the 256MB we need
100000000-20f7fffff : System RAM (4343 MB)

Now, I don't fully understand how this stuff all works, but here's
what appears to be happening: Xen isn't reserving enough contiguous
GPFN (virtual machine address space) for all of the devices on the
virtual PCI bus -- in particular, for what is probably a big honkin'
window into the card's onboard RAM.

So my two questions are:
(1) Is my guess correct?  Or at least close?
(2) What the heck do I do about it? I don't see any options in
xl.cfg(5) for specifying the size of the MMIO region for the virtual
PCI bus, or anything similar to that.


NOTE: If I assign 2048MB or less RAM to this VM, the VM crashes at
bootup, and has a nasty tendency to take the host with it (lockup).

-- 
-- Stevie-O
Real programmers use COPY CON PROGRAM.EXE

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 03 03:09:17 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 03:09:17 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xw0J0-0006pm-AX; Wed, 03 Dec 2014 03:08:42 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <stevie@qrpff.net>) id 1Xw0Iy-0006pg-SJ
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 03:08:41 +0000
Received: from [85.158.137.68] by server-9.bemta-3.messagelabs.com id
	A3/91-25727-8BE7E745; Wed, 03 Dec 2014 03:08:40 +0000
X-Env-Sender: stevie@qrpff.net
X-Msg-Ref: server-7.tower-31.messagelabs.com!1417576118!15405937!1
X-Originating-IP: [208.113.200.129]
X-SpamReason: No, hits=0.8 required=7.0 tests=BODY_RANDOM_LONG,
  RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.4; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 25435 invoked from network); 3 Dec 2014 03:08:38 -0000
Received: from sub5.mail.dreamhost.com (HELO homiemail-a92.g.dreamhost.com)
	(208.113.200.129) by server-7.tower-31.messagelabs.com with SMTP;
	3 Dec 2014 03:08:38 -0000
Received: from homiemail-a92.g.dreamhost.com (localhost [127.0.0.1])
	by homiemail-a92.g.dreamhost.com (Postfix) with ESMTP id B7AC23DC05E
	for <xen-users@lists.xen.org>; Tue,  2 Dec 2014 19:08:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=qrpff.net; h=mime-version
	:date:message-id:subject:from:to:content-type; s=qrpff.net; bh=P
	xpKOt9DRuhhQLYOy9FOqtzzy/w=; b=phTsTw8C+wHYp8eyHRIFWDvsMIu8splfk
	Vk42XtWQdYrAaBeKKVM3lA9CzR+1+V4WdIS2grTg/Cgb/kCchrsTXNyDd3OdAupp
	9rlX5ayNmaWu2xiCtFz3KGfW/EnYpx0leN8RDJS+WuDzzs8j7kXPLhabQoHF7o3X
	rWM2bu3T4I=
Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53])
	(using TLSv1 with cipher RC4-SHA (128/128 bits))
	(No client certificate requested)
	(Authenticated sender: stevie@qrpff.net)
	by homiemail-a92.g.dreamhost.com (Postfix) with ESMTPSA id 8BC143DC05B
	for <xen-users@lists.xen.org>; Tue,  2 Dec 2014 19:08:37 -0800 (PST)
Received: by mail-wg0-f53.google.com with SMTP id l18so18420056wgh.26
	for <xen-users@lists.xen.org>; Tue, 02 Dec 2014 19:08:35 -0800 (PST)
MIME-Version: 1.0
X-Received: by 10.194.221.2 with SMTP id qa2mr3575684wjc.48.1417576115974;
	Tue, 02 Dec 2014 19:08:35 -0800 (PST)
Received: by 10.194.51.228 with HTTP; Tue, 2 Dec 2014 19:08:35 -0800 (PST)
Date: Tue, 2 Dec 2014 22:08:35 -0500
Message-ID: <CAD_xR9d-_JfnP0X0ttsM0q=0ChdGz_Li5p-tWUzeMXhX=z2uBw@mail.gmail.com>
From: Stephen Oberholtzer <stevie@qrpff.net>
To: xen-users@lists.xen.org
Subject: [Xen-users] HVM PCI Passthrough: Code 12: Undersized PCI MMIO
	region?
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

All,

Please bear with me.  I don't fully understand all of the mechanisms
involved here, so this message contains a large quantity of data,
including some links to even larger quantities of data.
The short version is: I think something isn't reserving enough (GPFN)
address space for MMIO.

I'm trying to do a three-part PCI passthrough to a HVM domU running Windows 8.1:
00:14.0, An xHCI (USB 3.0) controller
01:00.0, Function 0 of an ATI card (VGA controller, non-primary passthrough)
01:00.1, Function 1 of the same ATI card (HDMI audio)

The USB controller seems to work fine.  USB mouse/keyboard are
functional, and I plugged in a few Mass Storage devices and they work
fine.
The HDMI audio controller is harder to vet, because I don't have
anything that will process audio without an associated video stream.
However, I don't get any complains from the software.

For the the VGA controller (01:00.0), Windows reports "Code 12" and
complains about insufficient resources being available for the device.

I tried to gather all of the information I could on the memory layouts
involved, from three sources:
(1) From dom0 and Xen itself
(2) From domU running Windows, using a program called "SIV" (System
Information Viewer)
(3) From domU running Linux (by booting a Knoppix live DVD image)

---

Information from dom0:
http://www.klozoff.org/xen/dom0-xl-info.txt - 'xl info'
http://www.klozoff.org/xen/dom0-xl-dmesg.txt - 'xl dmesg'
http://www.klozoff.org/xen/dom0-proc_iomem.txt - 'cat /proc/iomem'
http://www.klozoff.org/xen/dom0-lspci-output.txt - 'lspci -vvv' for
the three devices I'm forwarding.

Information from domU (Windows):
http://www.klozoff.org/xen/domU-device-manager-info.txt - Text
transcribed from Windows' "Device Manager"
http://www.klozoff.org/xen/domU-siv-usb-controller-info.txt -
Information on 00:14.0 from SIV
http://www.klozoff.org/xen/domU-siv-video-card-info.txt - Information
on 01:00.0 from SIV
http://www.klozoff.org/xen/domU-siv-hdmi-audio-info.txt - Information
on 01:00.1 from SIV

Information from domU (Linux/Knoppix):
http://www.klozoff.org/xen/domU-knoppix-proc-iomem.txt - 'cat /proc/iomem'
http://www.klozoff.org/xen/domU-knoppix-lspci-output.txt - 'lspci
-vvv' for the three devices.


---

Of particular interest to me is domU-knoppix-lspci-output.txt, which
for the VGA controller, says:

    Region 0: Memory at <ignored> (64-bit, prefetchable)
    Region 2: Memory at f3040000 (64-bit, non-prefetchable) [size=256K]

In dom0, this showed as:

    Region 0: Memory at d0000000 (64-bit, prefetchable) [size=256M]
    Region 2: Memory at efc00000 (64-bit, non-prefetchable) [size=256K]


I looked closer by running the following script:

perl -lne '/^([0-9a-f]+)-([0-9a-f]+)/ && print $_, " (", ((hex($2) -
hex($1)) >> 20), " MB)"' /proc/iomem

In dom0, I see this:

00100000-99f53fff : System RAM (2462 MB)
bf200000-feafffff : PCI Bus 0000:00 (1016 MB)   <- Region 0 is in this range
100000000-83edfffff : System RAM (29677 MB)


In domU, I see this:
00100000-effecfff : System RAM (3838 MB)
f0000000-fbffffff : PCI Bus 0000:00 (191 MB)    <- Definitely not big
enough to hold the 256MB we need
100000000-20f7fffff : System RAM (4343 MB)

Now, I don't fully understand how this stuff all works, but here's
what appears to be happening: Xen isn't reserving enough contiguous
GPFN (virtual machine address space) for all of the devices on the
virtual PCI bus -- in particular, for what is probably a big honkin'
window into the card's onboard RAM.

So my two questions are:
(1) Is my guess correct?  Or at least close?
(2) What the heck do I do about it? I don't see any options in
xl.cfg(5) for specifying the size of the MMIO region for the virtual
PCI bus, or anything similar to that.


NOTE: If I assign 2048MB or less RAM to this VM, the VM crashes at
bootup, and has a nasty tendency to take the host with it (lockup).

-- 
-- Stevie-O
Real programmers use COPY CON PROGRAM.EXE

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 03 07:59:21 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 07:59: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-users-bounces@lists.xen.org>)
	id 1Xw4oy-0003Eq-3h; Wed, 03 Dec 2014 07:58:00 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <kevin.zhang@octlink.com>) id 1Xw4ow-0003El-7k
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 07:57:58 +0000
Received: from [85.158.137.68] by server-14.bemta-3.messagelabs.com id
	1C/4C-07724-582CE745; Wed, 03 Dec 2014 07:57:57 +0000
X-Env-Sender: kevin.zhang@octlink.com
X-Msg-Ref: server-5.tower-31.messagelabs.com!1417593474!15501686!1
X-Originating-IP: [222.128.79.248]
X-SpamReason: No, hits=0.5 required=7.0 tests=HTML_MESSAGE,
	MIME_BASE64_TEXT,MIME_BOUND_NEXTPART
X-StarScan-Received: 
X-StarScan-Version: 6.12.4; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 28174 invoked from network); 3 Dec 2014 07:57:55 -0000
Received: from unknown (HELO mail.octlink.com) (222.128.79.248)
	by server-5.tower-31.messagelabs.com with SMTP;
	3 Dec 2014 07:57:55 -0000
Received: from localhost (localhost [127.0.0.1])
	by mail.octlink.com (Postfix) with SMTP id AD3D0A156
	for <xen-users@lists.xen.org>; Wed,  3 Dec 2014 15:57:51 +0800 (CST)
Received: from zhangpei-PC (pfsense.localdomain [192.168.10.253])
	by mail.octlink.com (Postfix) with ESMTPA id D5D4EA0AF
	for <xen-users@lists.xen.org>; Wed,  3 Dec 2014 15:57:50 +0800 (CST)
Date: Wed, 3 Dec 2014 15:57:47 +0800
From: "kevin.zhang@octlink.com" <kevin.zhang@octlink.com>
To: xen-users <xen-users@lists.xen.org>
X-Priority: 3
X-Has-Attach: no
X-Mailer: Foxmail 7, 2, 5, 140[cn]
Mime-Version: 1.0
Message-ID: <2014120315574589175063@octlink.com>
X-DSPAM-Result: Whitelisted
X-DSPAM-Processed: Wed Dec  3 15:57:51 2014
X-DSPAM-Confidence: 0.8017
X-DSPAM-Probability: 0.0000
X-DSPAM-Signature: 3,547ec27f23243948186718
X-DSPAM-Factors: 27, Subject*has, 0.99917, Subject*in, 0.00387,
	Message-ID*octlink.com>, 0.00433, check, 0.00575,
	check, 0.00575, done, 0.00977, done, 0.00977, can+be, 0.00979,
	can+be, 0.00979, between, 0.00987, between, 0.00987,
	and+KVM, 0.01000, and+KVM, 0.01000,
	From*"kevin.zhang@octlink.com" <kevin.zhang@octlink.com>, 0.01000,
	tell+whether, 0.01000, tell+whether, 0.01000,
	SA">Best, 0.01000, be+done, 0.01000, be+done, 0.01000,
	0+to, 0.01000, 0+to, 0.01000, &nbsp+These, 0.01000,
	pvdrivers, 0.01000, pvdrivers, 0.01000,
	From*<kevin.zhang+octlink.com>, 0.01000, These+days, 0.01000,
	These+days, 0.01000
Subject: [Xen-users] How to check whether a windows domU has PVDrivers
	installed in Domain-0
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============3817698717859622245=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

This is a multi-part message in MIME format.

--===============3817698717859622245==
Content-Type: multipart/alternative;
	boundary="----=_001_NextPart255057361831_=----"

This is a multi-part message in MIME format.

------=_001_NextPart255057361831_=----
Content-Type: text/plain;
	charset="GB2312"
Content-Transfer-Encoding: base64

SGkgYWxsLA0KDQogICAgICBUaGVzZSBkYXlzIEknbSBkb2luZyBzb21lIGNvbXBhcmlzaW9uIGJl
dHdlZW4gWGVuIGFuZCBLVk0uIEkgbm90aWNlZCB0aGF0IHZpcnNoIGNhbiB0ZWxsIHdoZXRoZXIg
YSBLVk0gd2luZG93cyB2bSBoYXMgcHZkcml2ZXJzLg0KICAgICAgSXMgdGhlcmUgYW55d2F5IG9y
IGFueSBjb21tYW5kIHRoYXQgY2FuIGJlIGRvbmUgaW4gRG9tYWluLTAgdG8gY2hlY2sgd2hldGhl
ciBhIHdpbmRvd3MgRG9tVSBoYXMgUFZEcml2ZXJzIGluc3RhbGxlZD8NCiAgICAgDQpCZXN0IFJl
Z2FyZHMsDQo=

------=_001_NextPart255057361831_=----
Content-Type: text/html;
	charset="GB2312"
Content-Transfer-Encoding: quoted-printable

<html><head><meta http-equiv=3D"content-type" content=3D"text/html; charse=
t=3DGB2312"><style>body { line-height: 1.5; }body { font-size: 12pt; font-=
family: =CE=A2=C8=ED=D1=C5=BA=DA; color: rgb(0, 0, 255); line-height: 1.5;=
 }</style></head><body>=0A<div><span></span>Hi all,</div><div><br></div><d=
iv>&nbsp; &nbsp; &nbsp; These days I'm doing some comparision between Xen =
and KVM. I noticed that virsh can tell whether a KVM windows vm has pvdriv=
ers.</div><div>&nbsp; &nbsp; &nbsp; Is there anyway or any command that ca=
n be done in Domain-0 to check whether a windows DomU has PVDrivers instal=
led?</div><div>&nbsp; &nbsp; &nbsp;</div>=0A<div><span><div style=3D"MARGI=
N-TOP: 10px; FONT-FAMILY: =CB=CE=CC=E5; COLOR: #000000; MARGIN-LEFT: 10px;=
 FONT-SIZE: 10.5pt; MARGIN-RIGHT: 10px"><div><span style=3D"FONT-FAMILY: =
=CB=CE=CC=E5; COLOR: #000000; FONT-SIZE: 10.5pt"><div><span><div style=3D"=
TEXT-ALIGN: right"><span style=3D"FONT-FAMILY: =CE=A2=C8=ED=D1=C5=BA=DA; C=
OLOR: #000000; FONT-SIZE: 10.5pt"><span style=3D"FONT-FAMILY: =CE=A2=C8=ED=
=D1=C5=BA=DA; FONT-SIZE: 10.5pt; mso-bidi-font-family: 'Times New Roman'; =
mso-bidi-font-size: 11.0pt; mso-ascii-font-family: Calibri; mso-ascii-them=
e-font: minor-latin; mso-fareast-theme-font: minor-fareast; mso-hansi-font=
-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-theme-font: =
minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bid=
i-language: AR-SA"><span style=3D"FONT-FAMILY: =CE=A2=C8=ED=D1=C5=BA=DA; C=
OLOR: #000000; FONT-SIZE: 10.5pt"><span style=3D"FONT-FAMILY: =CE=A2=C8=ED=
=D1=C5=BA=DA; FONT-SIZE: 8pt; mso-bidi-font-family: 'Times New Roman'; mso=
-bidi-font-size: 11.0pt; mso-ascii-theme-font: minor-latin; mso-fareast-th=
eme-font: minor-fareast; mso-hansi-theme-font: minor-latin; mso-bidi-theme=
-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; =
mso-bidi-language: AR-SA; mso-fareast-font-family: =CB=CE=CC=E5" lang=3D"E=
N-US"><span style=3D"FONT-FAMILY: =CE=A2=C8=ED=D1=C5=BA=DA; COLOR: #000000=
; FONT-SIZE: 10.5pt"><span style=3D"FONT-FAMILY: =CE=A2=C8=ED=D1=C5=BA=DA;=
 FONT-SIZE: 10.5pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font=
-size: 11.0pt; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor=
-latin; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Cali=
bri; mso-hansi-theme-font: minor-latin; mso-bidi-theme-font: minor-bidi; m=
so-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: A=
R-SA"><div style=3D"TEXT-ALIGN: left">Best Regards,</div></span></span></s=
pan></span></span></span></div></span></div></span><span style=3D"FONT-FAM=
ILY: =CB=CE=CC=E5; COLOR: #000000; FONT-SIZE: 10.5pt"></span></div></div><=
/span></div>=0A</body></html>
------=_001_NextPart255057361831_=------




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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============3817698717859622245==--




From xen-users-bounces@lists.xen.org Wed Dec 03 07:59:21 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 07:59: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-users-bounces@lists.xen.org>)
	id 1Xw4oy-0003Eq-3h; Wed, 03 Dec 2014 07:58:00 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <kevin.zhang@octlink.com>) id 1Xw4ow-0003El-7k
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 07:57:58 +0000
Received: from [85.158.137.68] by server-14.bemta-3.messagelabs.com id
	1C/4C-07724-582CE745; Wed, 03 Dec 2014 07:57:57 +0000
X-Env-Sender: kevin.zhang@octlink.com
X-Msg-Ref: server-5.tower-31.messagelabs.com!1417593474!15501686!1
X-Originating-IP: [222.128.79.248]
X-SpamReason: No, hits=0.5 required=7.0 tests=HTML_MESSAGE,
	MIME_BASE64_TEXT,MIME_BOUND_NEXTPART
X-StarScan-Received: 
X-StarScan-Version: 6.12.4; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 28174 invoked from network); 3 Dec 2014 07:57:55 -0000
Received: from unknown (HELO mail.octlink.com) (222.128.79.248)
	by server-5.tower-31.messagelabs.com with SMTP;
	3 Dec 2014 07:57:55 -0000
Received: from localhost (localhost [127.0.0.1])
	by mail.octlink.com (Postfix) with SMTP id AD3D0A156
	for <xen-users@lists.xen.org>; Wed,  3 Dec 2014 15:57:51 +0800 (CST)
Received: from zhangpei-PC (pfsense.localdomain [192.168.10.253])
	by mail.octlink.com (Postfix) with ESMTPA id D5D4EA0AF
	for <xen-users@lists.xen.org>; Wed,  3 Dec 2014 15:57:50 +0800 (CST)
Date: Wed, 3 Dec 2014 15:57:47 +0800
From: "kevin.zhang@octlink.com" <kevin.zhang@octlink.com>
To: xen-users <xen-users@lists.xen.org>
X-Priority: 3
X-Has-Attach: no
X-Mailer: Foxmail 7, 2, 5, 140[cn]
Mime-Version: 1.0
Message-ID: <2014120315574589175063@octlink.com>
X-DSPAM-Result: Whitelisted
X-DSPAM-Processed: Wed Dec  3 15:57:51 2014
X-DSPAM-Confidence: 0.8017
X-DSPAM-Probability: 0.0000
X-DSPAM-Signature: 3,547ec27f23243948186718
X-DSPAM-Factors: 27, Subject*has, 0.99917, Subject*in, 0.00387,
	Message-ID*octlink.com>, 0.00433, check, 0.00575,
	check, 0.00575, done, 0.00977, done, 0.00977, can+be, 0.00979,
	can+be, 0.00979, between, 0.00987, between, 0.00987,
	and+KVM, 0.01000, and+KVM, 0.01000,
	From*"kevin.zhang@octlink.com" <kevin.zhang@octlink.com>, 0.01000,
	tell+whether, 0.01000, tell+whether, 0.01000,
	SA">Best, 0.01000, be+done, 0.01000, be+done, 0.01000,
	0+to, 0.01000, 0+to, 0.01000, &nbsp+These, 0.01000,
	pvdrivers, 0.01000, pvdrivers, 0.01000,
	From*<kevin.zhang+octlink.com>, 0.01000, These+days, 0.01000,
	These+days, 0.01000
Subject: [Xen-users] How to check whether a windows domU has PVDrivers
	installed in Domain-0
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============3817698717859622245=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

This is a multi-part message in MIME format.

--===============3817698717859622245==
Content-Type: multipart/alternative;
	boundary="----=_001_NextPart255057361831_=----"

This is a multi-part message in MIME format.

------=_001_NextPart255057361831_=----
Content-Type: text/plain;
	charset="GB2312"
Content-Transfer-Encoding: base64

SGkgYWxsLA0KDQogICAgICBUaGVzZSBkYXlzIEknbSBkb2luZyBzb21lIGNvbXBhcmlzaW9uIGJl
dHdlZW4gWGVuIGFuZCBLVk0uIEkgbm90aWNlZCB0aGF0IHZpcnNoIGNhbiB0ZWxsIHdoZXRoZXIg
YSBLVk0gd2luZG93cyB2bSBoYXMgcHZkcml2ZXJzLg0KICAgICAgSXMgdGhlcmUgYW55d2F5IG9y
IGFueSBjb21tYW5kIHRoYXQgY2FuIGJlIGRvbmUgaW4gRG9tYWluLTAgdG8gY2hlY2sgd2hldGhl
ciBhIHdpbmRvd3MgRG9tVSBoYXMgUFZEcml2ZXJzIGluc3RhbGxlZD8NCiAgICAgDQpCZXN0IFJl
Z2FyZHMsDQo=

------=_001_NextPart255057361831_=----
Content-Type: text/html;
	charset="GB2312"
Content-Transfer-Encoding: quoted-printable

<html><head><meta http-equiv=3D"content-type" content=3D"text/html; charse=
t=3DGB2312"><style>body { line-height: 1.5; }body { font-size: 12pt; font-=
family: =CE=A2=C8=ED=D1=C5=BA=DA; color: rgb(0, 0, 255); line-height: 1.5;=
 }</style></head><body>=0A<div><span></span>Hi all,</div><div><br></div><d=
iv>&nbsp; &nbsp; &nbsp; These days I'm doing some comparision between Xen =
and KVM. I noticed that virsh can tell whether a KVM windows vm has pvdriv=
ers.</div><div>&nbsp; &nbsp; &nbsp; Is there anyway or any command that ca=
n be done in Domain-0 to check whether a windows DomU has PVDrivers instal=
led?</div><div>&nbsp; &nbsp; &nbsp;</div>=0A<div><span><div style=3D"MARGI=
N-TOP: 10px; FONT-FAMILY: =CB=CE=CC=E5; COLOR: #000000; MARGIN-LEFT: 10px;=
 FONT-SIZE: 10.5pt; MARGIN-RIGHT: 10px"><div><span style=3D"FONT-FAMILY: =
=CB=CE=CC=E5; COLOR: #000000; FONT-SIZE: 10.5pt"><div><span><div style=3D"=
TEXT-ALIGN: right"><span style=3D"FONT-FAMILY: =CE=A2=C8=ED=D1=C5=BA=DA; C=
OLOR: #000000; FONT-SIZE: 10.5pt"><span style=3D"FONT-FAMILY: =CE=A2=C8=ED=
=D1=C5=BA=DA; FONT-SIZE: 10.5pt; mso-bidi-font-family: 'Times New Roman'; =
mso-bidi-font-size: 11.0pt; mso-ascii-font-family: Calibri; mso-ascii-them=
e-font: minor-latin; mso-fareast-theme-font: minor-fareast; mso-hansi-font=
-family: Calibri; mso-hansi-theme-font: minor-latin; mso-bidi-theme-font: =
minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bid=
i-language: AR-SA"><span style=3D"FONT-FAMILY: =CE=A2=C8=ED=D1=C5=BA=DA; C=
OLOR: #000000; FONT-SIZE: 10.5pt"><span style=3D"FONT-FAMILY: =CE=A2=C8=ED=
=D1=C5=BA=DA; FONT-SIZE: 8pt; mso-bidi-font-family: 'Times New Roman'; mso=
-bidi-font-size: 11.0pt; mso-ascii-theme-font: minor-latin; mso-fareast-th=
eme-font: minor-fareast; mso-hansi-theme-font: minor-latin; mso-bidi-theme=
-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; =
mso-bidi-language: AR-SA; mso-fareast-font-family: =CB=CE=CC=E5" lang=3D"E=
N-US"><span style=3D"FONT-FAMILY: =CE=A2=C8=ED=D1=C5=BA=DA; COLOR: #000000=
; FONT-SIZE: 10.5pt"><span style=3D"FONT-FAMILY: =CE=A2=C8=ED=D1=C5=BA=DA;=
 FONT-SIZE: 10.5pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font=
-size: 11.0pt; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor=
-latin; mso-fareast-theme-font: minor-fareast; mso-hansi-font-family: Cali=
bri; mso-hansi-theme-font: minor-latin; mso-bidi-theme-font: minor-bidi; m=
so-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: A=
R-SA"><div style=3D"TEXT-ALIGN: left">Best Regards,</div></span></span></s=
pan></span></span></span></div></span></div></span><span style=3D"FONT-FAM=
ILY: =CB=CE=CC=E5; COLOR: #000000; FONT-SIZE: 10.5pt"></span></div></div><=
/span></div>=0A</body></html>
------=_001_NextPart255057361831_=------




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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============3817698717859622245==--




From xen-users-bounces@lists.xen.org Wed Dec 03 09:28:03 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 09:28: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-users-bounces@lists.xen.org>)
	id 1Xw6Cc-0005HF-BS; Wed, 03 Dec 2014 09:26:30 +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 1Xw6Cb-0005HA-6c
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 09:26:29 +0000
Received: from [85.158.139.211] by server-8.bemta-5.messagelabs.com id
	38/65-11581-447DE745; Wed, 03 Dec 2014 09:26:28 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-6.tower-206.messagelabs.com!1417598786!11232830!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 8482 invoked from network); 3 Dec 2014 09:26:27 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-6.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	3 Dec 2014 09:26:27 -0000
X-IronPort-AV: E=Sophos;i="5.07,506,1413244800"; d="scan'208";a="198978994"
Message-ID: <1417598784.29004.10.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: "kevin.zhang@octlink.com" <kevin.zhang@octlink.com>
Date: Wed, 3 Dec 2014 09:26:24 +0000
In-Reply-To: <2014120315574589175063@octlink.com>
References: <2014120315574589175063@octlink.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] How to check whether a windows domU has PVDrivers
 installed in Domain-0
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Wed, 2014-12-03 at 15:57 +0800, kevin.zhang@octlink.com wrote:
>       These days I'm doing some comparision between Xen and KVM. I
> noticed that virsh can tell whether a KVM windows vm has pvdrivers.
>       Is there anyway or any command that can be done in Domain-0 to
> check whether a windows DomU has PVDrivers installed?

I'm not sure if there are any direct ways, but you could infer by
examining the "state" node in the backend xenstore directory for each
device.

I'm not sure if you can infer anything from e.g. "xl block-list". e.g.
the presence/absence of an evtch or shared ring entry.
Ian.



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 03 09:28:03 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 09:28: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-users-bounces@lists.xen.org>)
	id 1Xw6Cc-0005HF-BS; Wed, 03 Dec 2014 09:26:30 +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 1Xw6Cb-0005HA-6c
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 09:26:29 +0000
Received: from [85.158.139.211] by server-8.bemta-5.messagelabs.com id
	38/65-11581-447DE745; Wed, 03 Dec 2014 09:26:28 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-6.tower-206.messagelabs.com!1417598786!11232830!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 8482 invoked from network); 3 Dec 2014 09:26:27 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-6.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	3 Dec 2014 09:26:27 -0000
X-IronPort-AV: E=Sophos;i="5.07,506,1413244800"; d="scan'208";a="198978994"
Message-ID: <1417598784.29004.10.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: "kevin.zhang@octlink.com" <kevin.zhang@octlink.com>
Date: Wed, 3 Dec 2014 09:26:24 +0000
In-Reply-To: <2014120315574589175063@octlink.com>
References: <2014120315574589175063@octlink.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] How to check whether a windows domU has PVDrivers
 installed in Domain-0
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Wed, 2014-12-03 at 15:57 +0800, kevin.zhang@octlink.com wrote:
>       These days I'm doing some comparision between Xen and KVM. I
> noticed that virsh can tell whether a KVM windows vm has pvdrivers.
>       Is there anyway or any command that can be done in Domain-0 to
> check whether a windows DomU has PVDrivers installed?

I'm not sure if there are any direct ways, but you could infer by
examining the "state" node in the backend xenstore directory for each
device.

I'm not sure if you can infer anything from e.g. "xl block-list". e.g.
the presence/absence of an evtch or shared ring entry.
Ian.



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 03 09:36:36 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 09:36: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-users-bounces@lists.xen.org>)
	id 1Xw6M8-0005bK-Mr; Wed, 03 Dec 2014 09:36:20 +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 1Xw6M7-0005bB-11
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 09:36:19 +0000
Received: from [85.158.137.68] by server-7.bemta-3.messagelabs.com id
	9F/EC-17958-299DE745; Wed, 03 Dec 2014 09:36:18 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-14.tower-31.messagelabs.com!1417599376!8312176!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 4947 invoked from network); 3 Dec 2014 09:36:17 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-14.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	3 Dec 2014 09:36:17 -0000
X-IronPort-AV: E=Sophos;i="5.07,506,1413244800"; d="scan'208";a="198981142"
Message-ID: <1417599374.29004.14.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Marco Blanchette <marcoblanchette@icloud.com>
Date: Wed, 3 Dec 2014 09:36:14 +0000
In-Reply-To: <08F1BF63-149B-4D70-9A55-A10BC291ADB8@icloud.com>
References: <34AF64CD-A66A-4C1E-89D2-49121402767A@me.com>
	<D09A6233.6B4%manoj.subramaniam@onlive.com>
	<5123A63D-5049-40E5-8981-675C588B8CDC@me.com>
	<08F1BF63-149B-4D70-9A55-A10BC291ADB8@icloud.com>
Organization: Citrix Systems, Inc.
Content-Length: 6748
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Unable to reboot after install of Xen on fresh
 ubuntu running off recycled macbook hardware
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

SWYgaXQncyBoYW5naW5nIGFmdGVyIGxvYWRpbmcgdGhlIGluaXRyYW1mcyB0aGVuIHRoYXQgc3Vn
Z2VzdHMgdGhhdAplaXRoZXIgdXNlcnNwYWNlIGlzbid0IHN0YXJ0aW5nLCBvciB0aGF0IGl0cyBv
dXRwdXQgaXMgbm90IGdvaW5nIHRvIHRoZQpjb25zb2xlLgoKWW91IGNvdWxkIHRyeSBhZGRpbmcg
ImRlYnVnIGNvbnNvbGU9aHZjMCIgdG8gdGhlIGtlcm5lbCBtb2R1bGUgb2YgdGhlClhlbiBlbnRy
eSwgd2hpY2ggbWlnaHQgZ2l2ZSB5b3Ugc29tZSBvdXRwdXQgb3Igc29tZSBtb3JlIGhpbnRzIGF0
IGxlYXN0LgoKWW91IHNob3VsZCBhbHNvIG1ha2Ugc3VyZSB0aGF0IGEgZ2V0dHkgaXMgY29uZmln
dXJlZCB0byBydW4gb24gaHZjMCBvbmNlCnRoZSBzeXN0ZW0gaXMgYm9vdGVkLiBJJ3ZlIG5vIGlk
ZWEgZXZlbiB3aGljaCBpbml0c3lzdGVtIFVidW50dSAxNC4xMAp1c2VzLCBzbyBJJ20gbm90IHN1
cmUgb2YgdGhlIHdheSBvbmUgZG9lcyB0aGF0Li4uCgpJYW4uCgpPbiBUdWUsIDIwMTQtMTItMDIg
YXQgMjA6NTEgLTA2MDAsIE1hcmNvIEJsYW5jaGV0dGUgd3JvdGU6Cj4gCj4gRGVhciBsaXN0LAo+
IAo+IAo+IEluIG15IGF0dGVtcHQgdG8gc29sdmUgdGhpcyBwcm9ibGVtLCBJIHdlbnQgYWhlYWQg
YW5kIGNvbXBpbGUgYSBmcmVzaAo+IGRvd25sb2FkIG9mIFhlbiA0LjUgZnJvbSBHaXRIdWIgYW5k
IGluc3RhbGwgaXQgb24gbXkgTWFjQm9vayBoYXJkd2FyZQo+IHJ1bm5pbmcgYSBWYW5pbGxhIFVi
dW50dSAxNC4xMCBhcyBzb2xlIE9TLiBSZXN1bHRzIGFyZSB0aGUgc2FtZSwgSeKAmW0KPiB1bmJh
YmxlIHRvIGxvYWQgdGhlIGtlcm5lbCBvbiB0b3Agb2YgWGVuLiBNeSBlZmZvcnQgaW4gdHJ5aW5n
IHRvIHR3ZWFrCj4gR3J1YjIgd2VyZSBhbGwgdW5zdWNjZXNzZnVsIHNvIEkgYW0gZG91YnRpbmcg
dGhpcyBpcyB0aGUgcHJvYmxlbS4KPiAKPiAKPiBBbnkgaGVscCB3b3VsZCBiZSBhcHByZWNpYXRl
ZC4KPiAKPiAKPiB0aGFua3MKPiAKPiAKPiAKPiA+IE9uIE5vdiAyNSwgMjAxNCwgYXQgNjo1NiBQ
TSwgTWFyY28gQmxhbmNoZXR0ZQo+ID4gPG1hcmNvYmxhbmNoZXR0ZUBtZS5jb20+IHdyb3RlOgo+
ID4gCj4gPiBIbW3igKYuIEhlcmUgaXMgdGhlIG1lbnUgZW50cnkgZm9yIFVidW50dSBHTlUvTGlu
dXgsIHdpdGggWGVuCj4gPiBoeXBlcnZpc29yIGZvciAvYm9vdC9ncnViL2dydWIuY2ZnIChub3Qg
L2Jvb3QvZ3J1YjLigKYgdGhhdCBkaXJlY3RvcnkKPiA+IGRvZXMgbm90IGV4aXN0IG9uIG15IFVu
YnVudHUgZGlzdHJvKQo+ID4gCj4gPiAKPiA+IG1lbnVlbnRyeSAnVWJ1bnR1IEdOVS9MaW51eCwg
d2l0aCBYZW4gaHlwZXJ2aXNvcicgLS1jbGFzcyB1YnVudHUKPiA+IC0tY2xhc3MgZ251LWxpbnV4
IC0tY2xhc3MgZ251IC0tY2xhc3Mgb3MgLS1jbGFzcyB4ZW4KPiA+ICRtZW51ZW50cnlfaWRfb3B0
aW9uCj4gPiAneGVuLWdudWxpbnV4LXNpbXBsZS04NTg0MzZkYi0wMTk4LTRkNTEtOWQ3Zi04YTBh
NDYwM2ViN2EnIHsKPiA+ICAgICAgICAgaW5zbW9kIHBhcnRfZ3B0Cj4gPiAgICAgICAgIGluc21v
ZCBleHQyCj4gPiAgICAgICAgIHNldCByb290PSdoZDAsZ3B0MicKPiA+ICAgICAgICAgaWYgWyB4
JGZlYXR1cmVfcGxhdGZvcm1fc2VhcmNoX2hpbnQgPSB4eSBdOyB0aGVuCj4gPiAgICAgICAgICAg
c2VhcmNoIC0tbm8tZmxvcHB5IC0tZnMtdXVpZCAtLXNldD1yb290Cj4gPiAtLWhpbnQtYmlvcz1o
ZDAsZ3B0MiAtLWhpbnQtZWZpPWhkMCxncHQyIC0taGludC1iYXJlbWV0YWw9YWhjaTAsZ3B0Mgo+
ID4gOGExZjViOGEtMWMxNy00MzRlLTkzMGUtZDE2ODdiZThiNmY0Cj4gPiAgICAgICAgIGVsc2UK
PiA+ICAgICAgICAgICBzZWFyY2ggLS1uby1mbG9wcHkgLS1mcy11dWlkIC0tc2V0PXJvb3QKPiA+
IDhhMWY1YjhhLTFjMTctNDM0ZS05MzBlLWQxNjg3YmU4YjZmNAo+ID4gICAgICAgICBmaQo+ID4g
ICAgICAgICBlY2hvICAgICdMb2FkaW5nIFhlbiA0LjQtYW1kNjQgLi4uJwo+ID4gICAgICAgICBp
ZiBbICIkZ3J1Yl9wbGF0Zm9ybSIgPSAicGMiIC1vICIkZ3J1Yl9wbGF0Zm9ybSIgPSAiIiBdOwo+
ID4gdGhlbgo+ID4gICAgICAgICAgICAgeGVuX3JtX29wdHM9Cj4gPiAgICAgICAgIGVsc2UKPiA+
ICAgICAgICAgICAgIHhlbl9ybV9vcHRzPSJuby1yZWFsLW1vZGUgZWRkPW9mZiIKPiA+ICAgICAg
ICAgZmkKPiA+ICAgICAgICAgbXVsdGlib290ICAgICAgIC94ZW4tNC40LWFtZDY0Lmd6IHBsYWNl
aG9sZGVyCj4gPiAke3hlbl9ybV9vcHRzfQo+ID4gICAgICAgICBlY2hvICAgICdMb2FkaW5nIExp
bnV4IDMuMTYuMC0yNS1nZW5lcmljIC4uLicKPiA+ICAgICAgICAgbW9kdWxlICAvdm1saW51ei0z
LjE2LjAtMjUtZ2VuZXJpYyBwbGFjZWhvbGRlcgo+ID4gcm9vdD0vZGV2L21hcHBlci91YnVudHUt
LXZnLXJvb3Qgcm8KPiA+ICAgICAgICAgZWNobyAgICAnTG9hZGluZyBpbml0aWFsIHJhbWRpc2sg
R29kIGRhbW4gaXQhISEhLi4uJwo+ID4gICAgICAgICBtb2R1bGUgIC0tbm91bnppcCAgIC9pbml0
cmQuaW1nLTMuMTYuMC0yNS1nZW5lcmljCj4gPiAgICAgICAgIGVjaG8gICAgJ0knXCcnbSBwYXNz
ZWQgbG9hZGluZyB0aGUgUkFNIGRpc2snCj4gPiAKPiA+IAo+ID4gfQo+ID4gCj4gPiAKPiA+IFRo
YW5rcyBmb3IgbG9va2luZyBpbnRvIHRoaXMgKEkgYWRkZWQgdGhlIGV4dHJhIGVjaG8gbGluZXMg
aW4gbXkKPiA+IGVmZm9ydCB0byBmaWd1cmUgb3V0IHdoYXQgd2FzIGdvaW5nIG9uIGhlcmXigKYp
Cj4gPiAKPiA+IAo+ID4gCj4gPiAKPiA+IAo+ID4gCj4gPiA+IE9uIE5vdiAyNSwgMjAxNCwgYXQg
Njo0NyBQTSwgTWFub2ogU3VicmFtYW5pYW0KPiA+ID4gPE1hbm9qLlN1YnJhbWFuaWFtQG9ubGl2
ZS5jb20+IHdyb3RlOgo+ID4gPiAKPiA+ID4gIEkgc3VzcGVjdCB5b3VyIG1lbnUgZW50cnkgZm9y
ICJVYnVudHUgR05VL0xpbnV4IChrZXJuZWwKPiA+ID4gMy4xNi4wLTI1LWdlbmVyaWMgW29yIC0w
LTIzLV0pICwgd2l0aCBYZW4gaHlwZXJ2aXNvcuKAnSBpcwo+ID4gPiBpbmNvcnJlY3QuIERpZCB5
b3UgcnVuIGdydWIyLW1rY29uZmlnPyBWZXJpZnkgdGhlIG1lbnUgZW50cnkKPiA+ID4gaW4gL2Jv
b3QvZ3J1YjIvZ3J1Yi5jZmcgLgo+ID4gPiAKPiA+ID4gCj4gPiA+IEZyb206IE1hcmNvIEJsYW5j
aGV0dGUgPG1hcmNvYmxhbmNoZXR0ZUBtZS5jb20+Cj4gPiA+IERhdGU6IFR1ZXNkYXksIE5vdmVt
YmVyIDI1LCAyMDE0IGF0IDc6MTUgQU0KPiA+ID4gVG86ICJ4ZW4tdXNlcnNAbGlzdHMueGVuLm9y
ZyIgPHhlbi11c2Vyc0BsaXN0cy54ZW4ub3JnPgo+ID4gPiBTdWJqZWN0OiBbWGVuLXVzZXJzXSBV
bmFibGUgdG8gcmVib290IGFmdGVyIGluc3RhbGwgb2YgWGVuIG9uCj4gPiA+IGZyZXNoIHVidW50
dSBydW5uaW5nIG9mZiByZWN5Y2xlZCBtYWNib29rIGhhcmR3YXJlCj4gPiA+IAo+ID4gPiAKPiA+
ID4gCj4gPiA+IEknbSBwcmV0dHkgbmV3YmllIHdpdGggWGVuIGFuZCBJIGFwcG9sb2dpemUgaWYg
dGhpcyBpcyBzb21ldGhpbmcKPiA+ID4gdGhhdCBpcyBlYXN5IGFuZCBkdW1iLi4uIAo+ID4gPiAK
PiA+ID4gSSBqdXN0IGluc3RhbGwgYSBmcmVzaCB2YW5pbGxhIHVidW50dSAxNC4xMCBzZXJ2ZXIs
IGZvbGxvd2VkIGJ5IGEKPiA+ID4gZGlzdHJpYnV0aW9uIHVwZ3JhZGUuIFVidW50dSBpcyBpbnN0
YWxsZWQgb24gYSByZWN5Y2xlZCBtYWNib29rCj4gPiA+IGFpciBsYXRlIDIwMTAgW01hY0Jvb2sg
QWlyICJDb3JlIDIgRHVvIiAyLjEzIDEzIiAoTGF0ZSDigJkxMCkgMi4xMwo+ID4gPiBHSHogQ29y
ZSAyIER1byAoU0w5NjAwKSB0byBiZSBwcmVjaXNlXSBvbiBhIDI1IEdiIHJvb3QgcGFydGl0aW9u
Cj4gPiA+IHdpdGggdGhlIHJlbWFpbmluZyBvZiB0aGUgMjUwR2IgU1NEIGhhcmQgZHJpdmUgZm9y
IExWTS4gR3J1YjIgaXMKPiA+ID4gdGhlIGJvb3QgbG9hZGVyLiAKPiA+ID4gCj4gPiA+IEkgdGhl
biBpbnN0YWxsZWQgWGVuIDQuNCBmcm9tIHRoZSBkaXN0cm8gd2l0aCBzdWRvIGFwdC1nZXQgaW5z
dGFsbAo+ID4gPiB4ZXgtaHlwZXJ2aXNvci00LjQtYW1kNjQKPiA+ID4gCj4gPiA+IFVwb24gcmVi
b290IG9mIHRoZSBVYnVudHUgR05VL0xpbnV4IChrZXJuZWwgMy4xNi4wLTI1LWdlbmVyaWMgW29y
Cj4gPiA+IC0wLTIzLV0pICwgd2l0aCBYZW4gaHlwZXJ2aXNvciBpbiBHcnViICh2IDIuMDIgfiBi
ZXRhMi0xNSksIHRoZQo+ID4gPiBib290IHByb2Nlc3MgZ2V0IHN0dWNrIGFmdGVyIGVjaG9pbmcg
IkxvYWRpbmcgaW5pdGlhbCByYW1kaXNr4oCdLgo+ID4gPiBJIGFsc28gdHJpZWQgVWJ1bnR1IDE0
LjA0LjAxIExUUyBzZXJ2ZXIgd2l0aCB0aGUgdHdvIGRpZmZlcmVudAo+ID4gPiBrZXJuZWxzIHdp
dGggbm8gYXZhaWwuCj4gPiA+IAo+ID4gPiBJIHN1c3BlY3QgdGhlIHByb2JsZW0gaXMgd2l0aCB0
aGUgR3J1YiBjb25maWdzIGJ1dCBJ4oCZbSBub3Qgc3VyZQo+ID4gPiB3aGVyZSB0byBnbyBmcm9t
IHRoZXJlIHRvIHN0YXJ0IGZpZ3VyaW5nIG91dCB3aGF0IHRoZSBwcm9ibGVtIGlzLgo+ID4gPiAK
PiA+ID4gQW55IGhlbHAgd291bGQgYmUgcmVhbGx5IGFwcHJlY2lhdGUuCj4gPiA+IAo+ID4gPiBU
aGFua3MKPiA+ID4gX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
X18KPiA+ID4gWGVuLXVzZXJzIG1haWxpbmcgbGlzdAo+ID4gPiBYZW4tdXNlcnNAbGlzdHMueGVu
Lm9yZwo+ID4gPiBodHRwOi8vbGlzdHMueGVuLm9yZy94ZW4tdXNlcnMKPiA+IAo+ID4gCj4gCj4g
Cj4gX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KPiBYZW4t
dXNlcnMgbWFpbGluZyBsaXN0Cj4gWGVuLXVzZXJzQGxpc3RzLnhlbi5vcmcKPiBodHRwOi8vbGlz
dHMueGVuLm9yZy94ZW4tdXNlcnMKCgoKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX18KWGVuLXVzZXJzIG1haWxpbmcgbGlzdApYZW4tdXNlcnNAbGlzdHMueGVu
Lm9yZwpodHRwOi8vbGlzdHMueGVuLm9yZy94ZW4tdXNlcnM=

From xen-users-bounces@lists.xen.org Wed Dec 03 09:36:36 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 09:36: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-users-bounces@lists.xen.org>)
	id 1Xw6M8-0005bK-Mr; Wed, 03 Dec 2014 09:36:20 +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 1Xw6M7-0005bB-11
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 09:36:19 +0000
Received: from [85.158.137.68] by server-7.bemta-3.messagelabs.com id
	9F/EC-17958-299DE745; Wed, 03 Dec 2014 09:36:18 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-14.tower-31.messagelabs.com!1417599376!8312176!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 4947 invoked from network); 3 Dec 2014 09:36:17 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-14.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	3 Dec 2014 09:36:17 -0000
X-IronPort-AV: E=Sophos;i="5.07,506,1413244800"; d="scan'208";a="198981142"
Message-ID: <1417599374.29004.14.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Marco Blanchette <marcoblanchette@icloud.com>
Date: Wed, 3 Dec 2014 09:36:14 +0000
In-Reply-To: <08F1BF63-149B-4D70-9A55-A10BC291ADB8@icloud.com>
References: <34AF64CD-A66A-4C1E-89D2-49121402767A@me.com>
	<D09A6233.6B4%manoj.subramaniam@onlive.com>
	<5123A63D-5049-40E5-8981-675C588B8CDC@me.com>
	<08F1BF63-149B-4D70-9A55-A10BC291ADB8@icloud.com>
Organization: Citrix Systems, Inc.
Content-Length: 6748
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Unable to reboot after install of Xen on fresh
 ubuntu running off recycled macbook hardware
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

SWYgaXQncyBoYW5naW5nIGFmdGVyIGxvYWRpbmcgdGhlIGluaXRyYW1mcyB0aGVuIHRoYXQgc3Vn
Z2VzdHMgdGhhdAplaXRoZXIgdXNlcnNwYWNlIGlzbid0IHN0YXJ0aW5nLCBvciB0aGF0IGl0cyBv
dXRwdXQgaXMgbm90IGdvaW5nIHRvIHRoZQpjb25zb2xlLgoKWW91IGNvdWxkIHRyeSBhZGRpbmcg
ImRlYnVnIGNvbnNvbGU9aHZjMCIgdG8gdGhlIGtlcm5lbCBtb2R1bGUgb2YgdGhlClhlbiBlbnRy
eSwgd2hpY2ggbWlnaHQgZ2l2ZSB5b3Ugc29tZSBvdXRwdXQgb3Igc29tZSBtb3JlIGhpbnRzIGF0
IGxlYXN0LgoKWW91IHNob3VsZCBhbHNvIG1ha2Ugc3VyZSB0aGF0IGEgZ2V0dHkgaXMgY29uZmln
dXJlZCB0byBydW4gb24gaHZjMCBvbmNlCnRoZSBzeXN0ZW0gaXMgYm9vdGVkLiBJJ3ZlIG5vIGlk
ZWEgZXZlbiB3aGljaCBpbml0c3lzdGVtIFVidW50dSAxNC4xMAp1c2VzLCBzbyBJJ20gbm90IHN1
cmUgb2YgdGhlIHdheSBvbmUgZG9lcyB0aGF0Li4uCgpJYW4uCgpPbiBUdWUsIDIwMTQtMTItMDIg
YXQgMjA6NTEgLTA2MDAsIE1hcmNvIEJsYW5jaGV0dGUgd3JvdGU6Cj4gCj4gRGVhciBsaXN0LAo+
IAo+IAo+IEluIG15IGF0dGVtcHQgdG8gc29sdmUgdGhpcyBwcm9ibGVtLCBJIHdlbnQgYWhlYWQg
YW5kIGNvbXBpbGUgYSBmcmVzaAo+IGRvd25sb2FkIG9mIFhlbiA0LjUgZnJvbSBHaXRIdWIgYW5k
IGluc3RhbGwgaXQgb24gbXkgTWFjQm9vayBoYXJkd2FyZQo+IHJ1bm5pbmcgYSBWYW5pbGxhIFVi
dW50dSAxNC4xMCBhcyBzb2xlIE9TLiBSZXN1bHRzIGFyZSB0aGUgc2FtZSwgSeKAmW0KPiB1bmJh
YmxlIHRvIGxvYWQgdGhlIGtlcm5lbCBvbiB0b3Agb2YgWGVuLiBNeSBlZmZvcnQgaW4gdHJ5aW5n
IHRvIHR3ZWFrCj4gR3J1YjIgd2VyZSBhbGwgdW5zdWNjZXNzZnVsIHNvIEkgYW0gZG91YnRpbmcg
dGhpcyBpcyB0aGUgcHJvYmxlbS4KPiAKPiAKPiBBbnkgaGVscCB3b3VsZCBiZSBhcHByZWNpYXRl
ZC4KPiAKPiAKPiB0aGFua3MKPiAKPiAKPiAKPiA+IE9uIE5vdiAyNSwgMjAxNCwgYXQgNjo1NiBQ
TSwgTWFyY28gQmxhbmNoZXR0ZQo+ID4gPG1hcmNvYmxhbmNoZXR0ZUBtZS5jb20+IHdyb3RlOgo+
ID4gCj4gPiBIbW3igKYuIEhlcmUgaXMgdGhlIG1lbnUgZW50cnkgZm9yIFVidW50dSBHTlUvTGlu
dXgsIHdpdGggWGVuCj4gPiBoeXBlcnZpc29yIGZvciAvYm9vdC9ncnViL2dydWIuY2ZnIChub3Qg
L2Jvb3QvZ3J1YjLigKYgdGhhdCBkaXJlY3RvcnkKPiA+IGRvZXMgbm90IGV4aXN0IG9uIG15IFVu
YnVudHUgZGlzdHJvKQo+ID4gCj4gPiAKPiA+IG1lbnVlbnRyeSAnVWJ1bnR1IEdOVS9MaW51eCwg
d2l0aCBYZW4gaHlwZXJ2aXNvcicgLS1jbGFzcyB1YnVudHUKPiA+IC0tY2xhc3MgZ251LWxpbnV4
IC0tY2xhc3MgZ251IC0tY2xhc3Mgb3MgLS1jbGFzcyB4ZW4KPiA+ICRtZW51ZW50cnlfaWRfb3B0
aW9uCj4gPiAneGVuLWdudWxpbnV4LXNpbXBsZS04NTg0MzZkYi0wMTk4LTRkNTEtOWQ3Zi04YTBh
NDYwM2ViN2EnIHsKPiA+ICAgICAgICAgaW5zbW9kIHBhcnRfZ3B0Cj4gPiAgICAgICAgIGluc21v
ZCBleHQyCj4gPiAgICAgICAgIHNldCByb290PSdoZDAsZ3B0MicKPiA+ICAgICAgICAgaWYgWyB4
JGZlYXR1cmVfcGxhdGZvcm1fc2VhcmNoX2hpbnQgPSB4eSBdOyB0aGVuCj4gPiAgICAgICAgICAg
c2VhcmNoIC0tbm8tZmxvcHB5IC0tZnMtdXVpZCAtLXNldD1yb290Cj4gPiAtLWhpbnQtYmlvcz1o
ZDAsZ3B0MiAtLWhpbnQtZWZpPWhkMCxncHQyIC0taGludC1iYXJlbWV0YWw9YWhjaTAsZ3B0Mgo+
ID4gOGExZjViOGEtMWMxNy00MzRlLTkzMGUtZDE2ODdiZThiNmY0Cj4gPiAgICAgICAgIGVsc2UK
PiA+ICAgICAgICAgICBzZWFyY2ggLS1uby1mbG9wcHkgLS1mcy11dWlkIC0tc2V0PXJvb3QKPiA+
IDhhMWY1YjhhLTFjMTctNDM0ZS05MzBlLWQxNjg3YmU4YjZmNAo+ID4gICAgICAgICBmaQo+ID4g
ICAgICAgICBlY2hvICAgICdMb2FkaW5nIFhlbiA0LjQtYW1kNjQgLi4uJwo+ID4gICAgICAgICBp
ZiBbICIkZ3J1Yl9wbGF0Zm9ybSIgPSAicGMiIC1vICIkZ3J1Yl9wbGF0Zm9ybSIgPSAiIiBdOwo+
ID4gdGhlbgo+ID4gICAgICAgICAgICAgeGVuX3JtX29wdHM9Cj4gPiAgICAgICAgIGVsc2UKPiA+
ICAgICAgICAgICAgIHhlbl9ybV9vcHRzPSJuby1yZWFsLW1vZGUgZWRkPW9mZiIKPiA+ICAgICAg
ICAgZmkKPiA+ICAgICAgICAgbXVsdGlib290ICAgICAgIC94ZW4tNC40LWFtZDY0Lmd6IHBsYWNl
aG9sZGVyCj4gPiAke3hlbl9ybV9vcHRzfQo+ID4gICAgICAgICBlY2hvICAgICdMb2FkaW5nIExp
bnV4IDMuMTYuMC0yNS1nZW5lcmljIC4uLicKPiA+ICAgICAgICAgbW9kdWxlICAvdm1saW51ei0z
LjE2LjAtMjUtZ2VuZXJpYyBwbGFjZWhvbGRlcgo+ID4gcm9vdD0vZGV2L21hcHBlci91YnVudHUt
LXZnLXJvb3Qgcm8KPiA+ICAgICAgICAgZWNobyAgICAnTG9hZGluZyBpbml0aWFsIHJhbWRpc2sg
R29kIGRhbW4gaXQhISEhLi4uJwo+ID4gICAgICAgICBtb2R1bGUgIC0tbm91bnppcCAgIC9pbml0
cmQuaW1nLTMuMTYuMC0yNS1nZW5lcmljCj4gPiAgICAgICAgIGVjaG8gICAgJ0knXCcnbSBwYXNz
ZWQgbG9hZGluZyB0aGUgUkFNIGRpc2snCj4gPiAKPiA+IAo+ID4gfQo+ID4gCj4gPiAKPiA+IFRo
YW5rcyBmb3IgbG9va2luZyBpbnRvIHRoaXMgKEkgYWRkZWQgdGhlIGV4dHJhIGVjaG8gbGluZXMg
aW4gbXkKPiA+IGVmZm9ydCB0byBmaWd1cmUgb3V0IHdoYXQgd2FzIGdvaW5nIG9uIGhlcmXigKYp
Cj4gPiAKPiA+IAo+ID4gCj4gPiAKPiA+IAo+ID4gCj4gPiA+IE9uIE5vdiAyNSwgMjAxNCwgYXQg
Njo0NyBQTSwgTWFub2ogU3VicmFtYW5pYW0KPiA+ID4gPE1hbm9qLlN1YnJhbWFuaWFtQG9ubGl2
ZS5jb20+IHdyb3RlOgo+ID4gPiAKPiA+ID4gIEkgc3VzcGVjdCB5b3VyIG1lbnUgZW50cnkgZm9y
ICJVYnVudHUgR05VL0xpbnV4IChrZXJuZWwKPiA+ID4gMy4xNi4wLTI1LWdlbmVyaWMgW29yIC0w
LTIzLV0pICwgd2l0aCBYZW4gaHlwZXJ2aXNvcuKAnSBpcwo+ID4gPiBpbmNvcnJlY3QuIERpZCB5
b3UgcnVuIGdydWIyLW1rY29uZmlnPyBWZXJpZnkgdGhlIG1lbnUgZW50cnkKPiA+ID4gaW4gL2Jv
b3QvZ3J1YjIvZ3J1Yi5jZmcgLgo+ID4gPiAKPiA+ID4gCj4gPiA+IEZyb206IE1hcmNvIEJsYW5j
aGV0dGUgPG1hcmNvYmxhbmNoZXR0ZUBtZS5jb20+Cj4gPiA+IERhdGU6IFR1ZXNkYXksIE5vdmVt
YmVyIDI1LCAyMDE0IGF0IDc6MTUgQU0KPiA+ID4gVG86ICJ4ZW4tdXNlcnNAbGlzdHMueGVuLm9y
ZyIgPHhlbi11c2Vyc0BsaXN0cy54ZW4ub3JnPgo+ID4gPiBTdWJqZWN0OiBbWGVuLXVzZXJzXSBV
bmFibGUgdG8gcmVib290IGFmdGVyIGluc3RhbGwgb2YgWGVuIG9uCj4gPiA+IGZyZXNoIHVidW50
dSBydW5uaW5nIG9mZiByZWN5Y2xlZCBtYWNib29rIGhhcmR3YXJlCj4gPiA+IAo+ID4gPiAKPiA+
ID4gCj4gPiA+IEknbSBwcmV0dHkgbmV3YmllIHdpdGggWGVuIGFuZCBJIGFwcG9sb2dpemUgaWYg
dGhpcyBpcyBzb21ldGhpbmcKPiA+ID4gdGhhdCBpcyBlYXN5IGFuZCBkdW1iLi4uIAo+ID4gPiAK
PiA+ID4gSSBqdXN0IGluc3RhbGwgYSBmcmVzaCB2YW5pbGxhIHVidW50dSAxNC4xMCBzZXJ2ZXIs
IGZvbGxvd2VkIGJ5IGEKPiA+ID4gZGlzdHJpYnV0aW9uIHVwZ3JhZGUuIFVidW50dSBpcyBpbnN0
YWxsZWQgb24gYSByZWN5Y2xlZCBtYWNib29rCj4gPiA+IGFpciBsYXRlIDIwMTAgW01hY0Jvb2sg
QWlyICJDb3JlIDIgRHVvIiAyLjEzIDEzIiAoTGF0ZSDigJkxMCkgMi4xMwo+ID4gPiBHSHogQ29y
ZSAyIER1byAoU0w5NjAwKSB0byBiZSBwcmVjaXNlXSBvbiBhIDI1IEdiIHJvb3QgcGFydGl0aW9u
Cj4gPiA+IHdpdGggdGhlIHJlbWFpbmluZyBvZiB0aGUgMjUwR2IgU1NEIGhhcmQgZHJpdmUgZm9y
IExWTS4gR3J1YjIgaXMKPiA+ID4gdGhlIGJvb3QgbG9hZGVyLiAKPiA+ID4gCj4gPiA+IEkgdGhl
biBpbnN0YWxsZWQgWGVuIDQuNCBmcm9tIHRoZSBkaXN0cm8gd2l0aCBzdWRvIGFwdC1nZXQgaW5z
dGFsbAo+ID4gPiB4ZXgtaHlwZXJ2aXNvci00LjQtYW1kNjQKPiA+ID4gCj4gPiA+IFVwb24gcmVi
b290IG9mIHRoZSBVYnVudHUgR05VL0xpbnV4IChrZXJuZWwgMy4xNi4wLTI1LWdlbmVyaWMgW29y
Cj4gPiA+IC0wLTIzLV0pICwgd2l0aCBYZW4gaHlwZXJ2aXNvciBpbiBHcnViICh2IDIuMDIgfiBi
ZXRhMi0xNSksIHRoZQo+ID4gPiBib290IHByb2Nlc3MgZ2V0IHN0dWNrIGFmdGVyIGVjaG9pbmcg
IkxvYWRpbmcgaW5pdGlhbCByYW1kaXNr4oCdLgo+ID4gPiBJIGFsc28gdHJpZWQgVWJ1bnR1IDE0
LjA0LjAxIExUUyBzZXJ2ZXIgd2l0aCB0aGUgdHdvIGRpZmZlcmVudAo+ID4gPiBrZXJuZWxzIHdp
dGggbm8gYXZhaWwuCj4gPiA+IAo+ID4gPiBJIHN1c3BlY3QgdGhlIHByb2JsZW0gaXMgd2l0aCB0
aGUgR3J1YiBjb25maWdzIGJ1dCBJ4oCZbSBub3Qgc3VyZQo+ID4gPiB3aGVyZSB0byBnbyBmcm9t
IHRoZXJlIHRvIHN0YXJ0IGZpZ3VyaW5nIG91dCB3aGF0IHRoZSBwcm9ibGVtIGlzLgo+ID4gPiAK
PiA+ID4gQW55IGhlbHAgd291bGQgYmUgcmVhbGx5IGFwcHJlY2lhdGUuCj4gPiA+IAo+ID4gPiBU
aGFua3MKPiA+ID4gX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
X18KPiA+ID4gWGVuLXVzZXJzIG1haWxpbmcgbGlzdAo+ID4gPiBYZW4tdXNlcnNAbGlzdHMueGVu
Lm9yZwo+ID4gPiBodHRwOi8vbGlzdHMueGVuLm9yZy94ZW4tdXNlcnMKPiA+IAo+ID4gCj4gCj4g
Cj4gX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KPiBYZW4t
dXNlcnMgbWFpbGluZyBsaXN0Cj4gWGVuLXVzZXJzQGxpc3RzLnhlbi5vcmcKPiBodHRwOi8vbGlz
dHMueGVuLm9yZy94ZW4tdXNlcnMKCgoKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX18KWGVuLXVzZXJzIG1haWxpbmcgbGlzdApYZW4tdXNlcnNAbGlzdHMueGVu
Lm9yZwpodHRwOi8vbGlzdHMueGVuLm9yZy94ZW4tdXNlcnM=

From xen-users-bounces@lists.xen.org Wed Dec 03 13:47:14 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 13:47: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-users-bounces@lists.xen.org>)
	id 1XwAFk-0003o3-Uw; Wed, 03 Dec 2014 13:46:00 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <russell.pavlicek@citrix.com>)
	id 1XwAFj-0003na-C8; Wed, 03 Dec 2014 13:45:59 +0000
Received: from [193.109.254.147] by server-4.bemta-14.messagelabs.com id
	C4/16-02954-6141F745; Wed, 03 Dec 2014 13:45:58 +0000
X-Env-Sender: russell.pavlicek@citrix.com
X-Msg-Ref: server-3.tower-27.messagelabs.com!1417614354!12642055!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 3806 invoked from network); 3 Dec 2014 13:45:57 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-3.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	3 Dec 2014 13:45:57 -0000
X-IronPort-AV: E=Sophos;i="5.07,507,1413244800"; d="scan'208";a="199396524"
From: Russell Pavlicek <russell.pavlicek@citrix.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>,
	"xen-api@lists.xen.org"
	<xen-api@lists.xen.org>, "xen-announce@lists.xenproject.org"
	<xen-announce@lists.xenproject.org>, "xs-devel@lists.xenserver.org"
	<xs-devel@lists.xenserver.org>, "mirageos-devel@lists.xenproject.org"
	<mirageos-devel@lists.xenproject.org>
Thread-Topic: Announcing Xen Project Test Day for 4.5 RC3 on December	4
Thread-Index: AQHQDmhP3KthO1lmv0KpABJgHiXx6A==
Date: Wed, 3 Dec 2014 13:45:40 +0000
Message-ID: <55E78A57290FB64FA0D3CF672F9F3DA2050D17DF@SJCPEX01CL03.citrite.net>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
MIME-Version: 1.0
Subject: [Xen-users] Announcing Xen Project Test Day for 4.5 RC3 on
	December	4
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Folks,

This Thursday, December 4, is our third Test Day for the 4.5 release
cycle. Release Candidate 3 will be available for assessment on 
Wednesday.  Now is the time to see if the upcoming release of the 
Xen Project Hypervisor will work in your environment.

Information about testing this release can be found here:
http://wiki.xenproject.org/wiki/Xen_4.5_RC3_test_instructions

To learn more about Test Days, including the proposed dates 
for the RC4 Test Day and final release, check out:
http://wiki.xenproject.org/wiki/Xen_Project_Test_Days

See you in #xentest on IRC this Thursday for Test Day!


_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 03 13:47:14 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 13:47: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-users-bounces@lists.xen.org>)
	id 1XwAFk-0003o3-Uw; Wed, 03 Dec 2014 13:46:00 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <russell.pavlicek@citrix.com>)
	id 1XwAFj-0003na-C8; Wed, 03 Dec 2014 13:45:59 +0000
Received: from [193.109.254.147] by server-4.bemta-14.messagelabs.com id
	C4/16-02954-6141F745; Wed, 03 Dec 2014 13:45:58 +0000
X-Env-Sender: russell.pavlicek@citrix.com
X-Msg-Ref: server-3.tower-27.messagelabs.com!1417614354!12642055!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 3806 invoked from network); 3 Dec 2014 13:45:57 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-3.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	3 Dec 2014 13:45:57 -0000
X-IronPort-AV: E=Sophos;i="5.07,507,1413244800"; d="scan'208";a="199396524"
From: Russell Pavlicek <russell.pavlicek@citrix.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>,
	"xen-api@lists.xen.org"
	<xen-api@lists.xen.org>, "xen-announce@lists.xenproject.org"
	<xen-announce@lists.xenproject.org>, "xs-devel@lists.xenserver.org"
	<xs-devel@lists.xenserver.org>, "mirageos-devel@lists.xenproject.org"
	<mirageos-devel@lists.xenproject.org>
Thread-Topic: Announcing Xen Project Test Day for 4.5 RC3 on December	4
Thread-Index: AQHQDmhP3KthO1lmv0KpABJgHiXx6A==
Date: Wed, 3 Dec 2014 13:45:40 +0000
Message-ID: <55E78A57290FB64FA0D3CF672F9F3DA2050D17DF@SJCPEX01CL03.citrite.net>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
MIME-Version: 1.0
Subject: [Xen-users] Announcing Xen Project Test Day for 4.5 RC3 on
	December	4
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Folks,

This Thursday, December 4, is our third Test Day for the 4.5 release
cycle. Release Candidate 3 will be available for assessment on 
Wednesday.  Now is the time to see if the upcoming release of the 
Xen Project Hypervisor will work in your environment.

Information about testing this release can be found here:
http://wiki.xenproject.org/wiki/Xen_4.5_RC3_test_instructions

To learn more about Test Days, including the proposed dates 
for the RC4 Test Day and final release, check out:
http://wiki.xenproject.org/wiki/Xen_Project_Test_Days

See you in #xentest on IRC this Thursday for Test Day!


_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 03 14:12:38 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 14:12:38 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XwAeD-0004sF-6a; Wed, 03 Dec 2014 14:11:17 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lee@yagibdah.de>) id 1Xw0Jp-0006sV-5D
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 03:09:33 +0000
Received: from [193.109.254.147] by server-10.bemta-14.messagelabs.com id
	44/D0-02696-BEE7E745; Wed, 03 Dec 2014 03:09:31 +0000
X-Env-Sender: lee@yagibdah.de
X-Msg-Ref: server-7.tower-27.messagelabs.com!1417576170!12570055!1
X-Originating-IP: [185.55.75.245]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 18390 invoked from network); 3 Dec 2014 03:09:30 -0000
Received: from ip-185-55-75-245.muenet.net (HELO acheron.yagibdah.de)
	(185.55.75.245)
	by server-7.tower-27.messagelabs.com with DHE-RSA-AES128-SHA encrypted
	SMTP; 3 Dec 2014 03:09:30 -0000
Received: from gulltop.yagibdah.de ([192.168.3.3])
	by acheron.yagibdah.de with esmtps
	(TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80)
	(envelope-from <lee@yagibdah.de>) id 1Xw0Jm-0005s8-9O
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 04:09:30 +0100
Received: from lee by gulltop.yagibdah.de with local (Exim 4.80)
	(envelope-from <lee@yagibdah.de>) id 1Xw0Jm-0002Gn-5L
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 04:09:30 +0100
From: lee <lee@yagibdah.de>
To: xen-users@lists.xen.org
In-Reply-To: <87sih6eu1c.fsf@gulltop.yagibdah.de> (lee@yagibdah.de's message
	of "Wed, 26 Nov 2014 00:31:59 +0100")
Date: Wed, 03 Dec 2014 04:09:26 +0100
Organization: my virtual residence
Message-ID: <87mw752zvd.fsf@gulltop.yagibdah.de>
References: <87sih6eu1c.fsf@gulltop.yagibdah.de>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (gnu/linux)
Mail-Followup-To: xen-users@lists.xen.org
MIME-Version: 1.0
X-Mailman-Approved-At: Wed, 03 Dec 2014 14:11:15 +0000
Subject: Re: [Xen-users] xen power management
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org


Nobody knows?  Is power management broken?


lee <lee@yagibdah.de> writes:

> Hi,
>
> what could I do the get power management to work?
>
>
> root@heimdall:~# xenpm get-cpufreq-states all
> root@heimdall:~# xenpm get-cpufreq-para all
> [CPU0] failed to get cpufreq parameter
> [CPU1] failed to get cpufreq parameter
> [CPU2] failed to get cpufreq parameter
> [CPU3] failed to get cpufreq parameter
> [CPU4] failed to get cpufreq parameter
> [CPU5] failed to get cpufreq parameter
> [CPU6] failed to get cpufreq parameter
> [CPU7] failed to get cpufreq parameter
> root@heimdall:~# xenpm get-cpu-topology all
> CPU     core    socket  node
> CPU0     0       1       0
> CPU1     1       1       0
> CPU2     2       1       0
> CPU3     3       1       0
> CPU4     0       0       0
> CPU5     1       0       0
> CPU6     2       0       0
> CPU7     3       0       0
> root@heimdall:~# xenpm set-scaling-governor ondemand all
> failed to set governor name
> root@heimdall:~#
>
>
> 'xenpm get-cpuidle-states all' gives some output and says "total C-states :
> 2".  The CPUs are L5420s.
>
>
> xen-4.1-amd64.gz placeholder dom0_mem=1024M,max:1024M dom0_max_vcpus=2
> cpufreq=xen cpuidle hpetbroadcast

-- 
Again we must be afraid of speaking of daemons for fear that daemons
might swallow us.  Finally, this fear has become reasonable.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 03 14:12:38 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 14:12:38 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XwAeC-0004s7-Ky; Wed, 03 Dec 2014 14:11:16 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <marcoblanchette@me.com>) id 1Xvsb9-00069m-9X
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 18:54:55 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	AC/36-25276-EFA0E745; Tue, 02 Dec 2014 18:54:54 +0000
X-Env-Sender: marcoblanchette@me.com
X-Msg-Ref: server-3.tower-21.messagelabs.com!1417546491!12603185!1
X-Originating-IP: [17.158.58.246]
X-SpamReason: No, hits=0.0 required=7.0 tests=HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 16999 invoked from network); 2 Dec 2014 18:54:52 -0000
Received: from nk11p08mm-asmtp001.mac.com (HELO nk11p08mm-asmtp001.mac.com)
	(17.158.58.246)
	by server-3.tower-21.messagelabs.com with DHE-RSA-AES128-SHA encrypted
	SMTP; 2 Dec 2014 18:54:52 -0000
Received: from imac.home ([23.255.217.186]) by nk11p08mm-asmtp001.mac.com
	(Oracle Communications Messaging Server 7.0.5.33.0 64bit (built Aug 27
	2014))
	with ESMTPSA id <0NFY00EZ4XUOYK30@nk11p08mm-asmtp001.mac.com> for
	xen-users@lists.xen.org; Tue, 02 Dec 2014 18:54:28 +0000 (GMT)
X-Proofpoint-Virus-Version: vendor=fsecure
	engine=2.50.10432:5.13.68,1.0.33,0.0.0000
	definitions=2014-12-02_08:2014-12-02, 2014-12-02,
	1970-01-01 signatures=0
X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0
	suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam
	adjust=0
	reason=mlx scancount=1 engine=7.0.1-1408290000
	definitions=main-1412020161
From: Marco Blanchette <marcoblanchette@me.com>
Message-id: <6D9940E9-40D4-4EE9-BE07-DA34DD467AB6@me.com>
MIME-version: 1.0 (Mac OS X Mail 8.1 \(1993\))
Date: Tue, 02 Dec 2014 12:54:24 -0600
References: <34AF64CD-A66A-4C1E-89D2-49121402767A@me.com>
	<D09A6233.6B4%manoj.subramaniam@onlive.com>
	<5123A63D-5049-40E5-8981-675C588B8CDC@me.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
In-reply-to: <5123A63D-5049-40E5-8981-675C588B8CDC@me.com>
X-Mailer: Apple Mail (2.1993)
X-Mailman-Approved-At: Wed, 03 Dec 2014 14:11:15 +0000
Subject: Re: [Xen-users] Unable to reboot after install of Xen on fresh
 ubuntu running off recycled macbook hardware
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============6658666423133375461=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org


--===============6658666423133375461==
Content-type: multipart/alternative;
 boundary="Apple-Mail=_CDBAA31F-C304-49B6-8650-5387FB40CE2A"


--Apple-Mail=_CDBAA31F-C304-49B6-8650-5387FB40CE2A
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=windows-1252

Dear list,

In my attempt to solve this problem, I went ahead and compile a fresh =
download of Xen 4.5 from GitHub and install it on my MacBook hardware =
running a Vanilla Ubuntu 14.10 as sole OS. Results are the same, I=92m =
unbable to load the kernel on top of Xen. My effort in trying to tweak =
Grub2 were all unsuccessful so I am doubting this is the problem.

Any help would be appreciated.

thanks


> On Nov 25, 2014, at 6:56 PM, Marco Blanchette <marcoblanchette@me.com> =
wrote:
>=20
> Hmm=85. Here is the menu entry for Ubuntu GNU/Linux, with Xen =
hypervisor for /boot/grub/grub.cfg (not /boot/grub2=85 that directory =
does not exist on my Unbuntu distro)
>=20
> menuentry 'Ubuntu GNU/Linux, with Xen hypervisor' --class ubuntu =
--class gnu-linux --class gnu --class os --class xen =
$menuentry_id_option =
'xen-gnulinux-simple-858436db-0198-4d51-9d7f-8a0a4603eb7a' {
>         insmod part_gpt
>         insmod ext2
>         set root=3D'hd0,gpt2'
>         if [ x$feature_platform_search_hint =3D xy ]; then
>           search --no-floppy --fs-uuid --set=3Droot =
--hint-bios=3Dhd0,gpt2 --hint-efi=3Dhd0,gpt2 --hint-baremetal=3Dahci0,gpt2=
  8a1f5b8a-1c17-434e-930e-d1687be8b6f4
>         else
>           search --no-floppy --fs-uuid --set=3Droot =
8a1f5b8a-1c17-434e-930e-d1687be8b6f4
>         fi
>         echo    'Loading Xen 4.4-amd64 ...'
>         if [ "$grub_platform" =3D "pc" -o "$grub_platform" =3D "" ]; =
then
>             xen_rm_opts=3D
>         else
>             xen_rm_opts=3D"no-real-mode edd=3Doff"
>         fi
>         multiboot       /xen-4.4-amd64.gz placeholder   ${xen_rm_opts}
>         echo    'Loading Linux 3.16.0-25-generic ...'
>         module  /vmlinuz-3.16.0-25-generic placeholder =
root=3D/dev/mapper/ubuntu--vg-root ro
>         echo    'Loading initial ramdisk God damn it!!!!...'
>         module  --nounzip   /initrd.img-3.16.0-25-generic
>         echo    'I'\''m passed loading the RAM disk'
>=20
> }
>=20
> Thanks for looking into this (I added the extra echo lines in my =
effort to figure out what was going on here=85)
>=20
>=20
>=20
>> On Nov 25, 2014, at 6:47 PM, Manoj Subramaniam =
<Manoj.Subramaniam@onlive.com <mailto:Manoj.Subramaniam@onlive.com>> =
wrote:
>>=20
>>  I suspect your menu entry for "Ubuntu GNU/Linux (kernel =
3.16.0-25-generic [or -0-23-]) , with Xen hypervisor=94 is incorrect. =
Did you run grub2-mkconfig? Verify the menu entry in =
/boot/grub2/grub.cfg .
>>=20
>> From: Marco Blanchette <marcoblanchette@me.com =
<mailto:marcoblanchette@me.com>>
>> Date: Tuesday, November 25, 2014 at 7:15 AM
>> To: "xen-users@lists.xen.org <mailto:xen-users@lists.xen.org>" =
<xen-users@lists.xen.org <mailto:xen-users@lists.xen.org>>
>> Subject: [Xen-users] Unable to reboot after install of Xen on fresh =
ubuntu running off recycled macbook hardware
>>=20
>> I'm pretty newbie with Xen and I appologize if this is something that =
is easy and dumb...=20
>>=20
>> I just install a fresh vanilla ubuntu 14.10 server, followed by a =
distribution upgrade. Ubuntu is installed on a recycled macbook air late =
2010 [MacBook Air "Core 2 Duo" 2.13 13" (Late =9210) 2.13 GHz Core 2 Duo =
(SL9600) to be precise] on a 25 Gb root partition with the remaining of =
the 250Gb SSD hard drive for LVM. Grub2 is the boot loader.=20
>>=20
>> I then installed Xen 4.4 from the distro with sudo apt-get install =
xex-hypervisor-4.4-amd64
>>=20
>> Upon reboot of the Ubuntu GNU/Linux (kernel 3.16.0-25-generic [or =
-0-23-]) , with Xen hypervisor in Grub (v 2.02 ~ beta2-15), the boot =
process get stuck after echoing "Loading initial ramdisk=94. I also =
tried Ubuntu 14.04.01 LTS server with the two different kernels with no =
avail.
>>=20
>> I suspect the problem is with the Grub configs but I=92m not sure =
where to go from there to start figuring out what the problem is.
>>=20
>> Any help would be really appreciate.
>>=20
>> Thanks
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@lists.xen.org <mailto:Xen-users@lists.xen.org>
>> http://lists.xen.org/xen-users
>=20


--Apple-Mail=_CDBAA31F-C304-49B6-8650-5387FB40CE2A
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=windows-1252

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dwindows-1252"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><div class=3D"">Dear list,</div><div class=3D""><br =
class=3D""></div><div class=3D"">In my attempt to solve this problem, I =
went ahead and compile a fresh download of Xen 4.5 from GitHub and =
install it on my MacBook hardware running a Vanilla Ubuntu 14.10 as sole =
OS. Results are the same, I=92m unbable to load the kernel on top of =
Xen. My effort in trying to tweak Grub2 were all unsuccessful so I am =
doubting this is the problem.</div><div class=3D""><br =
class=3D""></div><div class=3D"">Any help would be =
appreciated.</div><div class=3D""><br class=3D""></div><div =
class=3D"">thanks</div><div class=3D""><br class=3D""></div><br =
class=3D""><div><blockquote type=3D"cite" class=3D""><div class=3D"">On =
Nov 25, 2014, at 6:56 PM, Marco Blanchette &lt;<a =
href=3D"mailto:marcoblanchette@me.com" =
class=3D"">marcoblanchette@me.com</a>&gt; wrote:</div><br =
class=3D"Apple-interchange-newline"><div class=3D""><meta =
http-equiv=3D"Content-Type" content=3D"text/html charset=3Dwindows-1252" =
class=3D""><div style=3D"word-wrap: break-word; -webkit-nbsp-mode: =
space; -webkit-line-break: after-white-space;" class=3D"">Hmm=85. Here =
is the menu entry for&nbsp;<span style=3D"color: rgb(159, 38, 116); =
font-family: Courier; background-color: rgb(223, 219, 196);" =
class=3D"">Ubuntu GNU/Linux, with Xen hypervisor</span>&nbsp;for =
/boot/grub/grub.cfg (not /boot/grub2=85 that directory does not exist on =
my Unbuntu distro)<div class=3D""><br class=3D""></div><div =
class=3D""><div style=3D"margin: 0px; font-family: Courier; color: =
rgb(159, 38, 116); background-color: rgb(223, 219, 196);" class=3D""><span=
 style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">menuentry</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D""> </span>'Ubuntu =
GNU/Linux, with Xen hypervisor'<span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D""> --class ubuntu --class =
gnu-linux --class gnu --class os --class xen $menuentry_id_option =
</span>'xen-gnulinux-simple-858436db-0198-4d51-9d7f-8a0a4603eb7a'<span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" =
class=3D""> {</span></div><div style=3D"margin: 0px; font-family: =
Courier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);" =
class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">insmod</span> part_gpt</div><div style=3D"margin: 0px; =
font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223, =
219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">insmod</span> ext2</div><div style=3D"margin: 0px; =
font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223, =
219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">set</span> root=3D<span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #9f2674" =
class=3D"">'hd0,gpt2'</span></div><div style=3D"margin: 0px; =
font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223, =
219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">if</span> [ x$feature_platform_search_hint =3D xy ]; =
then</div><div style=3D"margin: 0px; font-family: Courier; color: =
rgb(76, 47, 45); background-color: rgb(223, 219, 196);" class=3D"">&nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; <span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #b6660a" class=3D"">search</span> =
--no-floppy --fs-uuid --set=3Droot --hint-bios=3Dhd0,gpt2 =
--hint-efi=3Dhd0,gpt2 --hint-baremetal=3Dahci0,gpt2&nbsp; =
8a1f5b8a-1c17-434e-930e-d1687be8b6f4</div><div style=3D"margin: 0px; =
font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223, =
219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">else</span></div><div style=3D"margin: 0px; font-family: =
Courier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);" =
class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">search</span> --no-floppy --fs-uuid --set=3Droot =
8a1f5b8a-1c17-434e-930e-d1687be8b6f4</div><div style=3D"margin: 0px; =
font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223, =
219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">fi</span></div><div style=3D"margin: 0px; font-family: =
Courier; color: rgb(159, 38, 116); background-color: rgb(223, 219, =
196);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D"">&nbsp; &nbsp; &nbsp; =
&nbsp; </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #b6660a" class=3D"">echo</span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" =
class=3D"">&nbsp; &nbsp; </span>'Loading Xen 4.4-amd64 ...'</div><div =
style=3D"margin: 0px; font-family: Courier; color: rgb(159, 38, 116); =
background-color: rgb(223, 219, 196);" class=3D""><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" =
class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">if</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D""> [ =
</span>"$grub_platform"<span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D""> =3D </span>"pc"<span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" =
class=3D""> -o </span>"$grub_platform"<span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" =
class=3D""> =3D </span>""<span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D""> ]; =
then</span></div><div style=3D"margin: 0px; font-family: Courier; color: =
rgb(76, 47, 45); background-color: rgb(223, 219, 196);" class=3D"">&nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #b6660a" =
class=3D"">xen_rm_opts=3D</span></div><div style=3D"margin: 0px; =
font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223, =
219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">else</span></div><div style=3D"margin: 0px; font-family: =
Courier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);" =
class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xen_rm_opts=3D<span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #9f2674" =
class=3D"">"no-real-mode edd=3Doff"</span></div><div style=3D"margin: =
0px; font-family: Courier; color: rgb(76, 47, 45); background-color: =
rgb(223, 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">fi</span></div><div style=3D"margin: 0px; font-family: =
Courier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);" =
class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">multiboot</span> &nbsp; &nbsp; &nbsp; /xen-4.4-amd64.gz =
placeholder &nbsp; ${xen_rm_opts}</div><div style=3D"margin: 0px; =
font-family: Courier; color: rgb(159, 38, 116); background-color: =
rgb(223, 219, 196);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D"">&nbsp; &nbsp; &nbsp; =
&nbsp; </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #b6660a" class=3D"">echo</span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" =
class=3D"">&nbsp; &nbsp; </span>'Loading Linux 3.16.0-25-generic =
...'</div><div style=3D"margin: 0px; font-family: Courier; color: =
rgb(76, 47, 45); background-color: rgb(223, 219, 196);" class=3D"">&nbsp; =
&nbsp; &nbsp; &nbsp; <span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #b6660a" class=3D"">module</span>&nbsp; =
/vmlinuz-3.16.0-25-generic placeholder root=3D/dev/mapper/ubuntu--vg-root =
ro</div><div style=3D"margin: 0px; font-family: Courier; color: rgb(159, =
38, 116); background-color: rgb(223, 219, 196);" class=3D""><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" =
class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">echo</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D"">&nbsp; &nbsp; =
</span>'Loading initial ramdisk God damn it!!!!...'</div><div =
style=3D"margin: 0px; font-family: Courier; color: rgb(76, 47, 45); =
background-color: rgb(223, 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; =
&nbsp; <span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #b6660a" class=3D"">module</span>&nbsp; --nounzip &nbsp; =
/initrd.img-3.16.0-25-generic</div><div style=3D"margin: 0px; =
font-family: Courier; color: rgb(159, 38, 116); background-color: =
rgb(223, 219, 196);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D"">&nbsp; &nbsp; &nbsp; =
&nbsp; </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #b6660a" class=3D"">echo</span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" =
class=3D"">&nbsp; &nbsp; </span>'I'<span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D"">\'</span>'m passed =
loading the RAM disk'</div><div style=3D"margin: 0px; font-family: =
Courier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196); =
min-height: 14px;" class=3D""><br class=3D""></div><div style=3D"margin: =
0px; font-family: Courier; color: rgb(182, 102, 10); background-color: =
rgb(223, 219, 196);" class=3D"">}</div><div class=3D""><br =
class=3D""></div><div class=3D"">Thanks for looking into this (I added =
the extra echo lines in my effort to figure out what was going on =
here=85)</div><div class=3D""><br class=3D""></div><div class=3D""><br =
class=3D""></div><div class=3D""><br class=3D""></div><div =
class=3D""><blockquote type=3D"cite" class=3D""><div class=3D"">On Nov =
25, 2014, at 6:47 PM, Manoj Subramaniam &lt;<a =
href=3D"mailto:Manoj.Subramaniam@onlive.com" =
class=3D"">Manoj.Subramaniam@onlive.com</a>&gt; wrote:</div><br =
class=3D"Apple-interchange-newline"><div class=3D"">

<meta http-equiv=3D"Content-Type" content=3D"text/html; =
charset=3DWindows-1252" class=3D"">

<div style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space;" class=3D"">
<div class=3D""><font face=3D"Calibri,sans-serif" class=3D"">&nbsp;I =
suspect your menu entry for "</font><span style=3D"background-color: =
rgb(255, 255, 255);" class=3D""><font color=3D"#333333" face=3D"Lucida =
Grande,Gisha,Lucida Sans Unicode,Lucida =
Sans,Lucida,Arial,Verdana,sans-serif" class=3D""><span =
style=3D"line-height: 24px;" class=3D"">Ubuntu
 GNU/Linux (kernel 3.16.0-25-generic [or -0-23-]) , with Xen hypervisor=94=
 is incorrect.&nbsp;</span></font></span><span style=3D"font-family: =
Calibri, sans-serif;" class=3D"">Did you run grub2-mkconfig? Verify the =
menu entry in /boot/grub2/grub.cfg .</span></div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">
<br class=3D"">
</div>
<span id=3D"OLK_SRC_BODY_SECTION" style=3D"font-family: Calibri, =
sans-serif; font-size: 14px;" class=3D"">
<div style=3D"font-family: Calibri; font-size: 11pt; text-align: left; =
border-width: 1pt medium medium; border-style: solid none none; padding: =
3pt 0in 0in; border-top-color: rgb(181, 196, 223);" class=3D"">
<span style=3D"font-weight:bold" class=3D"">From: </span>Marco =
Blanchette &lt;<a href=3D"mailto:marcoblanchette@me.com" =
class=3D"">marcoblanchette@me.com</a>&gt;<br class=3D"">
<span style=3D"font-weight:bold" class=3D"">Date: </span>Tuesday, =
November 25, 2014 at 7:15 AM<br class=3D"">
<span style=3D"font-weight:bold" class=3D"">To: </span>"<a =
href=3D"mailto:xen-users@lists.xen.org" =
class=3D"">xen-users@lists.xen.org</a>" &lt;<a =
href=3D"mailto:xen-users@lists.xen.org" =
class=3D"">xen-users@lists.xen.org</a>&gt;<br class=3D"">
<span style=3D"font-weight:bold" class=3D"">Subject: </span>[Xen-users] =
Unable to reboot after install of Xen on fresh ubuntu running off =
recycled macbook hardware<br class=3D"">
</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">
<div style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space;" class=3D"">
<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px; background-color: rgb(255, 255, 255);" =
class=3D"">I'm pretty newbie with Xen and I appologize if this
 is something that is easy and dumb...&nbsp;</span><br style=3D"color: =
rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, 'Lucida Sans =
Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; =
line-height: 24px;" class=3D"">
<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px;" class=3D"">
<span style=3D"background-color: rgb(255, 255, 255);" class=3D""><font =
color=3D"#333333" face=3D"Lucida Grande,Gisha,Lucida Sans Unicode,Lucida =
Sans,Lucida,Arial,Verdana,sans-serif" class=3D""><span =
style=3D"line-height: 24px;" class=3D"">I just install a fresh vanilla =
ubuntu 14.10 server, followed
 by a distribution upgrade. Ubuntu is installed on a recycled macbook =
air late 2010 [MacBook Air "Core 2 Duo" 2.13 13" =
(Late&nbsp;=9210)&nbsp;</span><span class=3D"Apple-tab-span" =
style=3D"line-height: 24px; white-space: pre;"></span><span =
style=3D"line-height: 24px;" class=3D"">2.13 GHz
 Core 2 Duo (SL9600) to be precise] on a 25 Gb root partition with the =
remaining of the 250Gb SSD hard drive for LVM. Grub2 is the boot =
loader.&nbsp;</span></font></span><br style=3D"color: rgb(51, 51, 51); =
font-family: 'Lucida Grande', Gisha, 'Lucida Sans Unicode', 'Lucida =
Sans', Lucida, Arial, Verdana, sans-serif; line-height: 24px;" class=3D"">=

<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px;" class=3D"">
<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px; background-color: rgb(255, 255, 255);" =
class=3D"">I then installed Xen 4.4 from the distro with sudo
 apt-get install xex-hypervisor-4.4-amd64</span><br style=3D"color: =
rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, 'Lucida Sans =
Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; =
line-height: 24px;" class=3D"">
<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px;" class=3D"">
<span style=3D"background-color: rgb(255, 255, 255);" class=3D""><font =
color=3D"#333333" face=3D"Lucida Grande,Gisha,Lucida Sans Unicode,Lucida =
Sans,Lucida,Arial,Verdana,sans-serif" class=3D""><span =
style=3D"line-height: 24px;" class=3D"">Upon reboot of the Ubuntu =
GNU/Linux (kernel 3.16.0-25-generic
 [or -0-23-]) , with Xen hypervisor in Grub (v 2.02 ~ beta2-15), the =
boot process get stuck after echoing "Loading initial ramdisk=94. =
I</span></font></span>&nbsp;also tried Ubuntu 14.04.01 LTS server with =
the two different kernels with no avail.<br style=3D"color: rgb(51, 51, =
51); font-family: 'Lucida Grande', Gisha, 'Lucida Sans Unicode', 'Lucida =
Sans', Lucida, Arial, Verdana, sans-serif; line-height: 24px;" class=3D"">=

<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px; background-color: rgb(255, 255, 255);" =
class=3D""><br class=3D"">
</span>
<div class=3D""><span style=3D"background-color: rgb(255, 255, 255);" =
class=3D""><font color=3D"#333333" face=3D"Lucida Grande,Gisha,Lucida =
Sans Unicode,Lucida Sans,Lucida,Arial,Verdana,sans-serif" class=3D""><span=
 style=3D"line-height: 24px;" class=3D"">I suspect the problem is with =
the Grub configs but I=92m
 not sure where to go from there to start figuring out what the problem =
is.</span></font></span><br style=3D"color: rgb(51, 51, 51); =
font-family: 'Lucida Grande', Gisha, 'Lucida Sans Unicode', 'Lucida =
Sans', Lucida, Arial, Verdana, sans-serif; line-height: 24px;" class=3D"">=

<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px;" class=3D"">
<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px; background-color: rgb(255, 255, 255);" =
class=3D"">Any help would be really appreciate.</span><br style=3D"color: =
rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, 'Lucida Sans =
Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; =
line-height: 24px;" class=3D"">
<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px;" class=3D"">
<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px; background-color: rgb(255, 255, 255);" =
class=3D"">Thanks</span></div>
</div>
</div>
</span>
</div>

_______________________________________________<br class=3D"">Xen-users =
mailing list<br class=3D""><a href=3D"mailto:Xen-users@lists.xen.org" =
class=3D"">Xen-users@lists.xen.org</a><br class=3D""><a =
href=3D"http://lists.xen.org/xen-users" =
class=3D"">http://lists.xen.org/xen-users</a></div></blockquote></div><br =
class=3D""></div></div></div></blockquote></div><br =
class=3D""></body></html>=

--Apple-Mail=_CDBAA31F-C304-49B6-8650-5387FB40CE2A--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============6658666423133375461==--


From xen-users-bounces@lists.xen.org Wed Dec 03 14:12:38 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 14:12:38 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XwAeD-0004sF-6a; Wed, 03 Dec 2014 14:11:17 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <lee@yagibdah.de>) id 1Xw0Jp-0006sV-5D
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 03:09:33 +0000
Received: from [193.109.254.147] by server-10.bemta-14.messagelabs.com id
	44/D0-02696-BEE7E745; Wed, 03 Dec 2014 03:09:31 +0000
X-Env-Sender: lee@yagibdah.de
X-Msg-Ref: server-7.tower-27.messagelabs.com!1417576170!12570055!1
X-Originating-IP: [185.55.75.245]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 18390 invoked from network); 3 Dec 2014 03:09:30 -0000
Received: from ip-185-55-75-245.muenet.net (HELO acheron.yagibdah.de)
	(185.55.75.245)
	by server-7.tower-27.messagelabs.com with DHE-RSA-AES128-SHA encrypted
	SMTP; 3 Dec 2014 03:09:30 -0000
Received: from gulltop.yagibdah.de ([192.168.3.3])
	by acheron.yagibdah.de with esmtps
	(TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80)
	(envelope-from <lee@yagibdah.de>) id 1Xw0Jm-0005s8-9O
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 04:09:30 +0100
Received: from lee by gulltop.yagibdah.de with local (Exim 4.80)
	(envelope-from <lee@yagibdah.de>) id 1Xw0Jm-0002Gn-5L
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 04:09:30 +0100
From: lee <lee@yagibdah.de>
To: xen-users@lists.xen.org
In-Reply-To: <87sih6eu1c.fsf@gulltop.yagibdah.de> (lee@yagibdah.de's message
	of "Wed, 26 Nov 2014 00:31:59 +0100")
Date: Wed, 03 Dec 2014 04:09:26 +0100
Organization: my virtual residence
Message-ID: <87mw752zvd.fsf@gulltop.yagibdah.de>
References: <87sih6eu1c.fsf@gulltop.yagibdah.de>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (gnu/linux)
Mail-Followup-To: xen-users@lists.xen.org
MIME-Version: 1.0
X-Mailman-Approved-At: Wed, 03 Dec 2014 14:11:15 +0000
Subject: Re: [Xen-users] xen power management
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org


Nobody knows?  Is power management broken?


lee <lee@yagibdah.de> writes:

> Hi,
>
> what could I do the get power management to work?
>
>
> root@heimdall:~# xenpm get-cpufreq-states all
> root@heimdall:~# xenpm get-cpufreq-para all
> [CPU0] failed to get cpufreq parameter
> [CPU1] failed to get cpufreq parameter
> [CPU2] failed to get cpufreq parameter
> [CPU3] failed to get cpufreq parameter
> [CPU4] failed to get cpufreq parameter
> [CPU5] failed to get cpufreq parameter
> [CPU6] failed to get cpufreq parameter
> [CPU7] failed to get cpufreq parameter
> root@heimdall:~# xenpm get-cpu-topology all
> CPU     core    socket  node
> CPU0     0       1       0
> CPU1     1       1       0
> CPU2     2       1       0
> CPU3     3       1       0
> CPU4     0       0       0
> CPU5     1       0       0
> CPU6     2       0       0
> CPU7     3       0       0
> root@heimdall:~# xenpm set-scaling-governor ondemand all
> failed to set governor name
> root@heimdall:~#
>
>
> 'xenpm get-cpuidle-states all' gives some output and says "total C-states :
> 2".  The CPUs are L5420s.
>
>
> xen-4.1-amd64.gz placeholder dom0_mem=1024M,max:1024M dom0_max_vcpus=2
> cpufreq=xen cpuidle hpetbroadcast

-- 
Again we must be afraid of speaking of daemons for fear that daemons
might swallow us.  Finally, this fear has become reasonable.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 03 14:12:38 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 14:12:38 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XwAeC-0004s7-Ky; Wed, 03 Dec 2014 14:11:16 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <marcoblanchette@me.com>) id 1Xvsb9-00069m-9X
	for xen-users@lists.xen.org; Tue, 02 Dec 2014 18:54:55 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	AC/36-25276-EFA0E745; Tue, 02 Dec 2014 18:54:54 +0000
X-Env-Sender: marcoblanchette@me.com
X-Msg-Ref: server-3.tower-21.messagelabs.com!1417546491!12603185!1
X-Originating-IP: [17.158.58.246]
X-SpamReason: No, hits=0.0 required=7.0 tests=HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 16999 invoked from network); 2 Dec 2014 18:54:52 -0000
Received: from nk11p08mm-asmtp001.mac.com (HELO nk11p08mm-asmtp001.mac.com)
	(17.158.58.246)
	by server-3.tower-21.messagelabs.com with DHE-RSA-AES128-SHA encrypted
	SMTP; 2 Dec 2014 18:54:52 -0000
Received: from imac.home ([23.255.217.186]) by nk11p08mm-asmtp001.mac.com
	(Oracle Communications Messaging Server 7.0.5.33.0 64bit (built Aug 27
	2014))
	with ESMTPSA id <0NFY00EZ4XUOYK30@nk11p08mm-asmtp001.mac.com> for
	xen-users@lists.xen.org; Tue, 02 Dec 2014 18:54:28 +0000 (GMT)
X-Proofpoint-Virus-Version: vendor=fsecure
	engine=2.50.10432:5.13.68,1.0.33,0.0.0000
	definitions=2014-12-02_08:2014-12-02, 2014-12-02,
	1970-01-01 signatures=0
X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0
	suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam
	adjust=0
	reason=mlx scancount=1 engine=7.0.1-1408290000
	definitions=main-1412020161
From: Marco Blanchette <marcoblanchette@me.com>
Message-id: <6D9940E9-40D4-4EE9-BE07-DA34DD467AB6@me.com>
MIME-version: 1.0 (Mac OS X Mail 8.1 \(1993\))
Date: Tue, 02 Dec 2014 12:54:24 -0600
References: <34AF64CD-A66A-4C1E-89D2-49121402767A@me.com>
	<D09A6233.6B4%manoj.subramaniam@onlive.com>
	<5123A63D-5049-40E5-8981-675C588B8CDC@me.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
In-reply-to: <5123A63D-5049-40E5-8981-675C588B8CDC@me.com>
X-Mailer: Apple Mail (2.1993)
X-Mailman-Approved-At: Wed, 03 Dec 2014 14:11:15 +0000
Subject: Re: [Xen-users] Unable to reboot after install of Xen on fresh
 ubuntu running off recycled macbook hardware
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============6658666423133375461=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org


--===============6658666423133375461==
Content-type: multipart/alternative;
 boundary="Apple-Mail=_CDBAA31F-C304-49B6-8650-5387FB40CE2A"


--Apple-Mail=_CDBAA31F-C304-49B6-8650-5387FB40CE2A
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=windows-1252

Dear list,

In my attempt to solve this problem, I went ahead and compile a fresh =
download of Xen 4.5 from GitHub and install it on my MacBook hardware =
running a Vanilla Ubuntu 14.10 as sole OS. Results are the same, I=92m =
unbable to load the kernel on top of Xen. My effort in trying to tweak =
Grub2 were all unsuccessful so I am doubting this is the problem.

Any help would be appreciated.

thanks


> On Nov 25, 2014, at 6:56 PM, Marco Blanchette <marcoblanchette@me.com> =
wrote:
>=20
> Hmm=85. Here is the menu entry for Ubuntu GNU/Linux, with Xen =
hypervisor for /boot/grub/grub.cfg (not /boot/grub2=85 that directory =
does not exist on my Unbuntu distro)
>=20
> menuentry 'Ubuntu GNU/Linux, with Xen hypervisor' --class ubuntu =
--class gnu-linux --class gnu --class os --class xen =
$menuentry_id_option =
'xen-gnulinux-simple-858436db-0198-4d51-9d7f-8a0a4603eb7a' {
>         insmod part_gpt
>         insmod ext2
>         set root=3D'hd0,gpt2'
>         if [ x$feature_platform_search_hint =3D xy ]; then
>           search --no-floppy --fs-uuid --set=3Droot =
--hint-bios=3Dhd0,gpt2 --hint-efi=3Dhd0,gpt2 --hint-baremetal=3Dahci0,gpt2=
  8a1f5b8a-1c17-434e-930e-d1687be8b6f4
>         else
>           search --no-floppy --fs-uuid --set=3Droot =
8a1f5b8a-1c17-434e-930e-d1687be8b6f4
>         fi
>         echo    'Loading Xen 4.4-amd64 ...'
>         if [ "$grub_platform" =3D "pc" -o "$grub_platform" =3D "" ]; =
then
>             xen_rm_opts=3D
>         else
>             xen_rm_opts=3D"no-real-mode edd=3Doff"
>         fi
>         multiboot       /xen-4.4-amd64.gz placeholder   ${xen_rm_opts}
>         echo    'Loading Linux 3.16.0-25-generic ...'
>         module  /vmlinuz-3.16.0-25-generic placeholder =
root=3D/dev/mapper/ubuntu--vg-root ro
>         echo    'Loading initial ramdisk God damn it!!!!...'
>         module  --nounzip   /initrd.img-3.16.0-25-generic
>         echo    'I'\''m passed loading the RAM disk'
>=20
> }
>=20
> Thanks for looking into this (I added the extra echo lines in my =
effort to figure out what was going on here=85)
>=20
>=20
>=20
>> On Nov 25, 2014, at 6:47 PM, Manoj Subramaniam =
<Manoj.Subramaniam@onlive.com <mailto:Manoj.Subramaniam@onlive.com>> =
wrote:
>>=20
>>  I suspect your menu entry for "Ubuntu GNU/Linux (kernel =
3.16.0-25-generic [or -0-23-]) , with Xen hypervisor=94 is incorrect. =
Did you run grub2-mkconfig? Verify the menu entry in =
/boot/grub2/grub.cfg .
>>=20
>> From: Marco Blanchette <marcoblanchette@me.com =
<mailto:marcoblanchette@me.com>>
>> Date: Tuesday, November 25, 2014 at 7:15 AM
>> To: "xen-users@lists.xen.org <mailto:xen-users@lists.xen.org>" =
<xen-users@lists.xen.org <mailto:xen-users@lists.xen.org>>
>> Subject: [Xen-users] Unable to reboot after install of Xen on fresh =
ubuntu running off recycled macbook hardware
>>=20
>> I'm pretty newbie with Xen and I appologize if this is something that =
is easy and dumb...=20
>>=20
>> I just install a fresh vanilla ubuntu 14.10 server, followed by a =
distribution upgrade. Ubuntu is installed on a recycled macbook air late =
2010 [MacBook Air "Core 2 Duo" 2.13 13" (Late =9210) 2.13 GHz Core 2 Duo =
(SL9600) to be precise] on a 25 Gb root partition with the remaining of =
the 250Gb SSD hard drive for LVM. Grub2 is the boot loader.=20
>>=20
>> I then installed Xen 4.4 from the distro with sudo apt-get install =
xex-hypervisor-4.4-amd64
>>=20
>> Upon reboot of the Ubuntu GNU/Linux (kernel 3.16.0-25-generic [or =
-0-23-]) , with Xen hypervisor in Grub (v 2.02 ~ beta2-15), the boot =
process get stuck after echoing "Loading initial ramdisk=94. I also =
tried Ubuntu 14.04.01 LTS server with the two different kernels with no =
avail.
>>=20
>> I suspect the problem is with the Grub configs but I=92m not sure =
where to go from there to start figuring out what the problem is.
>>=20
>> Any help would be really appreciate.
>>=20
>> Thanks
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@lists.xen.org <mailto:Xen-users@lists.xen.org>
>> http://lists.xen.org/xen-users
>=20


--Apple-Mail=_CDBAA31F-C304-49B6-8650-5387FB40CE2A
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=windows-1252

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dwindows-1252"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><div class=3D"">Dear list,</div><div class=3D""><br =
class=3D""></div><div class=3D"">In my attempt to solve this problem, I =
went ahead and compile a fresh download of Xen 4.5 from GitHub and =
install it on my MacBook hardware running a Vanilla Ubuntu 14.10 as sole =
OS. Results are the same, I=92m unbable to load the kernel on top of =
Xen. My effort in trying to tweak Grub2 were all unsuccessful so I am =
doubting this is the problem.</div><div class=3D""><br =
class=3D""></div><div class=3D"">Any help would be =
appreciated.</div><div class=3D""><br class=3D""></div><div =
class=3D"">thanks</div><div class=3D""><br class=3D""></div><br =
class=3D""><div><blockquote type=3D"cite" class=3D""><div class=3D"">On =
Nov 25, 2014, at 6:56 PM, Marco Blanchette &lt;<a =
href=3D"mailto:marcoblanchette@me.com" =
class=3D"">marcoblanchette@me.com</a>&gt; wrote:</div><br =
class=3D"Apple-interchange-newline"><div class=3D""><meta =
http-equiv=3D"Content-Type" content=3D"text/html charset=3Dwindows-1252" =
class=3D""><div style=3D"word-wrap: break-word; -webkit-nbsp-mode: =
space; -webkit-line-break: after-white-space;" class=3D"">Hmm=85. Here =
is the menu entry for&nbsp;<span style=3D"color: rgb(159, 38, 116); =
font-family: Courier; background-color: rgb(223, 219, 196);" =
class=3D"">Ubuntu GNU/Linux, with Xen hypervisor</span>&nbsp;for =
/boot/grub/grub.cfg (not /boot/grub2=85 that directory does not exist on =
my Unbuntu distro)<div class=3D""><br class=3D""></div><div =
class=3D""><div style=3D"margin: 0px; font-family: Courier; color: =
rgb(159, 38, 116); background-color: rgb(223, 219, 196);" class=3D""><span=
 style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">menuentry</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D""> </span>'Ubuntu =
GNU/Linux, with Xen hypervisor'<span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D""> --class ubuntu --class =
gnu-linux --class gnu --class os --class xen $menuentry_id_option =
</span>'xen-gnulinux-simple-858436db-0198-4d51-9d7f-8a0a4603eb7a'<span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" =
class=3D""> {</span></div><div style=3D"margin: 0px; font-family: =
Courier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);" =
class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">insmod</span> part_gpt</div><div style=3D"margin: 0px; =
font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223, =
219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">insmod</span> ext2</div><div style=3D"margin: 0px; =
font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223, =
219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">set</span> root=3D<span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #9f2674" =
class=3D"">'hd0,gpt2'</span></div><div style=3D"margin: 0px; =
font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223, =
219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">if</span> [ x$feature_platform_search_hint =3D xy ]; =
then</div><div style=3D"margin: 0px; font-family: Courier; color: =
rgb(76, 47, 45); background-color: rgb(223, 219, 196);" class=3D"">&nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; <span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #b6660a" class=3D"">search</span> =
--no-floppy --fs-uuid --set=3Droot --hint-bios=3Dhd0,gpt2 =
--hint-efi=3Dhd0,gpt2 --hint-baremetal=3Dahci0,gpt2&nbsp; =
8a1f5b8a-1c17-434e-930e-d1687be8b6f4</div><div style=3D"margin: 0px; =
font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223, =
219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">else</span></div><div style=3D"margin: 0px; font-family: =
Courier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);" =
class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">search</span> --no-floppy --fs-uuid --set=3Droot =
8a1f5b8a-1c17-434e-930e-d1687be8b6f4</div><div style=3D"margin: 0px; =
font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223, =
219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">fi</span></div><div style=3D"margin: 0px; font-family: =
Courier; color: rgb(159, 38, 116); background-color: rgb(223, 219, =
196);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D"">&nbsp; &nbsp; &nbsp; =
&nbsp; </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #b6660a" class=3D"">echo</span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" =
class=3D"">&nbsp; &nbsp; </span>'Loading Xen 4.4-amd64 ...'</div><div =
style=3D"margin: 0px; font-family: Courier; color: rgb(159, 38, 116); =
background-color: rgb(223, 219, 196);" class=3D""><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" =
class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">if</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D""> [ =
</span>"$grub_platform"<span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D""> =3D </span>"pc"<span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" =
class=3D""> -o </span>"$grub_platform"<span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" =
class=3D""> =3D </span>""<span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D""> ]; =
then</span></div><div style=3D"margin: 0px; font-family: Courier; color: =
rgb(76, 47, 45); background-color: rgb(223, 219, 196);" class=3D"">&nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #b6660a" =
class=3D"">xen_rm_opts=3D</span></div><div style=3D"margin: 0px; =
font-family: Courier; color: rgb(76, 47, 45); background-color: rgb(223, =
219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">else</span></div><div style=3D"margin: 0px; font-family: =
Courier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);" =
class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xen_rm_opts=3D<span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #9f2674" =
class=3D"">"no-real-mode edd=3Doff"</span></div><div style=3D"margin: =
0px; font-family: Courier; color: rgb(76, 47, 45); background-color: =
rgb(223, 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">fi</span></div><div style=3D"margin: 0px; font-family: =
Courier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196);" =
class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; <span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">multiboot</span> &nbsp; &nbsp; &nbsp; /xen-4.4-amd64.gz =
placeholder &nbsp; ${xen_rm_opts}</div><div style=3D"margin: 0px; =
font-family: Courier; color: rgb(159, 38, 116); background-color: =
rgb(223, 219, 196);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D"">&nbsp; &nbsp; &nbsp; =
&nbsp; </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #b6660a" class=3D"">echo</span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" =
class=3D"">&nbsp; &nbsp; </span>'Loading Linux 3.16.0-25-generic =
...'</div><div style=3D"margin: 0px; font-family: Courier; color: =
rgb(76, 47, 45); background-color: rgb(223, 219, 196);" class=3D"">&nbsp; =
&nbsp; &nbsp; &nbsp; <span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #b6660a" class=3D"">module</span>&nbsp; =
/vmlinuz-3.16.0-25-generic placeholder root=3D/dev/mapper/ubuntu--vg-root =
ro</div><div style=3D"margin: 0px; font-family: Courier; color: rgb(159, =
38, 116); background-color: rgb(223, 219, 196);" class=3D""><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" =
class=3D"">&nbsp; &nbsp; &nbsp; &nbsp; </span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #b6660a" =
class=3D"">echo</span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D"">&nbsp; &nbsp; =
</span>'Loading initial ramdisk God damn it!!!!...'</div><div =
style=3D"margin: 0px; font-family: Courier; color: rgb(76, 47, 45); =
background-color: rgb(223, 219, 196);" class=3D"">&nbsp; &nbsp; &nbsp; =
&nbsp; <span style=3D"font-variant-ligatures: no-common-ligatures; =
color: #b6660a" class=3D"">module</span>&nbsp; --nounzip &nbsp; =
/initrd.img-3.16.0-25-generic</div><div style=3D"margin: 0px; =
font-family: Courier; color: rgb(159, 38, 116); background-color: =
rgb(223, 219, 196);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D"">&nbsp; &nbsp; &nbsp; =
&nbsp; </span><span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #b6660a" class=3D"">echo</span><span =
style=3D"font-variant-ligatures: no-common-ligatures; color: #4c2f2d" =
class=3D"">&nbsp; &nbsp; </span>'I'<span style=3D"font-variant-ligatures: =
no-common-ligatures; color: #4c2f2d" class=3D"">\'</span>'m passed =
loading the RAM disk'</div><div style=3D"margin: 0px; font-family: =
Courier; color: rgb(76, 47, 45); background-color: rgb(223, 219, 196); =
min-height: 14px;" class=3D""><br class=3D""></div><div style=3D"margin: =
0px; font-family: Courier; color: rgb(182, 102, 10); background-color: =
rgb(223, 219, 196);" class=3D"">}</div><div class=3D""><br =
class=3D""></div><div class=3D"">Thanks for looking into this (I added =
the extra echo lines in my effort to figure out what was going on =
here=85)</div><div class=3D""><br class=3D""></div><div class=3D""><br =
class=3D""></div><div class=3D""><br class=3D""></div><div =
class=3D""><blockquote type=3D"cite" class=3D""><div class=3D"">On Nov =
25, 2014, at 6:47 PM, Manoj Subramaniam &lt;<a =
href=3D"mailto:Manoj.Subramaniam@onlive.com" =
class=3D"">Manoj.Subramaniam@onlive.com</a>&gt; wrote:</div><br =
class=3D"Apple-interchange-newline"><div class=3D"">

<meta http-equiv=3D"Content-Type" content=3D"text/html; =
charset=3DWindows-1252" class=3D"">

<div style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space;" class=3D"">
<div class=3D""><font face=3D"Calibri,sans-serif" class=3D"">&nbsp;I =
suspect your menu entry for "</font><span style=3D"background-color: =
rgb(255, 255, 255);" class=3D""><font color=3D"#333333" face=3D"Lucida =
Grande,Gisha,Lucida Sans Unicode,Lucida =
Sans,Lucida,Arial,Verdana,sans-serif" class=3D""><span =
style=3D"line-height: 24px;" class=3D"">Ubuntu
 GNU/Linux (kernel 3.16.0-25-generic [or -0-23-]) , with Xen hypervisor=94=
 is incorrect.&nbsp;</span></font></span><span style=3D"font-family: =
Calibri, sans-serif;" class=3D"">Did you run grub2-mkconfig? Verify the =
menu entry in /boot/grub2/grub.cfg .</span></div>
<div style=3D"font-family: Calibri, sans-serif; font-size: 14px;" =
class=3D"">
<br class=3D"">
</div>
<span id=3D"OLK_SRC_BODY_SECTION" style=3D"font-family: Calibri, =
sans-serif; font-size: 14px;" class=3D"">
<div style=3D"font-family: Calibri; font-size: 11pt; text-align: left; =
border-width: 1pt medium medium; border-style: solid none none; padding: =
3pt 0in 0in; border-top-color: rgb(181, 196, 223);" class=3D"">
<span style=3D"font-weight:bold" class=3D"">From: </span>Marco =
Blanchette &lt;<a href=3D"mailto:marcoblanchette@me.com" =
class=3D"">marcoblanchette@me.com</a>&gt;<br class=3D"">
<span style=3D"font-weight:bold" class=3D"">Date: </span>Tuesday, =
November 25, 2014 at 7:15 AM<br class=3D"">
<span style=3D"font-weight:bold" class=3D"">To: </span>"<a =
href=3D"mailto:xen-users@lists.xen.org" =
class=3D"">xen-users@lists.xen.org</a>" &lt;<a =
href=3D"mailto:xen-users@lists.xen.org" =
class=3D"">xen-users@lists.xen.org</a>&gt;<br class=3D"">
<span style=3D"font-weight:bold" class=3D"">Subject: </span>[Xen-users] =
Unable to reboot after install of Xen on fresh ubuntu running off =
recycled macbook hardware<br class=3D"">
</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">
<div style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space;" class=3D"">
<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px; background-color: rgb(255, 255, 255);" =
class=3D"">I'm pretty newbie with Xen and I appologize if this
 is something that is easy and dumb...&nbsp;</span><br style=3D"color: =
rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, 'Lucida Sans =
Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; =
line-height: 24px;" class=3D"">
<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px;" class=3D"">
<span style=3D"background-color: rgb(255, 255, 255);" class=3D""><font =
color=3D"#333333" face=3D"Lucida Grande,Gisha,Lucida Sans Unicode,Lucida =
Sans,Lucida,Arial,Verdana,sans-serif" class=3D""><span =
style=3D"line-height: 24px;" class=3D"">I just install a fresh vanilla =
ubuntu 14.10 server, followed
 by a distribution upgrade. Ubuntu is installed on a recycled macbook =
air late 2010 [MacBook Air "Core 2 Duo" 2.13 13" =
(Late&nbsp;=9210)&nbsp;</span><span class=3D"Apple-tab-span" =
style=3D"line-height: 24px; white-space: pre;"></span><span =
style=3D"line-height: 24px;" class=3D"">2.13 GHz
 Core 2 Duo (SL9600) to be precise] on a 25 Gb root partition with the =
remaining of the 250Gb SSD hard drive for LVM. Grub2 is the boot =
loader.&nbsp;</span></font></span><br style=3D"color: rgb(51, 51, 51); =
font-family: 'Lucida Grande', Gisha, 'Lucida Sans Unicode', 'Lucida =
Sans', Lucida, Arial, Verdana, sans-serif; line-height: 24px;" class=3D"">=

<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px;" class=3D"">
<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px; background-color: rgb(255, 255, 255);" =
class=3D"">I then installed Xen 4.4 from the distro with sudo
 apt-get install xex-hypervisor-4.4-amd64</span><br style=3D"color: =
rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, 'Lucida Sans =
Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; =
line-height: 24px;" class=3D"">
<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px;" class=3D"">
<span style=3D"background-color: rgb(255, 255, 255);" class=3D""><font =
color=3D"#333333" face=3D"Lucida Grande,Gisha,Lucida Sans Unicode,Lucida =
Sans,Lucida,Arial,Verdana,sans-serif" class=3D""><span =
style=3D"line-height: 24px;" class=3D"">Upon reboot of the Ubuntu =
GNU/Linux (kernel 3.16.0-25-generic
 [or -0-23-]) , with Xen hypervisor in Grub (v 2.02 ~ beta2-15), the =
boot process get stuck after echoing "Loading initial ramdisk=94. =
I</span></font></span>&nbsp;also tried Ubuntu 14.04.01 LTS server with =
the two different kernels with no avail.<br style=3D"color: rgb(51, 51, =
51); font-family: 'Lucida Grande', Gisha, 'Lucida Sans Unicode', 'Lucida =
Sans', Lucida, Arial, Verdana, sans-serif; line-height: 24px;" class=3D"">=

<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px; background-color: rgb(255, 255, 255);" =
class=3D""><br class=3D"">
</span>
<div class=3D""><span style=3D"background-color: rgb(255, 255, 255);" =
class=3D""><font color=3D"#333333" face=3D"Lucida Grande,Gisha,Lucida =
Sans Unicode,Lucida Sans,Lucida,Arial,Verdana,sans-serif" class=3D""><span=
 style=3D"line-height: 24px;" class=3D"">I suspect the problem is with =
the Grub configs but I=92m
 not sure where to go from there to start figuring out what the problem =
is.</span></font></span><br style=3D"color: rgb(51, 51, 51); =
font-family: 'Lucida Grande', Gisha, 'Lucida Sans Unicode', 'Lucida =
Sans', Lucida, Arial, Verdana, sans-serif; line-height: 24px;" class=3D"">=

<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px;" class=3D"">
<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px; background-color: rgb(255, 255, 255);" =
class=3D"">Any help would be really appreciate.</span><br style=3D"color: =
rgb(51, 51, 51); font-family: 'Lucida Grande', Gisha, 'Lucida Sans =
Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif; =
line-height: 24px;" class=3D"">
<br style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px;" class=3D"">
<span style=3D"color: rgb(51, 51, 51); font-family: 'Lucida Grande', =
Gisha, 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, =
sans-serif; line-height: 24px; background-color: rgb(255, 255, 255);" =
class=3D"">Thanks</span></div>
</div>
</div>
</span>
</div>

_______________________________________________<br class=3D"">Xen-users =
mailing list<br class=3D""><a href=3D"mailto:Xen-users@lists.xen.org" =
class=3D"">Xen-users@lists.xen.org</a><br class=3D""><a =
href=3D"http://lists.xen.org/xen-users" =
class=3D"">http://lists.xen.org/xen-users</a></div></blockquote></div><br =
class=3D""></div></div></div></blockquote></div><br =
class=3D""></body></html>=

--Apple-Mail=_CDBAA31F-C304-49B6-8650-5387FB40CE2A--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============6658666423133375461==--


From xen-users-bounces@lists.xen.org Wed Dec 03 14:22:48 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 14:22:48 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XwAoX-0005WQ-1o; Wed, 03 Dec 2014 14:21:57 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <marcoblanchette@icloud.com>) id 1XwAoV-0005WB-AP
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 14:21:55 +0000
Received: from [85.158.137.68] by server-11.bemta-3.messagelabs.com id
	B6/17-25547-28C1F745; Wed, 03 Dec 2014 14:21:54 +0000
X-Env-Sender: marcoblanchette@icloud.com
X-Msg-Ref: server-2.tower-31.messagelabs.com!1417616511!10834117!1
X-Originating-IP: [17.158.58.247]
X-SpamReason: No, hits=0.2 required=7.0 tests=MIME_QP_LONG_LINE
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 23870 invoked from network); 3 Dec 2014 14:21:53 -0000
Received: from nk11p08mm-asmtp002.mac.com (HELO nk11p08mm-asmtp002.mac.com)
	(17.158.58.247)
	by server-2.tower-31.messagelabs.com with DHE-RSA-AES128-SHA encrypted
	SMTP; 3 Dec 2014 14:21:53 -0000
Received: from [192.168.1.7]
	(23-255-217-186.mci.googlefiber.net [23.255.217.186])
	by nk11p08mm-asmtp002.mac.com
	(Oracle Communications Messaging Server 7.0.5.33.0 64bit (built Aug 27
	2014))
	with ESMTPSA id <0NG000MECFVTGZ60@nk11p08mm-asmtp002.mac.com> for
	xen-users@lists.xen.org; Wed, 03 Dec 2014 14:21:31 +0000 (GMT)
X-Proofpoint-Virus-Version: vendor=fsecure
	engine=2.50.10432:5.13.68,1.0.33,0.0.0000
	definitions=2014-12-03_05:2014-12-03, 2014-12-03,
	1970-01-01 signatures=0
X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0
	suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam
	adjust=0
	reason=mlx scancount=1 engine=7.0.1-1408290000
	definitions=main-1412030136
MIME-version: 1.0 (1.0)
From: Marco Blanchette <marcoblanchette@icloud.com>
X-Mailer: iPad Mail (12B435)
In-reply-to: <1417599374.29004.14.camel@citrix.com>
Date: Wed, 03 Dec 2014 08:21:29 -0600
Message-id: <196A14DA-8EEA-4639-9B79-E27A397A8EFC@icloud.com>
References: <34AF64CD-A66A-4C1E-89D2-49121402767A@me.com>
	<D09A6233.6B4%manoj.subramaniam@onlive.com>
	<5123A63D-5049-40E5-8981-675C588B8CDC@me.com>
	<08F1BF63-149B-4D70-9A55-A10BC291ADB8@icloud.com>
	<1417599374.29004.14.camel@citrix.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Unable to reboot after install of Xen on fresh
 ubuntu running off recycled macbook hardware
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

VGhhbmtzIElhbiwKCkp1c3QgdG8gYmUgY2xlYXIgKHNvcnJ5LCBpdCdzIG15IGZpcnN0IGFkdmVu
dHVyZSBwbGF5aW5nIHdpdGggbG93IGxldmVsIGtlcm5lbCBzZXJ2aWNlcy4uLiksIHRoZSBkZWJ1
ZyBjb25zb2xlPWh2YzAgYXJndW1lbnQgc2hvdWxkIGJlIGFkZGVkIHRvIHRoZSBHcnViIGNvbmZp
Zz8gQXMgaXM/IEFueSB3aGVyZT8KCkkgYWxzbyBoYXZlIG5vIGNsdWUgaG93IHRvIGNoZWNrIHdl
dGhlciBhIGNvbnNvbGUgaXMgYXR0YWNoZWQgdG8gaHZjMCwgcGVyaGFwcyBzb21lb25lIGNvdWxk
IHN1Z2dlc3QgYSBwYXRoIG9mIGFjdGlvbnM/CgpUaGFua3MKClNlbnQgZnJvbSBteSBpUGFkCgpN
YXJjbyBCbGFuY2hldHRlLCBQaC5ELgpHZW5vbWljIFNjaWVudGlzdApTdG93ZXJzIEluc3RpdHV0
ZSBmb3IgTWVkaWNhbCBSZXNlYXJjaAoxMDAwIEVhc3QgNTB0aCBTdC4KS2Fuc2FzIENpdHksIE1P
IDY0MTEwCgpUZWw6IDgxNi05MjYtNDA3MSAKQ2VsbDogODE2LTcyNi04NDE5IApGYXg6IDgxNi05
MjYtMjAxOAoKPiBPbiBEZWMgMywgMjAxNCwgYXQgMzozNiBBTSwgSWFuIENhbXBiZWxsIDxJYW4u
Q2FtcGJlbGxAY2l0cml4LmNvbT4gd3JvdGU6Cj4gCj4gSWYgaXQncyBoYW5naW5nIGFmdGVyIGxv
YWRpbmcgdGhlIGluaXRyYW1mcyB0aGVuIHRoYXQgc3VnZ2VzdHMgdGhhdAo+IGVpdGhlciB1c2Vy
c3BhY2UgaXNuJ3Qgc3RhcnRpbmcsIG9yIHRoYXQgaXRzIG91dHB1dCBpcyBub3QgZ29pbmcgdG8g
dGhlCj4gY29uc29sZS4KPiAKPiBZb3UgY291bGQgdHJ5IGFkZGluZyAiZGVidWcgY29uc29sZT1o
dmMwIiB0byB0aGUga2VybmVsIG1vZHVsZSBvZiB0aGUKPiBYZW4gZW50cnksIHdoaWNoIG1pZ2h0
IGdpdmUgeW91IHNvbWUgb3V0cHV0IG9yIHNvbWUgbW9yZSBoaW50cyBhdCBsZWFzdC4KPiAKPiBZ
b3Ugc2hvdWxkIGFsc28gbWFrZSBzdXJlIHRoYXQgYSBnZXR0eSBpcyBjb25maWd1cmVkIHRvIHJ1
biBvbiBodmMwIG9uY2UKPiB0aGUgc3lzdGVtIGlzIGJvb3RlZC4gSSd2ZSBubyBpZGVhIGV2ZW4g
d2hpY2ggaW5pdHN5c3RlbSBVYnVudHUgMTQuMTAKPiB1c2VzLCBzbyBJJ20gbm90IHN1cmUgb2Yg
dGhlIHdheSBvbmUgZG9lcyB0aGF0Li4uCj4gCj4gSWFuLgo+IAo+PiBPbiBUdWUsIDIwMTQtMTIt
MDIgYXQgMjA6NTEgLTA2MDAsIE1hcmNvIEJsYW5jaGV0dGUgd3JvdGU6Cj4+IAo+PiBEZWFyIGxp
c3QsCj4+IAo+PiAKPj4gSW4gbXkgYXR0ZW1wdCB0byBzb2x2ZSB0aGlzIHByb2JsZW0sIEkgd2Vu
dCBhaGVhZCBhbmQgY29tcGlsZSBhIGZyZXNoCj4+IGRvd25sb2FkIG9mIFhlbiA0LjUgZnJvbSBH
aXRIdWIgYW5kIGluc3RhbGwgaXQgb24gbXkgTWFjQm9vayBoYXJkd2FyZQo+PiBydW5uaW5nIGEg
VmFuaWxsYSBVYnVudHUgMTQuMTAgYXMgc29sZSBPUy4gUmVzdWx0cyBhcmUgdGhlIHNhbWUsIEni
gJltCj4+IHVuYmFibGUgdG8gbG9hZCB0aGUga2VybmVsIG9uIHRvcCBvZiBYZW4uIE15IGVmZm9y
dCBpbiB0cnlpbmcgdG8gdHdlYWsKPj4gR3J1YjIgd2VyZSBhbGwgdW5zdWNjZXNzZnVsIHNvIEkg
YW0gZG91YnRpbmcgdGhpcyBpcyB0aGUgcHJvYmxlbS4KPj4gCj4+IAo+PiBBbnkgaGVscCB3b3Vs
ZCBiZSBhcHByZWNpYXRlZC4KPj4gCj4+IAo+PiB0aGFua3MKPj4gCj4+IAo+PiAKPj4+IE9uIE5v
diAyNSwgMjAxNCwgYXQgNjo1NiBQTSwgTWFyY28gQmxhbmNoZXR0ZQo+Pj4gPG1hcmNvYmxhbmNo
ZXR0ZUBtZS5jb20+IHdyb3RlOgo+Pj4gCj4+PiBIbW3igKYuIEhlcmUgaXMgdGhlIG1lbnUgZW50
cnkgZm9yIFVidW50dSBHTlUvTGludXgsIHdpdGggWGVuCj4+PiBoeXBlcnZpc29yIGZvciAvYm9v
dC9ncnViL2dydWIuY2ZnIChub3QgL2Jvb3QvZ3J1YjLigKYgdGhhdCBkaXJlY3RvcnkKPj4+IGRv
ZXMgbm90IGV4aXN0IG9uIG15IFVuYnVudHUgZGlzdHJvKQo+Pj4gCj4+PiAKPj4+IG1lbnVlbnRy
eSAnVWJ1bnR1IEdOVS9MaW51eCwgd2l0aCBYZW4gaHlwZXJ2aXNvcicgLS1jbGFzcyB1YnVudHUK
Pj4+IC0tY2xhc3MgZ251LWxpbnV4IC0tY2xhc3MgZ251IC0tY2xhc3Mgb3MgLS1jbGFzcyB4ZW4K
Pj4+ICRtZW51ZW50cnlfaWRfb3B0aW9uCj4+PiAneGVuLWdudWxpbnV4LXNpbXBsZS04NTg0MzZk
Yi0wMTk4LTRkNTEtOWQ3Zi04YTBhNDYwM2ViN2EnIHsKPj4+ICAgICAgICBpbnNtb2QgcGFydF9n
cHQKPj4+ICAgICAgICBpbnNtb2QgZXh0Mgo+Pj4gICAgICAgIHNldCByb290PSdoZDAsZ3B0MicK
Pj4+ICAgICAgICBpZiBbIHgkZmVhdHVyZV9wbGF0Zm9ybV9zZWFyY2hfaGludCA9IHh5IF07IHRo
ZW4KPj4+ICAgICAgICAgIHNlYXJjaCAtLW5vLWZsb3BweSAtLWZzLXV1aWQgLS1zZXQ9cm9vdAo+
Pj4gLS1oaW50LWJpb3M9aGQwLGdwdDIgLS1oaW50LWVmaT1oZDAsZ3B0MiAtLWhpbnQtYmFyZW1l
dGFsPWFoY2kwLGdwdDIKPj4+IDhhMWY1YjhhLTFjMTctNDM0ZS05MzBlLWQxNjg3YmU4YjZmNAo+
Pj4gICAgICAgIGVsc2UKPj4+ICAgICAgICAgIHNlYXJjaCAtLW5vLWZsb3BweSAtLWZzLXV1aWQg
LS1zZXQ9cm9vdAo+Pj4gOGExZjViOGEtMWMxNy00MzRlLTkzMGUtZDE2ODdiZThiNmY0Cj4+PiAg
ICAgICAgZmkKPj4+ICAgICAgICBlY2hvICAgICdMb2FkaW5nIFhlbiA0LjQtYW1kNjQgLi4uJwo+
Pj4gICAgICAgIGlmIFsgIiRncnViX3BsYXRmb3JtIiA9ICJwYyIgLW8gIiRncnViX3BsYXRmb3Jt
IiA9ICIiIF07Cj4+PiB0aGVuCj4+PiAgICAgICAgICAgIHhlbl9ybV9vcHRzPQo+Pj4gICAgICAg
IGVsc2UKPj4+ICAgICAgICAgICAgeGVuX3JtX29wdHM9Im5vLXJlYWwtbW9kZSBlZGQ9b2ZmIgo+
Pj4gICAgICAgIGZpCj4+PiAgICAgICAgbXVsdGlib290ICAgICAgIC94ZW4tNC40LWFtZDY0Lmd6
IHBsYWNlaG9sZGVyCj4+PiAke3hlbl9ybV9vcHRzfQo+Pj4gICAgICAgIGVjaG8gICAgJ0xvYWRp
bmcgTGludXggMy4xNi4wLTI1LWdlbmVyaWMgLi4uJwo+Pj4gICAgICAgIG1vZHVsZSAgL3ZtbGlu
dXotMy4xNi4wLTI1LWdlbmVyaWMgcGxhY2Vob2xkZXIKPj4+IHJvb3Q9L2Rldi9tYXBwZXIvdWJ1
bnR1LS12Zy1yb290IHJvCj4+PiAgICAgICAgZWNobyAgICAnTG9hZGluZyBpbml0aWFsIHJhbWRp
c2sgR29kIGRhbW4gaXQhISEhLi4uJwo+Pj4gICAgICAgIG1vZHVsZSAgLS1ub3VuemlwICAgL2lu
aXRyZC5pbWctMy4xNi4wLTI1LWdlbmVyaWMKPj4+ICAgICAgICBlY2hvICAgICdJJ1wnJ20gcGFz
c2VkIGxvYWRpbmcgdGhlIFJBTSBkaXNrJwo+Pj4gCj4+PiAKPj4+IH0KPj4+IAo+Pj4gCj4+PiBU
aGFua3MgZm9yIGxvb2tpbmcgaW50byB0aGlzIChJIGFkZGVkIHRoZSBleHRyYSBlY2hvIGxpbmVz
IGluIG15Cj4+PiBlZmZvcnQgdG8gZmlndXJlIG91dCB3aGF0IHdhcyBnb2luZyBvbiBoZXJl4oCm
KQo+Pj4gCj4+PiAKPj4+IAo+Pj4gCj4+PiAKPj4+IAo+Pj4+IE9uIE5vdiAyNSwgMjAxNCwgYXQg
Njo0NyBQTSwgTWFub2ogU3VicmFtYW5pYW0KPj4+PiA8TWFub2ouU3VicmFtYW5pYW1Ab25saXZl
LmNvbT4gd3JvdGU6Cj4+Pj4gCj4+Pj4gSSBzdXNwZWN0IHlvdXIgbWVudSBlbnRyeSBmb3IgIlVi
dW50dSBHTlUvTGludXggKGtlcm5lbAo+Pj4+IDMuMTYuMC0yNS1nZW5lcmljIFtvciAtMC0yMy1d
KSAsIHdpdGggWGVuIGh5cGVydmlzb3LigJ0gaXMKPj4+PiBpbmNvcnJlY3QuIERpZCB5b3UgcnVu
IGdydWIyLW1rY29uZmlnPyBWZXJpZnkgdGhlIG1lbnUgZW50cnkKPj4+PiBpbiAvYm9vdC9ncnVi
Mi9ncnViLmNmZyAuCj4+Pj4gCj4+Pj4gCj4+Pj4gRnJvbTogTWFyY28gQmxhbmNoZXR0ZSA8bWFy
Y29ibGFuY2hldHRlQG1lLmNvbT4KPj4+PiBEYXRlOiBUdWVzZGF5LCBOb3ZlbWJlciAyNSwgMjAx
NCBhdCA3OjE1IEFNCj4+Pj4gVG86ICJ4ZW4tdXNlcnNAbGlzdHMueGVuLm9yZyIgPHhlbi11c2Vy
c0BsaXN0cy54ZW4ub3JnPgo+Pj4+IFN1YmplY3Q6IFtYZW4tdXNlcnNdIFVuYWJsZSB0byByZWJv
b3QgYWZ0ZXIgaW5zdGFsbCBvZiBYZW4gb24KPj4+PiBmcmVzaCB1YnVudHUgcnVubmluZyBvZmYg
cmVjeWNsZWQgbWFjYm9vayBoYXJkd2FyZQo+Pj4+IAo+Pj4+IAo+Pj4+IAo+Pj4+IEknbSBwcmV0
dHkgbmV3YmllIHdpdGggWGVuIGFuZCBJIGFwcG9sb2dpemUgaWYgdGhpcyBpcyBzb21ldGhpbmcK
Pj4+PiB0aGF0IGlzIGVhc3kgYW5kIGR1bWIuLi4gCj4+Pj4gCj4+Pj4gSSBqdXN0IGluc3RhbGwg
YSBmcmVzaCB2YW5pbGxhIHVidW50dSAxNC4xMCBzZXJ2ZXIsIGZvbGxvd2VkIGJ5IGEKPj4+PiBk
aXN0cmlidXRpb24gdXBncmFkZS4gVWJ1bnR1IGlzIGluc3RhbGxlZCBvbiBhIHJlY3ljbGVkIG1h
Y2Jvb2sKPj4+PiBhaXIgbGF0ZSAyMDEwIFtNYWNCb29rIEFpciAiQ29yZSAyIER1byIgMi4xMyAx
MyIgKExhdGUg4oCZMTApIDIuMTMKPj4+PiBHSHogQ29yZSAyIER1byAoU0w5NjAwKSB0byBiZSBw
cmVjaXNlXSBvbiBhIDI1IEdiIHJvb3QgcGFydGl0aW9uCj4+Pj4gd2l0aCB0aGUgcmVtYWluaW5n
IG9mIHRoZSAyNTBHYiBTU0QgaGFyZCBkcml2ZSBmb3IgTFZNLiBHcnViMiBpcwo+Pj4+IHRoZSBi
b290IGxvYWRlci4gCj4+Pj4gCj4+Pj4gSSB0aGVuIGluc3RhbGxlZCBYZW4gNC40IGZyb20gdGhl
IGRpc3RybyB3aXRoIHN1ZG8gYXB0LWdldCBpbnN0YWxsCj4+Pj4geGV4LWh5cGVydmlzb3ItNC40
LWFtZDY0Cj4+Pj4gCj4+Pj4gVXBvbiByZWJvb3Qgb2YgdGhlIFVidW50dSBHTlUvTGludXggKGtl
cm5lbCAzLjE2LjAtMjUtZ2VuZXJpYyBbb3IKPj4+PiAtMC0yMy1dKSAsIHdpdGggWGVuIGh5cGVy
dmlzb3IgaW4gR3J1YiAodiAyLjAyIH4gYmV0YTItMTUpLCB0aGUKPj4+PiBib290IHByb2Nlc3Mg
Z2V0IHN0dWNrIGFmdGVyIGVjaG9pbmcgIkxvYWRpbmcgaW5pdGlhbCByYW1kaXNr4oCdLgo+Pj4+
IEkgYWxzbyB0cmllZCBVYnVudHUgMTQuMDQuMDEgTFRTIHNlcnZlciB3aXRoIHRoZSB0d28gZGlm
ZmVyZW50Cj4+Pj4ga2VybmVscyB3aXRoIG5vIGF2YWlsLgo+Pj4+IAo+Pj4+IEkgc3VzcGVjdCB0
aGUgcHJvYmxlbSBpcyB3aXRoIHRoZSBHcnViIGNvbmZpZ3MgYnV0IEnigJltIG5vdCBzdXJlCj4+
Pj4gd2hlcmUgdG8gZ28gZnJvbSB0aGVyZSB0byBzdGFydCBmaWd1cmluZyBvdXQgd2hhdCB0aGUg
cHJvYmxlbSBpcy4KPj4+PiAKPj4+PiBBbnkgaGVscCB3b3VsZCBiZSByZWFsbHkgYXBwcmVjaWF0
ZS4KPj4+PiAKPj4+PiBUaGFua3MKPj4+PiBfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fXwo+Pj4+IFhlbi11c2VycyBtYWlsaW5nIGxpc3QKPj4+PiBYZW4tdXNl
cnNAbGlzdHMueGVuLm9yZwo+Pj4+IGh0dHA6Ly9saXN0cy54ZW4ub3JnL3hlbi11c2Vycwo+PiAK
Pj4gCj4+IF9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCj4+
IFhlbi11c2VycyBtYWlsaW5nIGxpc3QKPj4gWGVuLXVzZXJzQGxpc3RzLnhlbi5vcmcKPj4gaHR0
cDovL2xpc3RzLnhlbi5vcmcveGVuLXVzZXJzCj4gCj4gCj4gCj4gX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX18KPiBYZW4tdXNlcnMgbWFpbGluZyBsaXN0Cj4g
WGVuLXVzZXJzQGxpc3RzLnhlbi5vcmcKPiBodHRwOi8vbGlzdHMueGVuLm9yZy94ZW4tdXNlcnMK
Cl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fClhlbi11c2Vy
cyBtYWlsaW5nIGxpc3QKWGVuLXVzZXJzQGxpc3RzLnhlbi5vcmcKaHR0cDovL2xpc3RzLnhlbi5v
cmcveGVuLXVzZXJz

From xen-users-bounces@lists.xen.org Wed Dec 03 14:22:48 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 14:22:48 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XwAoX-0005WQ-1o; Wed, 03 Dec 2014 14:21:57 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <marcoblanchette@icloud.com>) id 1XwAoV-0005WB-AP
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 14:21:55 +0000
Received: from [85.158.137.68] by server-11.bemta-3.messagelabs.com id
	B6/17-25547-28C1F745; Wed, 03 Dec 2014 14:21:54 +0000
X-Env-Sender: marcoblanchette@icloud.com
X-Msg-Ref: server-2.tower-31.messagelabs.com!1417616511!10834117!1
X-Originating-IP: [17.158.58.247]
X-SpamReason: No, hits=0.2 required=7.0 tests=MIME_QP_LONG_LINE
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 23870 invoked from network); 3 Dec 2014 14:21:53 -0000
Received: from nk11p08mm-asmtp002.mac.com (HELO nk11p08mm-asmtp002.mac.com)
	(17.158.58.247)
	by server-2.tower-31.messagelabs.com with DHE-RSA-AES128-SHA encrypted
	SMTP; 3 Dec 2014 14:21:53 -0000
Received: from [192.168.1.7]
	(23-255-217-186.mci.googlefiber.net [23.255.217.186])
	by nk11p08mm-asmtp002.mac.com
	(Oracle Communications Messaging Server 7.0.5.33.0 64bit (built Aug 27
	2014))
	with ESMTPSA id <0NG000MECFVTGZ60@nk11p08mm-asmtp002.mac.com> for
	xen-users@lists.xen.org; Wed, 03 Dec 2014 14:21:31 +0000 (GMT)
X-Proofpoint-Virus-Version: vendor=fsecure
	engine=2.50.10432:5.13.68,1.0.33,0.0.0000
	definitions=2014-12-03_05:2014-12-03, 2014-12-03,
	1970-01-01 signatures=0
X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0
	suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam
	adjust=0
	reason=mlx scancount=1 engine=7.0.1-1408290000
	definitions=main-1412030136
MIME-version: 1.0 (1.0)
From: Marco Blanchette <marcoblanchette@icloud.com>
X-Mailer: iPad Mail (12B435)
In-reply-to: <1417599374.29004.14.camel@citrix.com>
Date: Wed, 03 Dec 2014 08:21:29 -0600
Message-id: <196A14DA-8EEA-4639-9B79-E27A397A8EFC@icloud.com>
References: <34AF64CD-A66A-4C1E-89D2-49121402767A@me.com>
	<D09A6233.6B4%manoj.subramaniam@onlive.com>
	<5123A63D-5049-40E5-8981-675C588B8CDC@me.com>
	<08F1BF63-149B-4D70-9A55-A10BC291ADB8@icloud.com>
	<1417599374.29004.14.camel@citrix.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Unable to reboot after install of Xen on fresh
 ubuntu running off recycled macbook hardware
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

VGhhbmtzIElhbiwKCkp1c3QgdG8gYmUgY2xlYXIgKHNvcnJ5LCBpdCdzIG15IGZpcnN0IGFkdmVu
dHVyZSBwbGF5aW5nIHdpdGggbG93IGxldmVsIGtlcm5lbCBzZXJ2aWNlcy4uLiksIHRoZSBkZWJ1
ZyBjb25zb2xlPWh2YzAgYXJndW1lbnQgc2hvdWxkIGJlIGFkZGVkIHRvIHRoZSBHcnViIGNvbmZp
Zz8gQXMgaXM/IEFueSB3aGVyZT8KCkkgYWxzbyBoYXZlIG5vIGNsdWUgaG93IHRvIGNoZWNrIHdl
dGhlciBhIGNvbnNvbGUgaXMgYXR0YWNoZWQgdG8gaHZjMCwgcGVyaGFwcyBzb21lb25lIGNvdWxk
IHN1Z2dlc3QgYSBwYXRoIG9mIGFjdGlvbnM/CgpUaGFua3MKClNlbnQgZnJvbSBteSBpUGFkCgpN
YXJjbyBCbGFuY2hldHRlLCBQaC5ELgpHZW5vbWljIFNjaWVudGlzdApTdG93ZXJzIEluc3RpdHV0
ZSBmb3IgTWVkaWNhbCBSZXNlYXJjaAoxMDAwIEVhc3QgNTB0aCBTdC4KS2Fuc2FzIENpdHksIE1P
IDY0MTEwCgpUZWw6IDgxNi05MjYtNDA3MSAKQ2VsbDogODE2LTcyNi04NDE5IApGYXg6IDgxNi05
MjYtMjAxOAoKPiBPbiBEZWMgMywgMjAxNCwgYXQgMzozNiBBTSwgSWFuIENhbXBiZWxsIDxJYW4u
Q2FtcGJlbGxAY2l0cml4LmNvbT4gd3JvdGU6Cj4gCj4gSWYgaXQncyBoYW5naW5nIGFmdGVyIGxv
YWRpbmcgdGhlIGluaXRyYW1mcyB0aGVuIHRoYXQgc3VnZ2VzdHMgdGhhdAo+IGVpdGhlciB1c2Vy
c3BhY2UgaXNuJ3Qgc3RhcnRpbmcsIG9yIHRoYXQgaXRzIG91dHB1dCBpcyBub3QgZ29pbmcgdG8g
dGhlCj4gY29uc29sZS4KPiAKPiBZb3UgY291bGQgdHJ5IGFkZGluZyAiZGVidWcgY29uc29sZT1o
dmMwIiB0byB0aGUga2VybmVsIG1vZHVsZSBvZiB0aGUKPiBYZW4gZW50cnksIHdoaWNoIG1pZ2h0
IGdpdmUgeW91IHNvbWUgb3V0cHV0IG9yIHNvbWUgbW9yZSBoaW50cyBhdCBsZWFzdC4KPiAKPiBZ
b3Ugc2hvdWxkIGFsc28gbWFrZSBzdXJlIHRoYXQgYSBnZXR0eSBpcyBjb25maWd1cmVkIHRvIHJ1
biBvbiBodmMwIG9uY2UKPiB0aGUgc3lzdGVtIGlzIGJvb3RlZC4gSSd2ZSBubyBpZGVhIGV2ZW4g
d2hpY2ggaW5pdHN5c3RlbSBVYnVudHUgMTQuMTAKPiB1c2VzLCBzbyBJJ20gbm90IHN1cmUgb2Yg
dGhlIHdheSBvbmUgZG9lcyB0aGF0Li4uCj4gCj4gSWFuLgo+IAo+PiBPbiBUdWUsIDIwMTQtMTIt
MDIgYXQgMjA6NTEgLTA2MDAsIE1hcmNvIEJsYW5jaGV0dGUgd3JvdGU6Cj4+IAo+PiBEZWFyIGxp
c3QsCj4+IAo+PiAKPj4gSW4gbXkgYXR0ZW1wdCB0byBzb2x2ZSB0aGlzIHByb2JsZW0sIEkgd2Vu
dCBhaGVhZCBhbmQgY29tcGlsZSBhIGZyZXNoCj4+IGRvd25sb2FkIG9mIFhlbiA0LjUgZnJvbSBH
aXRIdWIgYW5kIGluc3RhbGwgaXQgb24gbXkgTWFjQm9vayBoYXJkd2FyZQo+PiBydW5uaW5nIGEg
VmFuaWxsYSBVYnVudHUgMTQuMTAgYXMgc29sZSBPUy4gUmVzdWx0cyBhcmUgdGhlIHNhbWUsIEni
gJltCj4+IHVuYmFibGUgdG8gbG9hZCB0aGUga2VybmVsIG9uIHRvcCBvZiBYZW4uIE15IGVmZm9y
dCBpbiB0cnlpbmcgdG8gdHdlYWsKPj4gR3J1YjIgd2VyZSBhbGwgdW5zdWNjZXNzZnVsIHNvIEkg
YW0gZG91YnRpbmcgdGhpcyBpcyB0aGUgcHJvYmxlbS4KPj4gCj4+IAo+PiBBbnkgaGVscCB3b3Vs
ZCBiZSBhcHByZWNpYXRlZC4KPj4gCj4+IAo+PiB0aGFua3MKPj4gCj4+IAo+PiAKPj4+IE9uIE5v
diAyNSwgMjAxNCwgYXQgNjo1NiBQTSwgTWFyY28gQmxhbmNoZXR0ZQo+Pj4gPG1hcmNvYmxhbmNo
ZXR0ZUBtZS5jb20+IHdyb3RlOgo+Pj4gCj4+PiBIbW3igKYuIEhlcmUgaXMgdGhlIG1lbnUgZW50
cnkgZm9yIFVidW50dSBHTlUvTGludXgsIHdpdGggWGVuCj4+PiBoeXBlcnZpc29yIGZvciAvYm9v
dC9ncnViL2dydWIuY2ZnIChub3QgL2Jvb3QvZ3J1YjLigKYgdGhhdCBkaXJlY3RvcnkKPj4+IGRv
ZXMgbm90IGV4aXN0IG9uIG15IFVuYnVudHUgZGlzdHJvKQo+Pj4gCj4+PiAKPj4+IG1lbnVlbnRy
eSAnVWJ1bnR1IEdOVS9MaW51eCwgd2l0aCBYZW4gaHlwZXJ2aXNvcicgLS1jbGFzcyB1YnVudHUK
Pj4+IC0tY2xhc3MgZ251LWxpbnV4IC0tY2xhc3MgZ251IC0tY2xhc3Mgb3MgLS1jbGFzcyB4ZW4K
Pj4+ICRtZW51ZW50cnlfaWRfb3B0aW9uCj4+PiAneGVuLWdudWxpbnV4LXNpbXBsZS04NTg0MzZk
Yi0wMTk4LTRkNTEtOWQ3Zi04YTBhNDYwM2ViN2EnIHsKPj4+ICAgICAgICBpbnNtb2QgcGFydF9n
cHQKPj4+ICAgICAgICBpbnNtb2QgZXh0Mgo+Pj4gICAgICAgIHNldCByb290PSdoZDAsZ3B0MicK
Pj4+ICAgICAgICBpZiBbIHgkZmVhdHVyZV9wbGF0Zm9ybV9zZWFyY2hfaGludCA9IHh5IF07IHRo
ZW4KPj4+ICAgICAgICAgIHNlYXJjaCAtLW5vLWZsb3BweSAtLWZzLXV1aWQgLS1zZXQ9cm9vdAo+
Pj4gLS1oaW50LWJpb3M9aGQwLGdwdDIgLS1oaW50LWVmaT1oZDAsZ3B0MiAtLWhpbnQtYmFyZW1l
dGFsPWFoY2kwLGdwdDIKPj4+IDhhMWY1YjhhLTFjMTctNDM0ZS05MzBlLWQxNjg3YmU4YjZmNAo+
Pj4gICAgICAgIGVsc2UKPj4+ICAgICAgICAgIHNlYXJjaCAtLW5vLWZsb3BweSAtLWZzLXV1aWQg
LS1zZXQ9cm9vdAo+Pj4gOGExZjViOGEtMWMxNy00MzRlLTkzMGUtZDE2ODdiZThiNmY0Cj4+PiAg
ICAgICAgZmkKPj4+ICAgICAgICBlY2hvICAgICdMb2FkaW5nIFhlbiA0LjQtYW1kNjQgLi4uJwo+
Pj4gICAgICAgIGlmIFsgIiRncnViX3BsYXRmb3JtIiA9ICJwYyIgLW8gIiRncnViX3BsYXRmb3Jt
IiA9ICIiIF07Cj4+PiB0aGVuCj4+PiAgICAgICAgICAgIHhlbl9ybV9vcHRzPQo+Pj4gICAgICAg
IGVsc2UKPj4+ICAgICAgICAgICAgeGVuX3JtX29wdHM9Im5vLXJlYWwtbW9kZSBlZGQ9b2ZmIgo+
Pj4gICAgICAgIGZpCj4+PiAgICAgICAgbXVsdGlib290ICAgICAgIC94ZW4tNC40LWFtZDY0Lmd6
IHBsYWNlaG9sZGVyCj4+PiAke3hlbl9ybV9vcHRzfQo+Pj4gICAgICAgIGVjaG8gICAgJ0xvYWRp
bmcgTGludXggMy4xNi4wLTI1LWdlbmVyaWMgLi4uJwo+Pj4gICAgICAgIG1vZHVsZSAgL3ZtbGlu
dXotMy4xNi4wLTI1LWdlbmVyaWMgcGxhY2Vob2xkZXIKPj4+IHJvb3Q9L2Rldi9tYXBwZXIvdWJ1
bnR1LS12Zy1yb290IHJvCj4+PiAgICAgICAgZWNobyAgICAnTG9hZGluZyBpbml0aWFsIHJhbWRp
c2sgR29kIGRhbW4gaXQhISEhLi4uJwo+Pj4gICAgICAgIG1vZHVsZSAgLS1ub3VuemlwICAgL2lu
aXRyZC5pbWctMy4xNi4wLTI1LWdlbmVyaWMKPj4+ICAgICAgICBlY2hvICAgICdJJ1wnJ20gcGFz
c2VkIGxvYWRpbmcgdGhlIFJBTSBkaXNrJwo+Pj4gCj4+PiAKPj4+IH0KPj4+IAo+Pj4gCj4+PiBU
aGFua3MgZm9yIGxvb2tpbmcgaW50byB0aGlzIChJIGFkZGVkIHRoZSBleHRyYSBlY2hvIGxpbmVz
IGluIG15Cj4+PiBlZmZvcnQgdG8gZmlndXJlIG91dCB3aGF0IHdhcyBnb2luZyBvbiBoZXJl4oCm
KQo+Pj4gCj4+PiAKPj4+IAo+Pj4gCj4+PiAKPj4+IAo+Pj4+IE9uIE5vdiAyNSwgMjAxNCwgYXQg
Njo0NyBQTSwgTWFub2ogU3VicmFtYW5pYW0KPj4+PiA8TWFub2ouU3VicmFtYW5pYW1Ab25saXZl
LmNvbT4gd3JvdGU6Cj4+Pj4gCj4+Pj4gSSBzdXNwZWN0IHlvdXIgbWVudSBlbnRyeSBmb3IgIlVi
dW50dSBHTlUvTGludXggKGtlcm5lbAo+Pj4+IDMuMTYuMC0yNS1nZW5lcmljIFtvciAtMC0yMy1d
KSAsIHdpdGggWGVuIGh5cGVydmlzb3LigJ0gaXMKPj4+PiBpbmNvcnJlY3QuIERpZCB5b3UgcnVu
IGdydWIyLW1rY29uZmlnPyBWZXJpZnkgdGhlIG1lbnUgZW50cnkKPj4+PiBpbiAvYm9vdC9ncnVi
Mi9ncnViLmNmZyAuCj4+Pj4gCj4+Pj4gCj4+Pj4gRnJvbTogTWFyY28gQmxhbmNoZXR0ZSA8bWFy
Y29ibGFuY2hldHRlQG1lLmNvbT4KPj4+PiBEYXRlOiBUdWVzZGF5LCBOb3ZlbWJlciAyNSwgMjAx
NCBhdCA3OjE1IEFNCj4+Pj4gVG86ICJ4ZW4tdXNlcnNAbGlzdHMueGVuLm9yZyIgPHhlbi11c2Vy
c0BsaXN0cy54ZW4ub3JnPgo+Pj4+IFN1YmplY3Q6IFtYZW4tdXNlcnNdIFVuYWJsZSB0byByZWJv
b3QgYWZ0ZXIgaW5zdGFsbCBvZiBYZW4gb24KPj4+PiBmcmVzaCB1YnVudHUgcnVubmluZyBvZmYg
cmVjeWNsZWQgbWFjYm9vayBoYXJkd2FyZQo+Pj4+IAo+Pj4+IAo+Pj4+IAo+Pj4+IEknbSBwcmV0
dHkgbmV3YmllIHdpdGggWGVuIGFuZCBJIGFwcG9sb2dpemUgaWYgdGhpcyBpcyBzb21ldGhpbmcK
Pj4+PiB0aGF0IGlzIGVhc3kgYW5kIGR1bWIuLi4gCj4+Pj4gCj4+Pj4gSSBqdXN0IGluc3RhbGwg
YSBmcmVzaCB2YW5pbGxhIHVidW50dSAxNC4xMCBzZXJ2ZXIsIGZvbGxvd2VkIGJ5IGEKPj4+PiBk
aXN0cmlidXRpb24gdXBncmFkZS4gVWJ1bnR1IGlzIGluc3RhbGxlZCBvbiBhIHJlY3ljbGVkIG1h
Y2Jvb2sKPj4+PiBhaXIgbGF0ZSAyMDEwIFtNYWNCb29rIEFpciAiQ29yZSAyIER1byIgMi4xMyAx
MyIgKExhdGUg4oCZMTApIDIuMTMKPj4+PiBHSHogQ29yZSAyIER1byAoU0w5NjAwKSB0byBiZSBw
cmVjaXNlXSBvbiBhIDI1IEdiIHJvb3QgcGFydGl0aW9uCj4+Pj4gd2l0aCB0aGUgcmVtYWluaW5n
IG9mIHRoZSAyNTBHYiBTU0QgaGFyZCBkcml2ZSBmb3IgTFZNLiBHcnViMiBpcwo+Pj4+IHRoZSBi
b290IGxvYWRlci4gCj4+Pj4gCj4+Pj4gSSB0aGVuIGluc3RhbGxlZCBYZW4gNC40IGZyb20gdGhl
IGRpc3RybyB3aXRoIHN1ZG8gYXB0LWdldCBpbnN0YWxsCj4+Pj4geGV4LWh5cGVydmlzb3ItNC40
LWFtZDY0Cj4+Pj4gCj4+Pj4gVXBvbiByZWJvb3Qgb2YgdGhlIFVidW50dSBHTlUvTGludXggKGtl
cm5lbCAzLjE2LjAtMjUtZ2VuZXJpYyBbb3IKPj4+PiAtMC0yMy1dKSAsIHdpdGggWGVuIGh5cGVy
dmlzb3IgaW4gR3J1YiAodiAyLjAyIH4gYmV0YTItMTUpLCB0aGUKPj4+PiBib290IHByb2Nlc3Mg
Z2V0IHN0dWNrIGFmdGVyIGVjaG9pbmcgIkxvYWRpbmcgaW5pdGlhbCByYW1kaXNr4oCdLgo+Pj4+
IEkgYWxzbyB0cmllZCBVYnVudHUgMTQuMDQuMDEgTFRTIHNlcnZlciB3aXRoIHRoZSB0d28gZGlm
ZmVyZW50Cj4+Pj4ga2VybmVscyB3aXRoIG5vIGF2YWlsLgo+Pj4+IAo+Pj4+IEkgc3VzcGVjdCB0
aGUgcHJvYmxlbSBpcyB3aXRoIHRoZSBHcnViIGNvbmZpZ3MgYnV0IEnigJltIG5vdCBzdXJlCj4+
Pj4gd2hlcmUgdG8gZ28gZnJvbSB0aGVyZSB0byBzdGFydCBmaWd1cmluZyBvdXQgd2hhdCB0aGUg
cHJvYmxlbSBpcy4KPj4+PiAKPj4+PiBBbnkgaGVscCB3b3VsZCBiZSByZWFsbHkgYXBwcmVjaWF0
ZS4KPj4+PiAKPj4+PiBUaGFua3MKPj4+PiBfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fXwo+Pj4+IFhlbi11c2VycyBtYWlsaW5nIGxpc3QKPj4+PiBYZW4tdXNl
cnNAbGlzdHMueGVuLm9yZwo+Pj4+IGh0dHA6Ly9saXN0cy54ZW4ub3JnL3hlbi11c2Vycwo+PiAK
Pj4gCj4+IF9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCj4+
IFhlbi11c2VycyBtYWlsaW5nIGxpc3QKPj4gWGVuLXVzZXJzQGxpc3RzLnhlbi5vcmcKPj4gaHR0
cDovL2xpc3RzLnhlbi5vcmcveGVuLXVzZXJzCj4gCj4gCj4gCj4gX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX18KPiBYZW4tdXNlcnMgbWFpbGluZyBsaXN0Cj4g
WGVuLXVzZXJzQGxpc3RzLnhlbi5vcmcKPiBodHRwOi8vbGlzdHMueGVuLm9yZy94ZW4tdXNlcnMK
Cl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fClhlbi11c2Vy
cyBtYWlsaW5nIGxpc3QKWGVuLXVzZXJzQGxpc3RzLnhlbi5vcmcKaHR0cDovL2xpc3RzLnhlbi5v
cmcveGVuLXVzZXJz

From xen-users-bounces@lists.xen.org Wed Dec 03 14:30:04 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 14:30:04 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XwAvz-0005wR-Ez; Wed, 03 Dec 2014 14:29:39 +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 1XwAvy-0005wJ-2C
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 14:29:38 +0000
Received: from [85.158.137.68] by server-4.bemta-3.messagelabs.com id
	5C/0A-23865-15E1F745; Wed, 03 Dec 2014 14:29:37 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-16.tower-31.messagelabs.com!1417616975!10847156!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 14019 invoked from network); 3 Dec 2014 14:29:36 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-16.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	3 Dec 2014 14:29:36 -0000
X-IronPort-AV: E=Sophos;i="5.07,508,1413244800"; d="scan'208";a="199074432"
Message-ID: <1417616973.11243.27.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Marco Blanchette <marcoblanchette@icloud.com>
Date: Wed, 3 Dec 2014 14:29:33 +0000
In-Reply-To: <196A14DA-8EEA-4639-9B79-E27A397A8EFC@icloud.com>
References: <34AF64CD-A66A-4C1E-89D2-49121402767A@me.com>
	<D09A6233.6B4%manoj.subramaniam@onlive.com>
	<5123A63D-5049-40E5-8981-675C588B8CDC@me.com>
	<08F1BF63-149B-4D70-9A55-A10BC291ADB8@icloud.com>
	<1417599374.29004.14.camel@citrix.com>
	<196A14DA-8EEA-4639-9B79-E27A397A8EFC@icloud.com>
Organization: Citrix Systems, Inc.
Content-Length: 8714
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA1
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Unable to reboot after install of Xen on fresh
 ubuntu running off recycled macbook hardware
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

WW91IHNob3VsZCBhZGQgdGhlIG9wdGlvbnMgdG8gdGhlIGdydWIgY29uZmlnIGF0IHRoZSBlbmQg
b2YgdGhlIGxpbmUKd2hpY2ggY3VycmVudGx5IHJlYWRzOgoKICAgICAgICBtb2R1bGUgIC92bWxp
bnV6LTMuMTYuMC0yNS1nZW5lcmljIHBsYWNlaG9sZGVyIHJvb3Q9L2Rldi9tYXBwZXIvdWJ1bnR1
LS12Zy1yb290IHJvCiAgICAgICAgCklPVyBpdCBzaG91bGQgbm93IHJlYWQ6CgogICAgICAgIG1v
ZHVsZSAgL3ZtbGludXotMy4xNi4wLTI1LWdlbmVyaWMgcGxhY2Vob2xkZXIgcm9vdD0vZGV2L21h
cHBlci91YnVudHUtLXZnLXJvb3Qgcm8gZGVidWcgY29uc29sZT1odmMwCiAgICAgICAgCklhbi4K
Ck9uIFdlZCwgMjAxNC0xMi0wMyBhdCAwODoyMSAtMDYwMCwgTWFyY28gQmxhbmNoZXR0ZSB3cm90
ZToKPiBUaGFua3MgSWFuLAo+IAo+IEp1c3QgdG8gYmUgY2xlYXIgKHNvcnJ5LCBpdCdzIG15IGZp
cnN0IGFkdmVudHVyZSBwbGF5aW5nIHdpdGggbG93Cj4gbGV2ZWwga2VybmVsIHNlcnZpY2VzLi4u
KSwgdGhlIGRlYnVnIGNvbnNvbGU9aHZjMCBhcmd1bWVudCBzaG91bGQgYmUKPiBhZGRlZCB0byB0
aGUgR3J1YiBjb25maWc/IEFzIGlzPyBBbnkgd2hlcmU/Cj4gCj4gSSBhbHNvIGhhdmUgbm8gY2x1
ZSBob3cgdG8gY2hlY2sgd2V0aGVyIGEgY29uc29sZSBpcyBhdHRhY2hlZCB0byBodmMwLAo+IHBl
cmhhcHMgc29tZW9uZSBjb3VsZCBzdWdnZXN0IGEgcGF0aCBvZiBhY3Rpb25zPwo+IAo+IFRoYW5r
cwo+IAo+IFNlbnQgZnJvbSBteSBpUGFkCj4gCj4gTWFyY28gQmxhbmNoZXR0ZSwgUGguRC4KPiBH
ZW5vbWljIFNjaWVudGlzdAo+IFN0b3dlcnMgSW5zdGl0dXRlIGZvciBNZWRpY2FsIFJlc2VhcmNo
Cj4gMTAwMCBFYXN0IDUwdGggU3QuCj4gS2Fuc2FzIENpdHksIE1PIDY0MTEwCj4gCj4gVGVsOiA4
MTYtOTI2LTQwNzEgCj4gQ2VsbDogODE2LTcyNi04NDE5IAo+IEZheDogODE2LTkyNi0yMDE4Cj4g
Cj4gPiBPbiBEZWMgMywgMjAxNCwgYXQgMzozNiBBTSwgSWFuIENhbXBiZWxsIDxJYW4uQ2FtcGJl
bGxAY2l0cml4LmNvbT4gd3JvdGU6Cj4gPiAKPiA+IElmIGl0J3MgaGFuZ2luZyBhZnRlciBsb2Fk
aW5nIHRoZSBpbml0cmFtZnMgdGhlbiB0aGF0IHN1Z2dlc3RzIHRoYXQKPiA+IGVpdGhlciB1c2Vy
c3BhY2UgaXNuJ3Qgc3RhcnRpbmcsIG9yIHRoYXQgaXRzIG91dHB1dCBpcyBub3QgZ29pbmcgdG8g
dGhlCj4gPiBjb25zb2xlLgo+ID4gCj4gPiBZb3UgY291bGQgdHJ5IGFkZGluZyAiZGVidWcgY29u
c29sZT1odmMwIiB0byB0aGUga2VybmVsIG1vZHVsZSBvZiB0aGUKPiA+IFhlbiBlbnRyeSwgd2hp
Y2ggbWlnaHQgZ2l2ZSB5b3Ugc29tZSBvdXRwdXQgb3Igc29tZSBtb3JlIGhpbnRzIGF0IGxlYXN0
Lgo+ID4gCj4gPiBZb3Ugc2hvdWxkIGFsc28gbWFrZSBzdXJlIHRoYXQgYSBnZXR0eSBpcyBjb25m
aWd1cmVkIHRvIHJ1biBvbiBodmMwIG9uY2UKPiA+IHRoZSBzeXN0ZW0gaXMgYm9vdGVkLiBJJ3Zl
IG5vIGlkZWEgZXZlbiB3aGljaCBpbml0c3lzdGVtIFVidW50dSAxNC4xMAo+ID4gdXNlcywgc28g
SSdtIG5vdCBzdXJlIG9mIHRoZSB3YXkgb25lIGRvZXMgdGhhdC4uLgo+ID4gCj4gPiBJYW4uCj4g
PiAKPiA+PiBPbiBUdWUsIDIwMTQtMTItMDIgYXQgMjA6NTEgLTA2MDAsIE1hcmNvIEJsYW5jaGV0
dGUgd3JvdGU6Cj4gPj4gCj4gPj4gRGVhciBsaXN0LAo+ID4+IAo+ID4+IAo+ID4+IEluIG15IGF0
dGVtcHQgdG8gc29sdmUgdGhpcyBwcm9ibGVtLCBJIHdlbnQgYWhlYWQgYW5kIGNvbXBpbGUgYSBm
cmVzaAo+ID4+IGRvd25sb2FkIG9mIFhlbiA0LjUgZnJvbSBHaXRIdWIgYW5kIGluc3RhbGwgaXQg
b24gbXkgTWFjQm9vayBoYXJkd2FyZQo+ID4+IHJ1bm5pbmcgYSBWYW5pbGxhIFVidW50dSAxNC4x
MCBhcyBzb2xlIE9TLiBSZXN1bHRzIGFyZSB0aGUgc2FtZSwgSeKAmW0KPiA+PiB1bmJhYmxlIHRv
IGxvYWQgdGhlIGtlcm5lbCBvbiB0b3Agb2YgWGVuLiBNeSBlZmZvcnQgaW4gdHJ5aW5nIHRvIHR3
ZWFrCj4gPj4gR3J1YjIgd2VyZSBhbGwgdW5zdWNjZXNzZnVsIHNvIEkgYW0gZG91YnRpbmcgdGhp
cyBpcyB0aGUgcHJvYmxlbS4KPiA+PiAKPiA+PiAKPiA+PiBBbnkgaGVscCB3b3VsZCBiZSBhcHBy
ZWNpYXRlZC4KPiA+PiAKPiA+PiAKPiA+PiB0aGFua3MKPiA+PiAKPiA+PiAKPiA+PiAKPiA+Pj4g
T24gTm92IDI1LCAyMDE0LCBhdCA2OjU2IFBNLCBNYXJjbyBCbGFuY2hldHRlCj4gPj4+IDxtYXJj
b2JsYW5jaGV0dGVAbWUuY29tPiB3cm90ZToKPiA+Pj4gCj4gPj4+IEhtbeKApi4gSGVyZSBpcyB0
aGUgbWVudSBlbnRyeSBmb3IgVWJ1bnR1IEdOVS9MaW51eCwgd2l0aCBYZW4KPiA+Pj4gaHlwZXJ2
aXNvciBmb3IgL2Jvb3QvZ3J1Yi9ncnViLmNmZyAobm90IC9ib290L2dydWIy4oCmIHRoYXQgZGly
ZWN0b3J5Cj4gPj4+IGRvZXMgbm90IGV4aXN0IG9uIG15IFVuYnVudHUgZGlzdHJvKQo+ID4+PiAK
PiA+Pj4gCj4gPj4+IG1lbnVlbnRyeSAnVWJ1bnR1IEdOVS9MaW51eCwgd2l0aCBYZW4gaHlwZXJ2
aXNvcicgLS1jbGFzcyB1YnVudHUKPiA+Pj4gLS1jbGFzcyBnbnUtbGludXggLS1jbGFzcyBnbnUg
LS1jbGFzcyBvcyAtLWNsYXNzIHhlbgo+ID4+PiAkbWVudWVudHJ5X2lkX29wdGlvbgo+ID4+PiAn
eGVuLWdudWxpbnV4LXNpbXBsZS04NTg0MzZkYi0wMTk4LTRkNTEtOWQ3Zi04YTBhNDYwM2ViN2En
IHsKPiA+Pj4gICAgICAgIGluc21vZCBwYXJ0X2dwdAo+ID4+PiAgICAgICAgaW5zbW9kIGV4dDIK
PiA+Pj4gICAgICAgIHNldCByb290PSdoZDAsZ3B0MicKPiA+Pj4gICAgICAgIGlmIFsgeCRmZWF0
dXJlX3BsYXRmb3JtX3NlYXJjaF9oaW50ID0geHkgXTsgdGhlbgo+ID4+PiAgICAgICAgICBzZWFy
Y2ggLS1uby1mbG9wcHkgLS1mcy11dWlkIC0tc2V0PXJvb3QKPiA+Pj4gLS1oaW50LWJpb3M9aGQw
LGdwdDIgLS1oaW50LWVmaT1oZDAsZ3B0MiAtLWhpbnQtYmFyZW1ldGFsPWFoY2kwLGdwdDIKPiA+
Pj4gOGExZjViOGEtMWMxNy00MzRlLTkzMGUtZDE2ODdiZThiNmY0Cj4gPj4+ICAgICAgICBlbHNl
Cj4gPj4+ICAgICAgICAgIHNlYXJjaCAtLW5vLWZsb3BweSAtLWZzLXV1aWQgLS1zZXQ9cm9vdAo+
ID4+PiA4YTFmNWI4YS0xYzE3LTQzNGUtOTMwZS1kMTY4N2JlOGI2ZjQKPiA+Pj4gICAgICAgIGZp
Cj4gPj4+ICAgICAgICBlY2hvICAgICdMb2FkaW5nIFhlbiA0LjQtYW1kNjQgLi4uJwo+ID4+PiAg
ICAgICAgaWYgWyAiJGdydWJfcGxhdGZvcm0iID0gInBjIiAtbyAiJGdydWJfcGxhdGZvcm0iID0g
IiIgXTsKPiA+Pj4gdGhlbgo+ID4+PiAgICAgICAgICAgIHhlbl9ybV9vcHRzPQo+ID4+PiAgICAg
ICAgZWxzZQo+ID4+PiAgICAgICAgICAgIHhlbl9ybV9vcHRzPSJuby1yZWFsLW1vZGUgZWRkPW9m
ZiIKPiA+Pj4gICAgICAgIGZpCj4gPj4+ICAgICAgICBtdWx0aWJvb3QgICAgICAgL3hlbi00LjQt
YW1kNjQuZ3ogcGxhY2Vob2xkZXIKPiA+Pj4gJHt4ZW5fcm1fb3B0c30KPiA+Pj4gICAgICAgIGVj
aG8gICAgJ0xvYWRpbmcgTGludXggMy4xNi4wLTI1LWdlbmVyaWMgLi4uJwo+ID4+PiAgICAgICAg
bW9kdWxlICAvdm1saW51ei0zLjE2LjAtMjUtZ2VuZXJpYyBwbGFjZWhvbGRlcgo+ID4+PiByb290
PS9kZXYvbWFwcGVyL3VidW50dS0tdmctcm9vdCBybwo+ID4+PiAgICAgICAgZWNobyAgICAnTG9h
ZGluZyBpbml0aWFsIHJhbWRpc2sgR29kIGRhbW4gaXQhISEhLi4uJwo+ID4+PiAgICAgICAgbW9k
dWxlICAtLW5vdW56aXAgICAvaW5pdHJkLmltZy0zLjE2LjAtMjUtZ2VuZXJpYwo+ID4+PiAgICAg
ICAgZWNobyAgICAnSSdcJydtIHBhc3NlZCBsb2FkaW5nIHRoZSBSQU0gZGlzaycKPiA+Pj4gCj4g
Pj4+IAo+ID4+PiB9Cj4gPj4+IAo+ID4+PiAKPiA+Pj4gVGhhbmtzIGZvciBsb29raW5nIGludG8g
dGhpcyAoSSBhZGRlZCB0aGUgZXh0cmEgZWNobyBsaW5lcyBpbiBteQo+ID4+PiBlZmZvcnQgdG8g
ZmlndXJlIG91dCB3aGF0IHdhcyBnb2luZyBvbiBoZXJl4oCmKQo+ID4+PiAKPiA+Pj4gCj4gPj4+
IAo+ID4+PiAKPiA+Pj4gCj4gPj4+IAo+ID4+Pj4gT24gTm92IDI1LCAyMDE0LCBhdCA2OjQ3IFBN
LCBNYW5vaiBTdWJyYW1hbmlhbQo+ID4+Pj4gPE1hbm9qLlN1YnJhbWFuaWFtQG9ubGl2ZS5jb20+
IHdyb3RlOgo+ID4+Pj4gCj4gPj4+PiBJIHN1c3BlY3QgeW91ciBtZW51IGVudHJ5IGZvciAiVWJ1
bnR1IEdOVS9MaW51eCAoa2VybmVsCj4gPj4+PiAzLjE2LjAtMjUtZ2VuZXJpYyBbb3IgLTAtMjMt
XSkgLCB3aXRoIFhlbiBoeXBlcnZpc29y4oCdIGlzCj4gPj4+PiBpbmNvcnJlY3QuIERpZCB5b3Ug
cnVuIGdydWIyLW1rY29uZmlnPyBWZXJpZnkgdGhlIG1lbnUgZW50cnkKPiA+Pj4+IGluIC9ib290
L2dydWIyL2dydWIuY2ZnIC4KPiA+Pj4+IAo+ID4+Pj4gCj4gPj4+PiBGcm9tOiBNYXJjbyBCbGFu
Y2hldHRlIDxtYXJjb2JsYW5jaGV0dGVAbWUuY29tPgo+ID4+Pj4gRGF0ZTogVHVlc2RheSwgTm92
ZW1iZXIgMjUsIDIwMTQgYXQgNzoxNSBBTQo+ID4+Pj4gVG86ICJ4ZW4tdXNlcnNAbGlzdHMueGVu
Lm9yZyIgPHhlbi11c2Vyc0BsaXN0cy54ZW4ub3JnPgo+ID4+Pj4gU3ViamVjdDogW1hlbi11c2Vy
c10gVW5hYmxlIHRvIHJlYm9vdCBhZnRlciBpbnN0YWxsIG9mIFhlbiBvbgo+ID4+Pj4gZnJlc2gg
dWJ1bnR1IHJ1bm5pbmcgb2ZmIHJlY3ljbGVkIG1hY2Jvb2sgaGFyZHdhcmUKPiA+Pj4+IAo+ID4+
Pj4gCj4gPj4+PiAKPiA+Pj4+IEknbSBwcmV0dHkgbmV3YmllIHdpdGggWGVuIGFuZCBJIGFwcG9s
b2dpemUgaWYgdGhpcyBpcyBzb21ldGhpbmcKPiA+Pj4+IHRoYXQgaXMgZWFzeSBhbmQgZHVtYi4u
LiAKPiA+Pj4+IAo+ID4+Pj4gSSBqdXN0IGluc3RhbGwgYSBmcmVzaCB2YW5pbGxhIHVidW50dSAx
NC4xMCBzZXJ2ZXIsIGZvbGxvd2VkIGJ5IGEKPiA+Pj4+IGRpc3RyaWJ1dGlvbiB1cGdyYWRlLiBV
YnVudHUgaXMgaW5zdGFsbGVkIG9uIGEgcmVjeWNsZWQgbWFjYm9vawo+ID4+Pj4gYWlyIGxhdGUg
MjAxMCBbTWFjQm9vayBBaXIgIkNvcmUgMiBEdW8iIDIuMTMgMTMiIChMYXRlIOKAmTEwKSAyLjEz
Cj4gPj4+PiBHSHogQ29yZSAyIER1byAoU0w5NjAwKSB0byBiZSBwcmVjaXNlXSBvbiBhIDI1IEdi
IHJvb3QgcGFydGl0aW9uCj4gPj4+PiB3aXRoIHRoZSByZW1haW5pbmcgb2YgdGhlIDI1MEdiIFNT
RCBoYXJkIGRyaXZlIGZvciBMVk0uIEdydWIyIGlzCj4gPj4+PiB0aGUgYm9vdCBsb2FkZXIuIAo+
ID4+Pj4gCj4gPj4+PiBJIHRoZW4gaW5zdGFsbGVkIFhlbiA0LjQgZnJvbSB0aGUgZGlzdHJvIHdp
dGggc3VkbyBhcHQtZ2V0IGluc3RhbGwKPiA+Pj4+IHhleC1oeXBlcnZpc29yLTQuNC1hbWQ2NAo+
ID4+Pj4gCj4gPj4+PiBVcG9uIHJlYm9vdCBvZiB0aGUgVWJ1bnR1IEdOVS9MaW51eCAoa2VybmVs
IDMuMTYuMC0yNS1nZW5lcmljIFtvcgo+ID4+Pj4gLTAtMjMtXSkgLCB3aXRoIFhlbiBoeXBlcnZp
c29yIGluIEdydWIgKHYgMi4wMiB+IGJldGEyLTE1KSwgdGhlCj4gPj4+PiBib290IHByb2Nlc3Mg
Z2V0IHN0dWNrIGFmdGVyIGVjaG9pbmcgIkxvYWRpbmcgaW5pdGlhbCByYW1kaXNr4oCdLgo+ID4+
Pj4gSSBhbHNvIHRyaWVkIFVidW50dSAxNC4wNC4wMSBMVFMgc2VydmVyIHdpdGggdGhlIHR3byBk
aWZmZXJlbnQKPiA+Pj4+IGtlcm5lbHMgd2l0aCBubyBhdmFpbC4KPiA+Pj4+IAo+ID4+Pj4gSSBz
dXNwZWN0IHRoZSBwcm9ibGVtIGlzIHdpdGggdGhlIEdydWIgY29uZmlncyBidXQgSeKAmW0gbm90
IHN1cmUKPiA+Pj4+IHdoZXJlIHRvIGdvIGZyb20gdGhlcmUgdG8gc3RhcnQgZmlndXJpbmcgb3V0
IHdoYXQgdGhlIHByb2JsZW0gaXMuCj4gPj4+PiAKPiA+Pj4+IEFueSBoZWxwIHdvdWxkIGJlIHJl
YWxseSBhcHByZWNpYXRlLgo+ID4+Pj4gCj4gPj4+PiBUaGFua3MKPiA+Pj4+IF9fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCj4gPj4+PiBYZW4tdXNlcnMgbWFp
bGluZyBsaXN0Cj4gPj4+PiBYZW4tdXNlcnNAbGlzdHMueGVuLm9yZwo+ID4+Pj4gaHR0cDovL2xp
c3RzLnhlbi5vcmcveGVuLXVzZXJzCj4gPj4gCj4gPj4gCj4gPj4gX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX18KPiA+PiBYZW4tdXNlcnMgbWFpbGluZyBsaXN0
Cj4gPj4gWGVuLXVzZXJzQGxpc3RzLnhlbi5vcmcKPiA+PiBodHRwOi8vbGlzdHMueGVuLm9yZy94
ZW4tdXNlcnMKPiA+IAo+ID4gCj4gPiAKPiA+IF9fX19fX19fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fCj4gPiBYZW4tdXNlcnMgbWFpbGluZyBsaXN0Cj4gPiBYZW4tdXNl
cnNAbGlzdHMueGVuLm9yZwo+ID4gaHR0cDovL2xpc3RzLnhlbi5vcmcveGVuLXVzZXJzCgoKCl9f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fClhlbi11c2VycyBt
YWlsaW5nIGxpc3QKWGVuLXVzZXJzQGxpc3RzLnhlbi5vcmcKaHR0cDovL2xpc3RzLnhlbi5vcmcv
eGVuLXVzZXJz

From xen-users-bounces@lists.xen.org Wed Dec 03 14:30:04 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 03 Dec 2014 14:30:04 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XwAvz-0005wR-Ez; Wed, 03 Dec 2014 14:29:39 +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 1XwAvy-0005wJ-2C
	for xen-users@lists.xen.org; Wed, 03 Dec 2014 14:29:38 +0000
Received: from [85.158.137.68] by server-4.bemta-3.messagelabs.com id
	5C/0A-23865-15E1F745; Wed, 03 Dec 2014 14:29:37 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-16.tower-31.messagelabs.com!1417616975!10847156!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 14019 invoked from network); 3 Dec 2014 14:29:36 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-16.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	3 Dec 2014 14:29:36 -0000
X-IronPort-AV: E=Sophos;i="5.07,508,1413244800"; d="scan'208";a="199074432"
Message-ID: <1417616973.11243.27.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Marco Blanchette <marcoblanchette@icloud.com>
Date: Wed, 3 Dec 2014 14:29:33 +0000
In-Reply-To: <196A14DA-8EEA-4639-9B79-E27A397A8EFC@icloud.com>
References: <34AF64CD-A66A-4C1E-89D2-49121402767A@me.com>
	<D09A6233.6B4%manoj.subramaniam@onlive.com>
	<5123A63D-5049-40E5-8981-675C588B8CDC@me.com>
	<08F1BF63-149B-4D70-9A55-A10BC291ADB8@icloud.com>
	<1417599374.29004.14.camel@citrix.com>
	<196A14DA-8EEA-4639-9B79-E27A397A8EFC@icloud.com>
Organization: Citrix Systems, Inc.
Content-Length: 8714
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA1
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Unable to reboot after install of Xen on fresh
 ubuntu running off recycled macbook hardware
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

WW91IHNob3VsZCBhZGQgdGhlIG9wdGlvbnMgdG8gdGhlIGdydWIgY29uZmlnIGF0IHRoZSBlbmQg
b2YgdGhlIGxpbmUKd2hpY2ggY3VycmVudGx5IHJlYWRzOgoKICAgICAgICBtb2R1bGUgIC92bWxp
bnV6LTMuMTYuMC0yNS1nZW5lcmljIHBsYWNlaG9sZGVyIHJvb3Q9L2Rldi9tYXBwZXIvdWJ1bnR1
LS12Zy1yb290IHJvCiAgICAgICAgCklPVyBpdCBzaG91bGQgbm93IHJlYWQ6CgogICAgICAgIG1v
ZHVsZSAgL3ZtbGludXotMy4xNi4wLTI1LWdlbmVyaWMgcGxhY2Vob2xkZXIgcm9vdD0vZGV2L21h
cHBlci91YnVudHUtLXZnLXJvb3Qgcm8gZGVidWcgY29uc29sZT1odmMwCiAgICAgICAgCklhbi4K
Ck9uIFdlZCwgMjAxNC0xMi0wMyBhdCAwODoyMSAtMDYwMCwgTWFyY28gQmxhbmNoZXR0ZSB3cm90
ZToKPiBUaGFua3MgSWFuLAo+IAo+IEp1c3QgdG8gYmUgY2xlYXIgKHNvcnJ5LCBpdCdzIG15IGZp
cnN0IGFkdmVudHVyZSBwbGF5aW5nIHdpdGggbG93Cj4gbGV2ZWwga2VybmVsIHNlcnZpY2VzLi4u
KSwgdGhlIGRlYnVnIGNvbnNvbGU9aHZjMCBhcmd1bWVudCBzaG91bGQgYmUKPiBhZGRlZCB0byB0
aGUgR3J1YiBjb25maWc/IEFzIGlzPyBBbnkgd2hlcmU/Cj4gCj4gSSBhbHNvIGhhdmUgbm8gY2x1
ZSBob3cgdG8gY2hlY2sgd2V0aGVyIGEgY29uc29sZSBpcyBhdHRhY2hlZCB0byBodmMwLAo+IHBl
cmhhcHMgc29tZW9uZSBjb3VsZCBzdWdnZXN0IGEgcGF0aCBvZiBhY3Rpb25zPwo+IAo+IFRoYW5r
cwo+IAo+IFNlbnQgZnJvbSBteSBpUGFkCj4gCj4gTWFyY28gQmxhbmNoZXR0ZSwgUGguRC4KPiBH
ZW5vbWljIFNjaWVudGlzdAo+IFN0b3dlcnMgSW5zdGl0dXRlIGZvciBNZWRpY2FsIFJlc2VhcmNo
Cj4gMTAwMCBFYXN0IDUwdGggU3QuCj4gS2Fuc2FzIENpdHksIE1PIDY0MTEwCj4gCj4gVGVsOiA4
MTYtOTI2LTQwNzEgCj4gQ2VsbDogODE2LTcyNi04NDE5IAo+IEZheDogODE2LTkyNi0yMDE4Cj4g
Cj4gPiBPbiBEZWMgMywgMjAxNCwgYXQgMzozNiBBTSwgSWFuIENhbXBiZWxsIDxJYW4uQ2FtcGJl
bGxAY2l0cml4LmNvbT4gd3JvdGU6Cj4gPiAKPiA+IElmIGl0J3MgaGFuZ2luZyBhZnRlciBsb2Fk
aW5nIHRoZSBpbml0cmFtZnMgdGhlbiB0aGF0IHN1Z2dlc3RzIHRoYXQKPiA+IGVpdGhlciB1c2Vy
c3BhY2UgaXNuJ3Qgc3RhcnRpbmcsIG9yIHRoYXQgaXRzIG91dHB1dCBpcyBub3QgZ29pbmcgdG8g
dGhlCj4gPiBjb25zb2xlLgo+ID4gCj4gPiBZb3UgY291bGQgdHJ5IGFkZGluZyAiZGVidWcgY29u
c29sZT1odmMwIiB0byB0aGUga2VybmVsIG1vZHVsZSBvZiB0aGUKPiA+IFhlbiBlbnRyeSwgd2hp
Y2ggbWlnaHQgZ2l2ZSB5b3Ugc29tZSBvdXRwdXQgb3Igc29tZSBtb3JlIGhpbnRzIGF0IGxlYXN0
Lgo+ID4gCj4gPiBZb3Ugc2hvdWxkIGFsc28gbWFrZSBzdXJlIHRoYXQgYSBnZXR0eSBpcyBjb25m
aWd1cmVkIHRvIHJ1biBvbiBodmMwIG9uY2UKPiA+IHRoZSBzeXN0ZW0gaXMgYm9vdGVkLiBJJ3Zl
IG5vIGlkZWEgZXZlbiB3aGljaCBpbml0c3lzdGVtIFVidW50dSAxNC4xMAo+ID4gdXNlcywgc28g
SSdtIG5vdCBzdXJlIG9mIHRoZSB3YXkgb25lIGRvZXMgdGhhdC4uLgo+ID4gCj4gPiBJYW4uCj4g
PiAKPiA+PiBPbiBUdWUsIDIwMTQtMTItMDIgYXQgMjA6NTEgLTA2MDAsIE1hcmNvIEJsYW5jaGV0
dGUgd3JvdGU6Cj4gPj4gCj4gPj4gRGVhciBsaXN0LAo+ID4+IAo+ID4+IAo+ID4+IEluIG15IGF0
dGVtcHQgdG8gc29sdmUgdGhpcyBwcm9ibGVtLCBJIHdlbnQgYWhlYWQgYW5kIGNvbXBpbGUgYSBm
cmVzaAo+ID4+IGRvd25sb2FkIG9mIFhlbiA0LjUgZnJvbSBHaXRIdWIgYW5kIGluc3RhbGwgaXQg
b24gbXkgTWFjQm9vayBoYXJkd2FyZQo+ID4+IHJ1bm5pbmcgYSBWYW5pbGxhIFVidW50dSAxNC4x
MCBhcyBzb2xlIE9TLiBSZXN1bHRzIGFyZSB0aGUgc2FtZSwgSeKAmW0KPiA+PiB1bmJhYmxlIHRv
IGxvYWQgdGhlIGtlcm5lbCBvbiB0b3Agb2YgWGVuLiBNeSBlZmZvcnQgaW4gdHJ5aW5nIHRvIHR3
ZWFrCj4gPj4gR3J1YjIgd2VyZSBhbGwgdW5zdWNjZXNzZnVsIHNvIEkgYW0gZG91YnRpbmcgdGhp
cyBpcyB0aGUgcHJvYmxlbS4KPiA+PiAKPiA+PiAKPiA+PiBBbnkgaGVscCB3b3VsZCBiZSBhcHBy
ZWNpYXRlZC4KPiA+PiAKPiA+PiAKPiA+PiB0aGFua3MKPiA+PiAKPiA+PiAKPiA+PiAKPiA+Pj4g
T24gTm92IDI1LCAyMDE0LCBhdCA2OjU2IFBNLCBNYXJjbyBCbGFuY2hldHRlCj4gPj4+IDxtYXJj
b2JsYW5jaGV0dGVAbWUuY29tPiB3cm90ZToKPiA+Pj4gCj4gPj4+IEhtbeKApi4gSGVyZSBpcyB0
aGUgbWVudSBlbnRyeSBmb3IgVWJ1bnR1IEdOVS9MaW51eCwgd2l0aCBYZW4KPiA+Pj4gaHlwZXJ2
aXNvciBmb3IgL2Jvb3QvZ3J1Yi9ncnViLmNmZyAobm90IC9ib290L2dydWIy4oCmIHRoYXQgZGly
ZWN0b3J5Cj4gPj4+IGRvZXMgbm90IGV4aXN0IG9uIG15IFVuYnVudHUgZGlzdHJvKQo+ID4+PiAK
PiA+Pj4gCj4gPj4+IG1lbnVlbnRyeSAnVWJ1bnR1IEdOVS9MaW51eCwgd2l0aCBYZW4gaHlwZXJ2
aXNvcicgLS1jbGFzcyB1YnVudHUKPiA+Pj4gLS1jbGFzcyBnbnUtbGludXggLS1jbGFzcyBnbnUg
LS1jbGFzcyBvcyAtLWNsYXNzIHhlbgo+ID4+PiAkbWVudWVudHJ5X2lkX29wdGlvbgo+ID4+PiAn
eGVuLWdudWxpbnV4LXNpbXBsZS04NTg0MzZkYi0wMTk4LTRkNTEtOWQ3Zi04YTBhNDYwM2ViN2En
IHsKPiA+Pj4gICAgICAgIGluc21vZCBwYXJ0X2dwdAo+ID4+PiAgICAgICAgaW5zbW9kIGV4dDIK
PiA+Pj4gICAgICAgIHNldCByb290PSdoZDAsZ3B0MicKPiA+Pj4gICAgICAgIGlmIFsgeCRmZWF0
dXJlX3BsYXRmb3JtX3NlYXJjaF9oaW50ID0geHkgXTsgdGhlbgo+ID4+PiAgICAgICAgICBzZWFy
Y2ggLS1uby1mbG9wcHkgLS1mcy11dWlkIC0tc2V0PXJvb3QKPiA+Pj4gLS1oaW50LWJpb3M9aGQw
LGdwdDIgLS1oaW50LWVmaT1oZDAsZ3B0MiAtLWhpbnQtYmFyZW1ldGFsPWFoY2kwLGdwdDIKPiA+
Pj4gOGExZjViOGEtMWMxNy00MzRlLTkzMGUtZDE2ODdiZThiNmY0Cj4gPj4+ICAgICAgICBlbHNl
Cj4gPj4+ICAgICAgICAgIHNlYXJjaCAtLW5vLWZsb3BweSAtLWZzLXV1aWQgLS1zZXQ9cm9vdAo+
ID4+PiA4YTFmNWI4YS0xYzE3LTQzNGUtOTMwZS1kMTY4N2JlOGI2ZjQKPiA+Pj4gICAgICAgIGZp
Cj4gPj4+ICAgICAgICBlY2hvICAgICdMb2FkaW5nIFhlbiA0LjQtYW1kNjQgLi4uJwo+ID4+PiAg
ICAgICAgaWYgWyAiJGdydWJfcGxhdGZvcm0iID0gInBjIiAtbyAiJGdydWJfcGxhdGZvcm0iID0g
IiIgXTsKPiA+Pj4gdGhlbgo+ID4+PiAgICAgICAgICAgIHhlbl9ybV9vcHRzPQo+ID4+PiAgICAg
ICAgZWxzZQo+ID4+PiAgICAgICAgICAgIHhlbl9ybV9vcHRzPSJuby1yZWFsLW1vZGUgZWRkPW9m
ZiIKPiA+Pj4gICAgICAgIGZpCj4gPj4+ICAgICAgICBtdWx0aWJvb3QgICAgICAgL3hlbi00LjQt
YW1kNjQuZ3ogcGxhY2Vob2xkZXIKPiA+Pj4gJHt4ZW5fcm1fb3B0c30KPiA+Pj4gICAgICAgIGVj
aG8gICAgJ0xvYWRpbmcgTGludXggMy4xNi4wLTI1LWdlbmVyaWMgLi4uJwo+ID4+PiAgICAgICAg
bW9kdWxlICAvdm1saW51ei0zLjE2LjAtMjUtZ2VuZXJpYyBwbGFjZWhvbGRlcgo+ID4+PiByb290
PS9kZXYvbWFwcGVyL3VidW50dS0tdmctcm9vdCBybwo+ID4+PiAgICAgICAgZWNobyAgICAnTG9h
ZGluZyBpbml0aWFsIHJhbWRpc2sgR29kIGRhbW4gaXQhISEhLi4uJwo+ID4+PiAgICAgICAgbW9k
dWxlICAtLW5vdW56aXAgICAvaW5pdHJkLmltZy0zLjE2LjAtMjUtZ2VuZXJpYwo+ID4+PiAgICAg
ICAgZWNobyAgICAnSSdcJydtIHBhc3NlZCBsb2FkaW5nIHRoZSBSQU0gZGlzaycKPiA+Pj4gCj4g
Pj4+IAo+ID4+PiB9Cj4gPj4+IAo+ID4+PiAKPiA+Pj4gVGhhbmtzIGZvciBsb29raW5nIGludG8g
dGhpcyAoSSBhZGRlZCB0aGUgZXh0cmEgZWNobyBsaW5lcyBpbiBteQo+ID4+PiBlZmZvcnQgdG8g
ZmlndXJlIG91dCB3aGF0IHdhcyBnb2luZyBvbiBoZXJl4oCmKQo+ID4+PiAKPiA+Pj4gCj4gPj4+
IAo+ID4+PiAKPiA+Pj4gCj4gPj4+IAo+ID4+Pj4gT24gTm92IDI1LCAyMDE0LCBhdCA2OjQ3IFBN
LCBNYW5vaiBTdWJyYW1hbmlhbQo+ID4+Pj4gPE1hbm9qLlN1YnJhbWFuaWFtQG9ubGl2ZS5jb20+
IHdyb3RlOgo+ID4+Pj4gCj4gPj4+PiBJIHN1c3BlY3QgeW91ciBtZW51IGVudHJ5IGZvciAiVWJ1
bnR1IEdOVS9MaW51eCAoa2VybmVsCj4gPj4+PiAzLjE2LjAtMjUtZ2VuZXJpYyBbb3IgLTAtMjMt
XSkgLCB3aXRoIFhlbiBoeXBlcnZpc29y4oCdIGlzCj4gPj4+PiBpbmNvcnJlY3QuIERpZCB5b3Ug
cnVuIGdydWIyLW1rY29uZmlnPyBWZXJpZnkgdGhlIG1lbnUgZW50cnkKPiA+Pj4+IGluIC9ib290
L2dydWIyL2dydWIuY2ZnIC4KPiA+Pj4+IAo+ID4+Pj4gCj4gPj4+PiBGcm9tOiBNYXJjbyBCbGFu
Y2hldHRlIDxtYXJjb2JsYW5jaGV0dGVAbWUuY29tPgo+ID4+Pj4gRGF0ZTogVHVlc2RheSwgTm92
ZW1iZXIgMjUsIDIwMTQgYXQgNzoxNSBBTQo+ID4+Pj4gVG86ICJ4ZW4tdXNlcnNAbGlzdHMueGVu
Lm9yZyIgPHhlbi11c2Vyc0BsaXN0cy54ZW4ub3JnPgo+ID4+Pj4gU3ViamVjdDogW1hlbi11c2Vy
c10gVW5hYmxlIHRvIHJlYm9vdCBhZnRlciBpbnN0YWxsIG9mIFhlbiBvbgo+ID4+Pj4gZnJlc2gg
dWJ1bnR1IHJ1bm5pbmcgb2ZmIHJlY3ljbGVkIG1hY2Jvb2sgaGFyZHdhcmUKPiA+Pj4+IAo+ID4+
Pj4gCj4gPj4+PiAKPiA+Pj4+IEknbSBwcmV0dHkgbmV3YmllIHdpdGggWGVuIGFuZCBJIGFwcG9s
b2dpemUgaWYgdGhpcyBpcyBzb21ldGhpbmcKPiA+Pj4+IHRoYXQgaXMgZWFzeSBhbmQgZHVtYi4u
LiAKPiA+Pj4+IAo+ID4+Pj4gSSBqdXN0IGluc3RhbGwgYSBmcmVzaCB2YW5pbGxhIHVidW50dSAx
NC4xMCBzZXJ2ZXIsIGZvbGxvd2VkIGJ5IGEKPiA+Pj4+IGRpc3RyaWJ1dGlvbiB1cGdyYWRlLiBV
YnVudHUgaXMgaW5zdGFsbGVkIG9uIGEgcmVjeWNsZWQgbWFjYm9vawo+ID4+Pj4gYWlyIGxhdGUg
MjAxMCBbTWFjQm9vayBBaXIgIkNvcmUgMiBEdW8iIDIuMTMgMTMiIChMYXRlIOKAmTEwKSAyLjEz
Cj4gPj4+PiBHSHogQ29yZSAyIER1byAoU0w5NjAwKSB0byBiZSBwcmVjaXNlXSBvbiBhIDI1IEdi
IHJvb3QgcGFydGl0aW9uCj4gPj4+PiB3aXRoIHRoZSByZW1haW5pbmcgb2YgdGhlIDI1MEdiIFNT
RCBoYXJkIGRyaXZlIGZvciBMVk0uIEdydWIyIGlzCj4gPj4+PiB0aGUgYm9vdCBsb2FkZXIuIAo+
ID4+Pj4gCj4gPj4+PiBJIHRoZW4gaW5zdGFsbGVkIFhlbiA0LjQgZnJvbSB0aGUgZGlzdHJvIHdp
dGggc3VkbyBhcHQtZ2V0IGluc3RhbGwKPiA+Pj4+IHhleC1oeXBlcnZpc29yLTQuNC1hbWQ2NAo+
ID4+Pj4gCj4gPj4+PiBVcG9uIHJlYm9vdCBvZiB0aGUgVWJ1bnR1IEdOVS9MaW51eCAoa2VybmVs
IDMuMTYuMC0yNS1nZW5lcmljIFtvcgo+ID4+Pj4gLTAtMjMtXSkgLCB3aXRoIFhlbiBoeXBlcnZp
c29yIGluIEdydWIgKHYgMi4wMiB+IGJldGEyLTE1KSwgdGhlCj4gPj4+PiBib290IHByb2Nlc3Mg
Z2V0IHN0dWNrIGFmdGVyIGVjaG9pbmcgIkxvYWRpbmcgaW5pdGlhbCByYW1kaXNr4oCdLgo+ID4+
Pj4gSSBhbHNvIHRyaWVkIFVidW50dSAxNC4wNC4wMSBMVFMgc2VydmVyIHdpdGggdGhlIHR3byBk
aWZmZXJlbnQKPiA+Pj4+IGtlcm5lbHMgd2l0aCBubyBhdmFpbC4KPiA+Pj4+IAo+ID4+Pj4gSSBz
dXNwZWN0IHRoZSBwcm9ibGVtIGlzIHdpdGggdGhlIEdydWIgY29uZmlncyBidXQgSeKAmW0gbm90
IHN1cmUKPiA+Pj4+IHdoZXJlIHRvIGdvIGZyb20gdGhlcmUgdG8gc3RhcnQgZmlndXJpbmcgb3V0
IHdoYXQgdGhlIHByb2JsZW0gaXMuCj4gPj4+PiAKPiA+Pj4+IEFueSBoZWxwIHdvdWxkIGJlIHJl
YWxseSBhcHByZWNpYXRlLgo+ID4+Pj4gCj4gPj4+PiBUaGFua3MKPiA+Pj4+IF9fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCj4gPj4+PiBYZW4tdXNlcnMgbWFp
bGluZyBsaXN0Cj4gPj4+PiBYZW4tdXNlcnNAbGlzdHMueGVuLm9yZwo+ID4+Pj4gaHR0cDovL2xp
c3RzLnhlbi5vcmcveGVuLXVzZXJzCj4gPj4gCj4gPj4gCj4gPj4gX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX18KPiA+PiBYZW4tdXNlcnMgbWFpbGluZyBsaXN0
Cj4gPj4gWGVuLXVzZXJzQGxpc3RzLnhlbi5vcmcKPiA+PiBodHRwOi8vbGlzdHMueGVuLm9yZy94
ZW4tdXNlcnMKPiA+IAo+ID4gCj4gPiAKPiA+IF9fX19fX19fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fCj4gPiBYZW4tdXNlcnMgbWFpbGluZyBsaXN0Cj4gPiBYZW4tdXNl
cnNAbGlzdHMueGVuLm9yZwo+ID4gaHR0cDovL2xpc3RzLnhlbi5vcmcveGVuLXVzZXJzCgoKCl9f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fClhlbi11c2VycyBt
YWlsaW5nIGxpc3QKWGVuLXVzZXJzQGxpc3RzLnhlbi5vcmcKaHR0cDovL2xpc3RzLnhlbi5vcmcv
eGVuLXVzZXJz

From xen-users-bounces@lists.xen.org Thu Dec 04 09:40:54 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 04 Dec 2014 09:40: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-users-bounces@lists.xen.org>)
	id 1XwSsq-0002JT-LI; Thu, 04 Dec 2014 09:39:36 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>) id 1XwSsp-0002JN-BN
	for xen-users@lists.xen.org; Thu, 04 Dec 2014 09:39:35 +0000
Received: from [193.109.254.147] by server-5.bemta-14.messagelabs.com id
	59/3C-08051-6DB20845; Thu, 04 Dec 2014 09:39:34 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-13.tower-27.messagelabs.com!1417685972!12925862!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 9310 invoked from network); 4 Dec 2014 09:39:33 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-13.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	4 Dec 2014 09:39:33 -0000
X-IronPort-AV: E=Sophos;i="5.07,514,1413244800"; d="scan'208";a="199579703"
Message-ID: <1417685970.22808.3.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: lee <lee@yagibdah.de>
Date: Thu, 4 Dec 2014 09:39:30 +0000
In-Reply-To: <87mw752zvd.fsf@gulltop.yagibdah.de>
References: <87sih6eu1c.fsf@gulltop.yagibdah.de>
	<87mw752zvd.fsf@gulltop.yagibdah.de>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: xen-users@lists.xen.org
Subject: Re: [Xen-users] xen power management
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

I don't know much, is http://wiki.xen.org/wiki/Xen_power_management
helpful?

I suspect some dom0 kernel options need to be enabled relating to PM and
cpufreq even in Xen mode (i.e. to propagate ACPI info to the h/v). In
particular if you are using an upstream paravirt ops kernel this may
require you to have a new enough version, but again I don't know the
specifics of what "new enough" means here.

Posting details of the versions you are running and the config might
trigger someone's memory perhaps.

Ian.

On Wed, 2014-12-03 at 04:09 +0100, lee wrote:
> Nobody knows?  Is power management broken?
> 
> 
> lee <lee@yagibdah.de> writes:
> 
> > Hi,
> >
> > what could I do the get power management to work?
> >
> >
> > root@heimdall:~# xenpm get-cpufreq-states all
> > root@heimdall:~# xenpm get-cpufreq-para all
> > [CPU0] failed to get cpufreq parameter
> > [CPU1] failed to get cpufreq parameter
> > [CPU2] failed to get cpufreq parameter
> > [CPU3] failed to get cpufreq parameter
> > [CPU4] failed to get cpufreq parameter
> > [CPU5] failed to get cpufreq parameter
> > [CPU6] failed to get cpufreq parameter
> > [CPU7] failed to get cpufreq parameter
> > root@heimdall:~# xenpm get-cpu-topology all
> > CPU     core    socket  node
> > CPU0     0       1       0
> > CPU1     1       1       0
> > CPU2     2       1       0
> > CPU3     3       1       0
> > CPU4     0       0       0
> > CPU5     1       0       0
> > CPU6     2       0       0
> > CPU7     3       0       0
> > root@heimdall:~# xenpm set-scaling-governor ondemand all
> > failed to set governor name
> > root@heimdall:~#
> >
> >
> > 'xenpm get-cpuidle-states all' gives some output and says "total C-states :
> > 2".  The CPUs are L5420s.
> >
> >
> > xen-4.1-amd64.gz placeholder dom0_mem=1024M,max:1024M dom0_max_vcpus=2
> > cpufreq=xen cpuidle hpetbroadcast
> 



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 04 09:40:54 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 04 Dec 2014 09:40: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-users-bounces@lists.xen.org>)
	id 1XwSsq-0002JT-LI; Thu, 04 Dec 2014 09:39:36 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>) id 1XwSsp-0002JN-BN
	for xen-users@lists.xen.org; Thu, 04 Dec 2014 09:39:35 +0000
Received: from [193.109.254.147] by server-5.bemta-14.messagelabs.com id
	59/3C-08051-6DB20845; Thu, 04 Dec 2014 09:39:34 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-13.tower-27.messagelabs.com!1417685972!12925862!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 9310 invoked from network); 4 Dec 2014 09:39:33 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-13.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	4 Dec 2014 09:39:33 -0000
X-IronPort-AV: E=Sophos;i="5.07,514,1413244800"; d="scan'208";a="199579703"
Message-ID: <1417685970.22808.3.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: lee <lee@yagibdah.de>
Date: Thu, 4 Dec 2014 09:39:30 +0000
In-Reply-To: <87mw752zvd.fsf@gulltop.yagibdah.de>
References: <87sih6eu1c.fsf@gulltop.yagibdah.de>
	<87mw752zvd.fsf@gulltop.yagibdah.de>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: xen-users@lists.xen.org
Subject: Re: [Xen-users] xen power management
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

I don't know much, is http://wiki.xen.org/wiki/Xen_power_management
helpful?

I suspect some dom0 kernel options need to be enabled relating to PM and
cpufreq even in Xen mode (i.e. to propagate ACPI info to the h/v). In
particular if you are using an upstream paravirt ops kernel this may
require you to have a new enough version, but again I don't know the
specifics of what "new enough" means here.

Posting details of the versions you are running and the config might
trigger someone's memory perhaps.

Ian.

On Wed, 2014-12-03 at 04:09 +0100, lee wrote:
> Nobody knows?  Is power management broken?
> 
> 
> lee <lee@yagibdah.de> writes:
> 
> > Hi,
> >
> > what could I do the get power management to work?
> >
> >
> > root@heimdall:~# xenpm get-cpufreq-states all
> > root@heimdall:~# xenpm get-cpufreq-para all
> > [CPU0] failed to get cpufreq parameter
> > [CPU1] failed to get cpufreq parameter
> > [CPU2] failed to get cpufreq parameter
> > [CPU3] failed to get cpufreq parameter
> > [CPU4] failed to get cpufreq parameter
> > [CPU5] failed to get cpufreq parameter
> > [CPU6] failed to get cpufreq parameter
> > [CPU7] failed to get cpufreq parameter
> > root@heimdall:~# xenpm get-cpu-topology all
> > CPU     core    socket  node
> > CPU0     0       1       0
> > CPU1     1       1       0
> > CPU2     2       1       0
> > CPU3     3       1       0
> > CPU4     0       0       0
> > CPU5     1       0       0
> > CPU6     2       0       0
> > CPU7     3       0       0
> > root@heimdall:~# xenpm set-scaling-governor ondemand all
> > failed to set governor name
> > root@heimdall:~#
> >
> >
> > 'xenpm get-cpuidle-states all' gives some output and says "total C-states :
> > 2".  The CPUs are L5420s.
> >
> >
> > xen-4.1-amd64.gz placeholder dom0_mem=1024M,max:1024M dom0_max_vcpus=2
> > cpufreq=xen cpuidle hpetbroadcast
> 



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 04 11:40:32 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 04 Dec 2014 11:40:32 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XwUki-0007aY-Sx; Thu, 04 Dec 2014 11:39:20 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <patel_mp@yahoo.co.in>) id 1XwPWK-0005RA-83
	for xen-users@lists.xen.org; Thu, 04 Dec 2014 06:04:08 +0000
Received: from [85.158.143.35] by server-1.bemta-4.messagelabs.com id
	84/95-09842-759FF745; Thu, 04 Dec 2014 06:04:07 +0000
X-Env-Sender: patel_mp@yahoo.co.in
X-Msg-Ref: server-2.tower-21.messagelabs.com!1417673044!5254924!1
X-Originating-IP: [106.10.151.71]
X-SpamReason: No, hits=0.0 required=7.0 tests=HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 15324 invoked from network); 4 Dec 2014 06:04:06 -0000
Received: from nm23-vm8.bullet.mail.sg3.yahoo.com (HELO
	nm23-vm8.bullet.mail.sg3.yahoo.com) (106.10.151.71)
	by server-2.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	4 Dec 2014 06:04:06 -0000
Received: from [106.10.166.118] by nm23.bullet.mail.sg3.yahoo.com with NNFMP;
	04 Dec 2014 06:04:03 -0000
Received: from [106.10.151.170] by tm7.bullet.mail.sg3.yahoo.com with NNFMP;
	04 Dec 2014 06:04:03 -0000
Received: from [127.0.0.1] by omp1010.mail.sg3.yahoo.com with NNFMP;
	04 Dec 2014 06:04:03 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 455078.13405.bm@omp1010.mail.sg3.yahoo.com
Received: (qmail 33713 invoked by uid 60001); 4 Dec 2014 06:04:03 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.in; s=s1024;
	t=1417673043; bh=WBhibAbok5R/t66da2RjdHZNW15XJer2dDnaPaQ21so=;
	h=Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type;
	b=4pa25XjLd5VyJ81O1c3hiy28DB75ug744KLemYeujp/oY+i6X/p/hs6Kxvvvaws7IRRz8fs0kjWBbcDQB9I399PagzoawvTZFKZigfzKa3RosG40MfVN0fHnSai+hUwZRZrhFn8+izKqEyDpAHbS4eolYAX1+2A6qq96vNDeUjc=
X-YMail-OSG: .Yc7FYMVM1lt7n2FeQdtRnKZqDXhAbn3EutwekBl_KtkAYg
	JWWSACaYDPX4O_G5XcWkfGln_.qLi6kNT80tsADZ9axIB0Sn.2.PvTRvB8j0
	6CjrGRLe1L1ZR.19yY.0vz_tJP0jSINPp23ax1PGH8IWVKJ.OlpZ76Ogvf7y
	PqiI2dDo8OuWU0QmhX9YQxnZ2NEVVArdbMkiwqnI2ObAXKTlPiMGhe34rr_f
	n2_oa6wB6viaj_9EoReL4fhJly4BeRpRFxOpY23B3WfkqED3rxfcqnFip8Fi
	wNI.6JKUlBHz0tGxi55W4TmTsQstBfPP9HvVGYyL0eHd_Yfux2.bUxyzibMy
	_7Jui7KU.ysfBjeFZRcUMz2AicK2VSfWBd4kpnGqFmyaelyeIO6uegOnmcGi
	TLZZ7tnFd9GUdsBPOg5y0bMfhW7OQUK7eIiR0A64sKEnlCDSqIopA9dSjLDe
	LgUKEGz2ceWUi2LiSQfKlLAnCatBA.crv.czR_Uib052CpF5syLMb1oUjUWR
	PgERMr19bGk2whPldycIJgeINez3ToELkR2_a8E5_X.e8EqlsaG28RD4-
Received: from [202.129.240.131] by web190605.mail.sg3.yahoo.com via HTTP;
	Thu, 04 Dec 2014 14:04:03 SGT
X-Rocket-MIMEInfo: 002.001,
	SSBoYXZlIHJlaW5zdGFsbCBvcGVuc3NoLXNlcnZlci9jbGluZXQgc28gbWFueSB0aW1lcyBhbmQgZXZlbiBtYW51YWxseSBjb3BpZWQgcHVibGljYSBrZXkgdG8gb3RoZXIgY29tcHV0ZXIgYnV0IGkgY2FuO3Qgc29sdmUgZm9sbHdvaW5nIGVycm9yOgoKc3NoOiBjb25uZWN0IHRvIGhvc3QgMTcyLjE2LjMuMTMzIHBvcnQgMjI6IENvbm5lY3Rpb24gcmVmdXNlZAoKCklzIHRoZXJlIGFueSBvdGhlciBwcm90Y29hbCBpbnN0ZWFkIG9mIHNzaD8KClJlZ2FyZHMsATABAQEB
X-Mailer: YahooMailWebService/0.8.203.740
Message-ID: <1417673043.58928.YahooMailNeo@web190605.mail.sg3.yahoo.com>
Date: Thu, 4 Dec 2014 14:04:03 +0800
From: Minalkumar Patel <patel_mp@yahoo.co.in>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
MIME-Version: 1.0
X-Mailman-Approved-At: Thu, 04 Dec 2014 11:39:20 +0000
Subject: [Xen-users] ssh error while migrating VM
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Minalkumar Patel <patel_mp@yahoo.co.in>
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2998221679232799395=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============2998221679232799395==
Content-Type: multipart/alternative; boundary="359656696-795057218-1417673043=:58928"

--359656696-795057218-1417673043=:58928
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

I have reinstall openssh-server/clinet so many times and even manually copi=
ed publica key to other computer but i can;t solve follwoing error:=0A=0Ass=
h: connect to host 172.16.3.133 port 22: Connection refused=0A=0A=0AIs ther=
e any other protcoal instead of ssh?=0A=0ARegards,
--359656696-795057218-1417673043=:58928
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"color:#000; background-color:#fff; font-family:He=
lveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;fo=
nt-size:12px"><div style=3D"" class=3D""><span style=3D"" class=3D"">I have=
 reinstall openssh-server/clinet so many times and even manually copied pub=
lica key to other computer but i can;t solve follwoing error:</span></div><=
div style=3D"color: rgb(0, 0, 0); font-size: 12px; font-family: HelveticaNe=
ue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-colo=
r: transparent; font-style: normal;" class=3D""><span style=3D"" class=3D""=
><br></span></div><div style=3D"color: rgb(0, 0, 0); font-size: 12px; font-=
family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-ser=
if; background-color: transparent; font-style: normal;" class=3D""><span st=
yle=3D"" class=3D"">ssh: connect to host 172.16.3.133 port 22: Connection r=
efused<br style=3D""></span></div><div style=3D"" class=3D""><br>Is there a=
ny other protcoal instead
 of ssh?<br><br>Regards, <br></div><div style=3D"" class=3D""><br></div></d=
iv></body></html>
--359656696-795057218-1417673043=:58928--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============2998221679232799395==--


From xen-users-bounces@lists.xen.org Thu Dec 04 11:40:32 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 04 Dec 2014 11:40:32 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XwUki-0007aY-Sx; Thu, 04 Dec 2014 11:39:20 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <patel_mp@yahoo.co.in>) id 1XwPWK-0005RA-83
	for xen-users@lists.xen.org; Thu, 04 Dec 2014 06:04:08 +0000
Received: from [85.158.143.35] by server-1.bemta-4.messagelabs.com id
	84/95-09842-759FF745; Thu, 04 Dec 2014 06:04:07 +0000
X-Env-Sender: patel_mp@yahoo.co.in
X-Msg-Ref: server-2.tower-21.messagelabs.com!1417673044!5254924!1
X-Originating-IP: [106.10.151.71]
X-SpamReason: No, hits=0.0 required=7.0 tests=HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 15324 invoked from network); 4 Dec 2014 06:04:06 -0000
Received: from nm23-vm8.bullet.mail.sg3.yahoo.com (HELO
	nm23-vm8.bullet.mail.sg3.yahoo.com) (106.10.151.71)
	by server-2.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	4 Dec 2014 06:04:06 -0000
Received: from [106.10.166.118] by nm23.bullet.mail.sg3.yahoo.com with NNFMP;
	04 Dec 2014 06:04:03 -0000
Received: from [106.10.151.170] by tm7.bullet.mail.sg3.yahoo.com with NNFMP;
	04 Dec 2014 06:04:03 -0000
Received: from [127.0.0.1] by omp1010.mail.sg3.yahoo.com with NNFMP;
	04 Dec 2014 06:04:03 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 455078.13405.bm@omp1010.mail.sg3.yahoo.com
Received: (qmail 33713 invoked by uid 60001); 4 Dec 2014 06:04:03 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.in; s=s1024;
	t=1417673043; bh=WBhibAbok5R/t66da2RjdHZNW15XJer2dDnaPaQ21so=;
	h=Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type;
	b=4pa25XjLd5VyJ81O1c3hiy28DB75ug744KLemYeujp/oY+i6X/p/hs6Kxvvvaws7IRRz8fs0kjWBbcDQB9I399PagzoawvTZFKZigfzKa3RosG40MfVN0fHnSai+hUwZRZrhFn8+izKqEyDpAHbS4eolYAX1+2A6qq96vNDeUjc=
X-YMail-OSG: .Yc7FYMVM1lt7n2FeQdtRnKZqDXhAbn3EutwekBl_KtkAYg
	JWWSACaYDPX4O_G5XcWkfGln_.qLi6kNT80tsADZ9axIB0Sn.2.PvTRvB8j0
	6CjrGRLe1L1ZR.19yY.0vz_tJP0jSINPp23ax1PGH8IWVKJ.OlpZ76Ogvf7y
	PqiI2dDo8OuWU0QmhX9YQxnZ2NEVVArdbMkiwqnI2ObAXKTlPiMGhe34rr_f
	n2_oa6wB6viaj_9EoReL4fhJly4BeRpRFxOpY23B3WfkqED3rxfcqnFip8Fi
	wNI.6JKUlBHz0tGxi55W4TmTsQstBfPP9HvVGYyL0eHd_Yfux2.bUxyzibMy
	_7Jui7KU.ysfBjeFZRcUMz2AicK2VSfWBd4kpnGqFmyaelyeIO6uegOnmcGi
	TLZZ7tnFd9GUdsBPOg5y0bMfhW7OQUK7eIiR0A64sKEnlCDSqIopA9dSjLDe
	LgUKEGz2ceWUi2LiSQfKlLAnCatBA.crv.czR_Uib052CpF5syLMb1oUjUWR
	PgERMr19bGk2whPldycIJgeINez3ToELkR2_a8E5_X.e8EqlsaG28RD4-
Received: from [202.129.240.131] by web190605.mail.sg3.yahoo.com via HTTP;
	Thu, 04 Dec 2014 14:04:03 SGT
X-Rocket-MIMEInfo: 002.001,
	SSBoYXZlIHJlaW5zdGFsbCBvcGVuc3NoLXNlcnZlci9jbGluZXQgc28gbWFueSB0aW1lcyBhbmQgZXZlbiBtYW51YWxseSBjb3BpZWQgcHVibGljYSBrZXkgdG8gb3RoZXIgY29tcHV0ZXIgYnV0IGkgY2FuO3Qgc29sdmUgZm9sbHdvaW5nIGVycm9yOgoKc3NoOiBjb25uZWN0IHRvIGhvc3QgMTcyLjE2LjMuMTMzIHBvcnQgMjI6IENvbm5lY3Rpb24gcmVmdXNlZAoKCklzIHRoZXJlIGFueSBvdGhlciBwcm90Y29hbCBpbnN0ZWFkIG9mIHNzaD8KClJlZ2FyZHMsATABAQEB
X-Mailer: YahooMailWebService/0.8.203.740
Message-ID: <1417673043.58928.YahooMailNeo@web190605.mail.sg3.yahoo.com>
Date: Thu, 4 Dec 2014 14:04:03 +0800
From: Minalkumar Patel <patel_mp@yahoo.co.in>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
MIME-Version: 1.0
X-Mailman-Approved-At: Thu, 04 Dec 2014 11:39:20 +0000
Subject: [Xen-users] ssh error while migrating VM
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Minalkumar Patel <patel_mp@yahoo.co.in>
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2998221679232799395=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============2998221679232799395==
Content-Type: multipart/alternative; boundary="359656696-795057218-1417673043=:58928"

--359656696-795057218-1417673043=:58928
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

I have reinstall openssh-server/clinet so many times and even manually copi=
ed publica key to other computer but i can;t solve follwoing error:=0A=0Ass=
h: connect to host 172.16.3.133 port 22: Connection refused=0A=0A=0AIs ther=
e any other protcoal instead of ssh?=0A=0ARegards,
--359656696-795057218-1417673043=:58928
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"color:#000; background-color:#fff; font-family:He=
lveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;fo=
nt-size:12px"><div style=3D"" class=3D""><span style=3D"" class=3D"">I have=
 reinstall openssh-server/clinet so many times and even manually copied pub=
lica key to other computer but i can;t solve follwoing error:</span></div><=
div style=3D"color: rgb(0, 0, 0); font-size: 12px; font-family: HelveticaNe=
ue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-colo=
r: transparent; font-style: normal;" class=3D""><span style=3D"" class=3D""=
><br></span></div><div style=3D"color: rgb(0, 0, 0); font-size: 12px; font-=
family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-ser=
if; background-color: transparent; font-style: normal;" class=3D""><span st=
yle=3D"" class=3D"">ssh: connect to host 172.16.3.133 port 22: Connection r=
efused<br style=3D""></span></div><div style=3D"" class=3D""><br>Is there a=
ny other protcoal instead
 of ssh?<br><br>Regards, <br></div><div style=3D"" class=3D""><br></div></d=
iv></body></html>
--359656696-795057218-1417673043=:58928--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============2998221679232799395==--


From xen-users-bounces@lists.xen.org Thu Dec 04 12:06:53 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 04 Dec 2014 12:06:53 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XwVA7-0000eb-7f; Thu, 04 Dec 2014 12:05:35 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jo@maniscorse.co.uk>) id 1XwVA5-0000eV-Re
	for xen-users@lists.xen.org; Thu, 04 Dec 2014 12:05:33 +0000
Received: from [85.158.143.35] by server-1.bemta-4.messagelabs.com id
	1D/49-09842-D0E40845; Thu, 04 Dec 2014 12:05:33 +0000
X-Env-Sender: jo@maniscorse.co.uk
X-Msg-Ref: server-12.tower-21.messagelabs.com!1417694732!13384477!1
X-Originating-IP: [212.159.14.17]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogMjEyLjE1OS4xNC4xNyA9PiAxNTM4NTE=\n
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 14648 invoked from network); 4 Dec 2014 12:05:33 -0000
Received: from avasout02.plus.net (HELO avasout02.plus.net) (212.159.14.17)
	by server-12.tower-21.messagelabs.com with DHE-RSA-AES128-SHA encrypted
	SMTP; 4 Dec 2014 12:05:33 -0000
Received: from mail.maniscorse.co.uk ([212.56.102.200]) by avasout02 with smtp
	id PQ5V1p00A4KRUT001Q5WZr; Thu, 04 Dec 2014 12:05:32 +0000
X-CM-Score: 0.00
X-CNFS-Analysis: v=2.1 cv=L7GTQoj8 c=1 sm=1 tr=0
	a=WLWxe0b+U2K6bF+vOlsDtg==:117 a=WLWxe0b+U2K6bF+vOlsDtg==:17
	a=GkeSDZrZAAAA:8
	a=0Bzu9jTXAAAA:8 a=LcaDllckn3IA:10 a=bVPqQyJQdTkA:10 a=kj9zAlcOel0A:10
	a=A92cGCtB03wA:10 a=vH0Zf0XV5cWdgWzUdJIA:9 a=CjuIK1q_8ugA:10
Received: from white.maniscorse ([192.168.1.19])
	by mail.maniscorse.co.uk with esmtp (Exim 4.63)
	(envelope-from <jo@maniscorse.co.uk>)
	id 1XwVA0-000368-EN; Thu, 04 Dec 2014 12:05:28 +0000
Received: from jo by white.maniscorse with local (Exim 4.80)
	(envelope-from <jo@white.maniscorse>)
	id 1XwVA0-0006UW-8i; Thu, 04 Dec 2014 12:05:28 +0000
Date: Thu, 4 Dec 2014 12:05:28 +0000
From: Jo Mills <jo@maniscorse.co.uk>
To: Minalkumar Patel <patel_mp@yahoo.co.in>
Message-ID: <20141204120528.GP28091@white.maniscorse>
References: <1417673043.58928.YahooMailNeo@web190605.mail.sg3.yahoo.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <1417673043.58928.YahooMailNeo@web190605.mail.sg3.yahoo.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] ssh error while migrating VM
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Thu, Dec 04, 2014 at 02:04:03PM +0800, Minalkumar Patel wrote:
> I have reinstall openssh-server/clinet so many times and even 
> manually copied publica key to other computer but i can;t solve 
> follwoing error:  
> 
> ssh: connect to host 172.16.3.133 port 22: Connection refused
> 
> 
> Is there any other protcoal instead of ssh?
> 
> Regards,


Hi Minalkumar,

I wonder, have you tried 

    ssh -vvv <and then the rest of your command>
    
to see why your connection is being refused?

Regards,

Jo.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 04 12:06:53 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 04 Dec 2014 12:06:53 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XwVA7-0000eb-7f; Thu, 04 Dec 2014 12:05:35 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jo@maniscorse.co.uk>) id 1XwVA5-0000eV-Re
	for xen-users@lists.xen.org; Thu, 04 Dec 2014 12:05:33 +0000
Received: from [85.158.143.35] by server-1.bemta-4.messagelabs.com id
	1D/49-09842-D0E40845; Thu, 04 Dec 2014 12:05:33 +0000
X-Env-Sender: jo@maniscorse.co.uk
X-Msg-Ref: server-12.tower-21.messagelabs.com!1417694732!13384477!1
X-Originating-IP: [212.159.14.17]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogMjEyLjE1OS4xNC4xNyA9PiAxNTM4NTE=\n
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 14648 invoked from network); 4 Dec 2014 12:05:33 -0000
Received: from avasout02.plus.net (HELO avasout02.plus.net) (212.159.14.17)
	by server-12.tower-21.messagelabs.com with DHE-RSA-AES128-SHA encrypted
	SMTP; 4 Dec 2014 12:05:33 -0000
Received: from mail.maniscorse.co.uk ([212.56.102.200]) by avasout02 with smtp
	id PQ5V1p00A4KRUT001Q5WZr; Thu, 04 Dec 2014 12:05:32 +0000
X-CM-Score: 0.00
X-CNFS-Analysis: v=2.1 cv=L7GTQoj8 c=1 sm=1 tr=0
	a=WLWxe0b+U2K6bF+vOlsDtg==:117 a=WLWxe0b+U2K6bF+vOlsDtg==:17
	a=GkeSDZrZAAAA:8
	a=0Bzu9jTXAAAA:8 a=LcaDllckn3IA:10 a=bVPqQyJQdTkA:10 a=kj9zAlcOel0A:10
	a=A92cGCtB03wA:10 a=vH0Zf0XV5cWdgWzUdJIA:9 a=CjuIK1q_8ugA:10
Received: from white.maniscorse ([192.168.1.19])
	by mail.maniscorse.co.uk with esmtp (Exim 4.63)
	(envelope-from <jo@maniscorse.co.uk>)
	id 1XwVA0-000368-EN; Thu, 04 Dec 2014 12:05:28 +0000
Received: from jo by white.maniscorse with local (Exim 4.80)
	(envelope-from <jo@white.maniscorse>)
	id 1XwVA0-0006UW-8i; Thu, 04 Dec 2014 12:05:28 +0000
Date: Thu, 4 Dec 2014 12:05:28 +0000
From: Jo Mills <jo@maniscorse.co.uk>
To: Minalkumar Patel <patel_mp@yahoo.co.in>
Message-ID: <20141204120528.GP28091@white.maniscorse>
References: <1417673043.58928.YahooMailNeo@web190605.mail.sg3.yahoo.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <1417673043.58928.YahooMailNeo@web190605.mail.sg3.yahoo.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] ssh error while migrating VM
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Thu, Dec 04, 2014 at 02:04:03PM +0800, Minalkumar Patel wrote:
> I have reinstall openssh-server/clinet so many times and even 
> manually copied publica key to other computer but i can;t solve 
> follwoing error:  
> 
> ssh: connect to host 172.16.3.133 port 22: Connection refused
> 
> 
> Is there any other protcoal instead of ssh?
> 
> Regards,


Hi Minalkumar,

I wonder, have you tried 

    ssh -vvv <and then the rest of your command>
    
to see why your connection is being refused?

Regards,

Jo.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 04 18:39:21 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 04 Dec 2014 18:39: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-users-bounces@lists.xen.org>)
	id 1XwbHu-0006IP-CK; Thu, 04 Dec 2014 18:38:02 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <cbrookes@gmail.com>) id 1XwbHs-0006IK-CA
	for xen-users@lists.xen.org; Thu, 04 Dec 2014 18:38:00 +0000
Received: from [85.158.137.68] by server-11.bemta-3.messagelabs.com id
	A1/04-25547-70AA0845; Thu, 04 Dec 2014 18:37:59 +0000
X-Env-Sender: cbrookes@gmail.com
X-Msg-Ref: server-3.tower-31.messagelabs.com!1417718275!11200812!1
X-Originating-IP: [209.85.217.179]
X-SpamReason: No, hits=1.4 required=7.0 tests=BODY_RANDOM_LONG,
	HTML_40_50,HTML_MESSAGE,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 6284 invoked from network); 4 Dec 2014 18:37:55 -0000
Received: from mail-lb0-f179.google.com (HELO mail-lb0-f179.google.com)
	(209.85.217.179)
	by server-3.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	4 Dec 2014 18:37:55 -0000
Received: by mail-lb0-f179.google.com with SMTP id z11so14440194lbi.38
	for <xen-users@lists.xen.org>; Thu, 04 Dec 2014 10:37:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=XVoDdldAYnotBfQZekEOPsD2jQ6+kzDmtyzXxpBd404=;
	b=o9X+B5V0wjhLlXuJ2xYJOZQpG/f6r68bfAAtkhXDyZ6cn8xlCRFHuf9GeTVqOGGB9J
	FcHX5pI3V6lSn2KyEfd8R9G1HJPcbxbesIHaSHa4wCKi9ghCsNCZWX/+8Z8TgQTGktfb
	L5eBiE3gqSU1fcaSurI4N0fW2RNjDWoBgZ/jFUsPboyhFtVgsmyrT8E8tKUh4hPu9lxq
	MmLTPLPmDXomZzQ/hBlYqTeEcOUNxnxTo/iqVnglzJ6w2W6nmEFipZT1kc1KAqz6hXj8
	vs0t/yMfsTmt+KJ2LK35bqBe0F32j8wGxtk1rbbOcrQeiaUyEi+UcgoN57jf0ODWutAi
	ZOhg==
MIME-Version: 1.0
X-Received: by 10.152.8.194 with SMTP id t2mr10803805laa.21.1417718275224;
	Thu, 04 Dec 2014 10:37:55 -0800 (PST)
Received: by 10.114.187.8 with HTTP; Thu, 4 Dec 2014 10:37:55 -0800 (PST)
Date: Thu, 4 Dec 2014 12:37:55 -0600
Message-ID: <CAAzPvNzHaH2jWj7YOJaHdhzPUzyKEVKrzMi5C32LjHUh=y26uw@mail.gmail.com>
From: "C. B." <cbrookes@gmail.com>
To: xen-users@lists.xen.org
Subject: [Xen-users] Xen 4.4/Linux 3.18 fail to boot on MinnowBoard MAX
	hardware
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============8266247531150753814=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============8266247531150753814==
Content-Type: multipart/alternative; boundary=089e0158b7922fba430509684256

--089e0158b7922fba430509684256
Content-Type: text/plain; charset=UTF-8

I am trying to run Xen 4.4 on a MinnowBoard MAX which can only do EFI
booting. I have a compiled xen-4.4 EFI loader in /boot/efi, using this
configuration in xen.cfg:

[global]

default=base-xen

[base-xen]

options=console=vga,com1 com1=115200 loglvl=all apic_verbosity=debug
iommu=debug dom0_mem=256M,max:256M dom0pvh=true

kernel=kgen318 console=hvc0 earlyprintk=xen nomodeset initcall_debug debug
loglevel=10 console=ttyS0,115200n8

ramdisk=rgen318
kgen318  is an Ubuntu Linux 3.18RC7 compiled with CONFIG_XEN_EFI=y

The same kgen318 kernel boots on the board natively without issue.

When booted under xen, the process hangs at LOADING DOMAIN 0.

Any ideas? I tried Xen 4.5RC3 and it actually hangs a lot earlier, crashing
somewhere in the EFI RAM map enumeration (http://pastebin.com/mfdKXfNt)

Anyway, here is the log from the (somewhat) more successful 4.4. boot
attempt:

EFI Shell version 2.40 [1.0]

Current running mode 1.1.2

Device mapping table

  fs0     :Removable HardDisk - Alias hd15a0b blk0


PciRoot(0x0)/Pci(0x14,0x0)/USB(0x0,0x0)/HD(1,GPT,B29DDD80-B8B5-4B82-822E-69EB9583876B,0x800,0x100000)

  blk0    :Removable HardDisk - Alias hd15a0b fs0


PciRoot(0x0)/Pci(0x14,0x0)/USB(0x0,0x0)/HD(1,GPT,B29DDD80-B8B5-4B82-822E-69EB9583876B,0x800,0x100000)

  blk1    :Removable HardDisk - Alias (null)


PciRoot(0x0)/Pci(0x14,0x0)/USB(0x0,0x0)/HD(2,GPT,DC98A3CD-E84B-45E5-829F-BE9941C9FBAB,0x100800,0x57073000)

  blk2    :Removable HardDisk - Alias (null)


PciRoot(0x0)/Pci(0x14,0x0)/USB(0x0,0x0)/HD(3,GPT,06B7E4F5-EB31-4532-A983-799F5B5B9272,0x57173800,0x3D2800)

  blk3    :Removable BlockDevice - Alias (null)

           PciRoot(0x0)/Pci(0x14,0x0)/USB(0x0,0x0)


Press ESC in 5 seconds to skip startup.nsh, any other key to continue.





Shell> fs0:

fs0:\> xen-4.4.0.efi -basevideo

Xen 4.4.0 (c/s ) EFI loader   2,250,678  xen-4.5.0-rc.efi

Using configuration file 'xen.cfg'

kgen318: 0x00000000737be000-0x0000000073df67f018

rgen318: 0x0000000072619000-0x00000000737bd895g

(XEN) Xen version 4.4.0 (dsd@t.org) (gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2)
debug=n Wed Dec  3 13:55:23 CST 2014

(XEN) Latest ChangeSet: 590,507 bytes

(XEN) Bootloader: EFI

(XEN) Command line: console=vga,com1 com1=115200 loglvl=all
apic_verbosity=debug iommu=debug dom0_mem=256M,max:256M

(XEN) Video information:

(XEN)  VGA is graphics mode 800x600, 32 bpp

(XEN) Disc information:

(XEN)  Found 0 MBR signatures

(XEN)  Found 1 EDD information structures

(XEN) EFI RAM map:

(XEN)  0000000000000000 - 000000000008f000 (usable)

(XEN)  000000000008f000 - 0000000000090000 (ACPI NVS)

(XEN)  0000000000090000 - 000000000009e000 (usable)

(XEN)  000000000009e000 - 00000000000a0000 (reserved)

(XEN)  0000000000100000 - 0000000020000000 (usable)

(XEN)  0000000020000000 - 0000000020100000 (reserved)

(XEN)  0000000020100000 - 0000000073df8000 (usable)

(XEN)  0000000073df8000 - 0000000073df9000 (ACPI data)

(XEN)  0000000073df9000 - 0000000073dfb000 (reserved)

(XEN)  0000000073dfb000 - 0000000073dfc000 (ACPI data)

(XEN)  0000000073dfc000 - 0000000073e02000 (reserved)

(XEN)  0000000073e02000 - 0000000073e03000 (ACPI data)

(XEN)  0000000073e03000 - 0000000073e5d000 (reserved)

(XEN)  0000000073e5d000 - 0000000073e71000 (ACPI NVS)

(XEN)  0000000073e71000 - 0000000073e82000 (ACPI data)

(XEN)  0000000073e82000 - 0000000073e83000 (ACPI NVS)

(XEN)  0000000073e83000 - 0000000073e84000 (ACPI data)

(XEN)  0000000073e84000 - 0000000073ed5000 (ACPI NVS)

(XEN)  0000000073ed5000 - 0000000073ed7000 (reserved)

(XEN)  0000000073ed7000 - 0000000073ee4000 (ACPI NVS)

(XEN)  0000000073ee4000 - 0000000073ee6000 (reserved)

(XEN)  0000000073ee6000 - 0000000073ee7000 (ACPI NVS)

(XEN)  0000000073ee7000 - 0000000073eed000 (reserved)

(XEN)  0000000073eed000 - 0000000073eee000 (ACPI NVS)

(XEN)  0000000073eee000 - 0000000073ef0000 (ACPI data)

(XEN)  0000000073ef0000 - 0000000073ef2000 (ACPI NVS)

(XEN)  0000000073ef2000 - 0000000079b4a000 (usable)

(XEN)  0000000079b4a000 - 0000000079b4b000 (reserved)

(XEN)  0000000079b4b000 - 0000000079c5c000 (usable)

(XEN)  0000000079c5c000 - 0000000079c5f000 (ACPI NVS)

(XEN)  0000000079c5f000 - 0000000079c9e000 (usable)

(XEN)  0000000079c9e000 - 0000000079ca0000 (reserved)

(XEN)  0000000079ca0000 - 0000000079ca3000 (usable)

(XEN)  0000000079ca3000 - 0000000079ca5000 (reserved)

(XEN)  0000000079ca5000 - 0000000079cc6000 (usable)

(XEN)  0000000079cc6000 - 0000000079cc8000 (reserved)

(XEN)  0000000079cc8000 - 0000000079cc9000 (ACPI NVS)

(XEN)  0000000079cc9000 - 0000000079d92000 (usable)

(XEN)  0000000079d92000 - 0000000079d93000 (ACPI NVS)

(XEN)  0000000079d93000 - 0000000079d94000 (usable)

(XEN)  0000000079d94000 - 0000000079d95000 (ACPI NVS)

(XEN)  0000000079d95000 - 0000000079dc5000 (usable)

(XEN)  0000000079dc5000 - 0000000079dc8000 (reserved)

(XEN)  0000000079dc8000 - 0000000079dc9000 (usable)

(XEN)  0000000079dc9000 - 0000000079dca000 (reserved)

(XEN)  0000000079dca000 - 0000000079dcc000 (usable)

(XEN)  0000000079dcc000 - 0000000079dcd000 (reserved)

(XEN)  0000000079dcd000 - 0000000079de3000 (usable)

(XEN)  0000000079de3000 - 0000000079e06000 (reserved)

(XEN)  0000000079e06000 - 0000000079e13000 (usable)

(XEN)  0000000079e13000 - 0000000079e14000 (reserved)

(XEN)  0000000079e14000 - 0000000079e1a000 (usable)

(XEN)  0000000079e1a000 - 0000000079e1c000 (reserved)

(XEN)  0000000079e1c000 - 0000000079e61000 (usable)

(XEN)  0000000079e61000 - 0000000079e65000 (reserved)

(XEN)  0000000079e65000 - 0000000079e8d000 (usable)

(XEN)  0000000079e8d000 - 0000000079e8e000 (reserved)

(XEN)  0000000079e8e000 - 0000000079ea8000 (usable)

(XEN)  0000000079ea8000 - 0000000079eab000 (reserved)

(XEN)  0000000079eab000 - 0000000079f00000 (usable)

(XEN)  0000000079f00000 - 0000000079f01000 (reserved)

(XEN)  0000000079f01000 - 0000000079f02000 (usable)

(XEN)  0000000079f02000 - 0000000079f05000 (reserved)

(XEN)  0000000079f05000 - 0000000079f06000 (usable)

(XEN)  0000000079f06000 - 0000000079f07000 (reserved)

(XEN)  0000000079f07000 - 0000000079f08000 (usable)

(XEN)  0000000079f08000 - 0000000079f09000 (reserved)

(XEN)  0000000079f09000 - 0000000079fba000 (usable)

(XEN)  0000000079fba000 - 0000000079fbc000 (reserved)

(XEN)  0000000079fbc000 - 0000000079fdd000 (usable)

(XEN)  0000000079fdd000 - 0000000079fde000 (reserved)

(XEN)  0000000079fde000 - 0000000079ff9000 (usable)

(XEN)  0000000079ff9000 - 0000000079ffc000 (reserved)

(XEN)  0000000079ffc000 - 000000007a61e000 (usable)

(XEN)  000000007a61e000 - 000000007a61f000 (reserved)

(XEN)  000000007a61f000 - 000000007a622000 (usable)

(XEN)  000000007a622000 - 000000007a623000 (reserved)

(XEN)  000000007a623000 - 000000007b000000 (usable)

(XEN)  00000000e00f8000 - 00000000e00f9000 (reserved)

(XEN)  00000000fed01000 - 00000000fed02000 (reserved)

(XEN) System RAM: 1965MB (2012500kB)

(XEN) ACPI: RSDP 73EEF014, 0024 (r2 INTEL )

(XEN) ACPI: XSDT 73EEE0E8, 0084 (r1 INTEL  EDK2            3       1000013)

(XEN) ACPI: FACP 73E83000, 010C (r5 INTEL  EDK2            3 VLV2  100000D)

(XEN) ACPI: DSDT 73E74000, 9453 (r2 INTEL  EDK2            3 VLV2  100000D)

(XEN) ACPI: FACS 73E82000, 0040

(XEN) ACPI: UEFI 73E85000, 0042 (r1 INTEL  EDK2            2       1000013)

(XEN) ACPI: HPET 73E81000, 0038 (r1 INTEL  EDK2            3 VLV2  100000D)

(XEN) ACPI: LPIT 73E80000, 0104 (r1 INTEL  EDK2            3 VLV2  100000D)

(XEN) ACPI: APIC 73E7F000, 0084 (r3 INTEL  EDK2            3 VLV2  100000D)

(XEN) ACPI: MCFG 73E7E000, 003C (r1 INTEL  EDK2            3 VLV2  100000D)

(XEN) ACPI: SSDT 73E73000, 0763 (r1  PmRef    CpuPm     3000 INTL 20120518)

(XEN) ACPI: SSDT 73E72000, 0261 (r1  PmRef  Cpu0Tst     3000 INTL 20120518)

(XEN) ACPI: SSDT 73E71000, 017A (r1  PmRef    ApTst     3000 INTL 20120518)

(XEN) ACPI: CSRT 73E02000, 014C (r0 INTEL  EDK2            5 INTL 20120624)

(XEN) ACPI: SSDT 73DFB000, 03E6 (r1 Intel_ IsctTabl     1000 INTL 20120518)

(XEN) ACPI: FPDT 73DF8000, 0044 (r1 INTEL  EDK2            2       1000013)

(XEN) No NUMA configuration found

(XEN) Faking a node at 0000000000000000-000000007b000000

(XEN) Domain heap initialised

(XEN) vesafb: framebuffer at 0x80000000, mapped to 0xffff82c000201000,
using 1920k, total 1920k

(XEN) vesafb: mode is 800x600x32, linelength=3200, font 8x8

(XEN) vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0

(XEN) SMBIOS 2.7 present.

(XEN) DMI 2.7 present.

(XEN) APIC boot state is 'xapic'

(XEN) Using APIC driver default

(XEN) ACPI: PM-Timer IO Port: 0x408

(XEN) ACPI: v5 SLEEP INFO: control[1:0], status[1:0]

(XEN) ACPI: SLEEP INFO: pm1x_cnt[404,0], pm1x_evt[400,0]

(XEN) ACPI: 32/64X FACS address mismatch in FADT -
73e82000/0000000000000000, using 32

(XEN) ACPI:             wakeup_vec[73e8200c], vec_size[20]

(XEN) ACPI: Local APIC address 0xfee00000

(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)

(XEN) Processor #0 7:7 APIC version 20

(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)

(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)

(XEN) Processor #4 7:7 APIC version 20

(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x06] disabled)

(XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])

(XEN) ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])

(XEN) ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])

(XEN) ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])

(XEN) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])

(XEN) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-86

(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)

(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)

(XEN) ACPI: IRQ0 used by override.

(XEN) ACPI: IRQ2 used by override.

(XEN) ACPI: IRQ9 used by override.

(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs

(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed00000

(XEN) ERST table was not found

(XEN) Using ACPI (MADT) for SMP configuration information

(XEN) SMP: Allowing 4 CPUs (2 hotplug CPUs)

(XEN) mapped APIC to ffff82cfffdfb000 (fee00000)

(XEN) mapped IOAPIC to ffff82cfffdfa000 (fec00000)

(XEN) IRQ limits: 87 GSI, 609 MSI/MSI-X

(XEN) Using scheduler: SMP Credit Scheduler (credit)

(XEN) Detected 1333.353 MHz processor.

(XEN) EFI memory map:

(XEN)  0000000000000-000000008efff type=7 attr=000000000000000f

(XEN)  000000008f000-000000008ffff type=10 attr=000000000000000f

(XEN)  0000000090000-000000009afff type=7 attr=000000000000000f

(XEN)  000000009b000-000000009dfff type=2 attr=000000000000000f

(XEN)  000000009e000-000000009ffff type=0 attr=000000000000000f

(XEN)  0000000100000-000001fffffff type=7 attr=000000000000000f

(XEN)  0000020000000-00000200fffff type=0 attr=000000000000000f

(XEN)  0000020100000-0000070ffffff type=7 attr=000000000000000f

(XEN)  0000071000000-000007101ffff type=4 attr=000000000000000f

(XEN)  0000071020000-0000072618fff type=7 attr=000000000000000f

(XEN)  0000072619000-0000073df6fff type=2 attr=000000000000000f

(XEN)  0000073df7000-0000073df7fff type=7 attr=000000000000000f

(XEN)  0000073df8000-0000073df8fff type=9 attr=000000000000000f

(XEN)  0000073df9000-0000073dfafff type=0 attr=000000000000000f

(XEN)  0000073dfb000-0000073dfbfff type=9 attr=000000000000000f

(XEN)  0000073dfc000-0000073e01fff type=0 attr=000000000000000f

(XEN)  0000073e02000-0000073e02fff type=9 attr=000000000000000f

(XEN)  0000073e03000-0000073e5cfff type=0 attr=000000000000000f

(XEN)  0000073e5d000-0000073e70fff type=10 attr=000000000000000f

(XEN)  0000073e71000-0000073e81fff type=9 attr=000000000000000f

(XEN)  0000073e82000-0000073e82fff type=10 attr=000000000000000f

(XEN)  0000073e83000-0000073e83fff type=9 attr=000000000000000f

(XEN)  0000073e84000-0000073ed4fff type=10 attr=000000000000000f

(XEN)  0000073ed5000-0000073ed6fff type=0 attr=000000000000000f

(XEN)  0000073ed7000-0000073ee3fff type=10 attr=000000000000000f

(XEN)  0000073ee4000-0000073ee5fff type=0 attr=000000000000000f

(XEN)  0000073ee6000-0000073ee6fff type=10 attr=000000000000000f

(XEN)  0000073ee7000-0000073eeafff type=0 attr=000000000000000f

(XEN)  0000073eeb000-0000073eecfff type=6 attr=800000000000000f

(XEN)  0000073eed000-0000073eedfff type=10 attr=000000000000000f

(XEN)  0000073eee000-0000073eeffff type=9 attr=000000000000000f

(XEN)  0000073ef0000-0000073ef1fff type=10 attr=000000000000000f

(XEN)  0000073ef2000-0000077d6afff type=7 attr=000000000000000f

(XEN)  0000077d6b000-0000078f6afff type=1 attr=000000000000000f

(XEN)  0000078f6b000-0000079158fff type=7 attr=000000000000000f

(XEN)  0000079159000-00000791a5fff type=4 attr=000000000000000f

(XEN)  00000791a6000-00000791b0fff type=7 attr=000000000000000f

(XEN)  00000791b1000-00000791b1fff type=2 attr=000000000000000f

(XEN)  00000791b2000-00000791b3fff type=4 attr=000000000000000f

(XEN)  00000791b4000-00000791b5fff type=2 attr=000000000000000f

(XEN)  00000791b6000-00000791bffff type=4 attr=000000000000000f

(XEN)  00000791c0000-00000791c0fff type=2 attr=000000000000000f

(XEN)  00000791c1000-00000791d7fff type=4 attr=000000000000000f

(XEN)  00000791d8000-00000791f1fff type=2 attr=000000000000000f

(XEN)  00000791f2000-00000792affff type=4 attr=000000000000000f

(XEN)  00000792b0000-000007936cfff type=1 attr=000000000000000f

(XEN)  000007936d000-0000079adcfff type=4 attr=000000000000000f

(XEN)  0000079add000-0000079addfff type=2 attr=000000000000000f

(XEN)  0000079ade000-0000079b49fff type=4 attr=000000000000000f

(XEN)  0000079b4a000-0000079b4afff type=6 attr=800000000000000f

(XEN)  0000079b4b000-0000079b77fff type=3 attr=000000000000000f

(XEN)  0000079b78000-0000079b7cfff type=4 attr=000000000000000f

(XEN)  0000079b7d000-0000079b84fff type=3 attr=000000000000000f

(XEN)  0000079b85000-0000079b85fff type=4 attr=000000000000000f

(XEN)  0000079b86000-0000079b98fff type=3 attr=000000000000000f

(XEN)  0000079b99000-0000079b9afff type=4 attr=000000000000000f

(XEN)  0000079b9b000-0000079b9efff type=3 attr=000000000000000f

(XEN)  0000079b9f000-0000079b9ffff type=4 attr=000000000000000f

(XEN)  0000079ba0000-0000079bcffff type=3 attr=000000000000000f

(XEN)  0000079bd0000-0000079bd4fff type=4 attr=000000000000000f

(XEN)  0000079bd5000-0000079beffff type=3 attr=000000000000000f

(XEN)  0000079bf0000-0000079bf4fff type=4 attr=000000000000000f

(XEN)  0000079bf5000-0000079bf6fff type=3 attr=000000000000000f

(XEN)  0000079bf7000-0000079bfbfff type=4 attr=000000000000000f

(XEN)  0000079bfc000-0000079c01fff type=3 attr=000000000000000f

(XEN)  0000079c02000-0000079c02fff type=4 attr=000000000000000f

(XEN)  0000079c03000-0000079c0ffff type=3 attr=000000000000000f

(XEN)  0000079c10000-0000079c11fff type=4 attr=000000000000000f

(XEN)  0000079c12000-0000079c13fff type=3 attr=000000000000000f

(XEN)  0000079c14000-0000079c14fff type=4 attr=000000000000000f

(XEN)  0000079c15000-0000079c1afff type=3 attr=000000000000000f

(XEN)  0000079c1b000-0000079c1cfff type=4 attr=000000000000000f

(XEN)  0000079c1d000-0000079c1ffff type=3 attr=000000000000000f

(XEN)  0000079c20000-0000079c21fff type=4 attr=000000000000000f

(XEN)  0000079c22000-0000079c38fff type=3 attr=000000000000000f

(XEN)  0000079c39000-0000079c3cfff type=4 attr=000000000000000f

(XEN)  0000079c3d000-0000079c3ffff type=3 attr=000000000000000f

(XEN)  0000079c40000-0000079c40fff type=4 attr=000000000000000f

(XEN)  0000079c41000-0000079c5bfff type=3 attr=000000000000000f

(XEN)  0000079c5c000-0000079c5efff type=10 attr=000000000000000f

(XEN)  0000079c5f000-0000079c74fff type=3 attr=000000000000000f

(XEN)  0000079c75000-0000079c75fff type=4 attr=000000000000000f

(XEN)  0000079c76000-0000079c7bfff type=3 attr=000000000000000f

(XEN)  0000079c7c000-0000079c7dfff type=4 attr=000000000000000f

(XEN)  0000079c7e000-0000079c81fff type=3 attr=000000000000000f

(XEN)  0000079c82000-0000079c87fff type=4 attr=000000000000000f

(XEN)  0000079c88000-0000079c88fff type=3 attr=000000000000000f

(XEN)  0000079c89000-0000079c9dfff type=4 attr=000000000000000f

(XEN)  0000079c9e000-0000079c9ffff type=0 attr=000000000000000f

(XEN)  0000079ca0000-0000079ca2fff type=4 attr=000000000000000f

(XEN)  0000079ca3000-0000079ca4fff type=0 attr=000000000000000f

(XEN)  0000079ca5000-0000079cbefff type=4 attr=000000000000000f

(XEN)  0000079cbf000-0000079cc4fff type=3 attr=000000000000000f

(XEN)  0000079cc5000-0000079cc5fff type=4 attr=000000000000000f

(XEN)  0000079cc6000-0000079cc6fff type=5 attr=800000000000000f

(XEN)  0000079cc7000-0000079cc7fff type=0 attr=000000000000000f

(XEN)  0000079cc8000-0000079cc8fff type=10 attr=000000000000000f

(XEN)  0000079cc9000-0000079ccdfff type=3 attr=000000000000000f

(XEN)  0000079cce000-0000079ccefff type=4 attr=000000000000000f

(XEN)  0000079ccf000-0000079cd0fff type=3 attr=000000000000000f

(XEN)  0000079cd1000-0000079cd4fff type=4 attr=000000000000000f

(XEN)  0000079cd5000-0000079cd5fff type=3 attr=000000000000000f

(XEN)  0000079cd6000-0000079d89fff type=4 attr=000000000000000f

(XEN)  0000079d8a000-0000079d8cfff type=3 attr=000000000000000f

(XEN)  0000079d8d000-0000079d91fff type=4 attr=000000000000000f

(XEN)  0000079d92000-0000079d92fff type=10 attr=000000000000000f

(XEN)  0000079d93000-0000079d93fff type=4 attr=000000000000000f

(XEN)  0000079d94000-0000079d94fff type=10 attr=000000000000000f

(XEN)  0000079d95000-0000079da4fff type=4 attr=000000000000000f

(XEN)  0000079da5000-0000079daffff type=3 attr=000000000000000f

(XEN)  0000079db0000-0000079db0fff type=4 attr=000000000000000f

(XEN)  0000079db1000-0000079db3fff type=3 attr=000000000000000f

(XEN)  0000079db4000-0000079db4fff type=4 attr=000000000000000f

(XEN)  0000079db5000-0000079db8fff type=3 attr=000000000000000f

(XEN)  0000079db9000-0000079db9fff type=4 attr=000000000000000f

(XEN)  0000079dba000-0000079dbbfff type=3 attr=000000000000000f

(XEN)  0000079dbc000-0000079dbcfff type=4 attr=000000000000000f

(XEN)  0000079dbd000-0000079dbdfff type=3 attr=000000000000000f

(XEN)  0000079dbe000-0000079dc3fff type=4 attr=000000000000000f

(XEN)  0000079dc4000-0000079dc4fff type=3 attr=000000000000000f

(XEN)  0000079dc5000-0000079dc5fff type=6 attr=800000000000000f

(XEN)  0000079dc6000-0000079dc7fff type=5 attr=800000000000000f

(XEN)  0000079dc8000-0000079dc8fff type=4 attr=000000000000000f

(XEN)  0000079dc9000-0000079dc9fff type=5 attr=800000000000000f

(XEN)  0000079dca000-0000079dcbfff type=4 attr=000000000000000f

(XEN)  0000079dcc000-0000079dccfff type=5 attr=800000000000000f

(XEN)  0000079dcd000-0000079dcefff type=4 attr=000000000000000f

(XEN)  0000079dcf000-0000079ddcfff type=3 attr=000000000000000f

(XEN)  0000079ddd000-0000079dddfff type=4 attr=000000000000000f

(XEN)  0000079dde000-0000079de2fff type=3 attr=000000000000000f

(XEN)  0000079de3000-0000079e05fff type=6 attr=800000000000000f

(XEN)  0000079e06000-0000079e12fff type=4 attr=000000000000000f

(XEN)  0000079e13000-0000079e13fff type=5 attr=800000000000000f

(XEN)  0000079e14000-0000079e19fff type=4 attr=000000000000000f

(XEN)  0000079e1a000-0000079e1bfff type=5 attr=800000000000000f

(XEN)  0000079e1c000-0000079e47fff type=4 attr=000000000000000f

(XEN)  0000079e48000-0000079e54fff type=3 attr=000000000000000f

(XEN)  0000079e55000-0000079e60fff type=4 attr=000000000000000f

(XEN)  0000079e61000-0000079e61fff type=6 attr=800000000000000f

(XEN)  0000079e62000-0000079e64fff type=5 attr=800000000000000f

(XEN)  0000079e65000-0000079e69fff type=4 attr=000000000000000f

(XEN)  0000079e6a000-0000079e6afff type=3 attr=000000000000000f

(XEN)  0000079e6b000-0000079e70fff type=4 attr=000000000000000f

(XEN)  0000079e71000-0000079e8bfff type=3 attr=000000000000000f

(XEN)  0000079e8c000-0000079e8cfff type=4 attr=000000000000000f

(XEN)  0000079e8d000-0000079e8dfff type=5 attr=800000000000000f

(XEN)  0000079e8e000-0000079e8efff type=4 attr=000000000000000f

(XEN)  0000079e8f000-0000079e9efff type=3 attr=000000000000000f

(XEN)  0000079e9f000-0000079ea0fff type=4 attr=000000000000000f

(XEN)  0000079ea1000-0000079ea2fff type=3 attr=000000000000000f

(XEN)  0000079ea3000-0000079ea5fff type=4 attr=000000000000000f

(XEN)  0000079ea6000-0000079ea7fff type=3 attr=000000000000000f

(XEN)  0000079ea8000-0000079eaafff type=5 attr=800000000000000f

(XEN)  0000079eab000-0000079eadfff type=4 attr=000000000000000f

(XEN)  0000079eae000-0000079eb0fff type=3 attr=000000000000000f

(XEN)  0000079eb1000-0000079eb2fff type=4 attr=000000000000000f

(XEN)  0000079eb3000-0000079edafff type=3 attr=000000000000000f

(XEN)  0000079edb000-0000079edcfff type=4 attr=000000000000000f

(XEN)  0000079edd000-0000079ef3fff type=3 attr=000000000000000f

(XEN)  0000079ef4000-0000079ef6fff type=4 attr=000000000000000f

(XEN)  0000079ef7000-0000079efdfff type=3 attr=000000000000000f

(XEN)  0000079efe000-0000079efffff type=4 attr=000000000000000f

(XEN)  0000079f00000-0000079f00fff type=6 attr=800000000000000f

(XEN)  0000079f01000-0000079f01fff type=4 attr=000000000000000f

(XEN)  0000079f02000-0000079f04fff type=5 attr=800000000000000f

(XEN)  0000079f05000-0000079f05fff type=4 attr=000000000000000f

(XEN)  0000079f06000-0000079f06fff type=5 attr=800000000000000f

(XEN)  0000079f07000-0000079f07fff type=3 attr=000000000000000f

(XEN)  0000079f08000-0000079f08fff type=5 attr=800000000000000f

(XEN)  0000079f09000-0000079f72fff type=3 attr=000000000000000f

(XEN)  0000079f73000-0000079f7ffff type=4 attr=000000000000000f

(XEN)  0000079f80000-0000079f89fff type=3 attr=000000000000000f

(XEN)  0000079f8a000-0000079fb7fff type=4 attr=000000000000000f

(XEN)  0000079fb8000-0000079fb8fff type=3 attr=000000000000000f

(XEN)  0000079fb9000-0000079fb9fff type=4 attr=000000000000000f

(XEN)  0000079fba000-0000079fbbfff type=5 attr=800000000000000f

(XEN)  0000079fbc000-0000079fbcfff type=3 attr=000000000000000f

(XEN)  0000079fbd000-0000079fdcfff type=4 attr=000000000000000f

(XEN)  0000079fdd000-0000079fddfff type=5 attr=800000000000000f

(XEN)  0000079fde000-0000079fdefff type=4 attr=000000000000000f

(XEN)  0000079fdf000-0000079fe1fff type=3 attr=000000000000000f

(XEN)  0000079fe2000-0000079ff8fff type=4 attr=000000000000000f

(XEN)  0000079ff9000-0000079ff9fff type=6 attr=800000000000000f

(XEN)  0000079ffa000-0000079ffbfff type=5 attr=800000000000000f

(XEN)  0000079ffc000-000007a408fff type=4 attr=000000000000000f

(XEN)  000007a409000-000007a40bfff type=3 attr=000000000000000f

(XEN)  000007a40c000-000007a61dfff type=4 attr=000000000000000f

(XEN)  000007a61e000-000007a61efff type=6 attr=800000000000000f

(XEN)  000007a61f000-000007a621fff type=4 attr=000000000000000f

(XEN)  000007a622000-000007a622fff type=6 attr=800000000000000f

(XEN)  000007a623000-000007affffff type=4 attr=000000000000000f

(XEN)  00000e00f8000-00000e00f8fff type=11 attr=8000000000000001

(XEN)  00000fed01000-00000fed01fff type=11 attr=8000000000000001

(XEN) Initing memory sharing.

(XEN) mce_intel.c:717: MCA Capability: BCAST 1 SER 0 CMCI 0 firstbank 0
extended MCE MSR 0

(XEN) Intel machine check reporting enabled

(XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - 3f

(XEN) PCI: Not using MCFG for segment 0000 bus 00-3f

(XEN) I/O virtualisation disabled

(XEN) Getting VERSION: 50014

(XEN) Getting VERSION: 50014

(XEN) Getting ID: 0

(XEN) Getting LVT0: 700

(XEN) Getting LVT1: 10000

(XEN) enabled ExtINT on CPU#0

(XEN) ENABLING IO-APIC IRQs

(XEN)  -> Using new ACK method

(XEN) init IO_APIC IRQs

(XEN)  IO-APIC (apicid-pin) 2-0, 2-16, 2-17, 2-18, 2-19, 2-20, 2-21, 2-22,
2-23, 2-24, 2-25, 2-26, 2-27, 2-28, 2-29, 2-30, 2-31, 2-32, 2-33, 2-34,
2-35, 2-36, 2-37, 2-38, 2-39, 2-40, 2-41, 2-42, 2-43, 2-44, 2-45, 2-46,
2-47, 2-48, 2-49, 2-50, 2-51, 2-52, 2-53, 2-54, 2-55, 2-56, 2-57, 2-58,
2-59, 2-60, 2-61, 2-62, 2-63, 2-64, 2-65, 2-66, 2-67, 2-68, 2-69, 2-70,
2-71, 2-72, 2-73, 2-74, 2-75, 2-76, 2-77, 2-78, 2-79, 2-80, 2-81, 2-82,
2-83, 2-84, 2-85, 2-86 not connected.        (XEN) ..TIMER: vector=0xF0
apic1=0 pin1=2 apic2=-1 pin2=-1

(XEN) number of MP IRQ sources: 15.

(XEN) number of IO-APIC #2 registers: 87.

(XEN) testing the IO APIC.......................

(XEN) IO APIC #2......

(XEN) .... register #00: 01000000

(XEN) .......    : physical APIC id: 01

(XEN) .......    : Delivery Type: 0

(XEN) .......    : LTS          : 0

(XEN) .... register #01: 00560020

(XEN) .......     : max redirection entries: 0056

(XEN) .......     : PRQ implemented: 0

(XEN) .......     : IO APIC version: 0020

(XEN) .... IRQ redirection table:

(XEN)  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:

(XEN)  00 000 00  1    0    0   0   0    0    0    00

(XEN)  01 001 01  0    0    0   0   0    1    1    28

(XEN)  02 001 01  0    0    0   0   0    1    1    F0

(XEN)  03 001 01  0    0    0   0   0    1    1    30

(XEN)  04 001 01  0    0    0   0   0    1    1    F1

(XEN)  05 001 01  0    0    0   0   0    1    1    38

(XEN)  06 001 01  0    0    0   0   0    1    1    40

(XEN)  07 001 01  0    0    0   0   0    1    1    48

(XEN)  08 001 01  0    0    0   0   0    1    1    50

(XEN)  09 001 01  1    1    0   0   0    1    1    58

(XEN)  0a 001 01  0    0    0   0   0    1    1    60

(XEN)  0b 001 01  0    0    0   0   0    1    1    68

(XEN)  0c 001 01  0    0    0   0   0    1    1    70

(XEN)  0d 001 01  0    0    0   0   0    1    1    78

(XEN)  0e 001 01  0    0    0   0   0    1    1    88

(XEN)  0f 001 01  0    0    0   0   0    1    1    90

(XEN)  10 000 00  1    0    0   0   0    0    0    00

(XEN)  11 000 00  1    0    0   0   0    0    0    00

(XEN)  12 000 00  1    0    0   0   0    0    0    00

(XEN)  13 000 00  1    0    0   0   0    0    0    00

(XEN)  14 000 00  1    0    0   0   0    0    0    00

(XEN)  15 000 00  1    0    0   0   0    0    0    00

(XEN)  16 000 00  1    0    0   0   0    0    0    00

(XEN)  17 000 00  1    0    0   0   0    0    0    00

(XEN)  18 000 00  1    0    0   0   0    0    0    00

(XEN)  19 000 00  1    0    0   0   0    0    0    00

(XEN)  1a 000 00  1    0    0   0   0    0    0    00

(XEN)  1b 000 00  1    0    0   0   0    0    0    00

(XEN)  1c 060 00  1    0    0   0   0    0    2    30

(XEN)  1d 000 00  1    0    0   0   0    0    0    00

(XEN)  1e 080 00  1    0    0   0   0    0    2    49

(XEN)  1f 000 00  1    0    0   0   0    0    0    00

(XEN)  20 0F4 04  1    0    0   0   0    0    2    90

(XEN)  21 000 00  1    0    0   0   0    0    0    00

(XEN)  22 000 00  1    0    0   0   0    0    0    00

(XEN)  23 000 00  1    0    0   0   0    0    0    00

(XEN)  24 000 00  1    0    0   0   0    0    0    00

(XEN)  25 000 00  1    0    0   0   0    0    0    00

(XEN)  26 000 00  1    0    0   0   0    0    0    00

(XEN)  27 000 00  1    0    0   0   0    0    0    00

(XEN)  28 000 00  1    0    0   0   0    0    0    00

(XEN)  29 000 00  1    0    0   0   0    0    0    00

(XEN)  2a 000 00  1    0    0   0   0    0    0    00

(XEN)  2b 000 00  1    0    0   0   0    0    2    00

(XEN)  2c 000 00  1    0    0   0   0    0    0    00

(XEN)  2d 000 00  1    0    0   0   0    0    0    00

(XEN)  2e 000 00  1    0    0   0   0    0    0    00

(XEN)  2f 000 00  1    0    0   0   0    0    0    00

(XEN)  30 000 00  1    0    0   0   0    0    0    00

(XEN)  31 000 00  1    0    0   0   0    0    0    00

(XEN)  32 000 00  1    0    0   0   0    0    0    00

(XEN)  33 000 00  1    0    0   0   0    0    0    00

(XEN)  34 000 00  1    0    0   0   0    0    2    10

(XEN)  35 000 00  1    0    0   0   0    0    0    00

(XEN)  36 000 00  1    0    0   0   0    0    0    00

(XEN)  37 000 00  1    0    0   0   0    0    0    00

(XEN)  38 074 04  1    0    0   0   0    0    2    02

(XEN)  39 000 00  1    0    0   0   0    0    0    00

(XEN)  3a 000 00  1    0    0   0   0    0    0    00

(XEN)  3b 000 00  1    0    0   0   0    0    0    00

(XEN)  3c 000 00  1    0    0   0   0    0    0    00

(XEN)  3d 000 00  1    0    0   0   0    0    0    00

(XEN)  3e 000 00  1    0    0   0   0    0    0    00

(XEN)  3f 000 00  1    0    0   0   0    0    0    00

(XEN)  40 000 00  1    0    0   0   0    0    0    00

(XEN)  41 000 00  1    0    0   0   0    0    0    00

(XEN)  42 000 00  1    0    0   0   0    0    0    00

(XEN)  43 000 00  1    0    0   0   0    0    0    00

(XEN)  44 000 00  1    0    0   0   0    0    0    00

(XEN)  45 000 00  1    0    0   0   0    0    0    00

(XEN)  46 000 00  1    0    0   0   0    0    0    00

(XEN)  47 000 00  1    0    0   0   0    0    0    00

(XEN)  48 000 00  1    0    0   0   0    0    0    00

(XEN)  49 000 00  1    0    0   0   0    0    0    00

(XEN)  4a 000 00  1    0    0   0   0    0    0    00

(XEN)  4b 000 00  1    0    0   0   0    0    0    00

(XEN)  4c 000 00  1    0    0   0   0    0    0    00

(XEN)  4d 000 00  1    0    0   0   0    0    0    00

(XEN)  4e 000 00  1    0    0   0   0    0    0    00

(XEN)  4f 000 00  1    0    0   0   0    0    0    00

(XEN)  50 000 00  1    0    0   0   0    0    0    00

(XEN)  51 000 00  1    0    0   0   0    0    0    00

(XEN)  52 000 00  1    0    0   0   0    0    0    00

(XEN)  53 000 00  1    0    0   0   0    0    0    00

(XEN)  54 000 00  1    0    0   0   0    0    0    00

(XEN)  55 000 00  1    0    0   0   0    0    0    00

(XEN)  56 000 00  1    0    0   0   0    0    0    00

(XEN) Using vector-based indexing

(XEN) IRQ to pin mappings:

(XEN) IRQ240 -> 0:2

(XEN) IRQ40 -> 0:1

(XEN) IRQ48 -> 0:3

(XEN) IRQ241 -> 0:4

(XEN) IRQ56 -> 0:5

(XEN) IRQ64 -> 0:6

(XEN) IRQ72 -> 0:7

(XEN) IRQ80 -> 0:8

(XEN) IRQ88 -> 0:9

(XEN) IRQ96 -> 0:10

(XEN) IRQ104 -> 0:11

(XEN) IRQ112 -> 0:12

(XEN) IRQ120 -> 0:13

(XEN) IRQ136 -> 0:14

(XEN) IRQ144 -> 0:15

(XEN) .................................... done.

(XEN) Using local APIC timer interrupts.

(XEN) calibrating APIC timer ...

(XEN) ..... CPU clock speed is 1333.3760 MHz.

(XEN) ..... host bus clock speed is 133.3375 MHz.

(XEN) ..... bus_scale = 0x888d

(XEN) TSC deadline timer enabled

(XEN) Platform timer is 14.318MHz HPET

(XEN) Allocated console ring of 16 KiB.

(XEN) mwait-idle: does not run on family 6 model 55

(XEN) VMX: Supported advanced features:

(XEN)  - APIC MMIO access virtualisation

(XEN)  - APIC TPR shadow

(XEN)  - Extended Page Tables (EPT)

(XEN)  - Virtual-Processor Identifiers (VPID)

(XEN)  - Virtual NMI

(XEN)  - MSR direct-access bitmap

(XEN)  - Unrestricted Guest

(XEN) HVM: ASIDs enabled.

(XEN) HVM: VMX enabled

(XEN) HVM: Hardware Assisted Paging (HAP) detected

(XEN) HVM: HAP page sizes: 4kB, 2MB

(XEN) masked ExtINT on CPU#1

(XEN) Brought up 2 CPUs

(XEN) ACPI sleep modes: S3

(XEN) mcheck_poll: Machine check polling timer started.

(XEN) *** LOADING DOMAIN 0 ***

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

<div dir=3D"ltr">I am trying to run Xen 4.4 on a MinnowBoard MAX which can =
only do EFI booting. I have a compiled xen-4.4 EFI loader in /boot/efi, usi=
ng this configuration in xen.cfg:<div><br></div><div>







<p class=3D""><span class=3D"">[global]</span></p>
<p class=3D""><span class=3D"">default=3Dbase-xen</span></p>
<p class=3D""><span class=3D"">[base-xen]</span></p>
<p class=3D""><span class=3D"">options=3Dconsole=3Dvga,com1 com1=3D115200 l=
oglvl=3Dall apic_verbosity=3Ddebug iommu=3Ddebug dom0_mem=3D256M,max:256M d=
om0pvh=3Dtrue</span></p>
<p class=3D""><span class=3D"">kernel=3Dkgen318 console=3Dhvc0 earlyprintk=
=3Dxen nomodeset initcall_debug debug loglevel=3D10 console=3DttyS0,115200n=
8</span></p>
<p class=3D""><span class=3D"">ramdisk=3Drgen318</span></p><div>kgen318 =C2=
=A0is an Ubuntu Linux 3.18RC7 compiled with CONFIG_XEN_EFI=3Dy</div><div><b=
r></div><div>The same kgen318 kernel boots on the board natively without is=
sue.=C2=A0</div><div><br></div><div>When booted under xen, the process hang=
s at LOADING DOMAIN 0.=C2=A0</div><div><br></div><div>Any ideas? I tried Xe=
n 4.5RC3 and it actually hangs a lot earlier, crashing somewhere in the EFI=
 RAM map enumeration (<a href=3D"http://pastebin.com/mfdKXfNt">http://paste=
bin.com/mfdKXfNt</a>)</div><div><br></div><div>Anyway, here is the log from=
 the (somewhat) more successful 4.4. boot attempt:</div><div>







<p class=3D""><span class=3D"">EFI Shell version 2.40 [1.0]</span></p>
<p class=3D""><span class=3D"">Current running mode 1.1.2</span></p>
<p class=3D""><span class=3D"">Device mapping table</span></p>
<p class=3D""><span class=3D"">=C2=A0 </span><span class=3D"">fs0 =C2=A0 =
=C2=A0</span><span class=3D""> :Removable HardDisk - Alias </span><span cla=
ss=3D"">hd15a0b blk0=C2=A0</span></p>
<p class=3D""><span class=3D"">=C2=A0=C2=A0</span><span class=3D""> =C2=A0 =
=C2=A0 =C2=A0 </span><span class=3D"">=C2=A0 PciRoot(0x0)/Pci(0x14,0x0)/USB=
(0x0,0x0)/HD(1,GPT,B29DDD80-B8B5-4B82-822E-69EB9583876B,0x800,0x100000)</sp=
an></p>
<p class=3D""><span class=3D"">=C2=A0 </span><span class=3D"">blk0=C2=A0 =
=C2=A0</span><span class=3D""> :Removable HardDisk - Alias </span><span cla=
ss=3D"">hd15a0b fs0=C2=A0</span></p>
<p class=3D""><span class=3D"">=C2=A0=C2=A0</span><span class=3D""> =C2=A0 =
=C2=A0 =C2=A0 </span><span class=3D"">=C2=A0 PciRoot(0x0)/Pci(0x14,0x0)/USB=
(0x0,0x0)/HD(1,GPT,B29DDD80-B8B5-4B82-822E-69EB9583876B,0x800,0x100000)</sp=
an></p>
<p class=3D""><span class=3D"">=C2=A0 </span><span class=3D"">blk1=C2=A0 =
=C2=A0</span><span class=3D""> :Removable HardDisk - Alias </span><span cla=
ss=3D"">(null)</span></p>
<p class=3D""><span class=3D"">=C2=A0=C2=A0</span><span class=3D""> =C2=A0 =
=C2=A0 =C2=A0 </span><span class=3D"">=C2=A0 PciRoot(0x0)/Pci(0x14,0x0)/USB=
(0x0,0x0)/HD(2,GPT,DC98A3CD-E84B-45E5-829F-BE9941C9FBAB,0x100800,0x57073000=
)</span></p>
<p class=3D""><span class=3D"">=C2=A0 </span><span class=3D"">blk2=C2=A0 =
=C2=A0</span><span class=3D""> :Removable HardDisk - Alias </span><span cla=
ss=3D"">(null)</span></p>
<p class=3D""><span class=3D"">=C2=A0=C2=A0</span><span class=3D""> =C2=A0 =
=C2=A0 =C2=A0 </span><span class=3D"">=C2=A0 PciRoot(0x0)/Pci(0x14,0x0)/USB=
(0x0,0x0)/HD(3,GPT,06B7E4F5-EB31-4532-A983-799F5B5B9272,0x57173800,0x3D2800=
)</span></p>
<p class=3D""><span class=3D"">=C2=A0 </span><span class=3D"">blk3=C2=A0 =
=C2=A0</span><span class=3D""> :Removable BlockDevice - Alias </span><span =
class=3D"">(null)</span></p>
<p class=3D""><span class=3D"">=C2=A0=C2=A0</span><span class=3D""> =C2=A0 =
=C2=A0 =C2=A0 </span><span class=3D"">=C2=A0 PciRoot(0x0)/Pci(0x14,0x0)/USB=
(0x0,0x0)</span></p>
<p class=3D""><span class=3D""></span><br></p>
<p class=3D""><span class=3D"">Press ESC in 5 seconds to skip </span><span =
class=3D"">startup.nsh</span><span class=3D"">, any other key to continue.=
=C2=A0</span></p>
<p class=3D""><span class=3D""></span><br></p>
<p class=3D""><span class=3D""></span><br></p>
<p class=3D""><span class=3D""></span><br></p>
<p class=3D""><span class=3D""></span><br></p>
<p class=3D""><span class=3D"">Shell&gt; fs0:</span></p>
<p class=3D""><span class=3D"">fs0:\&gt; xen-4.4.0.efi -basevideo</span></p=
>
<p class=3D""><span class=3D"">Xen 4.4.0 (c/s ) EFI loader =C2=A0 2,250,678=
=C2=A0 </span><span class=3D"">xen-4.5.0-rc.efi</span></p>
<p class=3D""><span class=3D"">Using configuration file &#39;xen.cfg&#39;</=
span></p>
<p class=3D""><span class=3D"">kgen318: 0x00000000737be000-0x0000000073df67=
f018</span></p>
<p class=3D""><span class=3D"">rgen318: 0x0000000072619000-0x00000000737bd8=
95g</span></p>
<p class=3D""><span class=3D"">(XEN) Xen version 4.4.0 (<a href=3D"mailto:d=
sd@t.org">dsd@t.org</a>) (gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2) debug=3Dn Wed=
 Dec=C2=A0 3 13:55:23 CST 2014</span></p>
<p class=3D""><span class=3D"">(XEN) Latest ChangeSet: 590,507 bytes</span>=
</p>
<p class=3D""><span class=3D"">(XEN) Bootloader: EFI</span></p>
<p class=3D""><span class=3D"">(XEN) Command line: console=3Dvga,com1 com1=
=3D115200 loglvl=3Dall apic_verbosity=3Ddebug iommu=3Ddebug dom0_mem=3D256M=
,max:256M=C2=A0</span></p>
<p class=3D""><span class=3D"">(XEN) Video information:</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 VGA is graphics mode 800x600, 32=
 bpp</span></p>
<p class=3D""><span class=3D"">(XEN) Disc information:</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 Found 0 MBR signatures</span></p=
>
<p class=3D""><span class=3D"">(XEN)=C2=A0 Found 1 EDD information structur=
es</span></p>
<p class=3D""><span class=3D"">(XEN) EFI RAM map:</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000000000000 - 000000000008f=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000000000008f000 - 0000000000090=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000000090000 - 000000000009e=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000000000009e000 - 00000000000a0=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000000100000 - 0000000020000=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000020000000 - 0000000020100=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000020100000 - 0000000073df8=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073df8000 - 0000000073df9=
000 (ACPI data)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073df9000 - 0000000073dfb=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073dfb000 - 0000000073dfc=
000 (ACPI data)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073dfc000 - 0000000073e02=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073e02000 - 0000000073e03=
000 (ACPI data)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073e03000 - 0000000073e5d=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073e5d000 - 0000000073e71=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073e71000 - 0000000073e82=
000 (ACPI data)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073e82000 - 0000000073e83=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073e83000 - 0000000073e84=
000 (ACPI data)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073e84000 - 0000000073ed5=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073ed5000 - 0000000073ed7=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073ed7000 - 0000000073ee4=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073ee4000 - 0000000073ee6=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073ee6000 - 0000000073ee7=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073ee7000 - 0000000073eed=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073eed000 - 0000000073eee=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073eee000 - 0000000073ef0=
000 (ACPI data)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073ef0000 - 0000000073ef2=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073ef2000 - 0000000079b4a=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079b4a000 - 0000000079b4b=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079b4b000 - 0000000079c5c=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079c5c000 - 0000000079c5f=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079c5f000 - 0000000079c9e=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079c9e000 - 0000000079ca0=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079ca0000 - 0000000079ca3=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079ca3000 - 0000000079ca5=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079ca5000 - 0000000079cc6=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079cc6000 - 0000000079cc8=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079cc8000 - 0000000079cc9=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079cc9000 - 0000000079d92=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079d92000 - 0000000079d93=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079d93000 - 0000000079d94=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079d94000 - 0000000079d95=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079d95000 - 0000000079dc5=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079dc5000 - 0000000079dc8=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079dc8000 - 0000000079dc9=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079dc9000 - 0000000079dca=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079dca000 - 0000000079dcc=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079dcc000 - 0000000079dcd=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079dcd000 - 0000000079de3=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079de3000 - 0000000079e06=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079e06000 - 0000000079e13=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079e13000 - 0000000079e14=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079e14000 - 0000000079e1a=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079e1a000 - 0000000079e1c=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079e1c000 - 0000000079e61=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079e61000 - 0000000079e65=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079e65000 - 0000000079e8d=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079e8d000 - 0000000079e8e=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079e8e000 - 0000000079ea8=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079ea8000 - 0000000079eab=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079eab000 - 0000000079f00=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079f00000 - 0000000079f01=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079f01000 - 0000000079f02=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079f02000 - 0000000079f05=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079f05000 - 0000000079f06=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079f06000 - 0000000079f07=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079f07000 - 0000000079f08=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079f08000 - 0000000079f09=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079f09000 - 0000000079fba=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079fba000 - 0000000079fbc=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079fbc000 - 0000000079fdd=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079fdd000 - 0000000079fde=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079fde000 - 0000000079ff9=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079ff9000 - 0000000079ffc=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079ffc000 - 000000007a61e=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000000007a61e000 - 000000007a61f=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000000007a61f000 - 000000007a622=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000000007a622000 - 000000007a623=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000000007a623000 - 000000007b000=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000000e00f8000 - 00000000e00f9=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000000fed01000 - 00000000fed02=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN) System RAM: 1965MB (2012500kB)</span><=
/p>
<p class=3D""><span class=3D"">(XEN) ACPI: RSDP 73EEF014, 0024 (r2 INTEL )<=
/span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: XSDT 73EEE0E8, 0084 (r1 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 3 =C2=A0 =C2=A0 =C2=A0 10=
00013)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: FACP 73E83000, 010C (r5 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 3 VLV2=C2=A0 100000D)</sp=
an></p>
<p class=3D""><span class=3D"">(XEN) ACPI: DSDT 73E74000, 9453 (r2 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 3 VLV2=C2=A0 100000D)</sp=
an></p>
<p class=3D""><span class=3D"">(XEN) ACPI: FACS 73E82000, 0040</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: UEFI 73E85000, 0042 (r1 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 2 =C2=A0 =C2=A0 =C2=A0 10=
00013)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: HPET 73E81000, 0038 (r1 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 3 VLV2=C2=A0 100000D)</sp=
an></p>
<p class=3D""><span class=3D"">(XEN) ACPI: LPIT 73E80000, 0104 (r1 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 3 VLV2=C2=A0 100000D)</sp=
an></p>
<p class=3D""><span class=3D"">(XEN) ACPI: APIC 73E7F000, 0084 (r3 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 3 VLV2=C2=A0 100000D)</sp=
an></p>
<p class=3D""><span class=3D"">(XEN) ACPI: MCFG 73E7E000, 003C (r1 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 3 VLV2=C2=A0 100000D)</sp=
an></p>
<p class=3D""><span class=3D"">(XEN) ACPI: SSDT 73E73000, 0763 (r1=C2=A0 Pm=
Ref=C2=A0 =C2=A0 CpuPm =C2=A0 =C2=A0 3000 INTL 20120518)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: SSDT 73E72000, 0261 (r1=C2=A0 Pm=
Ref=C2=A0 Cpu0Tst =C2=A0 =C2=A0 3000 INTL 20120518)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: SSDT 73E71000, 017A (r1=C2=A0 Pm=
Ref=C2=A0 =C2=A0 ApTst =C2=A0 =C2=A0 3000 INTL 20120518)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: CSRT 73E02000, 014C (r0 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 5 INTL 20120624)</span></=
p>
<p class=3D""><span class=3D"">(XEN) ACPI: SSDT 73DFB000, 03E6 (r1 Intel_ I=
sctTabl =C2=A0 =C2=A0 1000 INTL 20120518)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: FPDT 73DF8000, 0044 (r1 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 2 =C2=A0 =C2=A0 =C2=A0 10=
00013)</span></p>
<p class=3D""><span class=3D"">(XEN) No NUMA configuration found</span></p>
<p class=3D""><span class=3D"">(XEN) Faking a node at 0000000000000000-0000=
00007b000000</span></p>
<p class=3D""><span class=3D"">(XEN) Domain heap initialised</span></p>
<p class=3D""><span class=3D"">(XEN) vesafb: framebuffer at 0x80000000, map=
ped to 0xffff82c000201000, using 1920k, total 1920k</span></p>
<p class=3D""><span class=3D"">(XEN) vesafb: mode is 800x600x32, linelength=
=3D3200, font 8x8</span></p>
<p class=3D""><span class=3D"">(XEN) vesafb: Truecolor: size=3D8:8:8:8, shi=
ft=3D24:16:8:0</span></p>
<p class=3D""><span class=3D"">(XEN) SMBIOS 2.7 present.</span></p>
<p class=3D""><span class=3D"">(XEN) DMI 2.7 present.</span></p>
<p class=3D""><span class=3D"">(XEN) APIC boot state is &#39;xapic&#39;</sp=
an></p>
<p class=3D""><span class=3D"">(XEN) Using APIC driver default</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: PM-Timer IO Port: 0x408</span></=
p>
<p class=3D""><span class=3D"">(XEN) ACPI: v5 SLEEP INFO: control[1:0], sta=
tus[1:0]</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: SLEEP INFO: pm1x_cnt[404,0], pm1=
x_evt[400,0]</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: 32/64X FACS address mismatch in =
FADT - 73e82000/0000000000000000, using 32</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 wakeup_vec[73e8200c], vec_size[20]</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: Local APIC address 0xfee00000</s=
pan></p>
<p class=3D""><span class=3D"">(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x=
00] enabled)</span></p>
<p class=3D""><span class=3D"">(XEN) Processor #0 7:7 APIC version 20</span=
></p>
<p class=3D""><span class=3D"">(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x=
02] disabled)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x=
04] enabled)</span></p>
<p class=3D""><span class=3D"">(XEN) Processor #4 7:7 APIC version 20</span=
></p>
<p class=3D""><span class=3D"">(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x=
06] disabled)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high le=
vel lint[0x1])</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: LAPIC_NMI (acpi_id[0x02] high le=
vel lint[0x1])</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: LAPIC_NMI (acpi_id[0x03] high le=
vel lint[0x1])</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: LAPIC_NMI (acpi_id[0x04] high le=
vel lint[0x1])</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: IOAPIC (id[0x02] address[0xfec00=
000] gsi_base[0])</span></p>
<p class=3D""><span class=3D"">(XEN) IOAPIC[0]: apic_id 2, version 32, addr=
ess 0xfec00000, GSI 0-86</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 glo=
bal_irq 2 dfl dfl)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 glo=
bal_irq 9 high level)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: IRQ0 used by override.</span></p=
>
<p class=3D""><span class=3D"">(XEN) ACPI: IRQ2 used by override.</span></p=
>
<p class=3D""><span class=3D"">(XEN) ACPI: IRQ9 used by override.</span></p=
>
<p class=3D""><span class=3D"">(XEN) Enabling APIC mode:=C2=A0 Flat.=C2=A0 =
Using 1 I/O APICs</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed0=
0000</span></p>
<p class=3D""><span class=3D"">(XEN) ERST table was not found</span></p>
<p class=3D""><span class=3D"">(XEN) Using ACPI (MADT) for SMP configuratio=
n information</span></p>
<p class=3D""><span class=3D"">(XEN) SMP: Allowing 4 CPUs (2 hotplug CPUs)<=
/span></p>
<p class=3D""><span class=3D"">(XEN) mapped APIC to ffff82cfffdfb000 (fee00=
000)</span></p>
<p class=3D""><span class=3D"">(XEN) mapped IOAPIC to ffff82cfffdfa000 (fec=
00000)</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ limits: 87 GSI, 609 MSI/MSI-X</spa=
n></p>
<p class=3D""><span class=3D"">(XEN) Using scheduler: SMP Credit Scheduler =
(credit)</span></p>
<p class=3D""><span class=3D"">(XEN) Detected 1333.353 MHz processor.</span=
></p>
<p class=3D""><span class=3D"">(XEN) EFI memory map:</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000000000-000000008efff type=
=3D7 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000000008f000-000000008ffff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000090000-000000009afff type=
=3D7 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000000009b000-000000009dfff type=
=3D2 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000000009e000-000000009ffff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000100000-000001fffffff type=
=3D7 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000020000000-00000200fffff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000020100000-0000070ffffff type=
=3D7 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000071000000-000007101ffff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000071020000-0000072618fff type=
=3D7 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000072619000-0000073df6fff type=
=3D2 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073df7000-0000073df7fff type=
=3D7 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073df8000-0000073df8fff type=
=3D9 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073df9000-0000073dfafff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073dfb000-0000073dfbfff type=
=3D9 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073dfc000-0000073e01fff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073e02000-0000073e02fff type=
=3D9 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073e03000-0000073e5cfff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073e5d000-0000073e70fff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073e71000-0000073e81fff type=
=3D9 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073e82000-0000073e82fff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073e83000-0000073e83fff type=
=3D9 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073e84000-0000073ed4fff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073ed5000-0000073ed6fff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073ed7000-0000073ee3fff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073ee4000-0000073ee5fff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073ee6000-0000073ee6fff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073ee7000-0000073eeafff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073eeb000-0000073eecfff type=
=3D6 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073eed000-0000073eedfff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073eee000-0000073eeffff type=
=3D9 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073ef0000-0000073ef1fff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073ef2000-0000077d6afff type=
=3D7 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000077d6b000-0000078f6afff type=
=3D1 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000078f6b000-0000079158fff type=
=3D7 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079159000-00000791a5fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000791a6000-00000791b0fff type=
=3D7 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000791b1000-00000791b1fff type=
=3D2 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000791b2000-00000791b3fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000791b4000-00000791b5fff type=
=3D2 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000791b6000-00000791bffff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000791c0000-00000791c0fff type=
=3D2 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000791c1000-00000791d7fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000791d8000-00000791f1fff type=
=3D2 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000791f2000-00000792affff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000792b0000-000007936cfff type=
=3D1 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000007936d000-0000079adcfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079add000-0000079addfff type=
=3D2 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ade000-0000079b49fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079b4a000-0000079b4afff type=
=3D6 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079b4b000-0000079b77fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079b78000-0000079b7cfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079b7d000-0000079b84fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079b85000-0000079b85fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079b86000-0000079b98fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079b99000-0000079b9afff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079b9b000-0000079b9efff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079b9f000-0000079b9ffff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ba0000-0000079bcffff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079bd0000-0000079bd4fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079bd5000-0000079beffff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079bf0000-0000079bf4fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079bf5000-0000079bf6fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079bf7000-0000079bfbfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079bfc000-0000079c01fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c02000-0000079c02fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c03000-0000079c0ffff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c10000-0000079c11fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c12000-0000079c13fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c14000-0000079c14fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c15000-0000079c1afff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c1b000-0000079c1cfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c1d000-0000079c1ffff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c20000-0000079c21fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c22000-0000079c38fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c39000-0000079c3cfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c3d000-0000079c3ffff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c40000-0000079c40fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c41000-0000079c5bfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c5c000-0000079c5efff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c5f000-0000079c74fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c75000-0000079c75fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c76000-0000079c7bfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c7c000-0000079c7dfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c7e000-0000079c81fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c82000-0000079c87fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c88000-0000079c88fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c89000-0000079c9dfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c9e000-0000079c9ffff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ca0000-0000079ca2fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ca3000-0000079ca4fff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ca5000-0000079cbefff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cbf000-0000079cc4fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cc5000-0000079cc5fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cc6000-0000079cc6fff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cc7000-0000079cc7fff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cc8000-0000079cc8fff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cc9000-0000079ccdfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cce000-0000079ccefff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ccf000-0000079cd0fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cd1000-0000079cd4fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cd5000-0000079cd5fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cd6000-0000079d89fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079d8a000-0000079d8cfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079d8d000-0000079d91fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079d92000-0000079d92fff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079d93000-0000079d93fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079d94000-0000079d94fff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079d95000-0000079da4fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079da5000-0000079daffff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079db0000-0000079db0fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079db1000-0000079db3fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079db4000-0000079db4fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079db5000-0000079db8fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079db9000-0000079db9fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dba000-0000079dbbfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dbc000-0000079dbcfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dbd000-0000079dbdfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dbe000-0000079dc3fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dc4000-0000079dc4fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dc5000-0000079dc5fff type=
=3D6 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dc6000-0000079dc7fff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dc8000-0000079dc8fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dc9000-0000079dc9fff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dca000-0000079dcbfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dcc000-0000079dccfff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dcd000-0000079dcefff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dcf000-0000079ddcfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ddd000-0000079dddfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dde000-0000079de2fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079de3000-0000079e05fff type=
=3D6 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e06000-0000079e12fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e13000-0000079e13fff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e14000-0000079e19fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e1a000-0000079e1bfff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e1c000-0000079e47fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e48000-0000079e54fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e55000-0000079e60fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e61000-0000079e61fff type=
=3D6 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e62000-0000079e64fff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e65000-0000079e69fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e6a000-0000079e6afff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e6b000-0000079e70fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e71000-0000079e8bfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e8c000-0000079e8cfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e8d000-0000079e8dfff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e8e000-0000079e8efff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e8f000-0000079e9efff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e9f000-0000079ea0fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ea1000-0000079ea2fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ea3000-0000079ea5fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ea6000-0000079ea7fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ea8000-0000079eaafff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079eab000-0000079eadfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079eae000-0000079eb0fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079eb1000-0000079eb2fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079eb3000-0000079edafff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079edb000-0000079edcfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079edd000-0000079ef3fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ef4000-0000079ef6fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ef7000-0000079efdfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079efe000-0000079efffff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f00000-0000079f00fff type=
=3D6 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f01000-0000079f01fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f02000-0000079f04fff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f05000-0000079f05fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f06000-0000079f06fff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f07000-0000079f07fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f08000-0000079f08fff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f09000-0000079f72fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f73000-0000079f7ffff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f80000-0000079f89fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f8a000-0000079fb7fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079fb8000-0000079fb8fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079fb9000-0000079fb9fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079fba000-0000079fbbfff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079fbc000-0000079fbcfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079fbd000-0000079fdcfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079fdd000-0000079fddfff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079fde000-0000079fdefff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079fdf000-0000079fe1fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079fe2000-0000079ff8fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ff9000-0000079ff9fff type=
=3D6 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ffa000-0000079ffbfff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ffc000-000007a408fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000007a409000-000007a40bfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000007a40c000-000007a61dfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000007a61e000-000007a61efff type=
=3D6 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000007a61f000-000007a621fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000007a622000-000007a622fff type=
=3D6 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000007a623000-000007affffff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000e00f8000-00000e00f8fff type=
=3D11 attr=3D8000000000000001</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000fed01000-00000fed01fff type=
=3D11 attr=3D8000000000000001</span></p>
<p class=3D""><span class=3D"">(XEN) Initing memory sharing.</span></p>
<p class=3D""><span class=3D"">(XEN) mce_intel.c:717: MCA Capability: BCAST=
 1 SER 0 CMCI 0 firstbank 0 extended MCE MSR 0</span></p>
<p class=3D""><span class=3D"">(XEN) Intel machine check reporting enabled<=
/span></p>
<p class=3D""><span class=3D"">(XEN) PCI: MCFG configuration 0: base e00000=
00 segment 0000 buses 00 - 3f</span></p>
<p class=3D""><span class=3D"">(XEN) PCI: Not using MCFG for segment 0000 b=
us 00-3f</span></p>
<p class=3D""><span class=3D"">(XEN) I/O virtualisation disabled</span></p>
<p class=3D""><span class=3D"">(XEN) Getting VERSION: 50014</span></p>
<p class=3D""><span class=3D"">(XEN) Getting VERSION: 50014</span></p>
<p class=3D""><span class=3D"">(XEN) Getting ID: 0</span></p>
<p class=3D""><span class=3D"">(XEN) Getting LVT0: 700</span></p>
<p class=3D""><span class=3D"">(XEN) Getting LVT1: 10000</span></p>
<p class=3D""><span class=3D"">(XEN) enabled ExtINT on CPU#0</span></p>
<p class=3D""><span class=3D"">(XEN) ENABLING IO-APIC IRQs</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 -&gt; Using new ACK method</span=
></p>
<p class=3D""><span class=3D"">(XEN) init IO_APIC IRQs</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 IO-APIC (apicid-pin) 2-0, 2-16, =
2-17, 2-18, 2-19, 2-20, 2-21, 2-22, 2-23, 2-24, 2-25, 2-26, 2-27, 2-28, 2-2=
9, 2-30, 2-31, 2-32, 2-33, 2-34, 2-35, 2-36, 2-37, 2-38, 2-39, 2-40, 2-41, =
2-42, 2-43, 2-44, 2-45, 2-46, 2-47, 2-48, 2-49, 2-50, 2-51, 2-52, 2-53, 2-5=
4, 2-55, 2-56, 2-57, 2-58, 2-59, 2-60, 2-61, 2-62, 2-63, 2-64, 2-65, 2-66, =
2-67, 2-68, 2-69, 2-70, 2-71, 2-72, 2-73, 2-74, 2-75, 2-76, 2-77, 2-78, 2-7=
9, 2-80, 2-81, 2-82, 2-83, 2-84, 2-85, 2-86 not connected.</span><span clas=
s=3D"">=C2=A0 =C2=A0 =C2=A0 =C2=A0 </span><span class=3D"">(XEN) ..TIMER: v=
ector=3D0xF0 apic1=3D0 pin1=3D2 apic2=3D-1 pin2=3D-1</span></p>
<p class=3D""><span class=3D"">(XEN) number of MP IRQ sources: 15.</span></=
p>
<p class=3D""><span class=3D"">(XEN) number of IO-APIC #2 registers: 87.</s=
pan></p>
<p class=3D""><span class=3D"">(XEN) testing the IO APIC...................=
....</span></p>
<p class=3D""><span class=3D"">(XEN) IO APIC #2......</span></p>
<p class=3D""><span class=3D"">(XEN) .... register #00: 01000000</span></p>
<p class=3D""><span class=3D"">(XEN) .......=C2=A0 =C2=A0 : physical APIC i=
d: 01</span></p>
<p class=3D""><span class=3D"">(XEN) .......=C2=A0 =C2=A0 : Delivery Type: =
0</span></p>
<p class=3D""><span class=3D"">(XEN) .......=C2=A0 =C2=A0 : LTS=C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 : 0</span></p>
<p class=3D""><span class=3D"">(XEN) .... register #01: 00560020</span></p>
<p class=3D""><span class=3D"">(XEN) ....... =C2=A0 =C2=A0 : max redirectio=
n entries: 0056</span></p>
<p class=3D""><span class=3D"">(XEN) ....... =C2=A0 =C2=A0 : PRQ implemente=
d: 0</span></p>
<p class=3D""><span class=3D"">(XEN) ....... =C2=A0 =C2=A0 : IO APIC versio=
n: 0020</span></p>
<p class=3D""><span class=3D"">(XEN) .... IRQ redirection table:</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 NR Log Phy Mask Trig IRR Pol Sta=
t Dest Deli Vect:=C2=A0 =C2=A0</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 01 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 28</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 02 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 F0</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 03 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 30</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 04 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 F1</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 05 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 38</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 06 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 40</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 07 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 48</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 08 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 50</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 09 001 01=C2=A0 1=C2=A0 =C2=A0 1=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 58</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0a 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 60</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0b 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 68</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0c 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 70</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0d 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 78</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0e 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 88</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0f 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 90</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 10 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 11 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 12 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 13 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 14 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 15 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 16 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 17 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 18 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 19 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 1a 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 1b 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 1c 060 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 2=C2=A0 =C2=
=A0 30</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 1d 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 1e 080 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 2=C2=A0 =C2=
=A0 49</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 1f 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 20 0F4 04=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 2=C2=A0 =C2=
=A0 90</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 21 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 22 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 23 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 24 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 25 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 26 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 27 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 28 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 29 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 2a 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 2b 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 2=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 2c 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 2d 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 2e 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 2f 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 30 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 31 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 32 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 33 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 34 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 2=C2=A0 =C2=
=A0 10</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 35 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 36 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 37 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 38 074 04=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 2=C2=A0 =C2=
=A0 02</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 39 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 3a 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 3b 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 3c 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 3d 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 3e 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 3f 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 40 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 41 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 42 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 43 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 44 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 45 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 46 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 47 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 48 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 49 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 4a 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 4b 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 4c 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 4d 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 4e 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 4f 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 50 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 51 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 52 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 53 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 54 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 55 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 56 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN) Using vector-based indexing</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ to pin mappings:</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ240 -&gt; 0:2</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ40 -&gt; 0:1</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ48 -&gt; 0:3</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ241 -&gt; 0:4</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ56 -&gt; 0:5</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ64 -&gt; 0:6</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ72 -&gt; 0:7</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ80 -&gt; 0:8</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ88 -&gt; 0:9</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ96 -&gt; 0:10</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ104 -&gt; 0:11</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ112 -&gt; 0:12</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ120 -&gt; 0:13</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ136 -&gt; 0:14</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ144 -&gt; 0:15</span></p>
<p class=3D""><span class=3D"">(XEN) .................................... d=
one.</span></p>
<p class=3D""><span class=3D"">(XEN) Using local APIC timer interrupts.</sp=
an></p>
<p class=3D""><span class=3D"">(XEN) calibrating APIC timer ...</span></p>
<p class=3D""><span class=3D"">(XEN) ..... CPU clock speed is 1333.3760 MHz=
.</span></p>
<p class=3D""><span class=3D"">(XEN) ..... host bus clock speed is 133.3375=
 MHz.</span></p>
<p class=3D""><span class=3D"">(XEN) ..... bus_scale =3D 0x888d</span></p>
<p class=3D""><span class=3D"">(XEN) TSC deadline timer enabled</span></p>
<p class=3D""><span class=3D"">(XEN) Platform timer is 14.318MHz HPET</span=
></p>
<p class=3D""><span class=3D"">(XEN) Allocated console ring of 16 KiB.</spa=
n></p>
<p class=3D""><span class=3D"">(XEN) mwait-idle: does not run on family 6 m=
odel 55</span></p>
<p class=3D""><span class=3D"">(XEN) VMX: Supported advanced features:</spa=
n></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 - APIC MMIO access virtualisatio=
n</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 - APIC TPR shadow</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 - Extended Page Tables (EPT)</sp=
an></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 - Virtual-Processor Identifiers =
(VPID)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 - Virtual NMI</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 - MSR direct-access bitmap</span=
></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 - Unrestricted Guest</span></p>
<p class=3D""><span class=3D"">(XEN) HVM: ASIDs enabled.</span></p>
<p class=3D""><span class=3D"">(XEN) HVM: VMX enabled</span></p>
<p class=3D""><span class=3D"">(XEN) HVM: Hardware Assisted Paging (HAP) de=
tected</span></p>
<p class=3D""><span class=3D"">(XEN) HVM: HAP page sizes: 4kB, 2MB</span></=
p>
<p class=3D""><span class=3D"">(XEN) masked ExtINT on CPU#1</span></p>
<p class=3D""><span class=3D"">(XEN) Brought up 2 CPUs</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI sleep modes: S3</span></p>
<p class=3D""><span class=3D"">(XEN) mcheck_poll: Machine check polling tim=
er started.</span></p>
<p class=3D""><span class=3D"">(XEN) *** LOADING DOMAIN 0 ***</span></p></d=
iv><div><br></div></div></div>

--089e0158b7922fba430509684256--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============8266247531150753814==--


From xen-users-bounces@lists.xen.org Thu Dec 04 18:39:21 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 04 Dec 2014 18:39: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-users-bounces@lists.xen.org>)
	id 1XwbHu-0006IP-CK; Thu, 04 Dec 2014 18:38:02 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <cbrookes@gmail.com>) id 1XwbHs-0006IK-CA
	for xen-users@lists.xen.org; Thu, 04 Dec 2014 18:38:00 +0000
Received: from [85.158.137.68] by server-11.bemta-3.messagelabs.com id
	A1/04-25547-70AA0845; Thu, 04 Dec 2014 18:37:59 +0000
X-Env-Sender: cbrookes@gmail.com
X-Msg-Ref: server-3.tower-31.messagelabs.com!1417718275!11200812!1
X-Originating-IP: [209.85.217.179]
X-SpamReason: No, hits=1.4 required=7.0 tests=BODY_RANDOM_LONG,
	HTML_40_50,HTML_MESSAGE,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 6284 invoked from network); 4 Dec 2014 18:37:55 -0000
Received: from mail-lb0-f179.google.com (HELO mail-lb0-f179.google.com)
	(209.85.217.179)
	by server-3.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	4 Dec 2014 18:37:55 -0000
Received: by mail-lb0-f179.google.com with SMTP id z11so14440194lbi.38
	for <xen-users@lists.xen.org>; Thu, 04 Dec 2014 10:37:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=XVoDdldAYnotBfQZekEOPsD2jQ6+kzDmtyzXxpBd404=;
	b=o9X+B5V0wjhLlXuJ2xYJOZQpG/f6r68bfAAtkhXDyZ6cn8xlCRFHuf9GeTVqOGGB9J
	FcHX5pI3V6lSn2KyEfd8R9G1HJPcbxbesIHaSHa4wCKi9ghCsNCZWX/+8Z8TgQTGktfb
	L5eBiE3gqSU1fcaSurI4N0fW2RNjDWoBgZ/jFUsPboyhFtVgsmyrT8E8tKUh4hPu9lxq
	MmLTPLPmDXomZzQ/hBlYqTeEcOUNxnxTo/iqVnglzJ6w2W6nmEFipZT1kc1KAqz6hXj8
	vs0t/yMfsTmt+KJ2LK35bqBe0F32j8wGxtk1rbbOcrQeiaUyEi+UcgoN57jf0ODWutAi
	ZOhg==
MIME-Version: 1.0
X-Received: by 10.152.8.194 with SMTP id t2mr10803805laa.21.1417718275224;
	Thu, 04 Dec 2014 10:37:55 -0800 (PST)
Received: by 10.114.187.8 with HTTP; Thu, 4 Dec 2014 10:37:55 -0800 (PST)
Date: Thu, 4 Dec 2014 12:37:55 -0600
Message-ID: <CAAzPvNzHaH2jWj7YOJaHdhzPUzyKEVKrzMi5C32LjHUh=y26uw@mail.gmail.com>
From: "C. B." <cbrookes@gmail.com>
To: xen-users@lists.xen.org
Subject: [Xen-users] Xen 4.4/Linux 3.18 fail to boot on MinnowBoard MAX
	hardware
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============8266247531150753814=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============8266247531150753814==
Content-Type: multipart/alternative; boundary=089e0158b7922fba430509684256

--089e0158b7922fba430509684256
Content-Type: text/plain; charset=UTF-8

I am trying to run Xen 4.4 on a MinnowBoard MAX which can only do EFI
booting. I have a compiled xen-4.4 EFI loader in /boot/efi, using this
configuration in xen.cfg:

[global]

default=base-xen

[base-xen]

options=console=vga,com1 com1=115200 loglvl=all apic_verbosity=debug
iommu=debug dom0_mem=256M,max:256M dom0pvh=true

kernel=kgen318 console=hvc0 earlyprintk=xen nomodeset initcall_debug debug
loglevel=10 console=ttyS0,115200n8

ramdisk=rgen318
kgen318  is an Ubuntu Linux 3.18RC7 compiled with CONFIG_XEN_EFI=y

The same kgen318 kernel boots on the board natively without issue.

When booted under xen, the process hangs at LOADING DOMAIN 0.

Any ideas? I tried Xen 4.5RC3 and it actually hangs a lot earlier, crashing
somewhere in the EFI RAM map enumeration (http://pastebin.com/mfdKXfNt)

Anyway, here is the log from the (somewhat) more successful 4.4. boot
attempt:

EFI Shell version 2.40 [1.0]

Current running mode 1.1.2

Device mapping table

  fs0     :Removable HardDisk - Alias hd15a0b blk0


PciRoot(0x0)/Pci(0x14,0x0)/USB(0x0,0x0)/HD(1,GPT,B29DDD80-B8B5-4B82-822E-69EB9583876B,0x800,0x100000)

  blk0    :Removable HardDisk - Alias hd15a0b fs0


PciRoot(0x0)/Pci(0x14,0x0)/USB(0x0,0x0)/HD(1,GPT,B29DDD80-B8B5-4B82-822E-69EB9583876B,0x800,0x100000)

  blk1    :Removable HardDisk - Alias (null)


PciRoot(0x0)/Pci(0x14,0x0)/USB(0x0,0x0)/HD(2,GPT,DC98A3CD-E84B-45E5-829F-BE9941C9FBAB,0x100800,0x57073000)

  blk2    :Removable HardDisk - Alias (null)


PciRoot(0x0)/Pci(0x14,0x0)/USB(0x0,0x0)/HD(3,GPT,06B7E4F5-EB31-4532-A983-799F5B5B9272,0x57173800,0x3D2800)

  blk3    :Removable BlockDevice - Alias (null)

           PciRoot(0x0)/Pci(0x14,0x0)/USB(0x0,0x0)


Press ESC in 5 seconds to skip startup.nsh, any other key to continue.





Shell> fs0:

fs0:\> xen-4.4.0.efi -basevideo

Xen 4.4.0 (c/s ) EFI loader   2,250,678  xen-4.5.0-rc.efi

Using configuration file 'xen.cfg'

kgen318: 0x00000000737be000-0x0000000073df67f018

rgen318: 0x0000000072619000-0x00000000737bd895g

(XEN) Xen version 4.4.0 (dsd@t.org) (gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2)
debug=n Wed Dec  3 13:55:23 CST 2014

(XEN) Latest ChangeSet: 590,507 bytes

(XEN) Bootloader: EFI

(XEN) Command line: console=vga,com1 com1=115200 loglvl=all
apic_verbosity=debug iommu=debug dom0_mem=256M,max:256M

(XEN) Video information:

(XEN)  VGA is graphics mode 800x600, 32 bpp

(XEN) Disc information:

(XEN)  Found 0 MBR signatures

(XEN)  Found 1 EDD information structures

(XEN) EFI RAM map:

(XEN)  0000000000000000 - 000000000008f000 (usable)

(XEN)  000000000008f000 - 0000000000090000 (ACPI NVS)

(XEN)  0000000000090000 - 000000000009e000 (usable)

(XEN)  000000000009e000 - 00000000000a0000 (reserved)

(XEN)  0000000000100000 - 0000000020000000 (usable)

(XEN)  0000000020000000 - 0000000020100000 (reserved)

(XEN)  0000000020100000 - 0000000073df8000 (usable)

(XEN)  0000000073df8000 - 0000000073df9000 (ACPI data)

(XEN)  0000000073df9000 - 0000000073dfb000 (reserved)

(XEN)  0000000073dfb000 - 0000000073dfc000 (ACPI data)

(XEN)  0000000073dfc000 - 0000000073e02000 (reserved)

(XEN)  0000000073e02000 - 0000000073e03000 (ACPI data)

(XEN)  0000000073e03000 - 0000000073e5d000 (reserved)

(XEN)  0000000073e5d000 - 0000000073e71000 (ACPI NVS)

(XEN)  0000000073e71000 - 0000000073e82000 (ACPI data)

(XEN)  0000000073e82000 - 0000000073e83000 (ACPI NVS)

(XEN)  0000000073e83000 - 0000000073e84000 (ACPI data)

(XEN)  0000000073e84000 - 0000000073ed5000 (ACPI NVS)

(XEN)  0000000073ed5000 - 0000000073ed7000 (reserved)

(XEN)  0000000073ed7000 - 0000000073ee4000 (ACPI NVS)

(XEN)  0000000073ee4000 - 0000000073ee6000 (reserved)

(XEN)  0000000073ee6000 - 0000000073ee7000 (ACPI NVS)

(XEN)  0000000073ee7000 - 0000000073eed000 (reserved)

(XEN)  0000000073eed000 - 0000000073eee000 (ACPI NVS)

(XEN)  0000000073eee000 - 0000000073ef0000 (ACPI data)

(XEN)  0000000073ef0000 - 0000000073ef2000 (ACPI NVS)

(XEN)  0000000073ef2000 - 0000000079b4a000 (usable)

(XEN)  0000000079b4a000 - 0000000079b4b000 (reserved)

(XEN)  0000000079b4b000 - 0000000079c5c000 (usable)

(XEN)  0000000079c5c000 - 0000000079c5f000 (ACPI NVS)

(XEN)  0000000079c5f000 - 0000000079c9e000 (usable)

(XEN)  0000000079c9e000 - 0000000079ca0000 (reserved)

(XEN)  0000000079ca0000 - 0000000079ca3000 (usable)

(XEN)  0000000079ca3000 - 0000000079ca5000 (reserved)

(XEN)  0000000079ca5000 - 0000000079cc6000 (usable)

(XEN)  0000000079cc6000 - 0000000079cc8000 (reserved)

(XEN)  0000000079cc8000 - 0000000079cc9000 (ACPI NVS)

(XEN)  0000000079cc9000 - 0000000079d92000 (usable)

(XEN)  0000000079d92000 - 0000000079d93000 (ACPI NVS)

(XEN)  0000000079d93000 - 0000000079d94000 (usable)

(XEN)  0000000079d94000 - 0000000079d95000 (ACPI NVS)

(XEN)  0000000079d95000 - 0000000079dc5000 (usable)

(XEN)  0000000079dc5000 - 0000000079dc8000 (reserved)

(XEN)  0000000079dc8000 - 0000000079dc9000 (usable)

(XEN)  0000000079dc9000 - 0000000079dca000 (reserved)

(XEN)  0000000079dca000 - 0000000079dcc000 (usable)

(XEN)  0000000079dcc000 - 0000000079dcd000 (reserved)

(XEN)  0000000079dcd000 - 0000000079de3000 (usable)

(XEN)  0000000079de3000 - 0000000079e06000 (reserved)

(XEN)  0000000079e06000 - 0000000079e13000 (usable)

(XEN)  0000000079e13000 - 0000000079e14000 (reserved)

(XEN)  0000000079e14000 - 0000000079e1a000 (usable)

(XEN)  0000000079e1a000 - 0000000079e1c000 (reserved)

(XEN)  0000000079e1c000 - 0000000079e61000 (usable)

(XEN)  0000000079e61000 - 0000000079e65000 (reserved)

(XEN)  0000000079e65000 - 0000000079e8d000 (usable)

(XEN)  0000000079e8d000 - 0000000079e8e000 (reserved)

(XEN)  0000000079e8e000 - 0000000079ea8000 (usable)

(XEN)  0000000079ea8000 - 0000000079eab000 (reserved)

(XEN)  0000000079eab000 - 0000000079f00000 (usable)

(XEN)  0000000079f00000 - 0000000079f01000 (reserved)

(XEN)  0000000079f01000 - 0000000079f02000 (usable)

(XEN)  0000000079f02000 - 0000000079f05000 (reserved)

(XEN)  0000000079f05000 - 0000000079f06000 (usable)

(XEN)  0000000079f06000 - 0000000079f07000 (reserved)

(XEN)  0000000079f07000 - 0000000079f08000 (usable)

(XEN)  0000000079f08000 - 0000000079f09000 (reserved)

(XEN)  0000000079f09000 - 0000000079fba000 (usable)

(XEN)  0000000079fba000 - 0000000079fbc000 (reserved)

(XEN)  0000000079fbc000 - 0000000079fdd000 (usable)

(XEN)  0000000079fdd000 - 0000000079fde000 (reserved)

(XEN)  0000000079fde000 - 0000000079ff9000 (usable)

(XEN)  0000000079ff9000 - 0000000079ffc000 (reserved)

(XEN)  0000000079ffc000 - 000000007a61e000 (usable)

(XEN)  000000007a61e000 - 000000007a61f000 (reserved)

(XEN)  000000007a61f000 - 000000007a622000 (usable)

(XEN)  000000007a622000 - 000000007a623000 (reserved)

(XEN)  000000007a623000 - 000000007b000000 (usable)

(XEN)  00000000e00f8000 - 00000000e00f9000 (reserved)

(XEN)  00000000fed01000 - 00000000fed02000 (reserved)

(XEN) System RAM: 1965MB (2012500kB)

(XEN) ACPI: RSDP 73EEF014, 0024 (r2 INTEL )

(XEN) ACPI: XSDT 73EEE0E8, 0084 (r1 INTEL  EDK2            3       1000013)

(XEN) ACPI: FACP 73E83000, 010C (r5 INTEL  EDK2            3 VLV2  100000D)

(XEN) ACPI: DSDT 73E74000, 9453 (r2 INTEL  EDK2            3 VLV2  100000D)

(XEN) ACPI: FACS 73E82000, 0040

(XEN) ACPI: UEFI 73E85000, 0042 (r1 INTEL  EDK2            2       1000013)

(XEN) ACPI: HPET 73E81000, 0038 (r1 INTEL  EDK2            3 VLV2  100000D)

(XEN) ACPI: LPIT 73E80000, 0104 (r1 INTEL  EDK2            3 VLV2  100000D)

(XEN) ACPI: APIC 73E7F000, 0084 (r3 INTEL  EDK2            3 VLV2  100000D)

(XEN) ACPI: MCFG 73E7E000, 003C (r1 INTEL  EDK2            3 VLV2  100000D)

(XEN) ACPI: SSDT 73E73000, 0763 (r1  PmRef    CpuPm     3000 INTL 20120518)

(XEN) ACPI: SSDT 73E72000, 0261 (r1  PmRef  Cpu0Tst     3000 INTL 20120518)

(XEN) ACPI: SSDT 73E71000, 017A (r1  PmRef    ApTst     3000 INTL 20120518)

(XEN) ACPI: CSRT 73E02000, 014C (r0 INTEL  EDK2            5 INTL 20120624)

(XEN) ACPI: SSDT 73DFB000, 03E6 (r1 Intel_ IsctTabl     1000 INTL 20120518)

(XEN) ACPI: FPDT 73DF8000, 0044 (r1 INTEL  EDK2            2       1000013)

(XEN) No NUMA configuration found

(XEN) Faking a node at 0000000000000000-000000007b000000

(XEN) Domain heap initialised

(XEN) vesafb: framebuffer at 0x80000000, mapped to 0xffff82c000201000,
using 1920k, total 1920k

(XEN) vesafb: mode is 800x600x32, linelength=3200, font 8x8

(XEN) vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0

(XEN) SMBIOS 2.7 present.

(XEN) DMI 2.7 present.

(XEN) APIC boot state is 'xapic'

(XEN) Using APIC driver default

(XEN) ACPI: PM-Timer IO Port: 0x408

(XEN) ACPI: v5 SLEEP INFO: control[1:0], status[1:0]

(XEN) ACPI: SLEEP INFO: pm1x_cnt[404,0], pm1x_evt[400,0]

(XEN) ACPI: 32/64X FACS address mismatch in FADT -
73e82000/0000000000000000, using 32

(XEN) ACPI:             wakeup_vec[73e8200c], vec_size[20]

(XEN) ACPI: Local APIC address 0xfee00000

(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)

(XEN) Processor #0 7:7 APIC version 20

(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)

(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)

(XEN) Processor #4 7:7 APIC version 20

(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x06] disabled)

(XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])

(XEN) ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])

(XEN) ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])

(XEN) ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])

(XEN) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])

(XEN) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-86

(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)

(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)

(XEN) ACPI: IRQ0 used by override.

(XEN) ACPI: IRQ2 used by override.

(XEN) ACPI: IRQ9 used by override.

(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs

(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed00000

(XEN) ERST table was not found

(XEN) Using ACPI (MADT) for SMP configuration information

(XEN) SMP: Allowing 4 CPUs (2 hotplug CPUs)

(XEN) mapped APIC to ffff82cfffdfb000 (fee00000)

(XEN) mapped IOAPIC to ffff82cfffdfa000 (fec00000)

(XEN) IRQ limits: 87 GSI, 609 MSI/MSI-X

(XEN) Using scheduler: SMP Credit Scheduler (credit)

(XEN) Detected 1333.353 MHz processor.

(XEN) EFI memory map:

(XEN)  0000000000000-000000008efff type=7 attr=000000000000000f

(XEN)  000000008f000-000000008ffff type=10 attr=000000000000000f

(XEN)  0000000090000-000000009afff type=7 attr=000000000000000f

(XEN)  000000009b000-000000009dfff type=2 attr=000000000000000f

(XEN)  000000009e000-000000009ffff type=0 attr=000000000000000f

(XEN)  0000000100000-000001fffffff type=7 attr=000000000000000f

(XEN)  0000020000000-00000200fffff type=0 attr=000000000000000f

(XEN)  0000020100000-0000070ffffff type=7 attr=000000000000000f

(XEN)  0000071000000-000007101ffff type=4 attr=000000000000000f

(XEN)  0000071020000-0000072618fff type=7 attr=000000000000000f

(XEN)  0000072619000-0000073df6fff type=2 attr=000000000000000f

(XEN)  0000073df7000-0000073df7fff type=7 attr=000000000000000f

(XEN)  0000073df8000-0000073df8fff type=9 attr=000000000000000f

(XEN)  0000073df9000-0000073dfafff type=0 attr=000000000000000f

(XEN)  0000073dfb000-0000073dfbfff type=9 attr=000000000000000f

(XEN)  0000073dfc000-0000073e01fff type=0 attr=000000000000000f

(XEN)  0000073e02000-0000073e02fff type=9 attr=000000000000000f

(XEN)  0000073e03000-0000073e5cfff type=0 attr=000000000000000f

(XEN)  0000073e5d000-0000073e70fff type=10 attr=000000000000000f

(XEN)  0000073e71000-0000073e81fff type=9 attr=000000000000000f

(XEN)  0000073e82000-0000073e82fff type=10 attr=000000000000000f

(XEN)  0000073e83000-0000073e83fff type=9 attr=000000000000000f

(XEN)  0000073e84000-0000073ed4fff type=10 attr=000000000000000f

(XEN)  0000073ed5000-0000073ed6fff type=0 attr=000000000000000f

(XEN)  0000073ed7000-0000073ee3fff type=10 attr=000000000000000f

(XEN)  0000073ee4000-0000073ee5fff type=0 attr=000000000000000f

(XEN)  0000073ee6000-0000073ee6fff type=10 attr=000000000000000f

(XEN)  0000073ee7000-0000073eeafff type=0 attr=000000000000000f

(XEN)  0000073eeb000-0000073eecfff type=6 attr=800000000000000f

(XEN)  0000073eed000-0000073eedfff type=10 attr=000000000000000f

(XEN)  0000073eee000-0000073eeffff type=9 attr=000000000000000f

(XEN)  0000073ef0000-0000073ef1fff type=10 attr=000000000000000f

(XEN)  0000073ef2000-0000077d6afff type=7 attr=000000000000000f

(XEN)  0000077d6b000-0000078f6afff type=1 attr=000000000000000f

(XEN)  0000078f6b000-0000079158fff type=7 attr=000000000000000f

(XEN)  0000079159000-00000791a5fff type=4 attr=000000000000000f

(XEN)  00000791a6000-00000791b0fff type=7 attr=000000000000000f

(XEN)  00000791b1000-00000791b1fff type=2 attr=000000000000000f

(XEN)  00000791b2000-00000791b3fff type=4 attr=000000000000000f

(XEN)  00000791b4000-00000791b5fff type=2 attr=000000000000000f

(XEN)  00000791b6000-00000791bffff type=4 attr=000000000000000f

(XEN)  00000791c0000-00000791c0fff type=2 attr=000000000000000f

(XEN)  00000791c1000-00000791d7fff type=4 attr=000000000000000f

(XEN)  00000791d8000-00000791f1fff type=2 attr=000000000000000f

(XEN)  00000791f2000-00000792affff type=4 attr=000000000000000f

(XEN)  00000792b0000-000007936cfff type=1 attr=000000000000000f

(XEN)  000007936d000-0000079adcfff type=4 attr=000000000000000f

(XEN)  0000079add000-0000079addfff type=2 attr=000000000000000f

(XEN)  0000079ade000-0000079b49fff type=4 attr=000000000000000f

(XEN)  0000079b4a000-0000079b4afff type=6 attr=800000000000000f

(XEN)  0000079b4b000-0000079b77fff type=3 attr=000000000000000f

(XEN)  0000079b78000-0000079b7cfff type=4 attr=000000000000000f

(XEN)  0000079b7d000-0000079b84fff type=3 attr=000000000000000f

(XEN)  0000079b85000-0000079b85fff type=4 attr=000000000000000f

(XEN)  0000079b86000-0000079b98fff type=3 attr=000000000000000f

(XEN)  0000079b99000-0000079b9afff type=4 attr=000000000000000f

(XEN)  0000079b9b000-0000079b9efff type=3 attr=000000000000000f

(XEN)  0000079b9f000-0000079b9ffff type=4 attr=000000000000000f

(XEN)  0000079ba0000-0000079bcffff type=3 attr=000000000000000f

(XEN)  0000079bd0000-0000079bd4fff type=4 attr=000000000000000f

(XEN)  0000079bd5000-0000079beffff type=3 attr=000000000000000f

(XEN)  0000079bf0000-0000079bf4fff type=4 attr=000000000000000f

(XEN)  0000079bf5000-0000079bf6fff type=3 attr=000000000000000f

(XEN)  0000079bf7000-0000079bfbfff type=4 attr=000000000000000f

(XEN)  0000079bfc000-0000079c01fff type=3 attr=000000000000000f

(XEN)  0000079c02000-0000079c02fff type=4 attr=000000000000000f

(XEN)  0000079c03000-0000079c0ffff type=3 attr=000000000000000f

(XEN)  0000079c10000-0000079c11fff type=4 attr=000000000000000f

(XEN)  0000079c12000-0000079c13fff type=3 attr=000000000000000f

(XEN)  0000079c14000-0000079c14fff type=4 attr=000000000000000f

(XEN)  0000079c15000-0000079c1afff type=3 attr=000000000000000f

(XEN)  0000079c1b000-0000079c1cfff type=4 attr=000000000000000f

(XEN)  0000079c1d000-0000079c1ffff type=3 attr=000000000000000f

(XEN)  0000079c20000-0000079c21fff type=4 attr=000000000000000f

(XEN)  0000079c22000-0000079c38fff type=3 attr=000000000000000f

(XEN)  0000079c39000-0000079c3cfff type=4 attr=000000000000000f

(XEN)  0000079c3d000-0000079c3ffff type=3 attr=000000000000000f

(XEN)  0000079c40000-0000079c40fff type=4 attr=000000000000000f

(XEN)  0000079c41000-0000079c5bfff type=3 attr=000000000000000f

(XEN)  0000079c5c000-0000079c5efff type=10 attr=000000000000000f

(XEN)  0000079c5f000-0000079c74fff type=3 attr=000000000000000f

(XEN)  0000079c75000-0000079c75fff type=4 attr=000000000000000f

(XEN)  0000079c76000-0000079c7bfff type=3 attr=000000000000000f

(XEN)  0000079c7c000-0000079c7dfff type=4 attr=000000000000000f

(XEN)  0000079c7e000-0000079c81fff type=3 attr=000000000000000f

(XEN)  0000079c82000-0000079c87fff type=4 attr=000000000000000f

(XEN)  0000079c88000-0000079c88fff type=3 attr=000000000000000f

(XEN)  0000079c89000-0000079c9dfff type=4 attr=000000000000000f

(XEN)  0000079c9e000-0000079c9ffff type=0 attr=000000000000000f

(XEN)  0000079ca0000-0000079ca2fff type=4 attr=000000000000000f

(XEN)  0000079ca3000-0000079ca4fff type=0 attr=000000000000000f

(XEN)  0000079ca5000-0000079cbefff type=4 attr=000000000000000f

(XEN)  0000079cbf000-0000079cc4fff type=3 attr=000000000000000f

(XEN)  0000079cc5000-0000079cc5fff type=4 attr=000000000000000f

(XEN)  0000079cc6000-0000079cc6fff type=5 attr=800000000000000f

(XEN)  0000079cc7000-0000079cc7fff type=0 attr=000000000000000f

(XEN)  0000079cc8000-0000079cc8fff type=10 attr=000000000000000f

(XEN)  0000079cc9000-0000079ccdfff type=3 attr=000000000000000f

(XEN)  0000079cce000-0000079ccefff type=4 attr=000000000000000f

(XEN)  0000079ccf000-0000079cd0fff type=3 attr=000000000000000f

(XEN)  0000079cd1000-0000079cd4fff type=4 attr=000000000000000f

(XEN)  0000079cd5000-0000079cd5fff type=3 attr=000000000000000f

(XEN)  0000079cd6000-0000079d89fff type=4 attr=000000000000000f

(XEN)  0000079d8a000-0000079d8cfff type=3 attr=000000000000000f

(XEN)  0000079d8d000-0000079d91fff type=4 attr=000000000000000f

(XEN)  0000079d92000-0000079d92fff type=10 attr=000000000000000f

(XEN)  0000079d93000-0000079d93fff type=4 attr=000000000000000f

(XEN)  0000079d94000-0000079d94fff type=10 attr=000000000000000f

(XEN)  0000079d95000-0000079da4fff type=4 attr=000000000000000f

(XEN)  0000079da5000-0000079daffff type=3 attr=000000000000000f

(XEN)  0000079db0000-0000079db0fff type=4 attr=000000000000000f

(XEN)  0000079db1000-0000079db3fff type=3 attr=000000000000000f

(XEN)  0000079db4000-0000079db4fff type=4 attr=000000000000000f

(XEN)  0000079db5000-0000079db8fff type=3 attr=000000000000000f

(XEN)  0000079db9000-0000079db9fff type=4 attr=000000000000000f

(XEN)  0000079dba000-0000079dbbfff type=3 attr=000000000000000f

(XEN)  0000079dbc000-0000079dbcfff type=4 attr=000000000000000f

(XEN)  0000079dbd000-0000079dbdfff type=3 attr=000000000000000f

(XEN)  0000079dbe000-0000079dc3fff type=4 attr=000000000000000f

(XEN)  0000079dc4000-0000079dc4fff type=3 attr=000000000000000f

(XEN)  0000079dc5000-0000079dc5fff type=6 attr=800000000000000f

(XEN)  0000079dc6000-0000079dc7fff type=5 attr=800000000000000f

(XEN)  0000079dc8000-0000079dc8fff type=4 attr=000000000000000f

(XEN)  0000079dc9000-0000079dc9fff type=5 attr=800000000000000f

(XEN)  0000079dca000-0000079dcbfff type=4 attr=000000000000000f

(XEN)  0000079dcc000-0000079dccfff type=5 attr=800000000000000f

(XEN)  0000079dcd000-0000079dcefff type=4 attr=000000000000000f

(XEN)  0000079dcf000-0000079ddcfff type=3 attr=000000000000000f

(XEN)  0000079ddd000-0000079dddfff type=4 attr=000000000000000f

(XEN)  0000079dde000-0000079de2fff type=3 attr=000000000000000f

(XEN)  0000079de3000-0000079e05fff type=6 attr=800000000000000f

(XEN)  0000079e06000-0000079e12fff type=4 attr=000000000000000f

(XEN)  0000079e13000-0000079e13fff type=5 attr=800000000000000f

(XEN)  0000079e14000-0000079e19fff type=4 attr=000000000000000f

(XEN)  0000079e1a000-0000079e1bfff type=5 attr=800000000000000f

(XEN)  0000079e1c000-0000079e47fff type=4 attr=000000000000000f

(XEN)  0000079e48000-0000079e54fff type=3 attr=000000000000000f

(XEN)  0000079e55000-0000079e60fff type=4 attr=000000000000000f

(XEN)  0000079e61000-0000079e61fff type=6 attr=800000000000000f

(XEN)  0000079e62000-0000079e64fff type=5 attr=800000000000000f

(XEN)  0000079e65000-0000079e69fff type=4 attr=000000000000000f

(XEN)  0000079e6a000-0000079e6afff type=3 attr=000000000000000f

(XEN)  0000079e6b000-0000079e70fff type=4 attr=000000000000000f

(XEN)  0000079e71000-0000079e8bfff type=3 attr=000000000000000f

(XEN)  0000079e8c000-0000079e8cfff type=4 attr=000000000000000f

(XEN)  0000079e8d000-0000079e8dfff type=5 attr=800000000000000f

(XEN)  0000079e8e000-0000079e8efff type=4 attr=000000000000000f

(XEN)  0000079e8f000-0000079e9efff type=3 attr=000000000000000f

(XEN)  0000079e9f000-0000079ea0fff type=4 attr=000000000000000f

(XEN)  0000079ea1000-0000079ea2fff type=3 attr=000000000000000f

(XEN)  0000079ea3000-0000079ea5fff type=4 attr=000000000000000f

(XEN)  0000079ea6000-0000079ea7fff type=3 attr=000000000000000f

(XEN)  0000079ea8000-0000079eaafff type=5 attr=800000000000000f

(XEN)  0000079eab000-0000079eadfff type=4 attr=000000000000000f

(XEN)  0000079eae000-0000079eb0fff type=3 attr=000000000000000f

(XEN)  0000079eb1000-0000079eb2fff type=4 attr=000000000000000f

(XEN)  0000079eb3000-0000079edafff type=3 attr=000000000000000f

(XEN)  0000079edb000-0000079edcfff type=4 attr=000000000000000f

(XEN)  0000079edd000-0000079ef3fff type=3 attr=000000000000000f

(XEN)  0000079ef4000-0000079ef6fff type=4 attr=000000000000000f

(XEN)  0000079ef7000-0000079efdfff type=3 attr=000000000000000f

(XEN)  0000079efe000-0000079efffff type=4 attr=000000000000000f

(XEN)  0000079f00000-0000079f00fff type=6 attr=800000000000000f

(XEN)  0000079f01000-0000079f01fff type=4 attr=000000000000000f

(XEN)  0000079f02000-0000079f04fff type=5 attr=800000000000000f

(XEN)  0000079f05000-0000079f05fff type=4 attr=000000000000000f

(XEN)  0000079f06000-0000079f06fff type=5 attr=800000000000000f

(XEN)  0000079f07000-0000079f07fff type=3 attr=000000000000000f

(XEN)  0000079f08000-0000079f08fff type=5 attr=800000000000000f

(XEN)  0000079f09000-0000079f72fff type=3 attr=000000000000000f

(XEN)  0000079f73000-0000079f7ffff type=4 attr=000000000000000f

(XEN)  0000079f80000-0000079f89fff type=3 attr=000000000000000f

(XEN)  0000079f8a000-0000079fb7fff type=4 attr=000000000000000f

(XEN)  0000079fb8000-0000079fb8fff type=3 attr=000000000000000f

(XEN)  0000079fb9000-0000079fb9fff type=4 attr=000000000000000f

(XEN)  0000079fba000-0000079fbbfff type=5 attr=800000000000000f

(XEN)  0000079fbc000-0000079fbcfff type=3 attr=000000000000000f

(XEN)  0000079fbd000-0000079fdcfff type=4 attr=000000000000000f

(XEN)  0000079fdd000-0000079fddfff type=5 attr=800000000000000f

(XEN)  0000079fde000-0000079fdefff type=4 attr=000000000000000f

(XEN)  0000079fdf000-0000079fe1fff type=3 attr=000000000000000f

(XEN)  0000079fe2000-0000079ff8fff type=4 attr=000000000000000f

(XEN)  0000079ff9000-0000079ff9fff type=6 attr=800000000000000f

(XEN)  0000079ffa000-0000079ffbfff type=5 attr=800000000000000f

(XEN)  0000079ffc000-000007a408fff type=4 attr=000000000000000f

(XEN)  000007a409000-000007a40bfff type=3 attr=000000000000000f

(XEN)  000007a40c000-000007a61dfff type=4 attr=000000000000000f

(XEN)  000007a61e000-000007a61efff type=6 attr=800000000000000f

(XEN)  000007a61f000-000007a621fff type=4 attr=000000000000000f

(XEN)  000007a622000-000007a622fff type=6 attr=800000000000000f

(XEN)  000007a623000-000007affffff type=4 attr=000000000000000f

(XEN)  00000e00f8000-00000e00f8fff type=11 attr=8000000000000001

(XEN)  00000fed01000-00000fed01fff type=11 attr=8000000000000001

(XEN) Initing memory sharing.

(XEN) mce_intel.c:717: MCA Capability: BCAST 1 SER 0 CMCI 0 firstbank 0
extended MCE MSR 0

(XEN) Intel machine check reporting enabled

(XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - 3f

(XEN) PCI: Not using MCFG for segment 0000 bus 00-3f

(XEN) I/O virtualisation disabled

(XEN) Getting VERSION: 50014

(XEN) Getting VERSION: 50014

(XEN) Getting ID: 0

(XEN) Getting LVT0: 700

(XEN) Getting LVT1: 10000

(XEN) enabled ExtINT on CPU#0

(XEN) ENABLING IO-APIC IRQs

(XEN)  -> Using new ACK method

(XEN) init IO_APIC IRQs

(XEN)  IO-APIC (apicid-pin) 2-0, 2-16, 2-17, 2-18, 2-19, 2-20, 2-21, 2-22,
2-23, 2-24, 2-25, 2-26, 2-27, 2-28, 2-29, 2-30, 2-31, 2-32, 2-33, 2-34,
2-35, 2-36, 2-37, 2-38, 2-39, 2-40, 2-41, 2-42, 2-43, 2-44, 2-45, 2-46,
2-47, 2-48, 2-49, 2-50, 2-51, 2-52, 2-53, 2-54, 2-55, 2-56, 2-57, 2-58,
2-59, 2-60, 2-61, 2-62, 2-63, 2-64, 2-65, 2-66, 2-67, 2-68, 2-69, 2-70,
2-71, 2-72, 2-73, 2-74, 2-75, 2-76, 2-77, 2-78, 2-79, 2-80, 2-81, 2-82,
2-83, 2-84, 2-85, 2-86 not connected.        (XEN) ..TIMER: vector=0xF0
apic1=0 pin1=2 apic2=-1 pin2=-1

(XEN) number of MP IRQ sources: 15.

(XEN) number of IO-APIC #2 registers: 87.

(XEN) testing the IO APIC.......................

(XEN) IO APIC #2......

(XEN) .... register #00: 01000000

(XEN) .......    : physical APIC id: 01

(XEN) .......    : Delivery Type: 0

(XEN) .......    : LTS          : 0

(XEN) .... register #01: 00560020

(XEN) .......     : max redirection entries: 0056

(XEN) .......     : PRQ implemented: 0

(XEN) .......     : IO APIC version: 0020

(XEN) .... IRQ redirection table:

(XEN)  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:

(XEN)  00 000 00  1    0    0   0   0    0    0    00

(XEN)  01 001 01  0    0    0   0   0    1    1    28

(XEN)  02 001 01  0    0    0   0   0    1    1    F0

(XEN)  03 001 01  0    0    0   0   0    1    1    30

(XEN)  04 001 01  0    0    0   0   0    1    1    F1

(XEN)  05 001 01  0    0    0   0   0    1    1    38

(XEN)  06 001 01  0    0    0   0   0    1    1    40

(XEN)  07 001 01  0    0    0   0   0    1    1    48

(XEN)  08 001 01  0    0    0   0   0    1    1    50

(XEN)  09 001 01  1    1    0   0   0    1    1    58

(XEN)  0a 001 01  0    0    0   0   0    1    1    60

(XEN)  0b 001 01  0    0    0   0   0    1    1    68

(XEN)  0c 001 01  0    0    0   0   0    1    1    70

(XEN)  0d 001 01  0    0    0   0   0    1    1    78

(XEN)  0e 001 01  0    0    0   0   0    1    1    88

(XEN)  0f 001 01  0    0    0   0   0    1    1    90

(XEN)  10 000 00  1    0    0   0   0    0    0    00

(XEN)  11 000 00  1    0    0   0   0    0    0    00

(XEN)  12 000 00  1    0    0   0   0    0    0    00

(XEN)  13 000 00  1    0    0   0   0    0    0    00

(XEN)  14 000 00  1    0    0   0   0    0    0    00

(XEN)  15 000 00  1    0    0   0   0    0    0    00

(XEN)  16 000 00  1    0    0   0   0    0    0    00

(XEN)  17 000 00  1    0    0   0   0    0    0    00

(XEN)  18 000 00  1    0    0   0   0    0    0    00

(XEN)  19 000 00  1    0    0   0   0    0    0    00

(XEN)  1a 000 00  1    0    0   0   0    0    0    00

(XEN)  1b 000 00  1    0    0   0   0    0    0    00

(XEN)  1c 060 00  1    0    0   0   0    0    2    30

(XEN)  1d 000 00  1    0    0   0   0    0    0    00

(XEN)  1e 080 00  1    0    0   0   0    0    2    49

(XEN)  1f 000 00  1    0    0   0   0    0    0    00

(XEN)  20 0F4 04  1    0    0   0   0    0    2    90

(XEN)  21 000 00  1    0    0   0   0    0    0    00

(XEN)  22 000 00  1    0    0   0   0    0    0    00

(XEN)  23 000 00  1    0    0   0   0    0    0    00

(XEN)  24 000 00  1    0    0   0   0    0    0    00

(XEN)  25 000 00  1    0    0   0   0    0    0    00

(XEN)  26 000 00  1    0    0   0   0    0    0    00

(XEN)  27 000 00  1    0    0   0   0    0    0    00

(XEN)  28 000 00  1    0    0   0   0    0    0    00

(XEN)  29 000 00  1    0    0   0   0    0    0    00

(XEN)  2a 000 00  1    0    0   0   0    0    0    00

(XEN)  2b 000 00  1    0    0   0   0    0    2    00

(XEN)  2c 000 00  1    0    0   0   0    0    0    00

(XEN)  2d 000 00  1    0    0   0   0    0    0    00

(XEN)  2e 000 00  1    0    0   0   0    0    0    00

(XEN)  2f 000 00  1    0    0   0   0    0    0    00

(XEN)  30 000 00  1    0    0   0   0    0    0    00

(XEN)  31 000 00  1    0    0   0   0    0    0    00

(XEN)  32 000 00  1    0    0   0   0    0    0    00

(XEN)  33 000 00  1    0    0   0   0    0    0    00

(XEN)  34 000 00  1    0    0   0   0    0    2    10

(XEN)  35 000 00  1    0    0   0   0    0    0    00

(XEN)  36 000 00  1    0    0   0   0    0    0    00

(XEN)  37 000 00  1    0    0   0   0    0    0    00

(XEN)  38 074 04  1    0    0   0   0    0    2    02

(XEN)  39 000 00  1    0    0   0   0    0    0    00

(XEN)  3a 000 00  1    0    0   0   0    0    0    00

(XEN)  3b 000 00  1    0    0   0   0    0    0    00

(XEN)  3c 000 00  1    0    0   0   0    0    0    00

(XEN)  3d 000 00  1    0    0   0   0    0    0    00

(XEN)  3e 000 00  1    0    0   0   0    0    0    00

(XEN)  3f 000 00  1    0    0   0   0    0    0    00

(XEN)  40 000 00  1    0    0   0   0    0    0    00

(XEN)  41 000 00  1    0    0   0   0    0    0    00

(XEN)  42 000 00  1    0    0   0   0    0    0    00

(XEN)  43 000 00  1    0    0   0   0    0    0    00

(XEN)  44 000 00  1    0    0   0   0    0    0    00

(XEN)  45 000 00  1    0    0   0   0    0    0    00

(XEN)  46 000 00  1    0    0   0   0    0    0    00

(XEN)  47 000 00  1    0    0   0   0    0    0    00

(XEN)  48 000 00  1    0    0   0   0    0    0    00

(XEN)  49 000 00  1    0    0   0   0    0    0    00

(XEN)  4a 000 00  1    0    0   0   0    0    0    00

(XEN)  4b 000 00  1    0    0   0   0    0    0    00

(XEN)  4c 000 00  1    0    0   0   0    0    0    00

(XEN)  4d 000 00  1    0    0   0   0    0    0    00

(XEN)  4e 000 00  1    0    0   0   0    0    0    00

(XEN)  4f 000 00  1    0    0   0   0    0    0    00

(XEN)  50 000 00  1    0    0   0   0    0    0    00

(XEN)  51 000 00  1    0    0   0   0    0    0    00

(XEN)  52 000 00  1    0    0   0   0    0    0    00

(XEN)  53 000 00  1    0    0   0   0    0    0    00

(XEN)  54 000 00  1    0    0   0   0    0    0    00

(XEN)  55 000 00  1    0    0   0   0    0    0    00

(XEN)  56 000 00  1    0    0   0   0    0    0    00

(XEN) Using vector-based indexing

(XEN) IRQ to pin mappings:

(XEN) IRQ240 -> 0:2

(XEN) IRQ40 -> 0:1

(XEN) IRQ48 -> 0:3

(XEN) IRQ241 -> 0:4

(XEN) IRQ56 -> 0:5

(XEN) IRQ64 -> 0:6

(XEN) IRQ72 -> 0:7

(XEN) IRQ80 -> 0:8

(XEN) IRQ88 -> 0:9

(XEN) IRQ96 -> 0:10

(XEN) IRQ104 -> 0:11

(XEN) IRQ112 -> 0:12

(XEN) IRQ120 -> 0:13

(XEN) IRQ136 -> 0:14

(XEN) IRQ144 -> 0:15

(XEN) .................................... done.

(XEN) Using local APIC timer interrupts.

(XEN) calibrating APIC timer ...

(XEN) ..... CPU clock speed is 1333.3760 MHz.

(XEN) ..... host bus clock speed is 133.3375 MHz.

(XEN) ..... bus_scale = 0x888d

(XEN) TSC deadline timer enabled

(XEN) Platform timer is 14.318MHz HPET

(XEN) Allocated console ring of 16 KiB.

(XEN) mwait-idle: does not run on family 6 model 55

(XEN) VMX: Supported advanced features:

(XEN)  - APIC MMIO access virtualisation

(XEN)  - APIC TPR shadow

(XEN)  - Extended Page Tables (EPT)

(XEN)  - Virtual-Processor Identifiers (VPID)

(XEN)  - Virtual NMI

(XEN)  - MSR direct-access bitmap

(XEN)  - Unrestricted Guest

(XEN) HVM: ASIDs enabled.

(XEN) HVM: VMX enabled

(XEN) HVM: Hardware Assisted Paging (HAP) detected

(XEN) HVM: HAP page sizes: 4kB, 2MB

(XEN) masked ExtINT on CPU#1

(XEN) Brought up 2 CPUs

(XEN) ACPI sleep modes: S3

(XEN) mcheck_poll: Machine check polling timer started.

(XEN) *** LOADING DOMAIN 0 ***

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

<div dir=3D"ltr">I am trying to run Xen 4.4 on a MinnowBoard MAX which can =
only do EFI booting. I have a compiled xen-4.4 EFI loader in /boot/efi, usi=
ng this configuration in xen.cfg:<div><br></div><div>







<p class=3D""><span class=3D"">[global]</span></p>
<p class=3D""><span class=3D"">default=3Dbase-xen</span></p>
<p class=3D""><span class=3D"">[base-xen]</span></p>
<p class=3D""><span class=3D"">options=3Dconsole=3Dvga,com1 com1=3D115200 l=
oglvl=3Dall apic_verbosity=3Ddebug iommu=3Ddebug dom0_mem=3D256M,max:256M d=
om0pvh=3Dtrue</span></p>
<p class=3D""><span class=3D"">kernel=3Dkgen318 console=3Dhvc0 earlyprintk=
=3Dxen nomodeset initcall_debug debug loglevel=3D10 console=3DttyS0,115200n=
8</span></p>
<p class=3D""><span class=3D"">ramdisk=3Drgen318</span></p><div>kgen318 =C2=
=A0is an Ubuntu Linux 3.18RC7 compiled with CONFIG_XEN_EFI=3Dy</div><div><b=
r></div><div>The same kgen318 kernel boots on the board natively without is=
sue.=C2=A0</div><div><br></div><div>When booted under xen, the process hang=
s at LOADING DOMAIN 0.=C2=A0</div><div><br></div><div>Any ideas? I tried Xe=
n 4.5RC3 and it actually hangs a lot earlier, crashing somewhere in the EFI=
 RAM map enumeration (<a href=3D"http://pastebin.com/mfdKXfNt">http://paste=
bin.com/mfdKXfNt</a>)</div><div><br></div><div>Anyway, here is the log from=
 the (somewhat) more successful 4.4. boot attempt:</div><div>







<p class=3D""><span class=3D"">EFI Shell version 2.40 [1.0]</span></p>
<p class=3D""><span class=3D"">Current running mode 1.1.2</span></p>
<p class=3D""><span class=3D"">Device mapping table</span></p>
<p class=3D""><span class=3D"">=C2=A0 </span><span class=3D"">fs0 =C2=A0 =
=C2=A0</span><span class=3D""> :Removable HardDisk - Alias </span><span cla=
ss=3D"">hd15a0b blk0=C2=A0</span></p>
<p class=3D""><span class=3D"">=C2=A0=C2=A0</span><span class=3D""> =C2=A0 =
=C2=A0 =C2=A0 </span><span class=3D"">=C2=A0 PciRoot(0x0)/Pci(0x14,0x0)/USB=
(0x0,0x0)/HD(1,GPT,B29DDD80-B8B5-4B82-822E-69EB9583876B,0x800,0x100000)</sp=
an></p>
<p class=3D""><span class=3D"">=C2=A0 </span><span class=3D"">blk0=C2=A0 =
=C2=A0</span><span class=3D""> :Removable HardDisk - Alias </span><span cla=
ss=3D"">hd15a0b fs0=C2=A0</span></p>
<p class=3D""><span class=3D"">=C2=A0=C2=A0</span><span class=3D""> =C2=A0 =
=C2=A0 =C2=A0 </span><span class=3D"">=C2=A0 PciRoot(0x0)/Pci(0x14,0x0)/USB=
(0x0,0x0)/HD(1,GPT,B29DDD80-B8B5-4B82-822E-69EB9583876B,0x800,0x100000)</sp=
an></p>
<p class=3D""><span class=3D"">=C2=A0 </span><span class=3D"">blk1=C2=A0 =
=C2=A0</span><span class=3D""> :Removable HardDisk - Alias </span><span cla=
ss=3D"">(null)</span></p>
<p class=3D""><span class=3D"">=C2=A0=C2=A0</span><span class=3D""> =C2=A0 =
=C2=A0 =C2=A0 </span><span class=3D"">=C2=A0 PciRoot(0x0)/Pci(0x14,0x0)/USB=
(0x0,0x0)/HD(2,GPT,DC98A3CD-E84B-45E5-829F-BE9941C9FBAB,0x100800,0x57073000=
)</span></p>
<p class=3D""><span class=3D"">=C2=A0 </span><span class=3D"">blk2=C2=A0 =
=C2=A0</span><span class=3D""> :Removable HardDisk - Alias </span><span cla=
ss=3D"">(null)</span></p>
<p class=3D""><span class=3D"">=C2=A0=C2=A0</span><span class=3D""> =C2=A0 =
=C2=A0 =C2=A0 </span><span class=3D"">=C2=A0 PciRoot(0x0)/Pci(0x14,0x0)/USB=
(0x0,0x0)/HD(3,GPT,06B7E4F5-EB31-4532-A983-799F5B5B9272,0x57173800,0x3D2800=
)</span></p>
<p class=3D""><span class=3D"">=C2=A0 </span><span class=3D"">blk3=C2=A0 =
=C2=A0</span><span class=3D""> :Removable BlockDevice - Alias </span><span =
class=3D"">(null)</span></p>
<p class=3D""><span class=3D"">=C2=A0=C2=A0</span><span class=3D""> =C2=A0 =
=C2=A0 =C2=A0 </span><span class=3D"">=C2=A0 PciRoot(0x0)/Pci(0x14,0x0)/USB=
(0x0,0x0)</span></p>
<p class=3D""><span class=3D""></span><br></p>
<p class=3D""><span class=3D"">Press ESC in 5 seconds to skip </span><span =
class=3D"">startup.nsh</span><span class=3D"">, any other key to continue.=
=C2=A0</span></p>
<p class=3D""><span class=3D""></span><br></p>
<p class=3D""><span class=3D""></span><br></p>
<p class=3D""><span class=3D""></span><br></p>
<p class=3D""><span class=3D""></span><br></p>
<p class=3D""><span class=3D"">Shell&gt; fs0:</span></p>
<p class=3D""><span class=3D"">fs0:\&gt; xen-4.4.0.efi -basevideo</span></p=
>
<p class=3D""><span class=3D"">Xen 4.4.0 (c/s ) EFI loader =C2=A0 2,250,678=
=C2=A0 </span><span class=3D"">xen-4.5.0-rc.efi</span></p>
<p class=3D""><span class=3D"">Using configuration file &#39;xen.cfg&#39;</=
span></p>
<p class=3D""><span class=3D"">kgen318: 0x00000000737be000-0x0000000073df67=
f018</span></p>
<p class=3D""><span class=3D"">rgen318: 0x0000000072619000-0x00000000737bd8=
95g</span></p>
<p class=3D""><span class=3D"">(XEN) Xen version 4.4.0 (<a href=3D"mailto:d=
sd@t.org">dsd@t.org</a>) (gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2) debug=3Dn Wed=
 Dec=C2=A0 3 13:55:23 CST 2014</span></p>
<p class=3D""><span class=3D"">(XEN) Latest ChangeSet: 590,507 bytes</span>=
</p>
<p class=3D""><span class=3D"">(XEN) Bootloader: EFI</span></p>
<p class=3D""><span class=3D"">(XEN) Command line: console=3Dvga,com1 com1=
=3D115200 loglvl=3Dall apic_verbosity=3Ddebug iommu=3Ddebug dom0_mem=3D256M=
,max:256M=C2=A0</span></p>
<p class=3D""><span class=3D"">(XEN) Video information:</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 VGA is graphics mode 800x600, 32=
 bpp</span></p>
<p class=3D""><span class=3D"">(XEN) Disc information:</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 Found 0 MBR signatures</span></p=
>
<p class=3D""><span class=3D"">(XEN)=C2=A0 Found 1 EDD information structur=
es</span></p>
<p class=3D""><span class=3D"">(XEN) EFI RAM map:</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000000000000 - 000000000008f=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000000000008f000 - 0000000000090=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000000090000 - 000000000009e=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000000000009e000 - 00000000000a0=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000000100000 - 0000000020000=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000020000000 - 0000000020100=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000020100000 - 0000000073df8=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073df8000 - 0000000073df9=
000 (ACPI data)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073df9000 - 0000000073dfb=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073dfb000 - 0000000073dfc=
000 (ACPI data)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073dfc000 - 0000000073e02=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073e02000 - 0000000073e03=
000 (ACPI data)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073e03000 - 0000000073e5d=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073e5d000 - 0000000073e71=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073e71000 - 0000000073e82=
000 (ACPI data)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073e82000 - 0000000073e83=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073e83000 - 0000000073e84=
000 (ACPI data)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073e84000 - 0000000073ed5=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073ed5000 - 0000000073ed7=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073ed7000 - 0000000073ee4=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073ee4000 - 0000000073ee6=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073ee6000 - 0000000073ee7=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073ee7000 - 0000000073eed=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073eed000 - 0000000073eee=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073eee000 - 0000000073ef0=
000 (ACPI data)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073ef0000 - 0000000073ef2=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000073ef2000 - 0000000079b4a=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079b4a000 - 0000000079b4b=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079b4b000 - 0000000079c5c=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079c5c000 - 0000000079c5f=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079c5f000 - 0000000079c9e=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079c9e000 - 0000000079ca0=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079ca0000 - 0000000079ca3=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079ca3000 - 0000000079ca5=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079ca5000 - 0000000079cc6=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079cc6000 - 0000000079cc8=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079cc8000 - 0000000079cc9=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079cc9000 - 0000000079d92=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079d92000 - 0000000079d93=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079d93000 - 0000000079d94=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079d94000 - 0000000079d95=
000 (ACPI NVS)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079d95000 - 0000000079dc5=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079dc5000 - 0000000079dc8=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079dc8000 - 0000000079dc9=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079dc9000 - 0000000079dca=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079dca000 - 0000000079dcc=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079dcc000 - 0000000079dcd=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079dcd000 - 0000000079de3=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079de3000 - 0000000079e06=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079e06000 - 0000000079e13=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079e13000 - 0000000079e14=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079e14000 - 0000000079e1a=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079e1a000 - 0000000079e1c=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079e1c000 - 0000000079e61=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079e61000 - 0000000079e65=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079e65000 - 0000000079e8d=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079e8d000 - 0000000079e8e=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079e8e000 - 0000000079ea8=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079ea8000 - 0000000079eab=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079eab000 - 0000000079f00=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079f00000 - 0000000079f01=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079f01000 - 0000000079f02=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079f02000 - 0000000079f05=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079f05000 - 0000000079f06=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079f06000 - 0000000079f07=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079f07000 - 0000000079f08=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079f08000 - 0000000079f09=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079f09000 - 0000000079fba=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079fba000 - 0000000079fbc=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079fbc000 - 0000000079fdd=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079fdd000 - 0000000079fde=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079fde000 - 0000000079ff9=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079ff9000 - 0000000079ffc=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000079ffc000 - 000000007a61e=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000000007a61e000 - 000000007a61f=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000000007a61f000 - 000000007a622=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000000007a622000 - 000000007a623=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000000007a623000 - 000000007b000=
000 (usable)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000000e00f8000 - 00000000e00f9=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000000fed01000 - 00000000fed02=
000 (reserved)</span></p>
<p class=3D""><span class=3D"">(XEN) System RAM: 1965MB (2012500kB)</span><=
/p>
<p class=3D""><span class=3D"">(XEN) ACPI: RSDP 73EEF014, 0024 (r2 INTEL )<=
/span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: XSDT 73EEE0E8, 0084 (r1 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 3 =C2=A0 =C2=A0 =C2=A0 10=
00013)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: FACP 73E83000, 010C (r5 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 3 VLV2=C2=A0 100000D)</sp=
an></p>
<p class=3D""><span class=3D"">(XEN) ACPI: DSDT 73E74000, 9453 (r2 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 3 VLV2=C2=A0 100000D)</sp=
an></p>
<p class=3D""><span class=3D"">(XEN) ACPI: FACS 73E82000, 0040</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: UEFI 73E85000, 0042 (r1 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 2 =C2=A0 =C2=A0 =C2=A0 10=
00013)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: HPET 73E81000, 0038 (r1 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 3 VLV2=C2=A0 100000D)</sp=
an></p>
<p class=3D""><span class=3D"">(XEN) ACPI: LPIT 73E80000, 0104 (r1 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 3 VLV2=C2=A0 100000D)</sp=
an></p>
<p class=3D""><span class=3D"">(XEN) ACPI: APIC 73E7F000, 0084 (r3 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 3 VLV2=C2=A0 100000D)</sp=
an></p>
<p class=3D""><span class=3D"">(XEN) ACPI: MCFG 73E7E000, 003C (r1 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 3 VLV2=C2=A0 100000D)</sp=
an></p>
<p class=3D""><span class=3D"">(XEN) ACPI: SSDT 73E73000, 0763 (r1=C2=A0 Pm=
Ref=C2=A0 =C2=A0 CpuPm =C2=A0 =C2=A0 3000 INTL 20120518)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: SSDT 73E72000, 0261 (r1=C2=A0 Pm=
Ref=C2=A0 Cpu0Tst =C2=A0 =C2=A0 3000 INTL 20120518)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: SSDT 73E71000, 017A (r1=C2=A0 Pm=
Ref=C2=A0 =C2=A0 ApTst =C2=A0 =C2=A0 3000 INTL 20120518)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: CSRT 73E02000, 014C (r0 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 5 INTL 20120624)</span></=
p>
<p class=3D""><span class=3D"">(XEN) ACPI: SSDT 73DFB000, 03E6 (r1 Intel_ I=
sctTabl =C2=A0 =C2=A0 1000 INTL 20120518)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: FPDT 73DF8000, 0044 (r1 INTEL=C2=
=A0 EDK2=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 2 =C2=A0 =C2=A0 =C2=A0 10=
00013)</span></p>
<p class=3D""><span class=3D"">(XEN) No NUMA configuration found</span></p>
<p class=3D""><span class=3D"">(XEN) Faking a node at 0000000000000000-0000=
00007b000000</span></p>
<p class=3D""><span class=3D"">(XEN) Domain heap initialised</span></p>
<p class=3D""><span class=3D"">(XEN) vesafb: framebuffer at 0x80000000, map=
ped to 0xffff82c000201000, using 1920k, total 1920k</span></p>
<p class=3D""><span class=3D"">(XEN) vesafb: mode is 800x600x32, linelength=
=3D3200, font 8x8</span></p>
<p class=3D""><span class=3D"">(XEN) vesafb: Truecolor: size=3D8:8:8:8, shi=
ft=3D24:16:8:0</span></p>
<p class=3D""><span class=3D"">(XEN) SMBIOS 2.7 present.</span></p>
<p class=3D""><span class=3D"">(XEN) DMI 2.7 present.</span></p>
<p class=3D""><span class=3D"">(XEN) APIC boot state is &#39;xapic&#39;</sp=
an></p>
<p class=3D""><span class=3D"">(XEN) Using APIC driver default</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: PM-Timer IO Port: 0x408</span></=
p>
<p class=3D""><span class=3D"">(XEN) ACPI: v5 SLEEP INFO: control[1:0], sta=
tus[1:0]</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: SLEEP INFO: pm1x_cnt[404,0], pm1=
x_evt[400,0]</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: 32/64X FACS address mismatch in =
FADT - 73e82000/0000000000000000, using 32</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 wakeup_vec[73e8200c], vec_size[20]</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: Local APIC address 0xfee00000</s=
pan></p>
<p class=3D""><span class=3D"">(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x=
00] enabled)</span></p>
<p class=3D""><span class=3D"">(XEN) Processor #0 7:7 APIC version 20</span=
></p>
<p class=3D""><span class=3D"">(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x=
02] disabled)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x=
04] enabled)</span></p>
<p class=3D""><span class=3D"">(XEN) Processor #4 7:7 APIC version 20</span=
></p>
<p class=3D""><span class=3D"">(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x=
06] disabled)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high le=
vel lint[0x1])</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: LAPIC_NMI (acpi_id[0x02] high le=
vel lint[0x1])</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: LAPIC_NMI (acpi_id[0x03] high le=
vel lint[0x1])</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: LAPIC_NMI (acpi_id[0x04] high le=
vel lint[0x1])</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: IOAPIC (id[0x02] address[0xfec00=
000] gsi_base[0])</span></p>
<p class=3D""><span class=3D"">(XEN) IOAPIC[0]: apic_id 2, version 32, addr=
ess 0xfec00000, GSI 0-86</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 glo=
bal_irq 2 dfl dfl)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 glo=
bal_irq 9 high level)</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: IRQ0 used by override.</span></p=
>
<p class=3D""><span class=3D"">(XEN) ACPI: IRQ2 used by override.</span></p=
>
<p class=3D""><span class=3D"">(XEN) ACPI: IRQ9 used by override.</span></p=
>
<p class=3D""><span class=3D"">(XEN) Enabling APIC mode:=C2=A0 Flat.=C2=A0 =
Using 1 I/O APICs</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed0=
0000</span></p>
<p class=3D""><span class=3D"">(XEN) ERST table was not found</span></p>
<p class=3D""><span class=3D"">(XEN) Using ACPI (MADT) for SMP configuratio=
n information</span></p>
<p class=3D""><span class=3D"">(XEN) SMP: Allowing 4 CPUs (2 hotplug CPUs)<=
/span></p>
<p class=3D""><span class=3D"">(XEN) mapped APIC to ffff82cfffdfb000 (fee00=
000)</span></p>
<p class=3D""><span class=3D"">(XEN) mapped IOAPIC to ffff82cfffdfa000 (fec=
00000)</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ limits: 87 GSI, 609 MSI/MSI-X</spa=
n></p>
<p class=3D""><span class=3D"">(XEN) Using scheduler: SMP Credit Scheduler =
(credit)</span></p>
<p class=3D""><span class=3D"">(XEN) Detected 1333.353 MHz processor.</span=
></p>
<p class=3D""><span class=3D"">(XEN) EFI memory map:</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000000000-000000008efff type=
=3D7 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000000008f000-000000008ffff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000090000-000000009afff type=
=3D7 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000000009b000-000000009dfff type=
=3D2 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000000009e000-000000009ffff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000000100000-000001fffffff type=
=3D7 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000020000000-00000200fffff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000020100000-0000070ffffff type=
=3D7 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000071000000-000007101ffff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000071020000-0000072618fff type=
=3D7 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000072619000-0000073df6fff type=
=3D2 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073df7000-0000073df7fff type=
=3D7 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073df8000-0000073df8fff type=
=3D9 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073df9000-0000073dfafff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073dfb000-0000073dfbfff type=
=3D9 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073dfc000-0000073e01fff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073e02000-0000073e02fff type=
=3D9 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073e03000-0000073e5cfff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073e5d000-0000073e70fff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073e71000-0000073e81fff type=
=3D9 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073e82000-0000073e82fff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073e83000-0000073e83fff type=
=3D9 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073e84000-0000073ed4fff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073ed5000-0000073ed6fff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073ed7000-0000073ee3fff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073ee4000-0000073ee5fff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073ee6000-0000073ee6fff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073ee7000-0000073eeafff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073eeb000-0000073eecfff type=
=3D6 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073eed000-0000073eedfff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073eee000-0000073eeffff type=
=3D9 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073ef0000-0000073ef1fff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000073ef2000-0000077d6afff type=
=3D7 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000077d6b000-0000078f6afff type=
=3D1 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000078f6b000-0000079158fff type=
=3D7 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079159000-00000791a5fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000791a6000-00000791b0fff type=
=3D7 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000791b1000-00000791b1fff type=
=3D2 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000791b2000-00000791b3fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000791b4000-00000791b5fff type=
=3D2 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000791b6000-00000791bffff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000791c0000-00000791c0fff type=
=3D2 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000791c1000-00000791d7fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000791d8000-00000791f1fff type=
=3D2 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000791f2000-00000792affff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000792b0000-000007936cfff type=
=3D1 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000007936d000-0000079adcfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079add000-0000079addfff type=
=3D2 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ade000-0000079b49fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079b4a000-0000079b4afff type=
=3D6 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079b4b000-0000079b77fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079b78000-0000079b7cfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079b7d000-0000079b84fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079b85000-0000079b85fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079b86000-0000079b98fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079b99000-0000079b9afff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079b9b000-0000079b9efff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079b9f000-0000079b9ffff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ba0000-0000079bcffff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079bd0000-0000079bd4fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079bd5000-0000079beffff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079bf0000-0000079bf4fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079bf5000-0000079bf6fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079bf7000-0000079bfbfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079bfc000-0000079c01fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c02000-0000079c02fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c03000-0000079c0ffff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c10000-0000079c11fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c12000-0000079c13fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c14000-0000079c14fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c15000-0000079c1afff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c1b000-0000079c1cfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c1d000-0000079c1ffff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c20000-0000079c21fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c22000-0000079c38fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c39000-0000079c3cfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c3d000-0000079c3ffff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c40000-0000079c40fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c41000-0000079c5bfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c5c000-0000079c5efff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c5f000-0000079c74fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c75000-0000079c75fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c76000-0000079c7bfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c7c000-0000079c7dfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c7e000-0000079c81fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c82000-0000079c87fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c88000-0000079c88fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c89000-0000079c9dfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079c9e000-0000079c9ffff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ca0000-0000079ca2fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ca3000-0000079ca4fff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ca5000-0000079cbefff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cbf000-0000079cc4fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cc5000-0000079cc5fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cc6000-0000079cc6fff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cc7000-0000079cc7fff type=
=3D0 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cc8000-0000079cc8fff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cc9000-0000079ccdfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cce000-0000079ccefff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ccf000-0000079cd0fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cd1000-0000079cd4fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cd5000-0000079cd5fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079cd6000-0000079d89fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079d8a000-0000079d8cfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079d8d000-0000079d91fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079d92000-0000079d92fff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079d93000-0000079d93fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079d94000-0000079d94fff type=
=3D10 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079d95000-0000079da4fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079da5000-0000079daffff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079db0000-0000079db0fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079db1000-0000079db3fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079db4000-0000079db4fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079db5000-0000079db8fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079db9000-0000079db9fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dba000-0000079dbbfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dbc000-0000079dbcfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dbd000-0000079dbdfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dbe000-0000079dc3fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dc4000-0000079dc4fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dc5000-0000079dc5fff type=
=3D6 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dc6000-0000079dc7fff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dc8000-0000079dc8fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dc9000-0000079dc9fff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dca000-0000079dcbfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dcc000-0000079dccfff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dcd000-0000079dcefff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dcf000-0000079ddcfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ddd000-0000079dddfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079dde000-0000079de2fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079de3000-0000079e05fff type=
=3D6 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e06000-0000079e12fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e13000-0000079e13fff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e14000-0000079e19fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e1a000-0000079e1bfff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e1c000-0000079e47fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e48000-0000079e54fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e55000-0000079e60fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e61000-0000079e61fff type=
=3D6 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e62000-0000079e64fff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e65000-0000079e69fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e6a000-0000079e6afff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e6b000-0000079e70fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e71000-0000079e8bfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e8c000-0000079e8cfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e8d000-0000079e8dfff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e8e000-0000079e8efff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e8f000-0000079e9efff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079e9f000-0000079ea0fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ea1000-0000079ea2fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ea3000-0000079ea5fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ea6000-0000079ea7fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ea8000-0000079eaafff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079eab000-0000079eadfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079eae000-0000079eb0fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079eb1000-0000079eb2fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079eb3000-0000079edafff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079edb000-0000079edcfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079edd000-0000079ef3fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ef4000-0000079ef6fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ef7000-0000079efdfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079efe000-0000079efffff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f00000-0000079f00fff type=
=3D6 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f01000-0000079f01fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f02000-0000079f04fff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f05000-0000079f05fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f06000-0000079f06fff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f07000-0000079f07fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f08000-0000079f08fff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f09000-0000079f72fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f73000-0000079f7ffff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f80000-0000079f89fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079f8a000-0000079fb7fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079fb8000-0000079fb8fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079fb9000-0000079fb9fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079fba000-0000079fbbfff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079fbc000-0000079fbcfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079fbd000-0000079fdcfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079fdd000-0000079fddfff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079fde000-0000079fdefff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079fdf000-0000079fe1fff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079fe2000-0000079ff8fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ff9000-0000079ff9fff type=
=3D6 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ffa000-0000079ffbfff type=
=3D5 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0000079ffc000-000007a408fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000007a409000-000007a40bfff type=
=3D3 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000007a40c000-000007a61dfff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000007a61e000-000007a61efff type=
=3D6 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000007a61f000-000007a621fff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000007a622000-000007a622fff type=
=3D6 attr=3D800000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 000007a623000-000007affffff type=
=3D4 attr=3D000000000000000f</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000e00f8000-00000e00f8fff type=
=3D11 attr=3D8000000000000001</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00000fed01000-00000fed01fff type=
=3D11 attr=3D8000000000000001</span></p>
<p class=3D""><span class=3D"">(XEN) Initing memory sharing.</span></p>
<p class=3D""><span class=3D"">(XEN) mce_intel.c:717: MCA Capability: BCAST=
 1 SER 0 CMCI 0 firstbank 0 extended MCE MSR 0</span></p>
<p class=3D""><span class=3D"">(XEN) Intel machine check reporting enabled<=
/span></p>
<p class=3D""><span class=3D"">(XEN) PCI: MCFG configuration 0: base e00000=
00 segment 0000 buses 00 - 3f</span></p>
<p class=3D""><span class=3D"">(XEN) PCI: Not using MCFG for segment 0000 b=
us 00-3f</span></p>
<p class=3D""><span class=3D"">(XEN) I/O virtualisation disabled</span></p>
<p class=3D""><span class=3D"">(XEN) Getting VERSION: 50014</span></p>
<p class=3D""><span class=3D"">(XEN) Getting VERSION: 50014</span></p>
<p class=3D""><span class=3D"">(XEN) Getting ID: 0</span></p>
<p class=3D""><span class=3D"">(XEN) Getting LVT0: 700</span></p>
<p class=3D""><span class=3D"">(XEN) Getting LVT1: 10000</span></p>
<p class=3D""><span class=3D"">(XEN) enabled ExtINT on CPU#0</span></p>
<p class=3D""><span class=3D"">(XEN) ENABLING IO-APIC IRQs</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 -&gt; Using new ACK method</span=
></p>
<p class=3D""><span class=3D"">(XEN) init IO_APIC IRQs</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 IO-APIC (apicid-pin) 2-0, 2-16, =
2-17, 2-18, 2-19, 2-20, 2-21, 2-22, 2-23, 2-24, 2-25, 2-26, 2-27, 2-28, 2-2=
9, 2-30, 2-31, 2-32, 2-33, 2-34, 2-35, 2-36, 2-37, 2-38, 2-39, 2-40, 2-41, =
2-42, 2-43, 2-44, 2-45, 2-46, 2-47, 2-48, 2-49, 2-50, 2-51, 2-52, 2-53, 2-5=
4, 2-55, 2-56, 2-57, 2-58, 2-59, 2-60, 2-61, 2-62, 2-63, 2-64, 2-65, 2-66, =
2-67, 2-68, 2-69, 2-70, 2-71, 2-72, 2-73, 2-74, 2-75, 2-76, 2-77, 2-78, 2-7=
9, 2-80, 2-81, 2-82, 2-83, 2-84, 2-85, 2-86 not connected.</span><span clas=
s=3D"">=C2=A0 =C2=A0 =C2=A0 =C2=A0 </span><span class=3D"">(XEN) ..TIMER: v=
ector=3D0xF0 apic1=3D0 pin1=3D2 apic2=3D-1 pin2=3D-1</span></p>
<p class=3D""><span class=3D"">(XEN) number of MP IRQ sources: 15.</span></=
p>
<p class=3D""><span class=3D"">(XEN) number of IO-APIC #2 registers: 87.</s=
pan></p>
<p class=3D""><span class=3D"">(XEN) testing the IO APIC...................=
....</span></p>
<p class=3D""><span class=3D"">(XEN) IO APIC #2......</span></p>
<p class=3D""><span class=3D"">(XEN) .... register #00: 01000000</span></p>
<p class=3D""><span class=3D"">(XEN) .......=C2=A0 =C2=A0 : physical APIC i=
d: 01</span></p>
<p class=3D""><span class=3D"">(XEN) .......=C2=A0 =C2=A0 : Delivery Type: =
0</span></p>
<p class=3D""><span class=3D"">(XEN) .......=C2=A0 =C2=A0 : LTS=C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 : 0</span></p>
<p class=3D""><span class=3D"">(XEN) .... register #01: 00560020</span></p>
<p class=3D""><span class=3D"">(XEN) ....... =C2=A0 =C2=A0 : max redirectio=
n entries: 0056</span></p>
<p class=3D""><span class=3D"">(XEN) ....... =C2=A0 =C2=A0 : PRQ implemente=
d: 0</span></p>
<p class=3D""><span class=3D"">(XEN) ....... =C2=A0 =C2=A0 : IO APIC versio=
n: 0020</span></p>
<p class=3D""><span class=3D"">(XEN) .... IRQ redirection table:</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 NR Log Phy Mask Trig IRR Pol Sta=
t Dest Deli Vect:=C2=A0 =C2=A0</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 00 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 01 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 28</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 02 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 F0</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 03 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 30</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 04 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 F1</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 05 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 38</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 06 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 40</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 07 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 48</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 08 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 50</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 09 001 01=C2=A0 1=C2=A0 =C2=A0 1=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 58</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0a 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 60</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0b 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 68</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0c 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 70</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0d 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 78</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0e 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 88</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 0f 001 01=C2=A0 0=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 1=C2=A0 =C2=A0 1=C2=A0 =C2=
=A0 90</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 10 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 11 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 12 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 13 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 14 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 15 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 16 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 17 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 18 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 19 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 1a 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 1b 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 1c 060 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 2=C2=A0 =C2=
=A0 30</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 1d 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 1e 080 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 2=C2=A0 =C2=
=A0 49</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 1f 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 20 0F4 04=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 2=C2=A0 =C2=
=A0 90</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 21 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 22 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 23 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 24 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 25 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 26 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 27 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 28 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 29 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 2a 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 2b 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 2=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 2c 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 2d 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 2e 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 2f 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 30 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 31 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 32 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 33 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 34 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 2=C2=A0 =C2=
=A0 10</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 35 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 36 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 37 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 38 074 04=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 2=C2=A0 =C2=
=A0 02</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 39 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 3a 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 3b 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 3c 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 3d 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 3e 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 3f 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 40 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 41 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 42 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 43 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 44 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 45 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 46 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 47 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 48 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 49 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 4a 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 4b 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 4c 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 4d 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 4e 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 4f 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 50 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 51 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 52 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 53 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 54 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 55 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 56 000 00=C2=A0 1=C2=A0 =C2=A0 0=
=C2=A0 =C2=A0 0 =C2=A0 0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=A0 0=C2=A0 =C2=
=A0 00</span></p>
<p class=3D""><span class=3D"">(XEN) Using vector-based indexing</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ to pin mappings:</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ240 -&gt; 0:2</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ40 -&gt; 0:1</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ48 -&gt; 0:3</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ241 -&gt; 0:4</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ56 -&gt; 0:5</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ64 -&gt; 0:6</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ72 -&gt; 0:7</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ80 -&gt; 0:8</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ88 -&gt; 0:9</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ96 -&gt; 0:10</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ104 -&gt; 0:11</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ112 -&gt; 0:12</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ120 -&gt; 0:13</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ136 -&gt; 0:14</span></p>
<p class=3D""><span class=3D"">(XEN) IRQ144 -&gt; 0:15</span></p>
<p class=3D""><span class=3D"">(XEN) .................................... d=
one.</span></p>
<p class=3D""><span class=3D"">(XEN) Using local APIC timer interrupts.</sp=
an></p>
<p class=3D""><span class=3D"">(XEN) calibrating APIC timer ...</span></p>
<p class=3D""><span class=3D"">(XEN) ..... CPU clock speed is 1333.3760 MHz=
.</span></p>
<p class=3D""><span class=3D"">(XEN) ..... host bus clock speed is 133.3375=
 MHz.</span></p>
<p class=3D""><span class=3D"">(XEN) ..... bus_scale =3D 0x888d</span></p>
<p class=3D""><span class=3D"">(XEN) TSC deadline timer enabled</span></p>
<p class=3D""><span class=3D"">(XEN) Platform timer is 14.318MHz HPET</span=
></p>
<p class=3D""><span class=3D"">(XEN) Allocated console ring of 16 KiB.</spa=
n></p>
<p class=3D""><span class=3D"">(XEN) mwait-idle: does not run on family 6 m=
odel 55</span></p>
<p class=3D""><span class=3D"">(XEN) VMX: Supported advanced features:</spa=
n></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 - APIC MMIO access virtualisatio=
n</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 - APIC TPR shadow</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 - Extended Page Tables (EPT)</sp=
an></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 - Virtual-Processor Identifiers =
(VPID)</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 - Virtual NMI</span></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 - MSR direct-access bitmap</span=
></p>
<p class=3D""><span class=3D"">(XEN)=C2=A0 - Unrestricted Guest</span></p>
<p class=3D""><span class=3D"">(XEN) HVM: ASIDs enabled.</span></p>
<p class=3D""><span class=3D"">(XEN) HVM: VMX enabled</span></p>
<p class=3D""><span class=3D"">(XEN) HVM: Hardware Assisted Paging (HAP) de=
tected</span></p>
<p class=3D""><span class=3D"">(XEN) HVM: HAP page sizes: 4kB, 2MB</span></=
p>
<p class=3D""><span class=3D"">(XEN) masked ExtINT on CPU#1</span></p>
<p class=3D""><span class=3D"">(XEN) Brought up 2 CPUs</span></p>
<p class=3D""><span class=3D"">(XEN) ACPI sleep modes: S3</span></p>
<p class=3D""><span class=3D"">(XEN) mcheck_poll: Machine check polling tim=
er started.</span></p>
<p class=3D""><span class=3D"">(XEN) *** LOADING DOMAIN 0 ***</span></p></d=
iv><div><br></div></div></div>

--089e0158b7922fba430509684256--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============8266247531150753814==--


From xen-users-bounces@lists.xen.org Fri Dec 05 02:06:42 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 05 Dec 2014 02:06: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-users-bounces@lists.xen.org>)
	id 1XwiGn-0007Tq-7i; Fri, 05 Dec 2014 02:05:21 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <kevin.zhang@octlink.com>) id 1XwiGl-0007Tg-Br
	for xen-users@lists.xen.org; Fri, 05 Dec 2014 02:05:19 +0000
Received: from [193.109.254.147] by server-9.bemta-14.messagelabs.com id
	2C/15-02712-CD211845; Fri, 05 Dec 2014 02:05:16 +0000
X-Env-Sender: kevin.zhang@octlink.com
X-Msg-Ref: server-6.tower-27.messagelabs.com!1417745111!13104162!1
X-Originating-IP: [222.128.79.248]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_50_60,HTML_MESSAGE,
	MIME_BOUND_NEXTPART
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 23732 invoked from network); 5 Dec 2014 02:05:13 -0000
Received: from unknown (HELO mail.octlink.com) (222.128.79.248)
	by server-6.tower-27.messagelabs.com with SMTP;
	5 Dec 2014 02:05:13 -0000
Received: from localhost (localhost [127.0.0.1])
	by mail.octlink.com (Postfix) with SMTP id 14188A1FE
	for <xen-users@lists.xen.org>; Fri,  5 Dec 2014 10:05:04 +0800 (CST)
Received: from zhangpei-PC (pfsense.localdomain [192.168.10.253])
	by mail.octlink.com (Postfix) with ESMTPA id CCF7CA0AF;
	Fri,  5 Dec 2014 10:04:58 +0800 (CST)
Date: Fri, 5 Dec 2014 10:04:54 +0800
From: "kevin.zhang@octlink.com" <kevin.zhang@octlink.com>
To: Ian.Campbell <Ian.Campbell@citrix.com>
References: <2014120315574589175063@octlink.com>, 
	<1417598784.29004.10.camel@citrix.com>
X-Priority: 3
X-Has-Attach: no
X-Mailer: Foxmail 7, 2, 5, 140[cn]
Mime-Version: 1.0
Message-ID: <201412051004537990943@octlink.com>
X-DSPAM-Result: Whitelisted
X-DSPAM-Processed: Fri Dec  5 10:05:03 2014
X-DSPAM-Confidence: 0.6622
X-DSPAM-Probability: 0.0000
X-DSPAM-Signature: 3,548112cf23241457415933
X-DSPAM-Factors: 27, Subject*has, 0.99834, pv, 0.99677, pv, 0.99677,
	Subject*in, 0.00386, Message-ID*octlink.com>, 0.00432,
	check, 0.00574, check, 0.00574, node, 0.00689, node, 0.00689,
	each, 0.00943, each, 0.00943, 0800, 0.00968, 0800, 0.00968,
	done, 0.00974, done, 0.00974, can+be, 0.00976,
	can+be, 0.00976, between, 0.00984, between, 0.00984,
	has+pvdrivers, 0.01000, has+pvdrivers, 0.01000,
	Subject*a+windows, 0.01000, Subject*domU, 0.01000,
	infer, 0.01000, infer, 0.01000, installed?+I'm, 0.01000,
	and+KVM, 0.01000
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] How to check whether a windows domU has PVDrivers
	installed in Domain-0
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2215895435010289464=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

This is a multi-part message in MIME format.

--===============2215895435010289464==
Content-Type: multipart/alternative;
	boundary="----=_001_NextPart076486475818_=----"

This is a multi-part message in MIME format.

------=_001_NextPart076486475818_=----
Content-Type: text/plain;
	charset="UTF-8"
Content-Transfer-Encoding: base64

SGksIElhbi5DYW1wYmVsbCwNCg0KICAgICBUaGFuayB5b3UgZm9yIHlvdXIgc3VnZ2VzdGlvbi4N
CiAgICAgTm93IEkgY2FuIGp1ZGdlIHB2IGRyaXZlcnMgd2l0aCBldnQtY2ggYW5kIHJpbmctcmVm
IG5vdy4NCiAgICAgDQpCZXN0IFJlZ2FyZHMsDQoNCk9uIFdlZCwgMjAxNC0xMi0wMyBhdCAxNTo1
NyArMDgwMCwga2V2aW4uemhhbmdAb2N0bGluay5jb20gd3JvdGU6DQo+ICAgICAgIFRoZXNlIGRh
eXMgSSdtIGRvaW5nIHNvbWUgY29tcGFyaXNpb24gYmV0d2VlbiBYZW4gYW5kIEtWTS4gSQ0KPiBu
b3RpY2VkIHRoYXQgdmlyc2ggY2FuIHRlbGwgd2hldGhlciBhIEtWTSB3aW5kb3dzIHZtIGhhcyBw
dmRyaXZlcnMuDQo+ICAgICAgIElzIHRoZXJlIGFueXdheSBvciBhbnkgY29tbWFuZCB0aGF0IGNh
biBiZSBkb25lIGluIERvbWFpbi0wIHRvDQo+IGNoZWNrIHdoZXRoZXIgYSB3aW5kb3dzIERvbVUg
aGFzIFBWRHJpdmVycyBpbnN0YWxsZWQ/DQogDQpJJ20gbm90IHN1cmUgaWYgdGhlcmUgYXJlIGFu
eSBkaXJlY3Qgd2F5cywgYnV0IHlvdSBjb3VsZCBpbmZlciBieQ0KZXhhbWluaW5nIHRoZSAic3Rh
dGUiIG5vZGUgaW4gdGhlIGJhY2tlbmQgeGVuc3RvcmUgZGlyZWN0b3J5IGZvciBlYWNoDQpkZXZp
Y2UuDQogDQpJJ20gbm90IHN1cmUgaWYgeW91IGNhbiBpbmZlciBhbnl0aGluZyBmcm9tIGUuZy4g
InhsIGJsb2NrLWxpc3QiLiBlLmcuDQp0aGUgcHJlc2VuY2UvYWJzZW5jZSBvZiBhbiBldnRjaCBv
ciBzaGFyZWQgcmluZyBlbnRyeS4NCklhbi4NCiANCiANCiANCg==

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

<html><head><meta http-equiv=3D"content-type" content=3D"text/html; charse=
t=3DUTF-8"><style>body { line-height: 1.5; }blockquote { margin-top: 0px; =
margin-bottom: 0px; margin-left: 0.5em; }body { font-size: 12pt; font-fami=
ly: =E5=BE=AE=E8=BD=AF=E9=9B=85=E9=BB=91; color: rgb(0, 0, 255); line-heig=
ht: 1.5; }</style></head><body>=0A<div><span></span>Hi, Ian.Campbell,</div=
><div><br></div><div>&nbsp; &nbsp; &nbsp;Thank you for your suggestion.</d=
iv><div>&nbsp; &nbsp; &nbsp;Now I can judge pv drivers with evt-ch and rin=
g-ref now.</div><div>&nbsp; &nbsp; &nbsp;</div><div>Best Regards,</div><di=
v><br></div><blockquote style=3D"margin-top: 0px; margin-bottom: 0px; marg=
in-left: 0.5em;"><div><div>On Wed, 2014-12-03 at 15:57 +0800, kevin.zhang@=
octlink.com wrote:</div>=0A<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; T=
hese days I'm doing some comparision between Xen and KVM. I</div>=0A<div>&=
gt; noticed that virsh can tell whether a KVM windows vm has pvdrivers.</d=
iv>=0A<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Is there anyway or any=
 command that can be done in Domain-0 to</div>=0A<div>&gt; check whether a=
 windows DomU has PVDrivers installed?</div>=0A<div>&nbsp;</div>=0A<div>I'=
m not sure if there are any direct ways, but you could infer by</div>=0A<d=
iv>examining the "state" node in the backend xenstore directory for each</=
div>=0A<div>device.</div>=0A<div>&nbsp;</div>=0A<div>I'm not sure if you c=
an infer anything from e.g. "xl block-list". e.g.</div>=0A<div>the presenc=
e/absence of an evtch or shared ring entry.</div>=0A<div>Ian.</div>=0A<div=
>&nbsp;</div>=0A<div>&nbsp;</div>=0A<div>&nbsp;</div>=0A</div></blockquote=
>=0A</body></html>
------=_001_NextPart076486475818_=------




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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============2215895435010289464==--




From xen-users-bounces@lists.xen.org Fri Dec 05 02:06:42 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 05 Dec 2014 02:06: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-users-bounces@lists.xen.org>)
	id 1XwiGn-0007Tq-7i; Fri, 05 Dec 2014 02:05:21 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <kevin.zhang@octlink.com>) id 1XwiGl-0007Tg-Br
	for xen-users@lists.xen.org; Fri, 05 Dec 2014 02:05:19 +0000
Received: from [193.109.254.147] by server-9.bemta-14.messagelabs.com id
	2C/15-02712-CD211845; Fri, 05 Dec 2014 02:05:16 +0000
X-Env-Sender: kevin.zhang@octlink.com
X-Msg-Ref: server-6.tower-27.messagelabs.com!1417745111!13104162!1
X-Originating-IP: [222.128.79.248]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_50_60,HTML_MESSAGE,
	MIME_BOUND_NEXTPART
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 23732 invoked from network); 5 Dec 2014 02:05:13 -0000
Received: from unknown (HELO mail.octlink.com) (222.128.79.248)
	by server-6.tower-27.messagelabs.com with SMTP;
	5 Dec 2014 02:05:13 -0000
Received: from localhost (localhost [127.0.0.1])
	by mail.octlink.com (Postfix) with SMTP id 14188A1FE
	for <xen-users@lists.xen.org>; Fri,  5 Dec 2014 10:05:04 +0800 (CST)
Received: from zhangpei-PC (pfsense.localdomain [192.168.10.253])
	by mail.octlink.com (Postfix) with ESMTPA id CCF7CA0AF;
	Fri,  5 Dec 2014 10:04:58 +0800 (CST)
Date: Fri, 5 Dec 2014 10:04:54 +0800
From: "kevin.zhang@octlink.com" <kevin.zhang@octlink.com>
To: Ian.Campbell <Ian.Campbell@citrix.com>
References: <2014120315574589175063@octlink.com>, 
	<1417598784.29004.10.camel@citrix.com>
X-Priority: 3
X-Has-Attach: no
X-Mailer: Foxmail 7, 2, 5, 140[cn]
Mime-Version: 1.0
Message-ID: <201412051004537990943@octlink.com>
X-DSPAM-Result: Whitelisted
X-DSPAM-Processed: Fri Dec  5 10:05:03 2014
X-DSPAM-Confidence: 0.6622
X-DSPAM-Probability: 0.0000
X-DSPAM-Signature: 3,548112cf23241457415933
X-DSPAM-Factors: 27, Subject*has, 0.99834, pv, 0.99677, pv, 0.99677,
	Subject*in, 0.00386, Message-ID*octlink.com>, 0.00432,
	check, 0.00574, check, 0.00574, node, 0.00689, node, 0.00689,
	each, 0.00943, each, 0.00943, 0800, 0.00968, 0800, 0.00968,
	done, 0.00974, done, 0.00974, can+be, 0.00976,
	can+be, 0.00976, between, 0.00984, between, 0.00984,
	has+pvdrivers, 0.01000, has+pvdrivers, 0.01000,
	Subject*a+windows, 0.01000, Subject*domU, 0.01000,
	infer, 0.01000, infer, 0.01000, installed?+I'm, 0.01000,
	and+KVM, 0.01000
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] How to check whether a windows domU has PVDrivers
	installed in Domain-0
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2215895435010289464=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

This is a multi-part message in MIME format.

--===============2215895435010289464==
Content-Type: multipart/alternative;
	boundary="----=_001_NextPart076486475818_=----"

This is a multi-part message in MIME format.

------=_001_NextPart076486475818_=----
Content-Type: text/plain;
	charset="UTF-8"
Content-Transfer-Encoding: base64

SGksIElhbi5DYW1wYmVsbCwNCg0KICAgICBUaGFuayB5b3UgZm9yIHlvdXIgc3VnZ2VzdGlvbi4N
CiAgICAgTm93IEkgY2FuIGp1ZGdlIHB2IGRyaXZlcnMgd2l0aCBldnQtY2ggYW5kIHJpbmctcmVm
IG5vdy4NCiAgICAgDQpCZXN0IFJlZ2FyZHMsDQoNCk9uIFdlZCwgMjAxNC0xMi0wMyBhdCAxNTo1
NyArMDgwMCwga2V2aW4uemhhbmdAb2N0bGluay5jb20gd3JvdGU6DQo+ICAgICAgIFRoZXNlIGRh
eXMgSSdtIGRvaW5nIHNvbWUgY29tcGFyaXNpb24gYmV0d2VlbiBYZW4gYW5kIEtWTS4gSQ0KPiBu
b3RpY2VkIHRoYXQgdmlyc2ggY2FuIHRlbGwgd2hldGhlciBhIEtWTSB3aW5kb3dzIHZtIGhhcyBw
dmRyaXZlcnMuDQo+ICAgICAgIElzIHRoZXJlIGFueXdheSBvciBhbnkgY29tbWFuZCB0aGF0IGNh
biBiZSBkb25lIGluIERvbWFpbi0wIHRvDQo+IGNoZWNrIHdoZXRoZXIgYSB3aW5kb3dzIERvbVUg
aGFzIFBWRHJpdmVycyBpbnN0YWxsZWQ/DQogDQpJJ20gbm90IHN1cmUgaWYgdGhlcmUgYXJlIGFu
eSBkaXJlY3Qgd2F5cywgYnV0IHlvdSBjb3VsZCBpbmZlciBieQ0KZXhhbWluaW5nIHRoZSAic3Rh
dGUiIG5vZGUgaW4gdGhlIGJhY2tlbmQgeGVuc3RvcmUgZGlyZWN0b3J5IGZvciBlYWNoDQpkZXZp
Y2UuDQogDQpJJ20gbm90IHN1cmUgaWYgeW91IGNhbiBpbmZlciBhbnl0aGluZyBmcm9tIGUuZy4g
InhsIGJsb2NrLWxpc3QiLiBlLmcuDQp0aGUgcHJlc2VuY2UvYWJzZW5jZSBvZiBhbiBldnRjaCBv
ciBzaGFyZWQgcmluZyBlbnRyeS4NCklhbi4NCiANCiANCiANCg==

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

<html><head><meta http-equiv=3D"content-type" content=3D"text/html; charse=
t=3DUTF-8"><style>body { line-height: 1.5; }blockquote { margin-top: 0px; =
margin-bottom: 0px; margin-left: 0.5em; }body { font-size: 12pt; font-fami=
ly: =E5=BE=AE=E8=BD=AF=E9=9B=85=E9=BB=91; color: rgb(0, 0, 255); line-heig=
ht: 1.5; }</style></head><body>=0A<div><span></span>Hi, Ian.Campbell,</div=
><div><br></div><div>&nbsp; &nbsp; &nbsp;Thank you for your suggestion.</d=
iv><div>&nbsp; &nbsp; &nbsp;Now I can judge pv drivers with evt-ch and rin=
g-ref now.</div><div>&nbsp; &nbsp; &nbsp;</div><div>Best Regards,</div><di=
v><br></div><blockquote style=3D"margin-top: 0px; margin-bottom: 0px; marg=
in-left: 0.5em;"><div><div>On Wed, 2014-12-03 at 15:57 +0800, kevin.zhang@=
octlink.com wrote:</div>=0A<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; T=
hese days I'm doing some comparision between Xen and KVM. I</div>=0A<div>&=
gt; noticed that virsh can tell whether a KVM windows vm has pvdrivers.</d=
iv>=0A<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Is there anyway or any=
 command that can be done in Domain-0 to</div>=0A<div>&gt; check whether a=
 windows DomU has PVDrivers installed?</div>=0A<div>&nbsp;</div>=0A<div>I'=
m not sure if there are any direct ways, but you could infer by</div>=0A<d=
iv>examining the "state" node in the backend xenstore directory for each</=
div>=0A<div>device.</div>=0A<div>&nbsp;</div>=0A<div>I'm not sure if you c=
an infer anything from e.g. "xl block-list". e.g.</div>=0A<div>the presenc=
e/absence of an evtch or shared ring entry.</div>=0A<div>Ian.</div>=0A<div=
>&nbsp;</div>=0A<div>&nbsp;</div>=0A<div>&nbsp;</div>=0A</div></blockquote=
>=0A</body></html>
------=_001_NextPart076486475818_=------




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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============2215895435010289464==--




From xen-users-bounces@lists.xen.org Fri Dec 05 11:27:58 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 05 Dec 2014 11:27:58 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xwr21-0004H2-QC; Fri, 05 Dec 2014 11:26:41 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <linuxhack2012@gmail.com>) id 1Xwr20-0004Gm-MS
	for xen-users@lists.xen.org; Fri, 05 Dec 2014 11:26:40 +0000
Received: from [85.158.143.35] by server-1.bemta-4.messagelabs.com id
	F4/56-09842-07691845; Fri, 05 Dec 2014 11:26:40 +0000
X-Env-Sender: linuxhack2012@gmail.com
X-Msg-Ref: server-16.tower-21.messagelabs.com!1417778798!10216894!1
X-Originating-IP: [209.85.192.49]
X-SpamReason: No, hits=1.7 required=7.0 tests=BODY_RANDOM_LONG,
	HTML_10_20,HTML_MESSAGE,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 18132 invoked from network); 5 Dec 2014 11:26:39 -0000
Received: from mail-qg0-f49.google.com (HELO mail-qg0-f49.google.com)
	(209.85.192.49)
	by server-16.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	5 Dec 2014 11:26:39 -0000
Received: by mail-qg0-f49.google.com with SMTP id a108so271524qge.8
	for <xen-users@lists.xen.org>; Fri, 05 Dec 2014 03:26:38 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=HZTiA334L8/T1GK0EMUh6jkYqMk9Ucl9mKGZ4HqDbLU=;
	b=L5QskkpRBe6+1FSudknhvmNNTs+M7L89SZdT/sYHyj70nAv6Rgv6WJBKuSUzuwhBIQ
	7j3f9cQ1ve+YWZ5BtzyxZAlJQxx/kIjgz/PwWWS98stqr8McCj6Nn5SWlfMTtEnhasEE
	LrzqGIch2otm90cAzhMBfbDgC31uObHxhIQ9Wy3xk4kboGAJZ07YZeUqaXhPz3gbJQei
	/oOoIRD9j/wjbZys9DN7EKi917uXS5UupFwTm0J7i4xeUA7fBWDWD4CoJGKTQOGIfD35
	fDarrFaKIxnFKRvis+wLfCYpLqvUmXyplMtrh6NbNs7E1u77gn9hCBcbpQwARrKnQYJW
	rSfA==
MIME-Version: 1.0
X-Received: by 10.224.67.7 with SMTP id p7mr25007951qai.97.1417778798343; Fri,
	05 Dec 2014 03:26:38 -0800 (PST)
Received: by 10.229.38.1 with HTTP; Fri, 5 Dec 2014 03:26:38 -0800 (PST)
Date: Fri, 5 Dec 2014 16:56:38 +0530
Message-ID: <CAHtGawf7YRiyRyq1HPNkrJxQdqq+BgAvw0xSzRj-skcHBxaoWA@mail.gmail.com>
From: Linux Hack <linuxhack2012@gmail.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: [Xen-users] Hotplug script error with vif interface while rebooting
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============4734694212124343098=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============4734694212124343098==
Content-Type: multipart/alternative; boundary=001a11c3daa4a53c2d050976598b

--001a11c3daa4a53c2d050976598b
Content-Type: text/plain; charset=UTF-8

Hi,

When i tried to reboot the xen PV Pygrub guest it ended up with "Error:
Device 0 (vif) could not be connected. Hotplug scripts not working.". Looks
like the respective domain id was 10. The clean up should happen with xen
hotplug cleanup script.
The BE vif interface (vif10.1) on 'ifconfig' and 'brctl show' showing this
vif interface even though VM was downed state The dev entries there under
"/sys/class/net" for this VM and as per my knowledge it should be cleaned
up as soon as the VM goes down.

I have other guests are running on the same dom0. If I reboot the dom0 or
restart the network service on dom0 its getting fixed, but its causing the
downtime for other vm's as well. Is there any way to get this issue fixed
without affecting other vm's?



Thanks
Dave

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

<div dir=3D"ltr">Hi,<div><br></div><div>When i tried to reboot the xen PV P=
ygrub guest it ended up with &quot;Error: Device 0 (vif) could not be conne=
cted. Hotplug scripts not working.&quot;. Looks like the respective domain =
id was 10. The clean up should happen with xen hotplug cleanup script.=C2=
=A0<div>The BE vif interface (vif10.1) on &#39;ifconfig&#39; and &#39;brctl=
 show&#39; showing this vif interface even though VM was downed state The d=
ev entries there under &quot;/sys/class/net&quot; for this VM and as per my=
 knowledge it should be cleaned up as soon as the VM goes down.=C2=A0</div>=
<div><br></div><div>I have other guests are running on the same dom0. If I =
reboot the dom0 or restart the network service on dom0 its getting fixed, b=
ut its causing the downtime for other vm&#39;s as well. Is there any way to=
 get this issue fixed without affecting other vm&#39;s?</div></div><div><br=
></div><div><br></div><div><br></div><div>Thanks</div><div>Dave</div></div>

--001a11c3daa4a53c2d050976598b--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============4734694212124343098==--


From xen-users-bounces@lists.xen.org Fri Dec 05 11:27:58 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 05 Dec 2014 11:27:58 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xwr21-0004H2-QC; Fri, 05 Dec 2014 11:26:41 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <linuxhack2012@gmail.com>) id 1Xwr20-0004Gm-MS
	for xen-users@lists.xen.org; Fri, 05 Dec 2014 11:26:40 +0000
Received: from [85.158.143.35] by server-1.bemta-4.messagelabs.com id
	F4/56-09842-07691845; Fri, 05 Dec 2014 11:26:40 +0000
X-Env-Sender: linuxhack2012@gmail.com
X-Msg-Ref: server-16.tower-21.messagelabs.com!1417778798!10216894!1
X-Originating-IP: [209.85.192.49]
X-SpamReason: No, hits=1.7 required=7.0 tests=BODY_RANDOM_LONG,
	HTML_10_20,HTML_MESSAGE,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 18132 invoked from network); 5 Dec 2014 11:26:39 -0000
Received: from mail-qg0-f49.google.com (HELO mail-qg0-f49.google.com)
	(209.85.192.49)
	by server-16.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	5 Dec 2014 11:26:39 -0000
Received: by mail-qg0-f49.google.com with SMTP id a108so271524qge.8
	for <xen-users@lists.xen.org>; Fri, 05 Dec 2014 03:26:38 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=HZTiA334L8/T1GK0EMUh6jkYqMk9Ucl9mKGZ4HqDbLU=;
	b=L5QskkpRBe6+1FSudknhvmNNTs+M7L89SZdT/sYHyj70nAv6Rgv6WJBKuSUzuwhBIQ
	7j3f9cQ1ve+YWZ5BtzyxZAlJQxx/kIjgz/PwWWS98stqr8McCj6Nn5SWlfMTtEnhasEE
	LrzqGIch2otm90cAzhMBfbDgC31uObHxhIQ9Wy3xk4kboGAJZ07YZeUqaXhPz3gbJQei
	/oOoIRD9j/wjbZys9DN7EKi917uXS5UupFwTm0J7i4xeUA7fBWDWD4CoJGKTQOGIfD35
	fDarrFaKIxnFKRvis+wLfCYpLqvUmXyplMtrh6NbNs7E1u77gn9hCBcbpQwARrKnQYJW
	rSfA==
MIME-Version: 1.0
X-Received: by 10.224.67.7 with SMTP id p7mr25007951qai.97.1417778798343; Fri,
	05 Dec 2014 03:26:38 -0800 (PST)
Received: by 10.229.38.1 with HTTP; Fri, 5 Dec 2014 03:26:38 -0800 (PST)
Date: Fri, 5 Dec 2014 16:56:38 +0530
Message-ID: <CAHtGawf7YRiyRyq1HPNkrJxQdqq+BgAvw0xSzRj-skcHBxaoWA@mail.gmail.com>
From: Linux Hack <linuxhack2012@gmail.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: [Xen-users] Hotplug script error with vif interface while rebooting
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============4734694212124343098=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============4734694212124343098==
Content-Type: multipart/alternative; boundary=001a11c3daa4a53c2d050976598b

--001a11c3daa4a53c2d050976598b
Content-Type: text/plain; charset=UTF-8

Hi,

When i tried to reboot the xen PV Pygrub guest it ended up with "Error:
Device 0 (vif) could not be connected. Hotplug scripts not working.". Looks
like the respective domain id was 10. The clean up should happen with xen
hotplug cleanup script.
The BE vif interface (vif10.1) on 'ifconfig' and 'brctl show' showing this
vif interface even though VM was downed state The dev entries there under
"/sys/class/net" for this VM and as per my knowledge it should be cleaned
up as soon as the VM goes down.

I have other guests are running on the same dom0. If I reboot the dom0 or
restart the network service on dom0 its getting fixed, but its causing the
downtime for other vm's as well. Is there any way to get this issue fixed
without affecting other vm's?



Thanks
Dave

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

<div dir=3D"ltr">Hi,<div><br></div><div>When i tried to reboot the xen PV P=
ygrub guest it ended up with &quot;Error: Device 0 (vif) could not be conne=
cted. Hotplug scripts not working.&quot;. Looks like the respective domain =
id was 10. The clean up should happen with xen hotplug cleanup script.=C2=
=A0<div>The BE vif interface (vif10.1) on &#39;ifconfig&#39; and &#39;brctl=
 show&#39; showing this vif interface even though VM was downed state The d=
ev entries there under &quot;/sys/class/net&quot; for this VM and as per my=
 knowledge it should be cleaned up as soon as the VM goes down.=C2=A0</div>=
<div><br></div><div>I have other guests are running on the same dom0. If I =
reboot the dom0 or restart the network service on dom0 its getting fixed, b=
ut its causing the downtime for other vm&#39;s as well. Is there any way to=
 get this issue fixed without affecting other vm&#39;s?</div></div><div><br=
></div><div><br></div><div><br></div><div>Thanks</div><div>Dave</div></div>

--001a11c3daa4a53c2d050976598b--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============4734694212124343098==--


From xen-users-bounces@lists.xen.org Fri Dec 05 17:12:23 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 05 Dec 2014 17:12: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-users-bounces@lists.xen.org>)
	id 1XwwPP-0000z5-0T; Fri, 05 Dec 2014 17:11:11 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <olaf@aepfle.de>)
	id 1XwwPN-0000yk-3O; Fri, 05 Dec 2014 17:11:09 +0000
Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id
	12/11-15461-C27E1845; Fri, 05 Dec 2014 17:11:08 +0000
X-Env-Sender: olaf@aepfle.de
X-Msg-Ref: server-5.tower-21.messagelabs.com!1417799467!13726191!1
X-Originating-IP: [81.169.146.221]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 2712 invoked from network); 5 Dec 2014 17:11:07 -0000
Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de)
	(81.169.146.221)
	by server-5.tower-21.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 5 Dec 2014 17:11:07 -0000
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1417799467; l=725;
	s=domk; d=aepfle.de;
	h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version:
	References:Subject:Cc:To:From:Date;
	bh=K7tgC50ndN+rATIreKIOkdRiUiA=;
	b=iXube5+2jckfmoWwKwsZHgm1rrHz5MRXFPw51ln56UAmaEgFynQhi351ZMYkvWqPw4q
	TLps0JAGykya4Dg32RWr6g4Hvs8pz+EC1B53qFOwmbnpqun4UZ7h3Ymbh5bq55FM7JXwb
	6/LfffTBn1kXAFoH6sBEIiorMnTMGxs4aNY=
X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssV99SEpOlQD22BhqGB3P3iaBLrl+V5meZTl30+w==
X-RZG-CLASS-ID: mo00
Received: from probook.fritz.box ([2001:a60:10ca:da01:1ec1:deff:feb9:bb48])
	by smtp.strato.de (RZmta 36.2 AUTH) with ESMTPSA id n00af9qB5HB3Vzg
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate);
	Fri, 5 Dec 2014 18:11:03 +0100 (CET)
Received: by probook.fritz.box (Postfix, from userid 1000)
	id 581575015E; Fri,  5 Dec 2014 18:11:03 +0100 (CET)
Date: Fri, 5 Dec 2014 18:11:03 +0100
From: Olaf Hering <olaf@aepfle.de>
To: Ian Campbell <Ian.Campbell@citrix.com>
Message-ID: <20141205171102.GA24737@aepfle.de>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
	<20141202151708.GA23112@aepfle.de>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <20141202151708.GA23112@aepfle.de>
User-Agent: Mutt/1.5.22.rev6346 (2013-10-29)
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] [Xen-devel] 4.5 git: regression in xen systemd
 shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, Dec 02, Olaf Hering wrote:

> On Tue, Dec 02, Ian Campbell wrote:
> 
> > On Mon, 2014-12-01 at 23:41 +0000, Mark Pryor wrote:
> > > list,
> > 
> > Thanks. If you've identified a buggy changeset then it is fine to post
> > to the devel lists. I've added a CC. I've also CCd everyone listed in
> > the commit which you've fingered.
> > 
> > Olaf, does this suggested change look correct? If so then can you turn
> > it into a patch please.
> 
> Yes, something like this (sed -i 's@socket@service@g' *.in):

But even with that change xendomains is hanging if it cant talk to
xenstored for whatever  reason. The result is that the sytem hangs
forever at shutdown. 

I will try to fix that for 4.5.

Olaf

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Fri Dec 05 17:12:23 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 05 Dec 2014 17:12: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-users-bounces@lists.xen.org>)
	id 1XwwPP-0000z5-0T; Fri, 05 Dec 2014 17:11:11 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <olaf@aepfle.de>)
	id 1XwwPN-0000yk-3O; Fri, 05 Dec 2014 17:11:09 +0000
Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id
	12/11-15461-C27E1845; Fri, 05 Dec 2014 17:11:08 +0000
X-Env-Sender: olaf@aepfle.de
X-Msg-Ref: server-5.tower-21.messagelabs.com!1417799467!13726191!1
X-Originating-IP: [81.169.146.221]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 2712 invoked from network); 5 Dec 2014 17:11:07 -0000
Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de)
	(81.169.146.221)
	by server-5.tower-21.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 5 Dec 2014 17:11:07 -0000
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1417799467; l=725;
	s=domk; d=aepfle.de;
	h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version:
	References:Subject:Cc:To:From:Date;
	bh=K7tgC50ndN+rATIreKIOkdRiUiA=;
	b=iXube5+2jckfmoWwKwsZHgm1rrHz5MRXFPw51ln56UAmaEgFynQhi351ZMYkvWqPw4q
	TLps0JAGykya4Dg32RWr6g4Hvs8pz+EC1B53qFOwmbnpqun4UZ7h3Ymbh5bq55FM7JXwb
	6/LfffTBn1kXAFoH6sBEIiorMnTMGxs4aNY=
X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssV99SEpOlQD22BhqGB3P3iaBLrl+V5meZTl30+w==
X-RZG-CLASS-ID: mo00
Received: from probook.fritz.box ([2001:a60:10ca:da01:1ec1:deff:feb9:bb48])
	by smtp.strato.de (RZmta 36.2 AUTH) with ESMTPSA id n00af9qB5HB3Vzg
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate);
	Fri, 5 Dec 2014 18:11:03 +0100 (CET)
Received: by probook.fritz.box (Postfix, from userid 1000)
	id 581575015E; Fri,  5 Dec 2014 18:11:03 +0100 (CET)
Date: Fri, 5 Dec 2014 18:11:03 +0100
From: Olaf Hering <olaf@aepfle.de>
To: Ian Campbell <Ian.Campbell@citrix.com>
Message-ID: <20141205171102.GA24737@aepfle.de>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
	<20141202151708.GA23112@aepfle.de>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <20141202151708.GA23112@aepfle.de>
User-Agent: Mutt/1.5.22.rev6346 (2013-10-29)
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] [Xen-devel] 4.5 git: regression in xen systemd
 shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, Dec 02, Olaf Hering wrote:

> On Tue, Dec 02, Ian Campbell wrote:
> 
> > On Mon, 2014-12-01 at 23:41 +0000, Mark Pryor wrote:
> > > list,
> > 
> > Thanks. If you've identified a buggy changeset then it is fine to post
> > to the devel lists. I've added a CC. I've also CCd everyone listed in
> > the commit which you've fingered.
> > 
> > Olaf, does this suggested change look correct? If so then can you turn
> > it into a patch please.
> 
> Yes, something like this (sed -i 's@socket@service@g' *.in):

But even with that change xendomains is hanging if it cant talk to
xenstored for whatever  reason. The result is that the sytem hangs
forever at shutdown. 

I will try to fix that for 4.5.

Olaf

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Fri Dec 05 23:16:45 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 05 Dec 2014 23:16:45 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xx25u-0005Dk-Pv; Fri, 05 Dec 2014 23:15:26 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <manishjaggi.oss@gmail.com>) id 1Xx25t-0005DU-2v
	for xen-users@lists.xen.org; Fri, 05 Dec 2014 23:15:25 +0000
Received: from [193.109.254.147] by server-7.bemta-14.messagelabs.com id
	D4/EC-27785-C8C32845; Fri, 05 Dec 2014 23:15:24 +0000
X-Env-Sender: manishjaggi.oss@gmail.com
X-Msg-Ref: server-3.tower-27.messagelabs.com!1417821322!13265774!1
X-Originating-IP: [209.85.216.46]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 24710 invoked from network); 5 Dec 2014 23:15:23 -0000
Received: from mail-qa0-f46.google.com (HELO mail-qa0-f46.google.com)
	(209.85.216.46)
	by server-3.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	5 Dec 2014 23:15:23 -0000
Received: by mail-qa0-f46.google.com with SMTP id n8so1151740qaq.5
	for <xen-users@lists.xen.org>; Fri, 05 Dec 2014 15:15:22 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=K5Fp+tKAb/DiKIc8latp6xp4AoEG2/bdgPnVPX03YxQ=;
	b=OOmhLpBtagH3LJanIycjwh3VRXD8U6NR8Y3s3O3rbarpbl7sHKfjLnVOFL/7bEHuEZ
	xXrhgo1v9NdmPQeKRljARMIcqT1DH6KTcJHmDA0nhYoh6+1CQlVVgUCUpVEDv2wwZOT7
	6cYf0ZY2u3geGc/cwJsOlsUkyg48x/ufu1H9IOoFBbSbCwO5OXeaIhwOfe3mwwqTNXdj
	H7nZQIHCjNJ2oPyQwOT8dDbAcn//lcWT4UqZGQ0Q86+md54Ol2gp9jpU6wQ+fwutrXeb
	vNvDzCvm3voMkW0vWQEKhgj+Vkip5QrV3bnSJBMtcwp8euYQZUgjqfEhRv589wIeLSKU
	foVg==
MIME-Version: 1.0
X-Received: by 10.224.80.6 with SMTP id r6mr30060137qak.5.1417821322567; Fri,
	05 Dec 2014 15:15:22 -0800 (PST)
Received: by 10.229.133.144 with HTTP; Fri, 5 Dec 2014 15:15:22 -0800 (PST)
Date: Fri, 5 Dec 2014 15:15:22 -0800
Message-ID: <CAAiw7Jm+aH7n4qOZcJQ4Wc+ocEugvPq+RWYHemwhOLmcd5+EGw@mail.gmail.com>
From: manish jaggi <manishjaggi.oss@gmail.com>
To: xen-devel <xen-devel@lists.xenproject.org>, xen-users@lists.xen.org, 
	manish.jaggi@caviumnetworks.com, 
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Julien Grall <julien.grall@linaro.org>, 
	"konrad.wilk@oracle.com" <konrad.wilk@oracle.com>
Subject: [Xen-users] Steps to run XenServer on ARM Platform
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hi,

I am trying to find a tutorial to jumpstart installing XenServer / XCP
on an ARM 64bit platform.
Could the mailing list help.

-Regards
Manish

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Fri Dec 05 23:16:45 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 05 Dec 2014 23:16:45 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xx25u-0005Dk-Pv; Fri, 05 Dec 2014 23:15:26 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <manishjaggi.oss@gmail.com>) id 1Xx25t-0005DU-2v
	for xen-users@lists.xen.org; Fri, 05 Dec 2014 23:15:25 +0000
Received: from [193.109.254.147] by server-7.bemta-14.messagelabs.com id
	D4/EC-27785-C8C32845; Fri, 05 Dec 2014 23:15:24 +0000
X-Env-Sender: manishjaggi.oss@gmail.com
X-Msg-Ref: server-3.tower-27.messagelabs.com!1417821322!13265774!1
X-Originating-IP: [209.85.216.46]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 24710 invoked from network); 5 Dec 2014 23:15:23 -0000
Received: from mail-qa0-f46.google.com (HELO mail-qa0-f46.google.com)
	(209.85.216.46)
	by server-3.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	5 Dec 2014 23:15:23 -0000
Received: by mail-qa0-f46.google.com with SMTP id n8so1151740qaq.5
	for <xen-users@lists.xen.org>; Fri, 05 Dec 2014 15:15:22 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=K5Fp+tKAb/DiKIc8latp6xp4AoEG2/bdgPnVPX03YxQ=;
	b=OOmhLpBtagH3LJanIycjwh3VRXD8U6NR8Y3s3O3rbarpbl7sHKfjLnVOFL/7bEHuEZ
	xXrhgo1v9NdmPQeKRljARMIcqT1DH6KTcJHmDA0nhYoh6+1CQlVVgUCUpVEDv2wwZOT7
	6cYf0ZY2u3geGc/cwJsOlsUkyg48x/ufu1H9IOoFBbSbCwO5OXeaIhwOfe3mwwqTNXdj
	H7nZQIHCjNJ2oPyQwOT8dDbAcn//lcWT4UqZGQ0Q86+md54Ol2gp9jpU6wQ+fwutrXeb
	vNvDzCvm3voMkW0vWQEKhgj+Vkip5QrV3bnSJBMtcwp8euYQZUgjqfEhRv589wIeLSKU
	foVg==
MIME-Version: 1.0
X-Received: by 10.224.80.6 with SMTP id r6mr30060137qak.5.1417821322567; Fri,
	05 Dec 2014 15:15:22 -0800 (PST)
Received: by 10.229.133.144 with HTTP; Fri, 5 Dec 2014 15:15:22 -0800 (PST)
Date: Fri, 5 Dec 2014 15:15:22 -0800
Message-ID: <CAAiw7Jm+aH7n4qOZcJQ4Wc+ocEugvPq+RWYHemwhOLmcd5+EGw@mail.gmail.com>
From: manish jaggi <manishjaggi.oss@gmail.com>
To: xen-devel <xen-devel@lists.xenproject.org>, xen-users@lists.xen.org, 
	manish.jaggi@caviumnetworks.com, 
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Julien Grall <julien.grall@linaro.org>, 
	"konrad.wilk@oracle.com" <konrad.wilk@oracle.com>
Subject: [Xen-users] Steps to run XenServer on ARM Platform
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hi,

I am trying to find a tutorial to jumpstart installing XenServer / XCP
on an ARM 64bit platform.
Could the mailing list help.

-Regards
Manish

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Sat Dec 06 12:29:05 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sat, 06 Dec 2014 12:29:05 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XxESZ-0005Ui-7s; Sat, 06 Dec 2014 12:27:39 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <rjrbytes@gmail.com>) id 1XxESY-0005Ud-Cq
	for xen-users@lists.xen.org; Sat, 06 Dec 2014 12:27:38 +0000
Received: from [85.158.137.68] by server-4.bemta-3.messagelabs.com id
	E4/CB-23865-936F2845; Sat, 06 Dec 2014 12:27:37 +0000
X-Env-Sender: rjrbytes@gmail.com
X-Msg-Ref: server-16.tower-31.messagelabs.com!1417868855!11515309!1
X-Originating-IP: [209.85.218.46]
X-SpamReason: No, hits=0.9 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 27637 invoked from network); 6 Dec 2014 12:27:36 -0000
Received: from mail-oi0-f46.google.com (HELO mail-oi0-f46.google.com)
	(209.85.218.46)
	by server-16.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	6 Dec 2014 12:27:36 -0000
Received: by mail-oi0-f46.google.com with SMTP id h136so1607536oig.5
	for <xen-users@lists.xen.org>; Sat, 06 Dec 2014 04:27:35 -0800 (PST)
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:cc
	:content-type; bh=fiFKIf4MVvQ3xaxMzM45/uReAIAJhxPFOdtD8pk12bc=;
	b=prwWg2hmZyuN8/RVMsR5Ohx3kZcxc/tzu4Sm/WRT6LRZqLuO9/pMY2+f0evGS5p+zw
	qlXxfvm7LUoxL4BHSATRROLcs+wGqCGUd+yAfakEQhITrPjxWlm3oLdEZa9vXkpOpvP/
	SVgnsV04OLdqh4GKWmy2HIyH8QHq0dD80GTqrqFJPrH9aP6dqELI17H42tVt1wCf5E0E
	dwzqNdIB8hzP8vq6v+MnC2xMMiK7l4eF1zWXupDm2zQIGSoywbkEeiYk5e8kGDlIr2UP
	3pZf2Av6nX/e6CCki4mBJnvJK343TzqqtBcRfEjouGPUyZuZE7blu6vFN1SzRBfZFbuj
	pisg==
MIME-Version: 1.0
X-Received: by 10.60.68.108 with SMTP id v12mr1780233oet.69.1417868855264;
	Sat, 06 Dec 2014 04:27:35 -0800 (PST)
Received: by 10.76.140.231 with HTTP; Sat, 6 Dec 2014 04:27:35 -0800 (PST)
In-Reply-To: <CAJK=iD2Ar-q+5cE6DvVOR7K469dxVYJhRzkzE64CDr4n00gE1A@mail.gmail.com>
References: <CAJK=iD39m1xvn62qkVLfO-8iSC6UCNsK64WkAMYtyOLDTMQ5mw@mail.gmail.com>
	<1416841783.8878.6.camel@citrix.com>
	<54738299.1010506@pa.metrocast.net>
	<CAJK=iD2Ar-q+5cE6DvVOR7K469dxVYJhRzkzE64CDr4n00gE1A@mail.gmail.com>
Date: Sat, 6 Dec 2014 06:27:35 -0600
Message-ID: <CAJK=iD1L49sU8+kJgJjyXvS51zY29v=X-CJ-RpFKokPWLP-SAQ@mail.gmail.com>
From: Robert Rust <rjrbytes@gmail.com>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] repeated DomU volume corruption
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============6894875391979222331=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============6894875391979222331==
Content-Type: multipart/alternative; boundary=001a11330d5e74cd2a05098b51b6

--001a11330d5e74cd2a05098b51b6
Content-Type: text/plain; charset=UTF-8

I'm not sure there's been a significant improvement.  I just did package
updates and 4 of my 7 VMs ended up exhibiting this problem.  One may have
already been in that state when I started (hard to tell), a second appeared
to have it happen mid-shutdown, a third had it happen after it completed
downloading the package updates but hadn't installed them yet, and the 4th
I'm not certain of.  All 4 had the nobarrier option in their fstab:
/dev/xvda2 / ext4 nobarrier,noatime,nodiratime,errors=remount-ro 0 1

Further thoughts?

-Robert

On Mon, Nov 24, 2014 at 8:29 PM, Robert Rust <rjrbytes@gmail.com> wrote:

> On Mon, Nov 24, 2014 at 1:10 PM, Steve Dawson <sdawson@pa.metrocast.net>
> wrote:
>
>> I had an issue similar in nature, which manifested as a missing partition
>> table after a domU reboot, mounting the xvda{x} partitions with the
>> "nobarrier" mount option resolved it. The issue was observed on xfs and
>> ext4 filesystems.
>>
>> Hope this helps.
>>
>> Steve
>>
>
> Okay.  I've added the nobarrier option to all my DomUs ... we'll see how
> that goes.  Here's hoping it's that simple ...
>
> -Robert
>
>

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

<div dir=3D"ltr">I&#39;m not sure there&#39;s been a significant improvemen=
t.=C2=A0 I just did package updates and 4 of my 7 VMs ended up exhibiting t=
his problem.=C2=A0 One may have already been in that state when I started (=
hard to tell), a second appeared to have it happen mid-shutdown, a third ha=
d it happen after it completed downloading the package updates but hadn&#39=
;t installed them yet, and the 4th I&#39;m not certain of.=C2=A0 All 4 had =
the nobarrier option in their fstab:<div>/dev/xvda2 / ext4 nobarrier,noatim=
e,nodiratime,errors=3Dremount-ro 0 1<br></div><div><br></div><div>Further t=
houghts?</div><div><br></div><div>-Robert</div></div><div class=3D"gmail_ex=
tra"><br><div class=3D"gmail_quote">On Mon, Nov 24, 2014 at 8:29 PM, Robert=
 Rust <span dir=3D"ltr">&lt;<a href=3D"mailto:rjrbytes@gmail.com" target=3D=
"_blank">rjrbytes@gmail.com</a>&gt;</span> wrote:<br><blockquote class=3D"g=
mail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-l=
eft:1ex"><div dir=3D"ltr"><span class=3D"">On Mon, Nov 24, 2014 at 1:10 PM,=
 Steve Dawson <span dir=3D"ltr">&lt;<a href=3D"mailto:sdawson@pa.metrocast.=
net" target=3D"_blank">sdawson@pa.metrocast.net</a>&gt;</span> wrote:</span=
><div class=3D"gmail_extra"><div class=3D"gmail_quote"><span class=3D""><bl=
ockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #=
ccc solid;padding-left:1ex">
I had an issue similar in nature, which manifested as a missing partition t=
able after a domU reboot, mounting the xvda{x} partitions with the &quot;no=
barrier&quot; mount option resolved it. The issue was observed on xfs and e=
xt4 filesystems.<br>
<br>
Hope this helps.<br>
<br>
Steve<br></blockquote><div><br></div></span><div>Okay.=C2=A0 I&#39;ve added=
 the nobarrier option to all my DomUs ... we&#39;ll see how that goes.=C2=
=A0 Here&#39;s hoping it&#39;s that simple ...</div><span class=3D"HOEnZb">=
<font color=3D"#888888"><div><br></div><div>-Robert</div></font></span></di=
v><br></div></div>
</blockquote></div><br></div>

--001a11330d5e74cd2a05098b51b6--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============6894875391979222331==--


From xen-users-bounces@lists.xen.org Sat Dec 06 12:29:05 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sat, 06 Dec 2014 12:29:05 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XxESZ-0005Ui-7s; Sat, 06 Dec 2014 12:27:39 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <rjrbytes@gmail.com>) id 1XxESY-0005Ud-Cq
	for xen-users@lists.xen.org; Sat, 06 Dec 2014 12:27:38 +0000
Received: from [85.158.137.68] by server-4.bemta-3.messagelabs.com id
	E4/CB-23865-936F2845; Sat, 06 Dec 2014 12:27:37 +0000
X-Env-Sender: rjrbytes@gmail.com
X-Msg-Ref: server-16.tower-31.messagelabs.com!1417868855!11515309!1
X-Originating-IP: [209.85.218.46]
X-SpamReason: No, hits=0.9 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 27637 invoked from network); 6 Dec 2014 12:27:36 -0000
Received: from mail-oi0-f46.google.com (HELO mail-oi0-f46.google.com)
	(209.85.218.46)
	by server-16.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	6 Dec 2014 12:27:36 -0000
Received: by mail-oi0-f46.google.com with SMTP id h136so1607536oig.5
	for <xen-users@lists.xen.org>; Sat, 06 Dec 2014 04:27:35 -0800 (PST)
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:cc
	:content-type; bh=fiFKIf4MVvQ3xaxMzM45/uReAIAJhxPFOdtD8pk12bc=;
	b=prwWg2hmZyuN8/RVMsR5Ohx3kZcxc/tzu4Sm/WRT6LRZqLuO9/pMY2+f0evGS5p+zw
	qlXxfvm7LUoxL4BHSATRROLcs+wGqCGUd+yAfakEQhITrPjxWlm3oLdEZa9vXkpOpvP/
	SVgnsV04OLdqh4GKWmy2HIyH8QHq0dD80GTqrqFJPrH9aP6dqELI17H42tVt1wCf5E0E
	dwzqNdIB8hzP8vq6v+MnC2xMMiK7l4eF1zWXupDm2zQIGSoywbkEeiYk5e8kGDlIr2UP
	3pZf2Av6nX/e6CCki4mBJnvJK343TzqqtBcRfEjouGPUyZuZE7blu6vFN1SzRBfZFbuj
	pisg==
MIME-Version: 1.0
X-Received: by 10.60.68.108 with SMTP id v12mr1780233oet.69.1417868855264;
	Sat, 06 Dec 2014 04:27:35 -0800 (PST)
Received: by 10.76.140.231 with HTTP; Sat, 6 Dec 2014 04:27:35 -0800 (PST)
In-Reply-To: <CAJK=iD2Ar-q+5cE6DvVOR7K469dxVYJhRzkzE64CDr4n00gE1A@mail.gmail.com>
References: <CAJK=iD39m1xvn62qkVLfO-8iSC6UCNsK64WkAMYtyOLDTMQ5mw@mail.gmail.com>
	<1416841783.8878.6.camel@citrix.com>
	<54738299.1010506@pa.metrocast.net>
	<CAJK=iD2Ar-q+5cE6DvVOR7K469dxVYJhRzkzE64CDr4n00gE1A@mail.gmail.com>
Date: Sat, 6 Dec 2014 06:27:35 -0600
Message-ID: <CAJK=iD1L49sU8+kJgJjyXvS51zY29v=X-CJ-RpFKokPWLP-SAQ@mail.gmail.com>
From: Robert Rust <rjrbytes@gmail.com>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] repeated DomU volume corruption
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============6894875391979222331=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============6894875391979222331==
Content-Type: multipart/alternative; boundary=001a11330d5e74cd2a05098b51b6

--001a11330d5e74cd2a05098b51b6
Content-Type: text/plain; charset=UTF-8

I'm not sure there's been a significant improvement.  I just did package
updates and 4 of my 7 VMs ended up exhibiting this problem.  One may have
already been in that state when I started (hard to tell), a second appeared
to have it happen mid-shutdown, a third had it happen after it completed
downloading the package updates but hadn't installed them yet, and the 4th
I'm not certain of.  All 4 had the nobarrier option in their fstab:
/dev/xvda2 / ext4 nobarrier,noatime,nodiratime,errors=remount-ro 0 1

Further thoughts?

-Robert

On Mon, Nov 24, 2014 at 8:29 PM, Robert Rust <rjrbytes@gmail.com> wrote:

> On Mon, Nov 24, 2014 at 1:10 PM, Steve Dawson <sdawson@pa.metrocast.net>
> wrote:
>
>> I had an issue similar in nature, which manifested as a missing partition
>> table after a domU reboot, mounting the xvda{x} partitions with the
>> "nobarrier" mount option resolved it. The issue was observed on xfs and
>> ext4 filesystems.
>>
>> Hope this helps.
>>
>> Steve
>>
>
> Okay.  I've added the nobarrier option to all my DomUs ... we'll see how
> that goes.  Here's hoping it's that simple ...
>
> -Robert
>
>

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

<div dir=3D"ltr">I&#39;m not sure there&#39;s been a significant improvemen=
t.=C2=A0 I just did package updates and 4 of my 7 VMs ended up exhibiting t=
his problem.=C2=A0 One may have already been in that state when I started (=
hard to tell), a second appeared to have it happen mid-shutdown, a third ha=
d it happen after it completed downloading the package updates but hadn&#39=
;t installed them yet, and the 4th I&#39;m not certain of.=C2=A0 All 4 had =
the nobarrier option in their fstab:<div>/dev/xvda2 / ext4 nobarrier,noatim=
e,nodiratime,errors=3Dremount-ro 0 1<br></div><div><br></div><div>Further t=
houghts?</div><div><br></div><div>-Robert</div></div><div class=3D"gmail_ex=
tra"><br><div class=3D"gmail_quote">On Mon, Nov 24, 2014 at 8:29 PM, Robert=
 Rust <span dir=3D"ltr">&lt;<a href=3D"mailto:rjrbytes@gmail.com" target=3D=
"_blank">rjrbytes@gmail.com</a>&gt;</span> wrote:<br><blockquote class=3D"g=
mail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-l=
eft:1ex"><div dir=3D"ltr"><span class=3D"">On Mon, Nov 24, 2014 at 1:10 PM,=
 Steve Dawson <span dir=3D"ltr">&lt;<a href=3D"mailto:sdawson@pa.metrocast.=
net" target=3D"_blank">sdawson@pa.metrocast.net</a>&gt;</span> wrote:</span=
><div class=3D"gmail_extra"><div class=3D"gmail_quote"><span class=3D""><bl=
ockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #=
ccc solid;padding-left:1ex">
I had an issue similar in nature, which manifested as a missing partition t=
able after a domU reboot, mounting the xvda{x} partitions with the &quot;no=
barrier&quot; mount option resolved it. The issue was observed on xfs and e=
xt4 filesystems.<br>
<br>
Hope this helps.<br>
<br>
Steve<br></blockquote><div><br></div></span><div>Okay.=C2=A0 I&#39;ve added=
 the nobarrier option to all my DomUs ... we&#39;ll see how that goes.=C2=
=A0 Here&#39;s hoping it&#39;s that simple ...</div><span class=3D"HOEnZb">=
<font color=3D"#888888"><div><br></div><div>-Robert</div></font></span></di=
v><br></div></div>
</blockquote></div><br></div>

--001a11330d5e74cd2a05098b51b6--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============6894875391979222331==--


From xen-users-bounces@lists.xen.org Sat Dec 06 12:29:17 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sat, 06 Dec 2014 12:29:17 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XxETx-0005XE-1n; Sat, 06 Dec 2014 12:29:05 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <rjrbytes@gmail.com>) id 1XxETv-0005X7-0X
	for xen-users@lists.xen.org; Sat, 06 Dec 2014 12:29:03 +0000
Received: from [85.158.139.211] by server-13.bemta-5.messagelabs.com id
	1B/B9-02697-E86F2845; Sat, 06 Dec 2014 12:29:02 +0000
X-Env-Sender: rjrbytes@gmail.com
X-Msg-Ref: server-12.tower-206.messagelabs.com!1417868939!11908161!1
X-Originating-IP: [209.85.214.181]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_30_40,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 19333 invoked from network); 6 Dec 2014 12:29:00 -0000
Received: from mail-ob0-f181.google.com (HELO mail-ob0-f181.google.com)
	(209.85.214.181)
	by server-12.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	6 Dec 2014 12:29:00 -0000
Received: by mail-ob0-f181.google.com with SMTP id gq1so1730242obb.26
	for <xen-users@lists.xen.org>; Sat, 06 Dec 2014 04:28:59 -0800 (PST)
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
	:content-type; bh=JYxYf5XKBTxiwhzM0gMlHSuNjndU/1FUANowTisTCCA=;
	b=syMcbln2NaANQwKkaieI1NdlUDWGBPNfIPNWOXweA7gyzdOkZNoNB5Axsw5BnmJfqo
	G1qTi1hEKtcHYS8PjZ8ycKwhjS0jIe1zIL66TOvxLtnPpesXn5gDv3jjhzXTFOjLL9fP
	liyJaiLcsJ6ou3KhzEGDxkc2QJJg1ojPC8CivNADj0uJydhoLxNfYWEWDmVVhmnnANOC
	mvDGdsOGVAkptMoBU5sBzgv9hfVIyVeLlLnzMk4zwblRTUaIVteOezCRmhXID/PTE2LA
	RwwB2PaYLnpPCHSv6JkXQkOw8RnGrFtkpky1ZrOMY16Px8enhmKiEX/qqLSh14u85NTn
	AuIg==
MIME-Version: 1.0
X-Received: by 10.182.33.232 with SMTP id u8mr13417630obi.54.1417868939455;
	Sat, 06 Dec 2014 04:28:59 -0800 (PST)
Received: by 10.76.140.231 with HTTP; Sat, 6 Dec 2014 04:28:59 -0800 (PST)
In-Reply-To: <1416841783.8878.6.camel@citrix.com>
References: <CAJK=iD39m1xvn62qkVLfO-8iSC6UCNsK64WkAMYtyOLDTMQ5mw@mail.gmail.com>
	<1416841783.8878.6.camel@citrix.com>
Date: Sat, 6 Dec 2014 06:28:59 -0600
Message-ID: <CAJK=iD1Kc0vxxTbv5HuTaYG8VtjUYgm4sbNVisa4zQjqT=ZKLQ@mail.gmail.com>
From: Robert Rust <rjrbytes@gmail.com>
To: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] repeated DomU volume corruption
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1356605205268624558=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============1356605205268624558==
Content-Type: multipart/alternative; boundary=001a11c2d0c679733b05098b5642

--001a11c2d0c679733b05098b5642
Content-Type: text/plain; charset=UTF-8

My apologies for missing getting responses posted to the list on this ...

On Mon, Nov 24, 2014 at 9:09 AM, Ian Campbell <Ian.Campbell@citrix.com>
 wrote:

> On Sun, 2014-11-23 at 21:04 -0600, Robert Rust wrote:
> > I'm having headaches with DomU volume corruption.  It isn't tied to
> > any particular DomU, and I have never had it occur in the Dom0 (which
> > is on the same disk) nor did it happen in the nearly 1 year that I was
> > running on bare metal using the same drive.  Last fall I even replaced
> > the drive to try and resolve the problem, since it has plagued me
> > every time I've tried Xen.  If it matters, the most recent error (this
> > morning) was as follows (and it occurred in 2 of my DomUs) :
> > EXT4-fs error (device xvda2): ext4_mb_generate_buddy:756: group 66,
> > 7224 clusters in bitmap, 7216 in gd; block bitmap corrupt.
>
> Are you manually configuring anything to do with barriers, either to
> enable or disable them? I think with modern kernels this is all supposed
> to Just Work. I ask because AFAIK ext4 (and journalling filesystems) are
> pretty sensitive to having this be working right, i.e. things being on
> the disk when they've been told they are.
>
> What is your storage backend configuration like in dom0? i.e. are your
> guest disks on LVM volumes, raw files, qcow2, loopback mounts etc.
>
> What does your guest cfg file look like?
>
> Does the corruption correspond with anything interesting occurring? Like
> rebooting the domU etc?
>
> Have you run memtest on the system? (bit of a long shot...)
>

I'm using LVM volumes.  I had corruption on 3 of them this past weekend.
In two of the cases (very lightly used DomUs), it didn't show up until I
was shutting down the DomU after installing package updates.  For the third
one, it showed up after rebooting (I noticed when my website failed to come
back).  I have not run memtest, but will certainly do so.

Sample cfg below for one of the affected DomUs:
kernel      = '/boot/vmlinuz-3.14.4-031404-generic'
extra       = 'elevator=noop'
ramdisk     = '/boot/initrd.img-3.14.4-031404-generic'
vcpus       = '2'
memory      = '512'
pvh     = '1'
root        = '/dev/xvda2 ro'
disk        = [
                  'phy:/dev/midgard-vg/gondor-disk,xvda2,w',
                  'phy:/dev/midgard-vg/gondor-swap,xvda1,w',
              ]
name        = 'gondor'
dhcp        = 'dhcp'
vif         = [ 'mac=00:16:3E:B1:9B:9C,bridge=xenbr0' ]
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'


>
> > current setup:
> > OS: Ubuntu server 14.04.1 64-bit
> > kernel: 3.14.4-031404-generic
>
> Is this in dom0, domU or both?
>
> >    (for ATI radeon driver support I was experimenting with)
>
> Is this the Free radeon driver? (rather than the proprietary/binary only
> thing).
>

It's the binary driver.  The driver actually worked fine other than the
well-known performance degradation after reboots.  I was trying to set up
an PVHVM as a virtualized workstation for my kids with monitor and keyboard
connected, but ran into problems on the sound front.  Everything I tried
resulted in either pure static or sound with lots of static.  I'm currently
exploring options for using a Raspberry Pi as a thin client.

-rjr

On Mon, Nov 24, 2014 at 9:09 AM, Ian Campbell <Ian.Campbell@citrix.com>
wrote:

> On Sun, 2014-11-23 at 21:04 -0600, Robert Rust wrote:
> > I'm having headaches with DomU volume corruption.  It isn't tied to
> > any particular DomU, and I have never had it occur in the Dom0 (which
> > is on the same disk) nor did it happen in the nearly 1 year that I was
> > running on bare metal using the same drive.  Last fall I even replaced
> > the drive to try and resolve the problem, since it has plagued me
> > every time I've tried Xen.  If it matters, the most recent error (this
> > morning) was as follows (and it occurred in 2 of my DomUs) :
> > EXT4-fs error (device xvda2): ext4_mb_generate_buddy:756: group 66,
> > 7224 clusters in bitmap, 7216 in gd; block bitmap corrupt.
>
> Are you manually configuring anything to do with barriers, either to
> enable or disable them? I think with modern kernels this is all supposed
> to Just Work. I ask because AFAIK ext4 (and journalling filesystems) are
> pretty sensitive to having this be working right, i.e. things being on
> the disk when they've been told they are.
>
> What is your storage backend configuration like in dom0? i.e. are your
> guest disks on LVM volumes, raw files, qcow2, loopback mounts etc.
>
> What does your guest cfg file look like?
>
> Does the corruption correspond with anything interesting occurring? Like
> rebooting the domU etc?
>
> Have you run memtest on the system? (bit of a long shot...)
>
> > current setup:
> > OS: Ubuntu server 14.04.1 64-bit
> > kernel: 3.14.4-031404-generic
>
> Is this in dom0, domU or both?
>
> >    (for ATI radeon driver support I was experimenting with)
>
> Is this the Free radeon driver? (rather than the proprietary/binary only
> thing).
>
> Ian.
>
>
>

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

<div dir=3D"ltr">My apologies for missing getting responses posted to the l=
ist on this ...<div><br></div><div><span class=3D"im" style=3D"font-size:13=
px">On Mon, Nov 24, 2014 at 9:09 AM, Ian Campbell=C2=A0<span dir=3D"ltr">&l=
t;<a href=3D"mailto:Ian.Campbell@citrix.com" target=3D"_blank">Ian.Campbell=
@citrix.com</a>&gt;</span>=C2=A0wrote:<br></span><div class=3D"gmail_extra"=
 style=3D"font-size:13px"><div class=3D"gmail_quote"><span class=3D"im"><bl=
ockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-lef=
t-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padd=
ing-left:1ex">On Sun, 2014-11-23 at 21:04 -0600, Robert Rust wrote:<br>&gt;=
 I&#39;m having headaches with DomU volume corruption.=C2=A0 It isn&#39;t t=
ied to<br>&gt; any particular DomU, and I have never had it occur in the Do=
m0 (which<br>&gt; is on the same disk) nor did it happen in the nearly 1 ye=
ar that I was<br>&gt; running on bare metal using the same drive.=C2=A0 Las=
t fall I even replaced<br>&gt; the drive to try and resolve the problem, si=
nce it has plagued me<br>&gt; every time I&#39;ve tried Xen.=C2=A0 If it ma=
tters, the most recent error (this<br>&gt; morning) was as follows (and it =
occurred in 2 of my DomUs) :<br>&gt; EXT4-fs error (device xvda2): ext4_mb_=
generate_buddy:756: group 66,<br>&gt; 7224 clusters in bitmap, 7216 in gd; =
block bitmap corrupt.<br><br>Are you manually configuring anything to do wi=
th barriers, either to<br>enable or disable them? I think with modern kerne=
ls this is all supposed<br>to Just Work. I ask because AFAIK ext4 (and jour=
nalling filesystems) are<br>pretty sensitive to having this be working righ=
t, i.e. things being on<br>the disk when they&#39;ve been told they are.<br=
><br>What is your storage backend configuration like in dom0? i.e. are your=
<br>guest disks on LVM volumes, raw files, qcow2, loopback mounts etc.<br><=
br>What does your guest cfg file look like?<br><br>Does the corruption corr=
espond with anything interesting occurring? Like<br>rebooting the domU etc?=
<br><br>Have you run memtest on the system? (bit of a long shot...)<br></bl=
ockquote><div><br></div></span><div>I&#39;m using LVM volumes.=C2=A0 I had =
corruption on 3 of them this past weekend.=C2=A0 In two of the cases (very =
lightly used DomUs), it didn&#39;t show up until I was shutting down the Do=
mU after installing package updates.=C2=A0 For the third one, it showed up =
after rebooting (I noticed when my website failed to come back).=C2=A0 I ha=
ve not run memtest, but will certainly do so.</div><div><br></div><div>Samp=
le cfg below for one of the affected DomUs:</div><div><div>kernel =C2=A0 =
=C2=A0 =C2=A0=3D &#39;/boot/vmlinuz-3.14.4-031404-generic&#39;</div><div>ex=
tra =C2=A0 =C2=A0 =C2=A0 =3D &#39;elevator=3Dnoop&#39;</div><div>ramdisk =
=C2=A0 =C2=A0 =3D &#39;/boot/initrd.img-3.14.4-031404-generic&#39;</div></d=
iv><div><div>vcpus =C2=A0 =C2=A0 =C2=A0 =3D &#39;2&#39;</div><div>memory =
=C2=A0 =C2=A0 =C2=A0=3D &#39;512&#39;</div><div>pvh<span style=3D"white-spa=
ce:pre-wrap">	</span>=C2=A0=C2=A0 =C2=A0=3D &#39;1&#39;</div></div><div><di=
v>root =C2=A0 =C2=A0 =C2=A0 =C2=A0=3D &#39;/dev/xvda2 ro&#39;</div><div>dis=
k =C2=A0 =C2=A0 =C2=A0 =C2=A0=3D [</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &#39;phy:/dev/midgard-vg/gondor-disk,xvd=
a2,w&#39;,</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 &#39;phy:/dev/midgard-vg/gondor-swap,xvda1,w&#39;,</div><div>=C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ]</div><div><div>name =C2=A0 =
=C2=A0 =C2=A0 =C2=A0=3D &#39;gondor&#39;</div><div>dhcp =C2=A0 =C2=A0 =C2=
=A0 =C2=A0=3D &#39;dhcp&#39;</div><div>vif =C2=A0 =C2=A0 =C2=A0 =C2=A0 =3D =
[ &#39;mac=3D00:16:3E:B1:9B:9C,bridge=3Dxenbr0&#39; ]</div><div>on_poweroff=
 =3D &#39;destroy&#39;</div><div>on_reboot =C2=A0 =3D &#39;restart&#39;</di=
v></div></div><div>on_crash =C2=A0 =C2=A0=3D &#39;restart&#39;</div><span c=
lass=3D"im"><div>=C2=A0</div><blockquote class=3D"gmail_quote" style=3D"mar=
gin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,2=
04);border-left-style:solid;padding-left:1ex"><br>&gt; current setup:<br>&g=
t; OS: Ubuntu server 14.04.1 64-bit<br>&gt; kernel:=C2=A0<a href=3D"tel:3.1=
4.4-031404" value=3D"+13144031404" target=3D"_blank">3.14.4-031404</a>-gene=
ric<br><br>Is this in dom0, domU or both?<br><br>&gt;=C2=A0 =C2=A0 (for ATI=
 radeon driver support I was experimenting with)<br><br>Is this the Free ra=
deon driver? (rather than the proprietary/binary only<br>thing).<br></block=
quote><div><br></div></span><div>It&#39;s the binary driver.=C2=A0 The driv=
er actually worked fine other than the well-known performance degradation a=
fter reboots.=C2=A0 I was trying to set up an PVHVM as a virtualized workst=
ation for my kids with monitor and keyboard connected, but ran into problem=
s on the sound front.=C2=A0 Everything I tried resulted in either pure stat=
ic or sound with lots of static.=C2=A0 I&#39;m currently exploring options =
for using a Raspberry Pi as a thin client.</div><div><br></div><div>-rjr</d=
iv></div></div></div></div><div class=3D"gmail_extra"><br><div class=3D"gma=
il_quote">On Mon, Nov 24, 2014 at 9:09 AM, Ian Campbell <span dir=3D"ltr">&=
lt;<a href=3D"mailto:Ian.Campbell@citrix.com" target=3D"_blank">Ian.Campbel=
l@citrix.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" sty=
le=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span =
class=3D"">On Sun, 2014-11-23 at 21:04 -0600, Robert Rust wrote:<br>
&gt; I&#39;m having headaches with DomU volume corruption.=C2=A0 It isn&#39=
;t tied to<br>
&gt; any particular DomU, and I have never had it occur in the Dom0 (which<=
br>
&gt; is on the same disk) nor did it happen in the nearly 1 year that I was=
<br>
&gt; running on bare metal using the same drive.=C2=A0 Last fall I even rep=
laced<br>
&gt; the drive to try and resolve the problem, since it has plagued me<br>
&gt; every time I&#39;ve tried Xen.=C2=A0 If it matters, the most recent er=
ror (this<br>
&gt; morning) was as follows (and it occurred in 2 of my DomUs) :<br>
&gt; EXT4-fs error (device xvda2): ext4_mb_generate_buddy:756: group 66,<br=
>
&gt; 7224 clusters in bitmap, 7216 in gd; block bitmap corrupt.<br>
<br>
</span>Are you manually configuring anything to do with barriers, either to=
<br>
enable or disable them? I think with modern kernels this is all supposed<br=
>
to Just Work. I ask because AFAIK ext4 (and journalling filesystems) are<br=
>
pretty sensitive to having this be working right, i.e. things being on<br>
the disk when they&#39;ve been told they are.<br>
<br>
What is your storage backend configuration like in dom0? i.e. are your<br>
guest disks on LVM volumes, raw files, qcow2, loopback mounts etc.<br>
<br>
What does your guest cfg file look like?<br>
<br>
Does the corruption correspond with anything interesting occurring? Like<br=
>
rebooting the domU etc?<br>
<br>
Have you run memtest on the system? (bit of a long shot...)<br>
<span class=3D""><br>
&gt; current setup:<br>
&gt; OS: Ubuntu server 14.04.1 64-bit<br>
&gt; kernel: <a href=3D"tel:3.14.4-031404" value=3D"+13144031404">3.14.4-03=
1404</a>-generic<br>
<br>
</span>Is this in dom0, domU or both?<br>
<span class=3D""><br>
&gt;=C2=A0 =C2=A0 (for ATI radeon driver support I was experimenting with)<=
br>
<br>
</span>Is this the Free radeon driver? (rather than the proprietary/binary =
only<br>
thing).<br>
<span class=3D"HOEnZb"><font color=3D"#888888"><br>
Ian.<br>
<br>
<br>
</font></span></blockquote></div><br></div>

--001a11c2d0c679733b05098b5642--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============1356605205268624558==--


From xen-users-bounces@lists.xen.org Sat Dec 06 12:29:17 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sat, 06 Dec 2014 12:29:17 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XxETx-0005XE-1n; Sat, 06 Dec 2014 12:29:05 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <rjrbytes@gmail.com>) id 1XxETv-0005X7-0X
	for xen-users@lists.xen.org; Sat, 06 Dec 2014 12:29:03 +0000
Received: from [85.158.139.211] by server-13.bemta-5.messagelabs.com id
	1B/B9-02697-E86F2845; Sat, 06 Dec 2014 12:29:02 +0000
X-Env-Sender: rjrbytes@gmail.com
X-Msg-Ref: server-12.tower-206.messagelabs.com!1417868939!11908161!1
X-Originating-IP: [209.85.214.181]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_30_40,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 19333 invoked from network); 6 Dec 2014 12:29:00 -0000
Received: from mail-ob0-f181.google.com (HELO mail-ob0-f181.google.com)
	(209.85.214.181)
	by server-12.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	6 Dec 2014 12:29:00 -0000
Received: by mail-ob0-f181.google.com with SMTP id gq1so1730242obb.26
	for <xen-users@lists.xen.org>; Sat, 06 Dec 2014 04:28:59 -0800 (PST)
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
	:content-type; bh=JYxYf5XKBTxiwhzM0gMlHSuNjndU/1FUANowTisTCCA=;
	b=syMcbln2NaANQwKkaieI1NdlUDWGBPNfIPNWOXweA7gyzdOkZNoNB5Axsw5BnmJfqo
	G1qTi1hEKtcHYS8PjZ8ycKwhjS0jIe1zIL66TOvxLtnPpesXn5gDv3jjhzXTFOjLL9fP
	liyJaiLcsJ6ou3KhzEGDxkc2QJJg1ojPC8CivNADj0uJydhoLxNfYWEWDmVVhmnnANOC
	mvDGdsOGVAkptMoBU5sBzgv9hfVIyVeLlLnzMk4zwblRTUaIVteOezCRmhXID/PTE2LA
	RwwB2PaYLnpPCHSv6JkXQkOw8RnGrFtkpky1ZrOMY16Px8enhmKiEX/qqLSh14u85NTn
	AuIg==
MIME-Version: 1.0
X-Received: by 10.182.33.232 with SMTP id u8mr13417630obi.54.1417868939455;
	Sat, 06 Dec 2014 04:28:59 -0800 (PST)
Received: by 10.76.140.231 with HTTP; Sat, 6 Dec 2014 04:28:59 -0800 (PST)
In-Reply-To: <1416841783.8878.6.camel@citrix.com>
References: <CAJK=iD39m1xvn62qkVLfO-8iSC6UCNsK64WkAMYtyOLDTMQ5mw@mail.gmail.com>
	<1416841783.8878.6.camel@citrix.com>
Date: Sat, 6 Dec 2014 06:28:59 -0600
Message-ID: <CAJK=iD1Kc0vxxTbv5HuTaYG8VtjUYgm4sbNVisa4zQjqT=ZKLQ@mail.gmail.com>
From: Robert Rust <rjrbytes@gmail.com>
To: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] repeated DomU volume corruption
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1356605205268624558=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============1356605205268624558==
Content-Type: multipart/alternative; boundary=001a11c2d0c679733b05098b5642

--001a11c2d0c679733b05098b5642
Content-Type: text/plain; charset=UTF-8

My apologies for missing getting responses posted to the list on this ...

On Mon, Nov 24, 2014 at 9:09 AM, Ian Campbell <Ian.Campbell@citrix.com>
 wrote:

> On Sun, 2014-11-23 at 21:04 -0600, Robert Rust wrote:
> > I'm having headaches with DomU volume corruption.  It isn't tied to
> > any particular DomU, and I have never had it occur in the Dom0 (which
> > is on the same disk) nor did it happen in the nearly 1 year that I was
> > running on bare metal using the same drive.  Last fall I even replaced
> > the drive to try and resolve the problem, since it has plagued me
> > every time I've tried Xen.  If it matters, the most recent error (this
> > morning) was as follows (and it occurred in 2 of my DomUs) :
> > EXT4-fs error (device xvda2): ext4_mb_generate_buddy:756: group 66,
> > 7224 clusters in bitmap, 7216 in gd; block bitmap corrupt.
>
> Are you manually configuring anything to do with barriers, either to
> enable or disable them? I think with modern kernels this is all supposed
> to Just Work. I ask because AFAIK ext4 (and journalling filesystems) are
> pretty sensitive to having this be working right, i.e. things being on
> the disk when they've been told they are.
>
> What is your storage backend configuration like in dom0? i.e. are your
> guest disks on LVM volumes, raw files, qcow2, loopback mounts etc.
>
> What does your guest cfg file look like?
>
> Does the corruption correspond with anything interesting occurring? Like
> rebooting the domU etc?
>
> Have you run memtest on the system? (bit of a long shot...)
>

I'm using LVM volumes.  I had corruption on 3 of them this past weekend.
In two of the cases (very lightly used DomUs), it didn't show up until I
was shutting down the DomU after installing package updates.  For the third
one, it showed up after rebooting (I noticed when my website failed to come
back).  I have not run memtest, but will certainly do so.

Sample cfg below for one of the affected DomUs:
kernel      = '/boot/vmlinuz-3.14.4-031404-generic'
extra       = 'elevator=noop'
ramdisk     = '/boot/initrd.img-3.14.4-031404-generic'
vcpus       = '2'
memory      = '512'
pvh     = '1'
root        = '/dev/xvda2 ro'
disk        = [
                  'phy:/dev/midgard-vg/gondor-disk,xvda2,w',
                  'phy:/dev/midgard-vg/gondor-swap,xvda1,w',
              ]
name        = 'gondor'
dhcp        = 'dhcp'
vif         = [ 'mac=00:16:3E:B1:9B:9C,bridge=xenbr0' ]
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'


>
> > current setup:
> > OS: Ubuntu server 14.04.1 64-bit
> > kernel: 3.14.4-031404-generic
>
> Is this in dom0, domU or both?
>
> >    (for ATI radeon driver support I was experimenting with)
>
> Is this the Free radeon driver? (rather than the proprietary/binary only
> thing).
>

It's the binary driver.  The driver actually worked fine other than the
well-known performance degradation after reboots.  I was trying to set up
an PVHVM as a virtualized workstation for my kids with monitor and keyboard
connected, but ran into problems on the sound front.  Everything I tried
resulted in either pure static or sound with lots of static.  I'm currently
exploring options for using a Raspberry Pi as a thin client.

-rjr

On Mon, Nov 24, 2014 at 9:09 AM, Ian Campbell <Ian.Campbell@citrix.com>
wrote:

> On Sun, 2014-11-23 at 21:04 -0600, Robert Rust wrote:
> > I'm having headaches with DomU volume corruption.  It isn't tied to
> > any particular DomU, and I have never had it occur in the Dom0 (which
> > is on the same disk) nor did it happen in the nearly 1 year that I was
> > running on bare metal using the same drive.  Last fall I even replaced
> > the drive to try and resolve the problem, since it has plagued me
> > every time I've tried Xen.  If it matters, the most recent error (this
> > morning) was as follows (and it occurred in 2 of my DomUs) :
> > EXT4-fs error (device xvda2): ext4_mb_generate_buddy:756: group 66,
> > 7224 clusters in bitmap, 7216 in gd; block bitmap corrupt.
>
> Are you manually configuring anything to do with barriers, either to
> enable or disable them? I think with modern kernels this is all supposed
> to Just Work. I ask because AFAIK ext4 (and journalling filesystems) are
> pretty sensitive to having this be working right, i.e. things being on
> the disk when they've been told they are.
>
> What is your storage backend configuration like in dom0? i.e. are your
> guest disks on LVM volumes, raw files, qcow2, loopback mounts etc.
>
> What does your guest cfg file look like?
>
> Does the corruption correspond with anything interesting occurring? Like
> rebooting the domU etc?
>
> Have you run memtest on the system? (bit of a long shot...)
>
> > current setup:
> > OS: Ubuntu server 14.04.1 64-bit
> > kernel: 3.14.4-031404-generic
>
> Is this in dom0, domU or both?
>
> >    (for ATI radeon driver support I was experimenting with)
>
> Is this the Free radeon driver? (rather than the proprietary/binary only
> thing).
>
> Ian.
>
>
>

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

<div dir=3D"ltr">My apologies for missing getting responses posted to the l=
ist on this ...<div><br></div><div><span class=3D"im" style=3D"font-size:13=
px">On Mon, Nov 24, 2014 at 9:09 AM, Ian Campbell=C2=A0<span dir=3D"ltr">&l=
t;<a href=3D"mailto:Ian.Campbell@citrix.com" target=3D"_blank">Ian.Campbell=
@citrix.com</a>&gt;</span>=C2=A0wrote:<br></span><div class=3D"gmail_extra"=
 style=3D"font-size:13px"><div class=3D"gmail_quote"><span class=3D"im"><bl=
ockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-lef=
t-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padd=
ing-left:1ex">On Sun, 2014-11-23 at 21:04 -0600, Robert Rust wrote:<br>&gt;=
 I&#39;m having headaches with DomU volume corruption.=C2=A0 It isn&#39;t t=
ied to<br>&gt; any particular DomU, and I have never had it occur in the Do=
m0 (which<br>&gt; is on the same disk) nor did it happen in the nearly 1 ye=
ar that I was<br>&gt; running on bare metal using the same drive.=C2=A0 Las=
t fall I even replaced<br>&gt; the drive to try and resolve the problem, si=
nce it has plagued me<br>&gt; every time I&#39;ve tried Xen.=C2=A0 If it ma=
tters, the most recent error (this<br>&gt; morning) was as follows (and it =
occurred in 2 of my DomUs) :<br>&gt; EXT4-fs error (device xvda2): ext4_mb_=
generate_buddy:756: group 66,<br>&gt; 7224 clusters in bitmap, 7216 in gd; =
block bitmap corrupt.<br><br>Are you manually configuring anything to do wi=
th barriers, either to<br>enable or disable them? I think with modern kerne=
ls this is all supposed<br>to Just Work. I ask because AFAIK ext4 (and jour=
nalling filesystems) are<br>pretty sensitive to having this be working righ=
t, i.e. things being on<br>the disk when they&#39;ve been told they are.<br=
><br>What is your storage backend configuration like in dom0? i.e. are your=
<br>guest disks on LVM volumes, raw files, qcow2, loopback mounts etc.<br><=
br>What does your guest cfg file look like?<br><br>Does the corruption corr=
espond with anything interesting occurring? Like<br>rebooting the domU etc?=
<br><br>Have you run memtest on the system? (bit of a long shot...)<br></bl=
ockquote><div><br></div></span><div>I&#39;m using LVM volumes.=C2=A0 I had =
corruption on 3 of them this past weekend.=C2=A0 In two of the cases (very =
lightly used DomUs), it didn&#39;t show up until I was shutting down the Do=
mU after installing package updates.=C2=A0 For the third one, it showed up =
after rebooting (I noticed when my website failed to come back).=C2=A0 I ha=
ve not run memtest, but will certainly do so.</div><div><br></div><div>Samp=
le cfg below for one of the affected DomUs:</div><div><div>kernel =C2=A0 =
=C2=A0 =C2=A0=3D &#39;/boot/vmlinuz-3.14.4-031404-generic&#39;</div><div>ex=
tra =C2=A0 =C2=A0 =C2=A0 =3D &#39;elevator=3Dnoop&#39;</div><div>ramdisk =
=C2=A0 =C2=A0 =3D &#39;/boot/initrd.img-3.14.4-031404-generic&#39;</div></d=
iv><div><div>vcpus =C2=A0 =C2=A0 =C2=A0 =3D &#39;2&#39;</div><div>memory =
=C2=A0 =C2=A0 =C2=A0=3D &#39;512&#39;</div><div>pvh<span style=3D"white-spa=
ce:pre-wrap">	</span>=C2=A0=C2=A0 =C2=A0=3D &#39;1&#39;</div></div><div><di=
v>root =C2=A0 =C2=A0 =C2=A0 =C2=A0=3D &#39;/dev/xvda2 ro&#39;</div><div>dis=
k =C2=A0 =C2=A0 =C2=A0 =C2=A0=3D [</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 &#39;phy:/dev/midgard-vg/gondor-disk,xvd=
a2,w&#39;,</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 &#39;phy:/dev/midgard-vg/gondor-swap,xvda1,w&#39;,</div><div>=C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ]</div><div><div>name =C2=A0 =
=C2=A0 =C2=A0 =C2=A0=3D &#39;gondor&#39;</div><div>dhcp =C2=A0 =C2=A0 =C2=
=A0 =C2=A0=3D &#39;dhcp&#39;</div><div>vif =C2=A0 =C2=A0 =C2=A0 =C2=A0 =3D =
[ &#39;mac=3D00:16:3E:B1:9B:9C,bridge=3Dxenbr0&#39; ]</div><div>on_poweroff=
 =3D &#39;destroy&#39;</div><div>on_reboot =C2=A0 =3D &#39;restart&#39;</di=
v></div></div><div>on_crash =C2=A0 =C2=A0=3D &#39;restart&#39;</div><span c=
lass=3D"im"><div>=C2=A0</div><blockquote class=3D"gmail_quote" style=3D"mar=
gin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,2=
04);border-left-style:solid;padding-left:1ex"><br>&gt; current setup:<br>&g=
t; OS: Ubuntu server 14.04.1 64-bit<br>&gt; kernel:=C2=A0<a href=3D"tel:3.1=
4.4-031404" value=3D"+13144031404" target=3D"_blank">3.14.4-031404</a>-gene=
ric<br><br>Is this in dom0, domU or both?<br><br>&gt;=C2=A0 =C2=A0 (for ATI=
 radeon driver support I was experimenting with)<br><br>Is this the Free ra=
deon driver? (rather than the proprietary/binary only<br>thing).<br></block=
quote><div><br></div></span><div>It&#39;s the binary driver.=C2=A0 The driv=
er actually worked fine other than the well-known performance degradation a=
fter reboots.=C2=A0 I was trying to set up an PVHVM as a virtualized workst=
ation for my kids with monitor and keyboard connected, but ran into problem=
s on the sound front.=C2=A0 Everything I tried resulted in either pure stat=
ic or sound with lots of static.=C2=A0 I&#39;m currently exploring options =
for using a Raspberry Pi as a thin client.</div><div><br></div><div>-rjr</d=
iv></div></div></div></div><div class=3D"gmail_extra"><br><div class=3D"gma=
il_quote">On Mon, Nov 24, 2014 at 9:09 AM, Ian Campbell <span dir=3D"ltr">&=
lt;<a href=3D"mailto:Ian.Campbell@citrix.com" target=3D"_blank">Ian.Campbel=
l@citrix.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" sty=
le=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span =
class=3D"">On Sun, 2014-11-23 at 21:04 -0600, Robert Rust wrote:<br>
&gt; I&#39;m having headaches with DomU volume corruption.=C2=A0 It isn&#39=
;t tied to<br>
&gt; any particular DomU, and I have never had it occur in the Dom0 (which<=
br>
&gt; is on the same disk) nor did it happen in the nearly 1 year that I was=
<br>
&gt; running on bare metal using the same drive.=C2=A0 Last fall I even rep=
laced<br>
&gt; the drive to try and resolve the problem, since it has plagued me<br>
&gt; every time I&#39;ve tried Xen.=C2=A0 If it matters, the most recent er=
ror (this<br>
&gt; morning) was as follows (and it occurred in 2 of my DomUs) :<br>
&gt; EXT4-fs error (device xvda2): ext4_mb_generate_buddy:756: group 66,<br=
>
&gt; 7224 clusters in bitmap, 7216 in gd; block bitmap corrupt.<br>
<br>
</span>Are you manually configuring anything to do with barriers, either to=
<br>
enable or disable them? I think with modern kernels this is all supposed<br=
>
to Just Work. I ask because AFAIK ext4 (and journalling filesystems) are<br=
>
pretty sensitive to having this be working right, i.e. things being on<br>
the disk when they&#39;ve been told they are.<br>
<br>
What is your storage backend configuration like in dom0? i.e. are your<br>
guest disks on LVM volumes, raw files, qcow2, loopback mounts etc.<br>
<br>
What does your guest cfg file look like?<br>
<br>
Does the corruption correspond with anything interesting occurring? Like<br=
>
rebooting the domU etc?<br>
<br>
Have you run memtest on the system? (bit of a long shot...)<br>
<span class=3D""><br>
&gt; current setup:<br>
&gt; OS: Ubuntu server 14.04.1 64-bit<br>
&gt; kernel: <a href=3D"tel:3.14.4-031404" value=3D"+13144031404">3.14.4-03=
1404</a>-generic<br>
<br>
</span>Is this in dom0, domU or both?<br>
<span class=3D""><br>
&gt;=C2=A0 =C2=A0 (for ATI radeon driver support I was experimenting with)<=
br>
<br>
</span>Is this the Free radeon driver? (rather than the proprietary/binary =
only<br>
thing).<br>
<span class=3D"HOEnZb"><font color=3D"#888888"><br>
Ian.<br>
<br>
<br>
</font></span></blockquote></div><br></div>

--001a11c2d0c679733b05098b5642--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============1356605205268624558==--


From xen-users-bounces@lists.xen.org Mon Dec 08 10:23:07 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 08 Dec 2014 10:23:07 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XxvS1-0007mO-9T; Mon, 08 Dec 2014 10:21:57 +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 1XxvRz-0007kd-Iw
	for xen-users@lists.xen.org; Mon, 08 Dec 2014 10:21:55 +0000
Received: from [85.158.139.211] by server-16.bemta-5.messagelabs.com id
	55/01-29352-2CB75845; Mon, 08 Dec 2014 10:21:54 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-14.tower-206.messagelabs.com!1418034112!6682432!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 4045 invoked from network); 8 Dec 2014 10:21:53 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-14.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	8 Dec 2014 10:21:53 -0000
X-IronPort-AV: E=Sophos;i="5.07,537,1413244800"; d="scan'208";a="201726498"
Message-ID: <1418034110.30016.1.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: manish jaggi <manishjaggi.oss@gmail.com>
Date: Mon, 8 Dec 2014 10:21:50 +0000
In-Reply-To: <CAAiw7Jm+aH7n4qOZcJQ4Wc+ocEugvPq+RWYHemwhOLmcd5+EGw@mail.gmail.com>
References: <CAAiw7Jm+aH7n4qOZcJQ4Wc+ocEugvPq+RWYHemwhOLmcd5+EGw@mail.gmail.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA1
Cc: Julien Grall <julien.grall@linaro.org>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	manish.jaggi@caviumnetworks.com,
	"konrad.wilk@oracle.com" <konrad.wilk@oracle.com>, xen-users@lists.xen.org,
	xen-devel <xen-devel@lists.xenproject.org>
Subject: Re: [Xen-users] [Xen-devel] Steps to run XenServer on ARM Platform
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Fri, 2014-12-05 at 15:15 -0800, manish jaggi wrote:
> Hi,
> 
> I am trying to find a tutorial to jumpstart installing XenServer / XCP
> on an ARM 64bit platform.
> Could the mailing list help.

TTBOMK there has been no work done on an ARM64 port of XenServer/XCP at
this time and only minimal work done on ARM generally. If you want to
get this working then I think you are looking at doing a port (i.e. a
bunch of development work) not simply following an installation
tutorial.

However XenServer/XCP is developed separately from XenProject as Open
XenServer over at xenserver.org, I suggest one of the lists over there
would be the best place to start a discussion of a new arm64 port of
xenserver.

Ian.



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 08 10:23:07 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 08 Dec 2014 10:23:07 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XxvS1-0007mO-9T; Mon, 08 Dec 2014 10:21:57 +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 1XxvRz-0007kd-Iw
	for xen-users@lists.xen.org; Mon, 08 Dec 2014 10:21:55 +0000
Received: from [85.158.139.211] by server-16.bemta-5.messagelabs.com id
	55/01-29352-2CB75845; Mon, 08 Dec 2014 10:21:54 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-14.tower-206.messagelabs.com!1418034112!6682432!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 4045 invoked from network); 8 Dec 2014 10:21:53 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-14.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	8 Dec 2014 10:21:53 -0000
X-IronPort-AV: E=Sophos;i="5.07,537,1413244800"; d="scan'208";a="201726498"
Message-ID: <1418034110.30016.1.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: manish jaggi <manishjaggi.oss@gmail.com>
Date: Mon, 8 Dec 2014 10:21:50 +0000
In-Reply-To: <CAAiw7Jm+aH7n4qOZcJQ4Wc+ocEugvPq+RWYHemwhOLmcd5+EGw@mail.gmail.com>
References: <CAAiw7Jm+aH7n4qOZcJQ4Wc+ocEugvPq+RWYHemwhOLmcd5+EGw@mail.gmail.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.7-1 
MIME-Version: 1.0
X-DLP: MIA1
Cc: Julien Grall <julien.grall@linaro.org>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	manish.jaggi@caviumnetworks.com,
	"konrad.wilk@oracle.com" <konrad.wilk@oracle.com>, xen-users@lists.xen.org,
	xen-devel <xen-devel@lists.xenproject.org>
Subject: Re: [Xen-users] [Xen-devel] Steps to run XenServer on ARM Platform
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Fri, 2014-12-05 at 15:15 -0800, manish jaggi wrote:
> Hi,
> 
> I am trying to find a tutorial to jumpstart installing XenServer / XCP
> on an ARM 64bit platform.
> Could the mailing list help.

TTBOMK there has been no work done on an ARM64 port of XenServer/XCP at
this time and only minimal work done on ARM generally. If you want to
get this working then I think you are looking at doing a port (i.e. a
bunch of development work) not simply following an installation
tutorial.

However XenServer/XCP is developed separately from XenProject as Open
XenServer over at xenserver.org, I suggest one of the lists over there
would be the best place to start a discussion of a new arm64 port of
xenserver.

Ian.



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 08 10:49:17 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 08 Dec 2014 10:49:17 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xxvrk-00012m-LK; Mon, 08 Dec 2014 10:48:32 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <skupko.sk@gmail.com>) id 1Xxvrj-00012h-99
	for xen-users@lists.xen.org; Mon, 08 Dec 2014 10:48:31 +0000
Received: from [193.109.254.147] by server-10.bemta-14.messagelabs.com id
	52/C8-02696-EF185845; Mon, 08 Dec 2014 10:48:30 +0000
X-Env-Sender: skupko.sk@gmail.com
X-Msg-Ref: server-10.tower-27.messagelabs.com!1418035709!13650222!1
X-Originating-IP: [74.125.82.41]
X-SpamReason: No, hits=0.9 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 24066 invoked from network); 8 Dec 2014 10:48:29 -0000
Received: from mail-wg0-f41.google.com (HELO mail-wg0-f41.google.com)
	(74.125.82.41)
	by server-10.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	8 Dec 2014 10:48:29 -0000
Received: by mail-wg0-f41.google.com with SMTP id y19so5832961wgg.14
	for <xen-users@lists.xen.org>; Mon, 08 Dec 2014 02:48:29 -0800 (PST)
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=zG8uMgNs+hnj2+BDNMfonLBSmJDBLMXuGUoJrEx6hj8=;
	b=nlQvbIGa87p33yDpd1kzVmZ9huDC7zngJFZzIfPuuwpgmTnhoMuZ63/Sk92QGVBN7k
	4v/Ox/Y4k2aBzGmZcVsS3Q41AKc7q/IQ+BS+WFRnovWW5+QKiZMH2ZImALFgjxZh2tvz
	Ra5Olw62A/7Wslkzy7tC9fDx99L0TfCWAH4BFpYLsB9T+mqNc4xp1IKu8IT4i9J1RZNH
	WHNiSwh5WinwrgnxbrYbS+8Y4CNyxGtXiSKgQrnAR7f/u75awkOIapk0IWFJZ7UkB+LM
	qHpTHzJq7Myr5JaboVYg0VttUkzHarEG68CBDOLHgQiNsUpimGiQPR8wPF1Bz0aVcaaK
	PKmQ==
MIME-Version: 1.0
X-Received: by 10.180.83.98 with SMTP id p2mr22758725wiy.20.1418035709266;
	Mon, 08 Dec 2014 02:48:29 -0800 (PST)
Received: by 10.216.17.193 with HTTP; Mon, 8 Dec 2014 02:48:29 -0800 (PST)
In-Reply-To: <CAJK=iD1L49sU8+kJgJjyXvS51zY29v=X-CJ-RpFKokPWLP-SAQ@mail.gmail.com>
References: <CAJK=iD39m1xvn62qkVLfO-8iSC6UCNsK64WkAMYtyOLDTMQ5mw@mail.gmail.com>
	<1416841783.8878.6.camel@citrix.com>
	<54738299.1010506@pa.metrocast.net>
	<CAJK=iD2Ar-q+5cE6DvVOR7K469dxVYJhRzkzE64CDr4n00gE1A@mail.gmail.com>
	<CAJK=iD1L49sU8+kJgJjyXvS51zY29v=X-CJ-RpFKokPWLP-SAQ@mail.gmail.com>
Date: Mon, 8 Dec 2014 11:48:29 +0100
Message-ID: <CAPa6PsGGtVzK3VOsV1tx4OJDMjcaUE4FzF2CqwT3V28ORygFFw@mail.gmail.com>
From: Peter Viskup <skupko.sk@gmail.com>
To: Robert Rust <rjrbytes@gmail.com>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] repeated DomU volume corruption
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0672694122038230700=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============0672694122038230700==
Content-Type: multipart/alternative; boundary=f46d0442885cbacfc80509b22afd

--f46d0442885cbacfc80509b22afd
Content-Type: text/plain; charset=UTF-8

I was experiencing similar issue on CPU and IO bound domU and
barrier=0/nobarrier helped me.
Check whether the barriers were disabled (dmesg| awk '/xvda/||/barrier/').
Check whether some IO errors are visible on Dom0 as it provides the storage
layers.

-- 
Peter Viskup

On Sat, Dec 6, 2014 at 1:27 PM, Robert Rust <rjrbytes@gmail.com> wrote:

> I'm not sure there's been a significant improvement.  I just did package
> updates and 4 of my 7 VMs ended up exhibiting this problem.  One may have
> already been in that state when I started (hard to tell), a second appeared
> to have it happen mid-shutdown, a third had it happen after it completed
> downloading the package updates but hadn't installed them yet, and the 4th
> I'm not certain of.  All 4 had the nobarrier option in their fstab:
> /dev/xvda2 / ext4 nobarrier,noatime,nodiratime,errors=remount-ro 0 1
>
> Further thoughts?
>
> -Robert
>
> On Mon, Nov 24, 2014 at 8:29 PM, Robert Rust <rjrbytes@gmail.com> wrote:
>
>> On Mon, Nov 24, 2014 at 1:10 PM, Steve Dawson <sdawson@pa.metrocast.net>
>> wrote:
>>
>>> I had an issue similar in nature, which manifested as a missing
>>> partition table after a domU reboot, mounting the xvda{x} partitions with
>>> the "nobarrier" mount option resolved it. The issue was observed on xfs and
>>> ext4 filesystems.
>>>
>>> Hope this helps.
>>>
>>> Steve
>>>
>>
>> Okay.  I've added the nobarrier option to all my DomUs ... we'll see how
>> that goes.  Here's hoping it's that simple ...
>>
>> -Robert
>>
>>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users
>

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

<div dir=3D"ltr"><div><div><div>I was experiencing similar issue on CPU and=
 IO bound domU and barrier=3D0/nobarrier helped me.<br></div>Check whether =
the barriers were disabled (dmesg| awk &#39;/xvda/||/barrier/&#39;).<br></d=
iv>Check whether some IO errors are visible on Dom0 as it provides the stor=
age layers.<br><br>-- <br></div>Peter Viskup<br></div><div class=3D"gmail_e=
xtra"><br><div class=3D"gmail_quote">On Sat, Dec 6, 2014 at 1:27 PM, Robert=
 Rust <span dir=3D"ltr">&lt;<a href=3D"mailto:rjrbytes@gmail.com" target=3D=
"_blank">rjrbytes@gmail.com</a>&gt;</span> wrote:<br><blockquote class=3D"g=
mail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-l=
eft:1ex"><div dir=3D"ltr">I&#39;m not sure there&#39;s been a significant i=
mprovement.=C2=A0 I just did package updates and 4 of my 7 VMs ended up exh=
ibiting this problem.=C2=A0 One may have already been in that state when I =
started (hard to tell), a second appeared to have it happen mid-shutdown, a=
 third had it happen after it completed downloading the package updates but=
 hadn&#39;t installed them yet, and the 4th I&#39;m not certain of.=C2=A0 A=
ll 4 had the nobarrier option in their fstab:<div>/dev/xvda2 / ext4 nobarri=
er,noatime,nodiratime,errors=3Dremount-ro 0 1<br></div><div><br></div><div>=
Further thoughts?</div><span class=3D"HOEnZb"><font color=3D"#888888"><div>=
<br></div><div>-Robert</div></font></span></div><div class=3D"HOEnZb"><div =
class=3D"h5"><div class=3D"gmail_extra"><br><div class=3D"gmail_quote">On M=
on, Nov 24, 2014 at 8:29 PM, Robert Rust <span dir=3D"ltr">&lt;<a href=3D"m=
ailto:rjrbytes@gmail.com" target=3D"_blank">rjrbytes@gmail.com</a>&gt;</spa=
n> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;b=
order-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr"><span>On Mon, =
Nov 24, 2014 at 1:10 PM, Steve Dawson <span dir=3D"ltr">&lt;<a href=3D"mail=
to:sdawson@pa.metrocast.net" target=3D"_blank">sdawson@pa.metrocast.net</a>=
&gt;</span> wrote:</span><div class=3D"gmail_extra"><div class=3D"gmail_quo=
te"><span><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;bord=
er-left:1px #ccc solid;padding-left:1ex">
I had an issue similar in nature, which manifested as a missing partition t=
able after a domU reboot, mounting the xvda{x} partitions with the &quot;no=
barrier&quot; mount option resolved it. The issue was observed on xfs and e=
xt4 filesystems.<br>
<br>
Hope this helps.<br>
<br>
Steve<br></blockquote><div><br></div></span><div>Okay.=C2=A0 I&#39;ve added=
 the nobarrier option to all my DomUs ... we&#39;ll see how that goes.=C2=
=A0 Here&#39;s hoping it&#39;s that simple ...</div><span><font color=3D"#8=
88888"><div><br></div><div>-Robert</div></font></span></div><br></div></div=
>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Xen-users mailing list<br>
<a href=3D"mailto:Xen-users@lists.xen.org">Xen-users@lists.xen.org</a><br>
<a href=3D"http://lists.xen.org/xen-users" target=3D"_blank">http://lists.x=
en.org/xen-users</a><br></blockquote></div><br></div>

--f46d0442885cbacfc80509b22afd--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============0672694122038230700==--


From xen-users-bounces@lists.xen.org Mon Dec 08 10:49:17 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 08 Dec 2014 10:49:17 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xxvrk-00012m-LK; Mon, 08 Dec 2014 10:48:32 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <skupko.sk@gmail.com>) id 1Xxvrj-00012h-99
	for xen-users@lists.xen.org; Mon, 08 Dec 2014 10:48:31 +0000
Received: from [193.109.254.147] by server-10.bemta-14.messagelabs.com id
	52/C8-02696-EF185845; Mon, 08 Dec 2014 10:48:30 +0000
X-Env-Sender: skupko.sk@gmail.com
X-Msg-Ref: server-10.tower-27.messagelabs.com!1418035709!13650222!1
X-Originating-IP: [74.125.82.41]
X-SpamReason: No, hits=0.9 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 24066 invoked from network); 8 Dec 2014 10:48:29 -0000
Received: from mail-wg0-f41.google.com (HELO mail-wg0-f41.google.com)
	(74.125.82.41)
	by server-10.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	8 Dec 2014 10:48:29 -0000
Received: by mail-wg0-f41.google.com with SMTP id y19so5832961wgg.14
	for <xen-users@lists.xen.org>; Mon, 08 Dec 2014 02:48:29 -0800 (PST)
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=zG8uMgNs+hnj2+BDNMfonLBSmJDBLMXuGUoJrEx6hj8=;
	b=nlQvbIGa87p33yDpd1kzVmZ9huDC7zngJFZzIfPuuwpgmTnhoMuZ63/Sk92QGVBN7k
	4v/Ox/Y4k2aBzGmZcVsS3Q41AKc7q/IQ+BS+WFRnovWW5+QKiZMH2ZImALFgjxZh2tvz
	Ra5Olw62A/7Wslkzy7tC9fDx99L0TfCWAH4BFpYLsB9T+mqNc4xp1IKu8IT4i9J1RZNH
	WHNiSwh5WinwrgnxbrYbS+8Y4CNyxGtXiSKgQrnAR7f/u75awkOIapk0IWFJZ7UkB+LM
	qHpTHzJq7Myr5JaboVYg0VttUkzHarEG68CBDOLHgQiNsUpimGiQPR8wPF1Bz0aVcaaK
	PKmQ==
MIME-Version: 1.0
X-Received: by 10.180.83.98 with SMTP id p2mr22758725wiy.20.1418035709266;
	Mon, 08 Dec 2014 02:48:29 -0800 (PST)
Received: by 10.216.17.193 with HTTP; Mon, 8 Dec 2014 02:48:29 -0800 (PST)
In-Reply-To: <CAJK=iD1L49sU8+kJgJjyXvS51zY29v=X-CJ-RpFKokPWLP-SAQ@mail.gmail.com>
References: <CAJK=iD39m1xvn62qkVLfO-8iSC6UCNsK64WkAMYtyOLDTMQ5mw@mail.gmail.com>
	<1416841783.8878.6.camel@citrix.com>
	<54738299.1010506@pa.metrocast.net>
	<CAJK=iD2Ar-q+5cE6DvVOR7K469dxVYJhRzkzE64CDr4n00gE1A@mail.gmail.com>
	<CAJK=iD1L49sU8+kJgJjyXvS51zY29v=X-CJ-RpFKokPWLP-SAQ@mail.gmail.com>
Date: Mon, 8 Dec 2014 11:48:29 +0100
Message-ID: <CAPa6PsGGtVzK3VOsV1tx4OJDMjcaUE4FzF2CqwT3V28ORygFFw@mail.gmail.com>
From: Peter Viskup <skupko.sk@gmail.com>
To: Robert Rust <rjrbytes@gmail.com>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] repeated DomU volume corruption
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0672694122038230700=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============0672694122038230700==
Content-Type: multipart/alternative; boundary=f46d0442885cbacfc80509b22afd

--f46d0442885cbacfc80509b22afd
Content-Type: text/plain; charset=UTF-8

I was experiencing similar issue on CPU and IO bound domU and
barrier=0/nobarrier helped me.
Check whether the barriers were disabled (dmesg| awk '/xvda/||/barrier/').
Check whether some IO errors are visible on Dom0 as it provides the storage
layers.

-- 
Peter Viskup

On Sat, Dec 6, 2014 at 1:27 PM, Robert Rust <rjrbytes@gmail.com> wrote:

> I'm not sure there's been a significant improvement.  I just did package
> updates and 4 of my 7 VMs ended up exhibiting this problem.  One may have
> already been in that state when I started (hard to tell), a second appeared
> to have it happen mid-shutdown, a third had it happen after it completed
> downloading the package updates but hadn't installed them yet, and the 4th
> I'm not certain of.  All 4 had the nobarrier option in their fstab:
> /dev/xvda2 / ext4 nobarrier,noatime,nodiratime,errors=remount-ro 0 1
>
> Further thoughts?
>
> -Robert
>
> On Mon, Nov 24, 2014 at 8:29 PM, Robert Rust <rjrbytes@gmail.com> wrote:
>
>> On Mon, Nov 24, 2014 at 1:10 PM, Steve Dawson <sdawson@pa.metrocast.net>
>> wrote:
>>
>>> I had an issue similar in nature, which manifested as a missing
>>> partition table after a domU reboot, mounting the xvda{x} partitions with
>>> the "nobarrier" mount option resolved it. The issue was observed on xfs and
>>> ext4 filesystems.
>>>
>>> Hope this helps.
>>>
>>> Steve
>>>
>>
>> Okay.  I've added the nobarrier option to all my DomUs ... we'll see how
>> that goes.  Here's hoping it's that simple ...
>>
>> -Robert
>>
>>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users
>

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

<div dir=3D"ltr"><div><div><div>I was experiencing similar issue on CPU and=
 IO bound domU and barrier=3D0/nobarrier helped me.<br></div>Check whether =
the barriers were disabled (dmesg| awk &#39;/xvda/||/barrier/&#39;).<br></d=
iv>Check whether some IO errors are visible on Dom0 as it provides the stor=
age layers.<br><br>-- <br></div>Peter Viskup<br></div><div class=3D"gmail_e=
xtra"><br><div class=3D"gmail_quote">On Sat, Dec 6, 2014 at 1:27 PM, Robert=
 Rust <span dir=3D"ltr">&lt;<a href=3D"mailto:rjrbytes@gmail.com" target=3D=
"_blank">rjrbytes@gmail.com</a>&gt;</span> wrote:<br><blockquote class=3D"g=
mail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-l=
eft:1ex"><div dir=3D"ltr">I&#39;m not sure there&#39;s been a significant i=
mprovement.=C2=A0 I just did package updates and 4 of my 7 VMs ended up exh=
ibiting this problem.=C2=A0 One may have already been in that state when I =
started (hard to tell), a second appeared to have it happen mid-shutdown, a=
 third had it happen after it completed downloading the package updates but=
 hadn&#39;t installed them yet, and the 4th I&#39;m not certain of.=C2=A0 A=
ll 4 had the nobarrier option in their fstab:<div>/dev/xvda2 / ext4 nobarri=
er,noatime,nodiratime,errors=3Dremount-ro 0 1<br></div><div><br></div><div>=
Further thoughts?</div><span class=3D"HOEnZb"><font color=3D"#888888"><div>=
<br></div><div>-Robert</div></font></span></div><div class=3D"HOEnZb"><div =
class=3D"h5"><div class=3D"gmail_extra"><br><div class=3D"gmail_quote">On M=
on, Nov 24, 2014 at 8:29 PM, Robert Rust <span dir=3D"ltr">&lt;<a href=3D"m=
ailto:rjrbytes@gmail.com" target=3D"_blank">rjrbytes@gmail.com</a>&gt;</spa=
n> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;b=
order-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr"><span>On Mon, =
Nov 24, 2014 at 1:10 PM, Steve Dawson <span dir=3D"ltr">&lt;<a href=3D"mail=
to:sdawson@pa.metrocast.net" target=3D"_blank">sdawson@pa.metrocast.net</a>=
&gt;</span> wrote:</span><div class=3D"gmail_extra"><div class=3D"gmail_quo=
te"><span><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;bord=
er-left:1px #ccc solid;padding-left:1ex">
I had an issue similar in nature, which manifested as a missing partition t=
able after a domU reboot, mounting the xvda{x} partitions with the &quot;no=
barrier&quot; mount option resolved it. The issue was observed on xfs and e=
xt4 filesystems.<br>
<br>
Hope this helps.<br>
<br>
Steve<br></blockquote><div><br></div></span><div>Okay.=C2=A0 I&#39;ve added=
 the nobarrier option to all my DomUs ... we&#39;ll see how that goes.=C2=
=A0 Here&#39;s hoping it&#39;s that simple ...</div><span><font color=3D"#8=
88888"><div><br></div><div>-Robert</div></font></span></div><br></div></div=
>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Xen-users mailing list<br>
<a href=3D"mailto:Xen-users@lists.xen.org">Xen-users@lists.xen.org</a><br>
<a href=3D"http://lists.xen.org/xen-users" target=3D"_blank">http://lists.x=
en.org/xen-users</a><br></blockquote></div><br></div>

--f46d0442885cbacfc80509b22afd--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============0672694122038230700==--


From xen-users-bounces@lists.xen.org Mon Dec 08 12:11:02 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 08 Dec 2014 12:11:02 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xxx8Q-000557-8E; Mon, 08 Dec 2014 12:09:50 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <iwj@xenbits.xen.org>)
	id 1Xxx8N-00054b-2R; Mon, 08 Dec 2014 12:09:47 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	A8/81-25276-A0595845; Mon, 08 Dec 2014 12:09:46 +0000
X-Env-Sender: iwj@xenbits.xen.org
X-Msg-Ref: server-10.tower-21.messagelabs.com!1418040584!14139902!1
X-Originating-IP: [50.57.168.107]
X-SpamReason: No, hits=0.5 required=7.0 tests=BODY_RANDOM_LONG
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 30454 invoked from network); 8 Dec 2014 12:09:44 -0000
Received: from mail.xen.org (HELO mail.xen.org) (50.57.168.107)
	by server-10.tower-21.messagelabs.com with AES256-SHA encrypted SMTP;
	8 Dec 2014 12:09:44 -0000
Received: from xenbits.xen.org ([50.57.170.242])
	by mail.xen.org with esmtp (Exim 4.72)
	(envelope-from <iwj@xenbits.xen.org>)
	id 1Xxx8D-0007o2-PP; Mon, 08 Dec 2014 12:09:37 +0000
Received: from iwj by xenbits.xen.org with local (Exim 4.72)
	(envelope-from <iwj@xenbits.xen.org>)
	id 1Xxx8D-0000BD-C9; Mon, 08 Dec 2014 12:09:37 +0000
Date: Mon, 08 Dec 2014 12:09:37 +0000
Message-Id: <E1Xxx8D-0000BD-C9@xenbits.xen.org>
Content-Type: multipart/mixed; boundary="=separator"; charset="utf-8"
Content-Transfer-Encoding: binary
MIME-Version: 1.0
X-Mailer: MIME-tools 5.428 (Entity 5.428)
To: xen-announce@lists.xen.org, xen-devel@lists.xen.org,
	xen-users@lists.xen.org, oss-security@lists.openwall.com
From: Xen.org security team <security@xen.org>
Cc: "Xen.org security team" <security@xen.org>
Subject: [Xen-users] Xen Security Advisory 114 (CVE-2014-9065,
 CVE-2014-9066) - p2m lock starvation
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org


--=separator
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

     Xen Security Advisory CVE-2014-9065,CVE-2014-9066 / XSA-114
                              version 3

                       p2m lock starvation

UPDATES IN VERSION 3
====================

Public release.

ISSUE DESCRIPTION
=================

The current read/write lock implementation is read-biased, which allows
a consistent stream of readers to starve writers indefinitely.  There
are certain rwlocks where guests are capable of applying arbitrary read
pressure.

IMPACT
======

A malicious guest administrator can deny service to other tasks.  If
the NMI watchdog is active, a timeout might be triggered, resulting in
a host crash.

VULNERABLE SYSTEMS
==================

Xen 4.2 and later systems are vulnerable.

Xen 4.1 and earlier are not vulnerable in normal configurations.  4.1
and earlier are vulnerable only insofar as features are used which
have already been explicitly discounted for security support purposes
(TMEM, see XSA-15; XSM-based radical disaggregation, see XSA-77).

Only x86 systems offer avenues for attacking this vulnerability.
ARM systems do not and are therefore not vulnerable.

MITIGATION
==========

There is no mitigation available for this issue.

CREDITS
=======

This issue was discovered by Andrew Cooper of Citrix.

RESOLUTION
==========

Applying the appropriate attached patch resolves this issue in
practice for most systems.  (CVE-2014-9065 refers to these fixed
cases.)

In some deployments, large guests (more than around 30-40 VCPUs) may
still be able to trigger intermittent problems; a complete fix to this
issue requires substantial structural changes and is planned for Xen
4.6.  (CVE-2014-9066 refers to these yet-to-be-fixed cases.)

xsa114.patch                 xen-unstable
xsa114-4.4.patch             Xen 4.4.x
xsa114-4.3.patch             Xen 4.3.x
xsa114-4.2.patch             Xen 4.2.x

$ sha256sum xsa114*.patch
d1c1a2d5d55bfe13ba99a9cb99b367a29389aa30f13ffacc02b465a006115b45  xsa114.patch
a7a57c49d65de7e3cd480476b0a935ddac9e9d941aa6ca65e87170411a7c1176  xsa114-4.2.patch
ae787074b857c40ab0059802846cb0152e24c937486968c769a9bfe8cbe3d10f  xsa114-4.3.patch
b35ed8710693163cc33772c36e4c17dc76e25a0b2025fff4a5aa3b46c459938a  xsa114-4.4.patch
$
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBAgAGBQJUhZTQAAoJEIP+FMlX6CvZYUkH/A/SYzqnOXvSa0tF7penNFb9
NFwRBjTvddaTnB72UiIL6ca/3tV1la2cNpn+p4M+cGSuCwHV9QaEoRMtc6l77Yol
I1ApyZWHS3Qwv2zKDp5dozDcO5yiVuVj+Az1O9f3NCv6PsQvJxYugB/3JKUnhS60
ItmlwnxAEzRd0pvoG8zb7vdLKPyfJ9gYTW3OU50F13TbJEtIJ1ifzvCTC7zPv7da
phYy7NClS9a1QeXOnwRNyoL8hBZ6OWJYxG66+8P/s0SUtvTOuOoVJ510cAwfv4Fw
y96Ss+vfTu9u34GBaO/rTP5FkH1x9vptFGTIgjtDPZmwf30kCo4qyq3jnjyWKmM=
=V6/o
-----END PGP SIGNATURE-----

--=separator
Content-Type: application/octet-stream; name="xsa114.patch"
Content-Disposition: attachment; filename="xsa114.patch"
Content-Transfer-Encoding: base64

c3dpdGNoIHRvIHdyaXRlLWJpYXNlZCByL3cgbG9ja3MKClRoaXMgaXMgdG8g
aW1wcm92ZSBmYWlybmVzczogQSBwZXJtYW5lbnQgZmxvdyBvZiByZWFkIGFj
cXVpcmVzIGNhbgpvdGhlcndpc2UgbG9jayBvdXQgZXZlbnR1YWwgd3JpdGVy
cyBpbmRlZmluaXRlbHkuCgpUaGlzIGlzIFhTQS0xMTQgLyBDVkUtMjAxNC05
MDY1LgoKU2lnbmVkLW9mZi1ieTogS2VpciBGcmFzZXIgPGtlaXJAeGVuLm9y
Zz4KUmV2aWV3ZWQtYnk6IEphbiBCZXVsaWNoIDxqYmV1bGljaEBzdXNlLmNv
bT4KUmV2aWV3ZWQtYnk6IEFuZHJldyBDb29wZXIgPGFuZHJldy5jb29wZXIz
QGNpdHJpeC5jb20+CgpHaXZlbiB0aGF0IHRoaXMgcGF0Y2ggaXMgYmFzaWNh
bGx5ICJoZXJlIGFyZSBzb21lIGJyYW5kIG5ldyByd2xvY2tzIiwKdGhlIENp
dHJpeCBYZW5TZXJ2ZXIgdGVhbSwgd2hvIGFzc2lzdGVkIHdpdGggcGF0Y2gg
ZGV2ZWxvcG1lbnQgYW5kCnRlc3RpbmcsIGNhcnJpZWQgb3V0IHRoZWlyIGNv
bXBsZXRlIHN1aXRlIG9mIHBlcmZvcm1hbmNlIHRlc3RzLCBhbmQKdGFyZ2V0
ZWQgdGVzdGluZyBiYXNlZCBhcm91bmQgdGhlIGlzc3VlIHdoaWNoIHRyaWdn
ZXJlZCB0aGlzCmludmVzdGlnYXRpb24uICBObyByZWdyZXNzaW9ucyBvciBj
b25jZXJucyB3aXRoIHRoZSBwYXRjaCB3ZXJlCmlkZW50aWZpZWQuICAtQW5k
cmV3IENvb3Blci4KClRlc3RlZC1ieTogQW5kcmV3IENvb3BlciA8YW5kcmV3
LmNvb3BlcjNAY2l0cml4LmNvbT4KCi0tLSBhL3hlbi9jb21tb24vc3Bpbmxv
Y2suYworKysgYi94ZW4vY29tbW9uL3NwaW5sb2NrLmMKQEAgLTI3MSwxMTIg
KzI3MSwxNTEgQEAgdm9pZCBfc3Bpbl91bmxvY2tfcmVjdXJzaXZlKHNwaW5s
b2NrX3QgKgogCiB2b2lkIF9yZWFkX2xvY2socndsb2NrX3QgKmxvY2spCiB7
CisgICAgdWludDMyX3QgeDsKKwogICAgIGNoZWNrX2xvY2soJmxvY2stPmRl
YnVnKTsKLSAgICB3aGlsZSAoIHVubGlrZWx5KCFfcmF3X3JlYWRfdHJ5bG9j
aygmbG9jay0+cmF3KSkgKQotICAgIHsKLSAgICAgICAgd2hpbGUgKCBsaWtl
bHkoX3Jhd19yd19pc193cml0ZV9sb2NrZWQoJmxvY2stPnJhdykpICkKKyAg
ICBkbyB7CisgICAgICAgIHdoaWxlICggKHggPSBsb2NrLT5sb2NrKSAmIFJX
X1dSSVRFX0ZMQUcgKQogICAgICAgICAgICAgY3B1X3JlbGF4KCk7Ci0gICAg
fQorICAgIH0gd2hpbGUgKCBjbXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4KzEp
ICE9IHggKTsKICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKIH0KIAogdm9pZCBf
cmVhZF9sb2NrX2lycShyd2xvY2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJf
dCB4OworCiAgICAgQVNTRVJUKGxvY2FsX2lycV9pc19lbmFibGVkKCkpOwog
ICAgIGxvY2FsX2lycV9kaXNhYmxlKCk7CiAgICAgY2hlY2tfbG9jaygmbG9j
ay0+ZGVidWcpOwotICAgIHdoaWxlICggdW5saWtlbHkoIV9yYXdfcmVhZF90
cnlsb2NrKCZsb2NrLT5yYXcpKSApCi0gICAgewotICAgICAgICBsb2NhbF9p
cnFfZW5hYmxlKCk7Ci0gICAgICAgIHdoaWxlICggbGlrZWx5KF9yYXdfcndf
aXNfd3JpdGVfbG9ja2VkKCZsb2NrLT5yYXcpKSApCi0gICAgICAgICAgICBj
cHVfcmVsYXgoKTsKLSAgICAgICAgbG9jYWxfaXJxX2Rpc2FibGUoKTsKLSAg
ICB9CisgICAgZG8geworICAgICAgICBpZiAoICh4ID0gbG9jay0+bG9jaykg
JiBSV19XUklURV9GTEFHICkKKyAgICAgICAgeworICAgICAgICAgICAgbG9j
YWxfaXJxX2VuYWJsZSgpOworICAgICAgICAgICAgd2hpbGUgKCAoeCA9IGxv
Y2stPmxvY2spICYgUldfV1JJVEVfRkxBRyApCisgICAgICAgICAgICAgICAg
Y3B1X3JlbGF4KCk7CisgICAgICAgICAgICBsb2NhbF9pcnFfZGlzYWJsZSgp
OworICAgICAgICB9CisgICAgfSB3aGlsZSAoIGNtcHhjaGcoJmxvY2stPmxv
Y2ssIHgsIHgrMSkgIT0geCApOwogICAgIHByZWVtcHRfZGlzYWJsZSgpOwog
fQogCiB1bnNpZ25lZCBsb25nIF9yZWFkX2xvY2tfaXJxc2F2ZShyd2xvY2tf
dCAqbG9jaykKIHsKKyAgICB1aW50MzJfdCB4OwogICAgIHVuc2lnbmVkIGxv
bmcgZmxhZ3M7CisKICAgICBsb2NhbF9pcnFfc2F2ZShmbGFncyk7CiAgICAg
Y2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHdoaWxlICggdW5saWtl
bHkoIV9yYXdfcmVhZF90cnlsb2NrKCZsb2NrLT5yYXcpKSApCi0gICAgewot
ICAgICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7Ci0gICAgICAgIHdo
aWxlICggbGlrZWx5KF9yYXdfcndfaXNfd3JpdGVfbG9ja2VkKCZsb2NrLT5y
YXcpKSApCi0gICAgICAgICAgICBjcHVfcmVsYXgoKTsKLSAgICAgICAgbG9j
YWxfaXJxX3NhdmUoZmxhZ3MpOwotICAgIH0KKyAgICBkbyB7CisgICAgICAg
IGlmICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAg
ICAgICB7CisgICAgICAgICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7
CisgICAgICAgICAgICB3aGlsZSAoICh4ID0gbG9jay0+bG9jaykgJiBSV19X
UklURV9GTEFHICkKKyAgICAgICAgICAgICAgICBjcHVfcmVsYXgoKTsKKyAg
ICAgICAgICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKKyAgICAgICAgfQor
ICAgIH0gd2hpbGUgKCBjbXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4KzEpICE9
IHggKTsKICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKICAgICByZXR1cm4gZmxh
Z3M7CiB9CiAKIGludCBfcmVhZF90cnlsb2NrKHJ3bG9ja190ICpsb2NrKQog
eworICAgIHVpbnQzMl90IHg7CisKICAgICBjaGVja19sb2NrKCZsb2NrLT5k
ZWJ1Zyk7Ci0gICAgaWYgKCAhX3Jhd19yZWFkX3RyeWxvY2soJmxvY2stPnJh
dykgKQotICAgICAgICByZXR1cm4gMDsKKyAgICBkbyB7CisgICAgICAgIGlm
ICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAgICAg
ICAgICAgcmV0dXJuIDA7CisgICAgfSB3aGlsZSAoIGNtcHhjaGcoJmxvY2st
PmxvY2ssIHgsIHgrMSkgIT0geCApOwogICAgIHByZWVtcHRfZGlzYWJsZSgp
OwogICAgIHJldHVybiAxOwogfQogCiB2b2lkIF9yZWFkX3VubG9jayhyd2xv
Y2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJfdCB4LCB5OworCiAgICAgcHJl
ZW1wdF9lbmFibGUoKTsKLSAgICBfcmF3X3JlYWRfdW5sb2NrKCZsb2NrLT5y
YXcpOworICAgIHggPSBsb2NrLT5sb2NrOworICAgIHdoaWxlICggKHkgPSBj
bXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4LTEpKSAhPSB4ICkKKyAgICAgICAg
eCA9IHk7CiB9CiAKIHZvaWQgX3JlYWRfdW5sb2NrX2lycShyd2xvY2tfdCAq
bG9jaykKIHsKLSAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdfcmVh
ZF91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3JlYWRfdW5sb2NrKGxvY2sp
OwogICAgIGxvY2FsX2lycV9lbmFibGUoKTsKIH0KIAogdm9pZCBfcmVhZF91
bmxvY2tfaXJxcmVzdG9yZShyd2xvY2tfdCAqbG9jaywgdW5zaWduZWQgbG9u
ZyBmbGFncykKIHsKLSAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdf
cmVhZF91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3JlYWRfdW5sb2NrKGxv
Y2spOwogICAgIGxvY2FsX2lycV9yZXN0b3JlKGZsYWdzKTsKIH0KIAogdm9p
ZCBfd3JpdGVfbG9jayhyd2xvY2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJf
dCB4OworCiAgICAgY2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHdo
aWxlICggdW5saWtlbHkoIV9yYXdfd3JpdGVfdHJ5bG9jaygmbG9jay0+cmF3
KSkgKQotICAgIHsKLSAgICAgICAgd2hpbGUgKCBsaWtlbHkoX3Jhd19yd19p
c19sb2NrZWQoJmxvY2stPnJhdykpICkKKyAgICBkbyB7CisgICAgICAgIHdo
aWxlICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQogICAg
ICAgICAgICAgY3B1X3JlbGF4KCk7CisgICAgfSB3aGlsZSAoIGNtcHhjaGco
JmxvY2stPmxvY2ssIHgsIHh8UldfV1JJVEVfRkxBRykgIT0geCApOworICAg
IHdoaWxlICggeCAhPSAwICkKKyAgICB7CisgICAgICAgIGNwdV9yZWxheCgp
OworICAgICAgICB4ID0gbG9jay0+bG9jayAmIH5SV19XUklURV9GTEFHOwog
ICAgIH0KICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKIH0KIAogdm9pZCBfd3Jp
dGVfbG9ja19pcnEocndsb2NrX3QgKmxvY2spCiB7CisgICAgdWludDMyX3Qg
eDsKKwogICAgIEFTU0VSVChsb2NhbF9pcnFfaXNfZW5hYmxlZCgpKTsKICAg
ICBsb2NhbF9pcnFfZGlzYWJsZSgpOwogICAgIGNoZWNrX2xvY2soJmxvY2st
PmRlYnVnKTsKLSAgICB3aGlsZSAoIHVubGlrZWx5KCFfcmF3X3dyaXRlX3Ry
eWxvY2soJmxvY2stPnJhdykpICkKKyAgICBkbyB7CisgICAgICAgIGlmICgg
KHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAgICAgICB7
CisgICAgICAgICAgICBsb2NhbF9pcnFfZW5hYmxlKCk7CisgICAgICAgICAg
ICB3aGlsZSAoICh4ID0gbG9jay0+bG9jaykgJiBSV19XUklURV9GTEFHICkK
KyAgICAgICAgICAgICAgICBjcHVfcmVsYXgoKTsKKyAgICAgICAgICAgIGxv
Y2FsX2lycV9kaXNhYmxlKCk7CisgICAgICAgIH0KKyAgICB9IHdoaWxlICgg
Y21weGNoZygmbG9jay0+bG9jaywgeCwgeHxSV19XUklURV9GTEFHKSAhPSB4
ICk7CisgICAgd2hpbGUgKCB4ICE9IDAgKQogICAgIHsKLSAgICAgICAgbG9j
YWxfaXJxX2VuYWJsZSgpOwotICAgICAgICB3aGlsZSAoIGxpa2VseShfcmF3
X3J3X2lzX2xvY2tlZCgmbG9jay0+cmF3KSkgKQotICAgICAgICAgICAgY3B1
X3JlbGF4KCk7Ci0gICAgICAgIGxvY2FsX2lycV9kaXNhYmxlKCk7CisgICAg
ICAgIGNwdV9yZWxheCgpOworICAgICAgICB4ID0gbG9jay0+bG9jayAmIH5S
V19XUklURV9GTEFHOwogICAgIH0KICAgICBwcmVlbXB0X2Rpc2FibGUoKTsK
IH0KIAogdW5zaWduZWQgbG9uZyBfd3JpdGVfbG9ja19pcnFzYXZlKHJ3bG9j
a190ICpsb2NrKQogeworICAgIHVpbnQzMl90IHg7CiAgICAgdW5zaWduZWQg
bG9uZyBmbGFnczsKKwogICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKICAg
ICBjaGVja19sb2NrKCZsb2NrLT5kZWJ1Zyk7Ci0gICAgd2hpbGUgKCB1bmxp
a2VseSghX3Jhd193cml0ZV90cnlsb2NrKCZsb2NrLT5yYXcpKSApCisgICAg
ZG8geworICAgICAgICBpZiAoICh4ID0gbG9jay0+bG9jaykgJiBSV19XUklU
RV9GTEFHICkKKyAgICAgICAgeworICAgICAgICAgICAgbG9jYWxfaXJxX3Jl
c3RvcmUoZmxhZ3MpOworICAgICAgICAgICAgd2hpbGUgKCAoeCA9IGxvY2st
PmxvY2spICYgUldfV1JJVEVfRkxBRyApCisgICAgICAgICAgICAgICAgY3B1
X3JlbGF4KCk7CisgICAgICAgICAgICBsb2NhbF9pcnFfc2F2ZShmbGFncyk7
CisgICAgICAgIH0KKyAgICB9IHdoaWxlICggY21weGNoZygmbG9jay0+bG9j
aywgeCwgeHxSV19XUklURV9GTEFHKSAhPSB4ICk7CisgICAgd2hpbGUgKCB4
ICE9IDAgKQogICAgIHsKLSAgICAgICAgbG9jYWxfaXJxX3Jlc3RvcmUoZmxh
Z3MpOwotICAgICAgICB3aGlsZSAoIGxpa2VseShfcmF3X3J3X2lzX2xvY2tl
ZCgmbG9jay0+cmF3KSkgKQotICAgICAgICAgICAgY3B1X3JlbGF4KCk7Ci0g
ICAgICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKKyAgICAgICAgY3B1X3Jl
bGF4KCk7CisgICAgICAgIHggPSBsb2NrLT5sb2NrICYgflJXX1dSSVRFX0ZM
QUc7CiAgICAgfQogICAgIHByZWVtcHRfZGlzYWJsZSgpOwogICAgIHJldHVy
biBmbGFnczsKQEAgLTM4NCw5ICs0MjMsMTMgQEAgdW5zaWduZWQgbG9uZyBf
d3JpdGVfbG9ja19pcnFzYXZlKHJ3bG9jawogCiBpbnQgX3dyaXRlX3RyeWxv
Y2socndsb2NrX3QgKmxvY2spCiB7CisgICAgdWludDMyX3QgeDsKKwogICAg
IGNoZWNrX2xvY2soJmxvY2stPmRlYnVnKTsKLSAgICBpZiAoICFfcmF3X3dy
aXRlX3RyeWxvY2soJmxvY2stPnJhdykgKQotICAgICAgICByZXR1cm4gMDsK
KyAgICBkbyB7CisgICAgICAgIGlmICggKHggPSBsb2NrLT5sb2NrKSAhPSAw
ICkKKyAgICAgICAgICAgIHJldHVybiAwOworICAgIH0gd2hpbGUgKCBjbXB4
Y2hnKCZsb2NrLT5sb2NrLCB4LCB4fFJXX1dSSVRFX0ZMQUcpICE9IHggKTsK
ICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKICAgICByZXR1cm4gMTsKIH0KQEAg
LTM5NCwzMyArNDM3LDMyIEBAIGludCBfd3JpdGVfdHJ5bG9jayhyd2xvY2tf
dCAqbG9jaykKIHZvaWQgX3dyaXRlX3VubG9jayhyd2xvY2tfdCAqbG9jaykK
IHsKICAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdfd3JpdGVfdW5s
b2NrKCZsb2NrLT5yYXcpOworICAgIGlmICggY21weGNoZygmbG9jay0+bG9j
aywgUldfV1JJVEVfRkxBRywgMCkgIT0gUldfV1JJVEVfRkxBRyApCisgICAg
ICAgIEJVRygpOwogfQogCiB2b2lkIF93cml0ZV91bmxvY2tfaXJxKHJ3bG9j
a190ICpsb2NrKQogewotICAgIHByZWVtcHRfZW5hYmxlKCk7Ci0gICAgX3Jh
d193cml0ZV91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3dyaXRlX3VubG9j
ayhsb2NrKTsKICAgICBsb2NhbF9pcnFfZW5hYmxlKCk7CiB9CiAKIHZvaWQg
X3dyaXRlX3VubG9ja19pcnFyZXN0b3JlKHJ3bG9ja190ICpsb2NrLCB1bnNp
Z25lZCBsb25nIGZsYWdzKQogewotICAgIHByZWVtcHRfZW5hYmxlKCk7Ci0g
ICAgX3Jhd193cml0ZV91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3dyaXRl
X3VubG9jayhsb2NrKTsKICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7
CiB9CiAKIGludCBfcndfaXNfbG9ja2VkKHJ3bG9ja190ICpsb2NrKQogewog
ICAgIGNoZWNrX2xvY2soJmxvY2stPmRlYnVnKTsKLSAgICByZXR1cm4gX3Jh
d19yd19pc19sb2NrZWQoJmxvY2stPnJhdyk7CisgICAgcmV0dXJuIChsb2Nr
LT5sb2NrICE9IDApOyAvKiBhbnlvbmUgaW4gY3JpdGljYWwgc2VjdGlvbj8g
Ki8KIH0KIAogaW50IF9yd19pc193cml0ZV9sb2NrZWQocndsb2NrX3QgKmxv
Y2spCiB7CiAgICAgY2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHJl
dHVybiBfcmF3X3J3X2lzX3dyaXRlX2xvY2tlZCgmbG9jay0+cmF3KTsKKyAg
ICByZXR1cm4gKGxvY2stPmxvY2sgPT0gUldfV1JJVEVfRkxBRyk7IC8qIHdy
aXRlciBpbiBjcml0aWNhbCBzZWN0aW9uPyAqLwogfQogCiAjaWZkZWYgTE9D
S19QUk9GSUxFCi0tLSBhL3hlbi9pbmNsdWRlL2FzbS1hcm0vYXJtMzIvc3Bp
bmxvY2suaAorKysgYi94ZW4vaW5jbHVkZS9hc20tYXJtL2FybTMyL3NwaW5s
b2NrLmgKQEAgLTU1LDg0ICs1NSw2IEBAIHN0YXRpYyBhbHdheXNfaW5saW5l
IGludCBfcmF3X3NwaW5fdHJ5bG8KICAgICB9CiB9CiAKLXR5cGVkZWYgc3Ry
dWN0IHsKLSAgICB2b2xhdGlsZSB1bnNpZ25lZCBpbnQgbG9jazsKLX0gcmF3
X3J3bG9ja190OwotCi0jZGVmaW5lIF9SQVdfUldfTE9DS19VTkxPQ0tFRCB7
IDAgfQotCi1zdGF0aWMgYWx3YXlzX2lubGluZSBpbnQgX3Jhd19yZWFkX3Ry
eWxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1bnNpZ25lZCBsb25n
IHRtcCwgdG1wMiA9IDE7Ci0KLSAgICBfX2FzbV9fIF9fdm9sYXRpbGVfXygK
LSIxOiBsZHJleCAgICUwLCBbJTJdXG4iCi0iICAgYWRkcyAgICAlMCwgJTAs
ICMxXG4iCi0iICAgc3RyZXhwbCAlMSwgJTAsIFslMl1cbiIKLSAgICA6ICI9
JnIiICh0bXApLCAiK3IiICh0bXAyKQotICAgIDogInIiICgmcnctPmxvY2sp
Ci0gICAgOiAiY2MiKTsKLQotICAgIHNtcF9tYigpOwotICAgIHJldHVybiB0
bXAyID09IDA7Ci19Ci0KLXN0YXRpYyBhbHdheXNfaW5saW5lIGludCBfcmF3
X3dyaXRlX3RyeWxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1bnNp
Z25lZCBsb25nIHRtcDsKLQotICAgIF9fYXNtX18gX192b2xhdGlsZV9fKAot
IjE6IGxkcmV4ICAgJTAsIFslMV1cbiIKLSIgICB0ZXEgICAgICUwLCAjMFxu
IgotIiAgIHN0cmV4ZXEgJTAsICUyLCBbJTFdIgotICAgIDogIj0mciIgKHRt
cCkKLSAgICA6ICJyIiAoJnJ3LT5sb2NrKSwgInIiICgweDgwMDAwMDAwKQot
ICAgIDogImNjIik7Ci0KLSAgICBpZiAodG1wID09IDApIHsKLSAgICAgICAg
c21wX21iKCk7Ci0gICAgICAgIHJldHVybiAxOwotICAgIH0gZWxzZSB7Ci0g
ICAgICAgIHJldHVybiAwOwotICAgIH0KLX0KLQotc3RhdGljIGlubGluZSB2
b2lkIF9yYXdfcmVhZF91bmxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAg
ICB1bnNpZ25lZCBsb25nIHRtcCwgdG1wMjsKLQotICAgIHNtcF9tYigpOwot
Ci0gICAgX19hc21fXyBfX3ZvbGF0aWxlX18oCi0iMTogbGRyZXggICAlMCwg
WyUyXVxuIgotIiAgIHN1YiAgICAgJTAsICUwLCAjMVxuIgotIiAgIHN0cmV4
ICAgJTEsICUwLCBbJTJdXG4iCi0iICAgdGVxICAgICAlMSwgIzBcbiIKLSIg
ICBibmUgICAgIDFiIgotICAgIDogIj0mciIgKHRtcCksICI9JnIiICh0bXAy
KQotICAgIDogInIiICgmcnctPmxvY2spCi0gICAgOiAiY2MiKTsKLQotICAg
IGlmICh0bXAgPT0gMCkKLSAgICAgICAgZHNiX3NldigpOwotfQotCi1zdGF0
aWMgaW5saW5lIHZvaWQgX3Jhd193cml0ZV91bmxvY2socmF3X3J3bG9ja190
ICpydykKLXsKLSAgICBzbXBfbWIoKTsKLQotICAgIF9fYXNtX18gX192b2xh
dGlsZV9fKAotICAgICJzdHIgICAgJTEsIFslMF1cbiIKLSAgICA6Ci0gICAg
OiAiciIgKCZydy0+bG9jayksICJyIiAoMCkKLSAgICA6ICJjYyIpOwotCi0g
ICAgZHNiX3NldigpOwotfQotCi0jZGVmaW5lIF9yYXdfcndfaXNfbG9ja2Vk
KHgpICgoeCktPmxvY2sgIT0gMCkKLSNkZWZpbmUgX3Jhd19yd19pc193cml0
ZV9sb2NrZWQoeCkgKCh4KS0+bG9jayA9PSAweDgwMDAwMDAwKQotCiAjZW5k
aWYgLyogX19BU01fU1BJTkxPQ0tfSCAqLwogLyoKICAqIExvY2FsIHZhcmlh
YmxlczoKLS0tIGEveGVuL2luY2x1ZGUvYXNtLWFybS9hcm02NC9zcGlubG9j
ay5oCisrKyBiL3hlbi9pbmNsdWRlL2FzbS1hcm0vYXJtNjQvc3BpbmxvY2su
aApAQCAtNTIsNjkgKzUyLDYgQEAgc3RhdGljIGFsd2F5c19pbmxpbmUgaW50
IF9yYXdfc3Bpbl90cnlsbwogICAgIHJldHVybiAhdG1wOwogfQogCi10eXBl
ZGVmIHN0cnVjdCB7Ci0gICAgdm9sYXRpbGUgdW5zaWduZWQgaW50IGxvY2s7
Ci19IHJhd19yd2xvY2tfdDsKLQotI2RlZmluZSBfUkFXX1JXX0xPQ0tfVU5M
T0NLRUQgeyAwIH0KLQotc3RhdGljIGFsd2F5c19pbmxpbmUgaW50IF9yYXdf
cmVhZF90cnlsb2NrKHJhd19yd2xvY2tfdCAqcncpCi17Ci0gICAgdW5zaWdu
ZWQgaW50IHRtcCwgdG1wMiA9IDE7Ci0KLSAgICBhc20gdm9sYXRpbGUoCi0g
ICAgICAgICIgICAgICAgbGRheHIgICAldzAsICUyXG4iCi0gICAgICAgICIg
ICAgICAgYWRkICAgICAldzAsICV3MCwgIzFcbiIKLSAgICAgICAgIiAgICAg
ICB0Ym56ICAgICV3MCwgIzMxLCAxZlxuIgotICAgICAgICAiICAgICAgIHN0
eHIgICAgJXcxLCAldzAsICUyXG4iCi0gICAgICAgICIxOlxuIgotICAgICAg
ICA6ICI9JnIiICh0bXApLCAiK3IiICh0bXAyKSwgIitRIiAocnctPmxvY2sp
Ci0gICAgICAgIDoKLSAgICAgICAgOiAibWVtb3J5Iik7Ci0KLSAgICByZXR1
cm4gIXRtcDI7Ci19Ci0KLXN0YXRpYyBhbHdheXNfaW5saW5lIGludCBfcmF3
X3dyaXRlX3RyeWxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1bnNp
Z25lZCBpbnQgdG1wOwotCi0gICAgYXNtIHZvbGF0aWxlKAotICAgICAgICAi
ICAgICAgIGxkYXhyICAgJXcwLCAlMVxuIgotICAgICAgICAiICAgICAgIGNi
bnogICAgJXcwLCAxZlxuIgotICAgICAgICAiICAgICAgIHN0eHIgICAgJXcw
LCAldzIsICUxXG4iCi0gICAgICAgICIxOlxuIgotICAgICAgICA6ICI9JnIi
ICh0bXApLCAiK1EiIChydy0+bG9jaykKLSAgICAgICAgOiAiciIgKDB4ODAw
MDAwMDApCi0gICAgICAgIDogIm1lbW9yeSIpOwotCi0gICAgcmV0dXJuICF0
bXA7Ci19Ci0KLXN0YXRpYyBpbmxpbmUgdm9pZCBfcmF3X3JlYWRfdW5sb2Nr
KHJhd19yd2xvY2tfdCAqcncpCi17Ci0gICAgdW5zaWduZWQgaW50IHRtcCwg
dG1wMjsKLQotICAgIGFzbSB2b2xhdGlsZSgKLSAgICAgICAgIiAgICAxOiBs
ZHhyICAgICV3MCwgJTJcbiIKLSAgICAgICAgIiAgICAgICBzdWIgICAgICV3
MCwgJXcwLCAjMVxuIgotICAgICAgICAiICAgICAgIHN0bHhyICAgJXcxLCAl
dzAsICUyXG4iCi0gICAgICAgICIgICAgICAgY2JueiAgICAldzEsIDFiXG4i
Ci0gICAgICAgIDogIj0mciIgKHRtcCksICI9JnIiICh0bXAyKSwgIitRIiAo
cnctPmxvY2spCi0gICAgICAgIDoKLSAgICAgICAgOiAibWVtb3J5Iik7Ci19
Ci0KLXN0YXRpYyBpbmxpbmUgdm9pZCBfcmF3X3dyaXRlX3VubG9jayhyYXdf
cndsb2NrX3QgKnJ3KQotewotICAgIGFzbSB2b2xhdGlsZSgKLSAgICAgICAg
IiAgICAgICBzdGxyICAgICV3MSwgJTBcbiIKLSAgICAgICAgOiAiPVEiIChy
dy0+bG9jaykgOiAiciIgKDApIDogIm1lbW9yeSIpOwotfQotCi0jZGVmaW5l
IF9yYXdfcndfaXNfbG9ja2VkKHgpICgoeCktPmxvY2sgIT0gMCkKLSNkZWZp
bmUgX3Jhd19yd19pc193cml0ZV9sb2NrZWQoeCkgKCh4KS0+bG9jayA9PSAw
eDgwMDAwMDAwKQotCiAjZW5kaWYgLyogX19BU01fU1BJTkxPQ0tfSCAqLwog
LyoKICAqIExvY2FsIHZhcmlhYmxlczoKLS0tIGEveGVuL2luY2x1ZGUvYXNt
LXg4Ni9zcGlubG9jay5oCisrKyBiL3hlbi9pbmNsdWRlL2FzbS14ODYvc3Bp
bmxvY2suaApAQCAtMzEsNTggKzMxLDQgQEAgc3RhdGljIGFsd2F5c19pbmxp
bmUgaW50IF9yYXdfc3Bpbl90cnlsbwogICAgIHJldHVybiAob2xkdmFsID4g
MCk7CiB9CiAKLXR5cGVkZWYgc3RydWN0IHsKLSAgICB2b2xhdGlsZSBpbnQg
bG9jazsKLX0gcmF3X3J3bG9ja190OwotCi0jZGVmaW5lIFJXX1dSSVRFX0JJ
QVMgMHg3ZmZmZmZmZgotI2RlZmluZSBfUkFXX1JXX0xPQ0tfVU5MT0NLRUQg
LyoocmF3X3J3bG9ja190KSovIHsgMCB9Ci0KLXN0YXRpYyBhbHdheXNfaW5s
aW5lIGludCBfcmF3X3JlYWRfdHJ5bG9jayhyYXdfcndsb2NrX3QgKnJ3KQot
ewotICAgIGludCBhY3F1aXJlZDsKLQotICAgIGFzbSB2b2xhdGlsZSAoCi0g
ICAgICAgICIgICAgbG9jazsgZGVjbCAlMCAgICAgICAgIFxuIgotICAgICAg
ICAiICAgIGpucyAyZiAgICAgICAgICAgICAgICBcbiIKLSNpZmRlZiBfX2Ns
YW5nX18gLyogY2xhbmcncyBidWlsdGluIGFzc2VtYmVyIGNhbid0IGRvIC5z
dWJzZWN0aW9uICovCi0gICAgICAgICIxOiAgLnB1c2hzZWN0aW9uIC5maXh1
cCxcImF4XCJcbiIKLSNlbHNlCi0gICAgICAgICIxOiAgLnN1YnNlY3Rpb24g
MSAgICAgICAgIFxuIgotI2VuZGlmCi0gICAgICAgICIyOiAgbG9jazsgaW5j
bCAlMCAgICAgICAgIFxuIgotICAgICAgICAiICAgIGRlY2wgJTEgICAgICAg
ICAgICAgICBcbiIKLSAgICAgICAgIiAgICBqbXAgMWIgICAgICAgICAgICAg
ICAgXG4iCi0jaWZkZWYgX19jbGFuZ19fCi0gICAgICAgICIgICAgLnBvcHNl
Y3Rpb24gICAgICAgICAgIFxuIgotI2Vsc2UKLSAgICAgICAgIiAgICAuc3Vi
c2VjdGlvbiAwICAgICAgICAgXG4iCi0jZW5kaWYKLSAgICAgICAgOiAiPW0i
IChydy0+bG9jayksICI9ciIgKGFjcXVpcmVkKSA6ICIxIiAoMSkgOiAibWVt
b3J5IiApOwotCi0gICAgcmV0dXJuIGFjcXVpcmVkOwotfQotCi1zdGF0aWMg
YWx3YXlzX2lubGluZSBpbnQgX3Jhd193cml0ZV90cnlsb2NrKHJhd19yd2xv
Y2tfdCAqcncpCi17Ci0gICAgcmV0dXJuIChjbXB4Y2hnKCZydy0+bG9jaywg
MCwgUldfV1JJVEVfQklBUykgPT0gMCk7Ci19Ci0KLXN0YXRpYyBhbHdheXNf
aW5saW5lIHZvaWQgX3Jhd19yZWFkX3VubG9jayhyYXdfcndsb2NrX3QgKnJ3
KQotewotICAgIGFzbSB2b2xhdGlsZSAoCi0gICAgICAgICJsb2NrIDsgaW5j
bCAlMCIKLSAgICAgICAgOiAiPW0iICgocncpLT5sb2NrKSA6IDogIm1lbW9y
eSIgKTsKLX0KLQotc3RhdGljIGFsd2F5c19pbmxpbmUgdm9pZCBfcmF3X3dy
aXRlX3VubG9jayhyYXdfcndsb2NrX3QgKnJ3KQotewotICAgIGFzbSB2b2xh
dGlsZSAoCi0gICAgICAgICJsb2NrIDsgc3VibCAlMSwlMCIKLSAgICAgICAg
OiAiPW0iICgocncpLT5sb2NrKSA6ICJpIiAoUldfV1JJVEVfQklBUykgOiAi
bWVtb3J5IiApOwotfQotCi0jZGVmaW5lIF9yYXdfcndfaXNfbG9ja2VkKHgp
ICgoeCktPmxvY2sgIT0gMCkKLSNkZWZpbmUgX3Jhd19yd19pc193cml0ZV9s
b2NrZWQoeCkgKCh4KS0+bG9jayA+IDApCi0KICNlbmRpZiAvKiBfX0FTTV9T
UElOTE9DS19IICovCi0tLSBhL3hlbi9pbmNsdWRlL3hlbi9zcGlubG9jay5o
CisrKyBiL3hlbi9pbmNsdWRlL3hlbi9zcGlubG9jay5oCkBAIC0xNDEsMTEg
KzE0MSwxMyBAQCB0eXBlZGVmIHN0cnVjdCBzcGlubG9jayB7CiAjZGVmaW5l
IHNwaW5fbG9ja19pbml0KGwpICgqKGwpID0gKHNwaW5sb2NrX3QpU1BJTl9M
T0NLX1VOTE9DS0VEKQogCiB0eXBlZGVmIHN0cnVjdCB7Ci0gICAgcmF3X3J3
bG9ja190IHJhdzsKKyAgICB2b2xhdGlsZSB1aW50MzJfdCBsb2NrOwogICAg
IHN0cnVjdCBsb2NrX2RlYnVnIGRlYnVnOwogfSByd2xvY2tfdDsKIAotI2Rl
ZmluZSBSV19MT0NLX1VOTE9DS0VEIHsgX1JBV19SV19MT0NLX1VOTE9DS0VE
LCBfTE9DS19ERUJVRyB9CisjZGVmaW5lIFJXX1dSSVRFX0ZMQUcgKDF1PDwz
MSkKKworI2RlZmluZSBSV19MT0NLX1VOTE9DS0VEIHsgMCwgX0xPQ0tfREVC
VUcgfQogI2RlZmluZSBERUZJTkVfUldMT0NLKGwpIHJ3bG9ja190IGwgPSBS
V19MT0NLX1VOTE9DS0VECiAjZGVmaW5lIHJ3bG9ja19pbml0KGwpICgqKGwp
ID0gKHJ3bG9ja190KVJXX0xPQ0tfVU5MT0NLRUQpCiAK

--=separator
Content-Type: application/octet-stream; name="xsa114-4.2.patch"
Content-Disposition: attachment; filename="xsa114-4.2.patch"
Content-Transfer-Encoding: base64

c3dpdGNoIHRvIHdyaXRlLWJpYXNlZCByL3cgbG9ja3MKClRoaXMgaXMgdG8g
aW1wcm92ZSBmYWlybmVzczogQSBwZXJtYW5lbnQgZmxvdyBvZiByZWFkIGFj
cXVpcmVzIGNhbgpvdGhlcndpc2UgbG9jayBvdXQgZXZlbnR1YWwgd3JpdGVy
cyBpbmRlZmluaXRlbHkuCgpUaGlzIGlzIFhTQS0xMTQgLyBDVkUtMjAxNC05
MDY1LgoKU2lnbmVkLW9mZi1ieTogS2VpciBGcmFzZXIgPGtlaXJAeGVuLm9y
Zz4KUmV2aWV3ZWQtYnk6IEphbiBCZXVsaWNoIDxqYmV1bGljaEBzdXNlLmNv
bT4KUmV2aWV3ZWQtYnk6IEFuZHJldyBDb29wZXIgPGFuZHJldy5jb29wZXIz
QGNpdHJpeC5jb20+ClRlc3RlZC1ieTogQW5kcmV3IENvb3BlciA8YW5kcmV3
LmNvb3BlcjNAY2l0cml4LmNvbT4KCi0tLSBhL3hlbi9jb21tb24vc3Bpbmxv
Y2suYworKysgYi94ZW4vY29tbW9uL3NwaW5sb2NrLmMKQEAgLTI3MSwxMTIg
KzI3MSwxNTEgQEAgdm9pZCBfc3Bpbl91bmxvY2tfcmVjdXJzaXZlKHNwaW5s
b2NrX3QgKgogCiB2b2lkIF9yZWFkX2xvY2socndsb2NrX3QgKmxvY2spCiB7
CisgICAgdWludDMyX3QgeDsKKwogICAgIGNoZWNrX2xvY2soJmxvY2stPmRl
YnVnKTsKLSAgICB3aGlsZSAoIHVubGlrZWx5KCFfcmF3X3JlYWRfdHJ5bG9j
aygmbG9jay0+cmF3KSkgKQotICAgIHsKLSAgICAgICAgd2hpbGUgKCBsaWtl
bHkoX3Jhd19yd19pc193cml0ZV9sb2NrZWQoJmxvY2stPnJhdykpICkKKyAg
ICBkbyB7CisgICAgICAgIHdoaWxlICggKHggPSBsb2NrLT5sb2NrKSAmIFJX
X1dSSVRFX0ZMQUcgKQogICAgICAgICAgICAgY3B1X3JlbGF4KCk7Ci0gICAg
fQorICAgIH0gd2hpbGUgKCBjbXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4KzEp
ICE9IHggKTsKICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKIH0KIAogdm9pZCBf
cmVhZF9sb2NrX2lycShyd2xvY2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJf
dCB4OworCiAgICAgQVNTRVJUKGxvY2FsX2lycV9pc19lbmFibGVkKCkpOwog
ICAgIGxvY2FsX2lycV9kaXNhYmxlKCk7CiAgICAgY2hlY2tfbG9jaygmbG9j
ay0+ZGVidWcpOwotICAgIHdoaWxlICggdW5saWtlbHkoIV9yYXdfcmVhZF90
cnlsb2NrKCZsb2NrLT5yYXcpKSApCi0gICAgewotICAgICAgICBsb2NhbF9p
cnFfZW5hYmxlKCk7Ci0gICAgICAgIHdoaWxlICggbGlrZWx5KF9yYXdfcndf
aXNfd3JpdGVfbG9ja2VkKCZsb2NrLT5yYXcpKSApCi0gICAgICAgICAgICBj
cHVfcmVsYXgoKTsKLSAgICAgICAgbG9jYWxfaXJxX2Rpc2FibGUoKTsKLSAg
ICB9CisgICAgZG8geworICAgICAgICBpZiAoICh4ID0gbG9jay0+bG9jaykg
JiBSV19XUklURV9GTEFHICkKKyAgICAgICAgeworICAgICAgICAgICAgbG9j
YWxfaXJxX2VuYWJsZSgpOworICAgICAgICAgICAgd2hpbGUgKCAoeCA9IGxv
Y2stPmxvY2spICYgUldfV1JJVEVfRkxBRyApCisgICAgICAgICAgICAgICAg
Y3B1X3JlbGF4KCk7CisgICAgICAgICAgICBsb2NhbF9pcnFfZGlzYWJsZSgp
OworICAgICAgICB9CisgICAgfSB3aGlsZSAoIGNtcHhjaGcoJmxvY2stPmxv
Y2ssIHgsIHgrMSkgIT0geCApOwogICAgIHByZWVtcHRfZGlzYWJsZSgpOwog
fQogCiB1bnNpZ25lZCBsb25nIF9yZWFkX2xvY2tfaXJxc2F2ZShyd2xvY2tf
dCAqbG9jaykKIHsKKyAgICB1aW50MzJfdCB4OwogICAgIHVuc2lnbmVkIGxv
bmcgZmxhZ3M7CisKICAgICBsb2NhbF9pcnFfc2F2ZShmbGFncyk7CiAgICAg
Y2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHdoaWxlICggdW5saWtl
bHkoIV9yYXdfcmVhZF90cnlsb2NrKCZsb2NrLT5yYXcpKSApCi0gICAgewot
ICAgICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7Ci0gICAgICAgIHdo
aWxlICggbGlrZWx5KF9yYXdfcndfaXNfd3JpdGVfbG9ja2VkKCZsb2NrLT5y
YXcpKSApCi0gICAgICAgICAgICBjcHVfcmVsYXgoKTsKLSAgICAgICAgbG9j
YWxfaXJxX3NhdmUoZmxhZ3MpOwotICAgIH0KKyAgICBkbyB7CisgICAgICAg
IGlmICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAg
ICAgICB7CisgICAgICAgICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7
CisgICAgICAgICAgICB3aGlsZSAoICh4ID0gbG9jay0+bG9jaykgJiBSV19X
UklURV9GTEFHICkKKyAgICAgICAgICAgICAgICBjcHVfcmVsYXgoKTsKKyAg
ICAgICAgICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKKyAgICAgICAgfQor
ICAgIH0gd2hpbGUgKCBjbXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4KzEpICE9
IHggKTsKICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKICAgICByZXR1cm4gZmxh
Z3M7CiB9CiAKIGludCBfcmVhZF90cnlsb2NrKHJ3bG9ja190ICpsb2NrKQog
eworICAgIHVpbnQzMl90IHg7CisKICAgICBjaGVja19sb2NrKCZsb2NrLT5k
ZWJ1Zyk7Ci0gICAgaWYgKCAhX3Jhd19yZWFkX3RyeWxvY2soJmxvY2stPnJh
dykgKQotICAgICAgICByZXR1cm4gMDsKKyAgICBkbyB7CisgICAgICAgIGlm
ICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAgICAg
ICAgICAgcmV0dXJuIDA7CisgICAgfSB3aGlsZSAoIGNtcHhjaGcoJmxvY2st
PmxvY2ssIHgsIHgrMSkgIT0geCApOwogICAgIHByZWVtcHRfZGlzYWJsZSgp
OwogICAgIHJldHVybiAxOwogfQogCiB2b2lkIF9yZWFkX3VubG9jayhyd2xv
Y2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJfdCB4LCB5OworCiAgICAgcHJl
ZW1wdF9lbmFibGUoKTsKLSAgICBfcmF3X3JlYWRfdW5sb2NrKCZsb2NrLT5y
YXcpOworICAgIHggPSBsb2NrLT5sb2NrOworICAgIHdoaWxlICggKHkgPSBj
bXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4LTEpKSAhPSB4ICkKKyAgICAgICAg
eCA9IHk7CiB9CiAKIHZvaWQgX3JlYWRfdW5sb2NrX2lycShyd2xvY2tfdCAq
bG9jaykKIHsKLSAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdfcmVh
ZF91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3JlYWRfdW5sb2NrKGxvY2sp
OwogICAgIGxvY2FsX2lycV9lbmFibGUoKTsKIH0KIAogdm9pZCBfcmVhZF91
bmxvY2tfaXJxcmVzdG9yZShyd2xvY2tfdCAqbG9jaywgdW5zaWduZWQgbG9u
ZyBmbGFncykKIHsKLSAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdf
cmVhZF91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3JlYWRfdW5sb2NrKGxv
Y2spOwogICAgIGxvY2FsX2lycV9yZXN0b3JlKGZsYWdzKTsKIH0KIAogdm9p
ZCBfd3JpdGVfbG9jayhyd2xvY2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJf
dCB4OworCiAgICAgY2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHdo
aWxlICggdW5saWtlbHkoIV9yYXdfd3JpdGVfdHJ5bG9jaygmbG9jay0+cmF3
KSkgKQotICAgIHsKLSAgICAgICAgd2hpbGUgKCBsaWtlbHkoX3Jhd19yd19p
c19sb2NrZWQoJmxvY2stPnJhdykpICkKKyAgICBkbyB7CisgICAgICAgIHdo
aWxlICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQogICAg
ICAgICAgICAgY3B1X3JlbGF4KCk7CisgICAgfSB3aGlsZSAoIGNtcHhjaGco
JmxvY2stPmxvY2ssIHgsIHh8UldfV1JJVEVfRkxBRykgIT0geCApOworICAg
IHdoaWxlICggeCAhPSAwICkKKyAgICB7CisgICAgICAgIGNwdV9yZWxheCgp
OworICAgICAgICB4ID0gbG9jay0+bG9jayAmIH5SV19XUklURV9GTEFHOwog
ICAgIH0KICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKIH0KIAogdm9pZCBfd3Jp
dGVfbG9ja19pcnEocndsb2NrX3QgKmxvY2spCiB7CisgICAgdWludDMyX3Qg
eDsKKwogICAgIEFTU0VSVChsb2NhbF9pcnFfaXNfZW5hYmxlZCgpKTsKICAg
ICBsb2NhbF9pcnFfZGlzYWJsZSgpOwogICAgIGNoZWNrX2xvY2soJmxvY2st
PmRlYnVnKTsKLSAgICB3aGlsZSAoIHVubGlrZWx5KCFfcmF3X3dyaXRlX3Ry
eWxvY2soJmxvY2stPnJhdykpICkKKyAgICBkbyB7CisgICAgICAgIGlmICgg
KHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAgICAgICB7
CisgICAgICAgICAgICBsb2NhbF9pcnFfZW5hYmxlKCk7CisgICAgICAgICAg
ICB3aGlsZSAoICh4ID0gbG9jay0+bG9jaykgJiBSV19XUklURV9GTEFHICkK
KyAgICAgICAgICAgICAgICBjcHVfcmVsYXgoKTsKKyAgICAgICAgICAgIGxv
Y2FsX2lycV9kaXNhYmxlKCk7CisgICAgICAgIH0KKyAgICB9IHdoaWxlICgg
Y21weGNoZygmbG9jay0+bG9jaywgeCwgeHxSV19XUklURV9GTEFHKSAhPSB4
ICk7CisgICAgd2hpbGUgKCB4ICE9IDAgKQogICAgIHsKLSAgICAgICAgbG9j
YWxfaXJxX2VuYWJsZSgpOwotICAgICAgICB3aGlsZSAoIGxpa2VseShfcmF3
X3J3X2lzX2xvY2tlZCgmbG9jay0+cmF3KSkgKQotICAgICAgICAgICAgY3B1
X3JlbGF4KCk7Ci0gICAgICAgIGxvY2FsX2lycV9kaXNhYmxlKCk7CisgICAg
ICAgIGNwdV9yZWxheCgpOworICAgICAgICB4ID0gbG9jay0+bG9jayAmIH5S
V19XUklURV9GTEFHOwogICAgIH0KICAgICBwcmVlbXB0X2Rpc2FibGUoKTsK
IH0KIAogdW5zaWduZWQgbG9uZyBfd3JpdGVfbG9ja19pcnFzYXZlKHJ3bG9j
a190ICpsb2NrKQogeworICAgIHVpbnQzMl90IHg7CiAgICAgdW5zaWduZWQg
bG9uZyBmbGFnczsKKwogICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKICAg
ICBjaGVja19sb2NrKCZsb2NrLT5kZWJ1Zyk7Ci0gICAgd2hpbGUgKCB1bmxp
a2VseSghX3Jhd193cml0ZV90cnlsb2NrKCZsb2NrLT5yYXcpKSApCisgICAg
ZG8geworICAgICAgICBpZiAoICh4ID0gbG9jay0+bG9jaykgJiBSV19XUklU
RV9GTEFHICkKKyAgICAgICAgeworICAgICAgICAgICAgbG9jYWxfaXJxX3Jl
c3RvcmUoZmxhZ3MpOworICAgICAgICAgICAgd2hpbGUgKCAoeCA9IGxvY2st
PmxvY2spICYgUldfV1JJVEVfRkxBRyApCisgICAgICAgICAgICAgICAgY3B1
X3JlbGF4KCk7CisgICAgICAgICAgICBsb2NhbF9pcnFfc2F2ZShmbGFncyk7
CisgICAgICAgIH0KKyAgICB9IHdoaWxlICggY21weGNoZygmbG9jay0+bG9j
aywgeCwgeHxSV19XUklURV9GTEFHKSAhPSB4ICk7CisgICAgd2hpbGUgKCB4
ICE9IDAgKQogICAgIHsKLSAgICAgICAgbG9jYWxfaXJxX3Jlc3RvcmUoZmxh
Z3MpOwotICAgICAgICB3aGlsZSAoIGxpa2VseShfcmF3X3J3X2lzX2xvY2tl
ZCgmbG9jay0+cmF3KSkgKQotICAgICAgICAgICAgY3B1X3JlbGF4KCk7Ci0g
ICAgICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKKyAgICAgICAgY3B1X3Jl
bGF4KCk7CisgICAgICAgIHggPSBsb2NrLT5sb2NrICYgflJXX1dSSVRFX0ZM
QUc7CiAgICAgfQogICAgIHByZWVtcHRfZGlzYWJsZSgpOwogICAgIHJldHVy
biBmbGFnczsKQEAgLTM4NCw5ICs0MjMsMTMgQEAgdW5zaWduZWQgbG9uZyBf
d3JpdGVfbG9ja19pcnFzYXZlKHJ3bG9jawogCiBpbnQgX3dyaXRlX3RyeWxv
Y2socndsb2NrX3QgKmxvY2spCiB7CisgICAgdWludDMyX3QgeDsKKwogICAg
IGNoZWNrX2xvY2soJmxvY2stPmRlYnVnKTsKLSAgICBpZiAoICFfcmF3X3dy
aXRlX3RyeWxvY2soJmxvY2stPnJhdykgKQotICAgICAgICByZXR1cm4gMDsK
KyAgICBkbyB7CisgICAgICAgIGlmICggKHggPSBsb2NrLT5sb2NrKSAhPSAw
ICkKKyAgICAgICAgICAgIHJldHVybiAwOworICAgIH0gd2hpbGUgKCBjbXB4
Y2hnKCZsb2NrLT5sb2NrLCB4LCB4fFJXX1dSSVRFX0ZMQUcpICE9IHggKTsK
ICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKICAgICByZXR1cm4gMTsKIH0KQEAg
LTM5NCwzMyArNDM3LDMyIEBAIGludCBfd3JpdGVfdHJ5bG9jayhyd2xvY2tf
dCAqbG9jaykKIHZvaWQgX3dyaXRlX3VubG9jayhyd2xvY2tfdCAqbG9jaykK
IHsKICAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdfd3JpdGVfdW5s
b2NrKCZsb2NrLT5yYXcpOworICAgIGlmICggY21weGNoZygmbG9jay0+bG9j
aywgUldfV1JJVEVfRkxBRywgMCkgIT0gUldfV1JJVEVfRkxBRyApCisgICAg
ICAgIEJVRygpOwogfQogCiB2b2lkIF93cml0ZV91bmxvY2tfaXJxKHJ3bG9j
a190ICpsb2NrKQogewotICAgIHByZWVtcHRfZW5hYmxlKCk7Ci0gICAgX3Jh
d193cml0ZV91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3dyaXRlX3VubG9j
ayhsb2NrKTsKICAgICBsb2NhbF9pcnFfZW5hYmxlKCk7CiB9CiAKIHZvaWQg
X3dyaXRlX3VubG9ja19pcnFyZXN0b3JlKHJ3bG9ja190ICpsb2NrLCB1bnNp
Z25lZCBsb25nIGZsYWdzKQogewotICAgIHByZWVtcHRfZW5hYmxlKCk7Ci0g
ICAgX3Jhd193cml0ZV91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3dyaXRl
X3VubG9jayhsb2NrKTsKICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7
CiB9CiAKIGludCBfcndfaXNfbG9ja2VkKHJ3bG9ja190ICpsb2NrKQogewog
ICAgIGNoZWNrX2xvY2soJmxvY2stPmRlYnVnKTsKLSAgICByZXR1cm4gX3Jh
d19yd19pc19sb2NrZWQoJmxvY2stPnJhdyk7CisgICAgcmV0dXJuIChsb2Nr
LT5sb2NrICE9IDApOyAvKiBhbnlvbmUgaW4gY3JpdGljYWwgc2VjdGlvbj8g
Ki8KIH0KIAogaW50IF9yd19pc193cml0ZV9sb2NrZWQocndsb2NrX3QgKmxv
Y2spCiB7CiAgICAgY2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHJl
dHVybiBfcmF3X3J3X2lzX3dyaXRlX2xvY2tlZCgmbG9jay0+cmF3KTsKKyAg
ICByZXR1cm4gKGxvY2stPmxvY2sgPT0gUldfV1JJVEVfRkxBRyk7IC8qIHdy
aXRlciBpbiBjcml0aWNhbCBzZWN0aW9uPyAqLwogfQogCiAjaWZkZWYgTE9D
S19QUk9GSUxFCi0tLSBhL3hlbi9pbmNsdWRlL2FzbS1hcm0vc3BpbmxvY2su
aAorKysgYi94ZW4vaW5jbHVkZS9hc20tYXJtL3NwaW5sb2NrLmgKQEAgLTU1
LDg0ICs1NSw2IEBAIHN0YXRpYyBhbHdheXNfaW5saW5lIGludCBfcmF3X3Nw
aW5fdHJ5bG8KICAgICB9CiB9CiAKLXR5cGVkZWYgc3RydWN0IHsKLSAgICB2
b2xhdGlsZSB1bnNpZ25lZCBpbnQgbG9jazsKLX0gcmF3X3J3bG9ja190Owot
Ci0jZGVmaW5lIF9SQVdfUldfTE9DS19VTkxPQ0tFRCB7IDAgfQotCi1zdGF0
aWMgYWx3YXlzX2lubGluZSBpbnQgX3Jhd19yZWFkX3RyeWxvY2socmF3X3J3
bG9ja190ICpydykKLXsKLSAgICB1bnNpZ25lZCBsb25nIHRtcCwgdG1wMiA9
IDE7Ci0KLSAgICBfX2FzbV9fIF9fdm9sYXRpbGVfXygKLSIxOiBsZHJleCAg
ICUwLCBbJTJdXG4iCi0iICAgYWRkcyAgICAlMCwgJTAsICMxXG4iCi0iICAg
c3RyZXhwbCAlMSwgJTAsIFslMl1cbiIKLSAgICA6ICI9JnIiICh0bXApLCAi
K3IiICh0bXAyKQotICAgIDogInIiICgmcnctPmxvY2spCi0gICAgOiAiY2Mi
KTsKLQotICAgIHNtcF9tYigpOwotICAgIHJldHVybiB0bXAyID09IDA7Ci19
Ci0KLXN0YXRpYyBhbHdheXNfaW5saW5lIGludCBfcmF3X3dyaXRlX3RyeWxv
Y2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1bnNpZ25lZCBsb25nIHRt
cDsKLQotICAgIF9fYXNtX18gX192b2xhdGlsZV9fKAotIjE6IGxkcmV4ICAg
JTAsIFslMV1cbiIKLSIgICB0ZXEgICAgICUwLCAjMFxuIgotIiAgIHN0cmV4
ZXEgJTAsICUyLCBbJTFdIgotICAgIDogIj0mciIgKHRtcCkKLSAgICA6ICJy
IiAoJnJ3LT5sb2NrKSwgInIiICgweDgwMDAwMDAwKQotICAgIDogImNjIik7
Ci0KLSAgICBpZiAodG1wID09IDApIHsKLSAgICAgICAgc21wX21iKCk7Ci0g
ICAgICAgIHJldHVybiAxOwotICAgIH0gZWxzZSB7Ci0gICAgICAgIHJldHVy
biAwOwotICAgIH0KLX0KLQotc3RhdGljIGlubGluZSB2b2lkIF9yYXdfcmVh
ZF91bmxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1bnNpZ25lZCBs
b25nIHRtcCwgdG1wMjsKLQotICAgIHNtcF9tYigpOwotCi0gICAgX19hc21f
XyBfX3ZvbGF0aWxlX18oCi0iMTogbGRyZXggICAlMCwgWyUyXVxuIgotIiAg
IHN1YiAgICAgJTAsICUwLCAjMVxuIgotIiAgIHN0cmV4ICAgJTEsICUwLCBb
JTJdXG4iCi0iICAgdGVxICAgICAlMSwgIzBcbiIKLSIgICBibmUgICAgIDFi
IgotICAgIDogIj0mciIgKHRtcCksICI9JnIiICh0bXAyKQotICAgIDogInIi
ICgmcnctPmxvY2spCi0gICAgOiAiY2MiKTsKLQotICAgIGlmICh0bXAgPT0g
MCkKLSAgICAgICAgZHNiX3NldigpOwotfQotCi1zdGF0aWMgaW5saW5lIHZv
aWQgX3Jhd193cml0ZV91bmxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAg
ICBzbXBfbWIoKTsKLQotICAgIF9fYXNtX18gX192b2xhdGlsZV9fKAotICAg
ICJzdHIgICAgJTEsIFslMF1cbiIKLSAgICA6Ci0gICAgOiAiciIgKCZydy0+
bG9jayksICJyIiAoMCkKLSAgICA6ICJjYyIpOwotCi0gICAgZHNiX3Nldigp
OwotfQotCi0jZGVmaW5lIF9yYXdfcndfaXNfbG9ja2VkKHgpICgoeCktPmxv
Y2sgIT0gMCkKLSNkZWZpbmUgX3Jhd19yd19pc193cml0ZV9sb2NrZWQoeCkg
KCh4KS0+bG9jayA9PSAweDgwMDAwMDAwKQotCiAjZW5kaWYgLyogX19BU01f
U1BJTkxPQ0tfSCAqLwogLyoKICAqIExvY2FsIHZhcmlhYmxlczoKLS0tIGEv
eGVuL2luY2x1ZGUvYXNtLXg4Ni9zcGlubG9jay5oCisrKyBiL3hlbi9pbmNs
dWRlL2FzbS14ODYvc3BpbmxvY2suaApAQCAtMzEsNTggKzMxLDQgQEAgc3Rh
dGljIGFsd2F5c19pbmxpbmUgaW50IF9yYXdfc3Bpbl90cnlsbwogICAgIHJl
dHVybiAob2xkdmFsID4gMCk7CiB9CiAKLXR5cGVkZWYgc3RydWN0IHsKLSAg
ICB2b2xhdGlsZSBpbnQgbG9jazsKLX0gcmF3X3J3bG9ja190OwotCi0jZGVm
aW5lIFJXX1dSSVRFX0JJQVMgMHg3ZmZmZmZmZgotI2RlZmluZSBfUkFXX1JX
X0xPQ0tfVU5MT0NLRUQgLyoocmF3X3J3bG9ja190KSovIHsgMCB9Ci0KLXN0
YXRpYyBhbHdheXNfaW5saW5lIGludCBfcmF3X3JlYWRfdHJ5bG9jayhyYXdf
cndsb2NrX3QgKnJ3KQotewotICAgIGludCBhY3F1aXJlZDsKLQotICAgIGFz
bSB2b2xhdGlsZSAoCi0gICAgICAgICIgICAgbG9jazsgZGVjbCAlMCAgICAg
ICAgIFxuIgotICAgICAgICAiICAgIGpucyAyZiAgICAgICAgICAgICAgICBc
biIKLSNpZmRlZiBfX2NsYW5nX18gLyogY2xhbmcncyBidWlsdGluIGFzc2Vt
YmVyIGNhbid0IGRvIC5zdWJzZWN0aW9uICovCi0gICAgICAgICIxOiAgLnB1
c2hzZWN0aW9uIC5maXh1cCxcImF4XCJcbiIKLSNlbHNlCi0gICAgICAgICIx
OiAgLnN1YnNlY3Rpb24gMSAgICAgICAgIFxuIgotI2VuZGlmCi0gICAgICAg
ICIyOiAgbG9jazsgaW5jbCAlMCAgICAgICAgIFxuIgotICAgICAgICAiICAg
IGRlY2wgJTEgICAgICAgICAgICAgICBcbiIKLSAgICAgICAgIiAgICBqbXAg
MWIgICAgICAgICAgICAgICAgXG4iCi0jaWZkZWYgX19jbGFuZ19fCi0gICAg
ICAgICIgICAgLnBvcHNlY3Rpb24gICAgICAgICAgIFxuIgotI2Vsc2UKLSAg
ICAgICAgIiAgICAuc3Vic2VjdGlvbiAwICAgICAgICAgXG4iCi0jZW5kaWYK
LSAgICAgICAgOiAiPW0iIChydy0+bG9jayksICI9ciIgKGFjcXVpcmVkKSA6
ICIxIiAoMSkgOiAibWVtb3J5IiApOwotCi0gICAgcmV0dXJuIGFjcXVpcmVk
OwotfQotCi1zdGF0aWMgYWx3YXlzX2lubGluZSBpbnQgX3Jhd193cml0ZV90
cnlsb2NrKHJhd19yd2xvY2tfdCAqcncpCi17Ci0gICAgcmV0dXJuIChjbXB4
Y2hnKCZydy0+bG9jaywgMCwgUldfV1JJVEVfQklBUykgPT0gMCk7Ci19Ci0K
LXN0YXRpYyBhbHdheXNfaW5saW5lIHZvaWQgX3Jhd19yZWFkX3VubG9jayhy
YXdfcndsb2NrX3QgKnJ3KQotewotICAgIGFzbSB2b2xhdGlsZSAoCi0gICAg
ICAgICJsb2NrIDsgaW5jbCAlMCIKLSAgICAgICAgOiAiPW0iICgocncpLT5s
b2NrKSA6IDogIm1lbW9yeSIgKTsKLX0KLQotc3RhdGljIGFsd2F5c19pbmxp
bmUgdm9pZCBfcmF3X3dyaXRlX3VubG9jayhyYXdfcndsb2NrX3QgKnJ3KQot
ewotICAgIGFzbSB2b2xhdGlsZSAoCi0gICAgICAgICJsb2NrIDsgc3VibCAl
MSwlMCIKLSAgICAgICAgOiAiPW0iICgocncpLT5sb2NrKSA6ICJpIiAoUldf
V1JJVEVfQklBUykgOiAibWVtb3J5IiApOwotfQotCi0jZGVmaW5lIF9yYXdf
cndfaXNfbG9ja2VkKHgpICgoeCktPmxvY2sgIT0gMCkKLSNkZWZpbmUgX3Jh
d19yd19pc193cml0ZV9sb2NrZWQoeCkgKCh4KS0+bG9jayA+IDApCi0KICNl
bmRpZiAvKiBfX0FTTV9TUElOTE9DS19IICovCi0tLSBhL3hlbi9pbmNsdWRl
L3hlbi9zcGlubG9jay5oCisrKyBiL3hlbi9pbmNsdWRlL3hlbi9zcGlubG9j
ay5oCkBAIC0xNDEsMTEgKzE0MSwxMyBAQCB0eXBlZGVmIHN0cnVjdCBzcGlu
bG9jayB7CiAjZGVmaW5lIHNwaW5fbG9ja19pbml0KGwpICgqKGwpID0gKHNw
aW5sb2NrX3QpU1BJTl9MT0NLX1VOTE9DS0VEKQogCiB0eXBlZGVmIHN0cnVj
dCB7Ci0gICAgcmF3X3J3bG9ja190IHJhdzsKKyAgICB2b2xhdGlsZSB1aW50
MzJfdCBsb2NrOwogICAgIHN0cnVjdCBsb2NrX2RlYnVnIGRlYnVnOwogfSBy
d2xvY2tfdDsKIAotI2RlZmluZSBSV19MT0NLX1VOTE9DS0VEIHsgX1JBV19S
V19MT0NLX1VOTE9DS0VELCBfTE9DS19ERUJVRyB9CisjZGVmaW5lIFJXX1dS
SVRFX0ZMQUcgKDF1PDwzMSkKKworI2RlZmluZSBSV19MT0NLX1VOTE9DS0VE
IHsgMCwgX0xPQ0tfREVCVUcgfQogI2RlZmluZSBERUZJTkVfUldMT0NLKGwp
IHJ3bG9ja190IGwgPSBSV19MT0NLX1VOTE9DS0VECiAjZGVmaW5lIHJ3bG9j
a19pbml0KGwpICgqKGwpID0gKHJ3bG9ja190KVJXX0xPQ0tfVU5MT0NLRUQp
CiAK

--=separator
Content-Type: application/octet-stream; name="xsa114-4.3.patch"
Content-Disposition: attachment; filename="xsa114-4.3.patch"
Content-Transfer-Encoding: base64

c3dpdGNoIHRvIHdyaXRlLWJpYXNlZCByL3cgbG9ja3MKClRoaXMgaXMgdG8g
aW1wcm92ZSBmYWlybmVzczogQSBwZXJtYW5lbnQgZmxvdyBvZiByZWFkIGFj
cXVpcmVzIGNhbgpvdGhlcndpc2UgbG9jayBvdXQgZXZlbnR1YWwgd3JpdGVy
cyBpbmRlZmluaXRlbHkuCgpUaGlzIGlzIFhTQS0xMTQgLyBDVkUtMjAxNC05
MDY1LgoKU2lnbmVkLW9mZi1ieTogS2VpciBGcmFzZXIgPGtlaXJAeGVuLm9y
Zz4KUmV2aWV3ZWQtYnk6IEphbiBCZXVsaWNoIDxqYmV1bGljaEBzdXNlLmNv
bT4KUmV2aWV3ZWQtYnk6IEFuZHJldyBDb29wZXIgPGFuZHJldy5jb29wZXIz
QGNpdHJpeC5jb20+ClRlc3RlZC1ieTogQW5kcmV3IENvb3BlciA8YW5kcmV3
LmNvb3BlcjNAY2l0cml4LmNvbT4KCi0tLSBhL3hlbi9jb21tb24vc3Bpbmxv
Y2suYworKysgYi94ZW4vY29tbW9uL3NwaW5sb2NrLmMKQEAgLTI3MSwxMTIg
KzI3MSwxNTEgQEAgdm9pZCBfc3Bpbl91bmxvY2tfcmVjdXJzaXZlKHNwaW5s
b2NrX3QgKgogCiB2b2lkIF9yZWFkX2xvY2socndsb2NrX3QgKmxvY2spCiB7
CisgICAgdWludDMyX3QgeDsKKwogICAgIGNoZWNrX2xvY2soJmxvY2stPmRl
YnVnKTsKLSAgICB3aGlsZSAoIHVubGlrZWx5KCFfcmF3X3JlYWRfdHJ5bG9j
aygmbG9jay0+cmF3KSkgKQotICAgIHsKLSAgICAgICAgd2hpbGUgKCBsaWtl
bHkoX3Jhd19yd19pc193cml0ZV9sb2NrZWQoJmxvY2stPnJhdykpICkKKyAg
ICBkbyB7CisgICAgICAgIHdoaWxlICggKHggPSBsb2NrLT5sb2NrKSAmIFJX
X1dSSVRFX0ZMQUcgKQogICAgICAgICAgICAgY3B1X3JlbGF4KCk7Ci0gICAg
fQorICAgIH0gd2hpbGUgKCBjbXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4KzEp
ICE9IHggKTsKICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKIH0KIAogdm9pZCBf
cmVhZF9sb2NrX2lycShyd2xvY2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJf
dCB4OworCiAgICAgQVNTRVJUKGxvY2FsX2lycV9pc19lbmFibGVkKCkpOwog
ICAgIGxvY2FsX2lycV9kaXNhYmxlKCk7CiAgICAgY2hlY2tfbG9jaygmbG9j
ay0+ZGVidWcpOwotICAgIHdoaWxlICggdW5saWtlbHkoIV9yYXdfcmVhZF90
cnlsb2NrKCZsb2NrLT5yYXcpKSApCi0gICAgewotICAgICAgICBsb2NhbF9p
cnFfZW5hYmxlKCk7Ci0gICAgICAgIHdoaWxlICggbGlrZWx5KF9yYXdfcndf
aXNfd3JpdGVfbG9ja2VkKCZsb2NrLT5yYXcpKSApCi0gICAgICAgICAgICBj
cHVfcmVsYXgoKTsKLSAgICAgICAgbG9jYWxfaXJxX2Rpc2FibGUoKTsKLSAg
ICB9CisgICAgZG8geworICAgICAgICBpZiAoICh4ID0gbG9jay0+bG9jaykg
JiBSV19XUklURV9GTEFHICkKKyAgICAgICAgeworICAgICAgICAgICAgbG9j
YWxfaXJxX2VuYWJsZSgpOworICAgICAgICAgICAgd2hpbGUgKCAoeCA9IGxv
Y2stPmxvY2spICYgUldfV1JJVEVfRkxBRyApCisgICAgICAgICAgICAgICAg
Y3B1X3JlbGF4KCk7CisgICAgICAgICAgICBsb2NhbF9pcnFfZGlzYWJsZSgp
OworICAgICAgICB9CisgICAgfSB3aGlsZSAoIGNtcHhjaGcoJmxvY2stPmxv
Y2ssIHgsIHgrMSkgIT0geCApOwogICAgIHByZWVtcHRfZGlzYWJsZSgpOwog
fQogCiB1bnNpZ25lZCBsb25nIF9yZWFkX2xvY2tfaXJxc2F2ZShyd2xvY2tf
dCAqbG9jaykKIHsKKyAgICB1aW50MzJfdCB4OwogICAgIHVuc2lnbmVkIGxv
bmcgZmxhZ3M7CisKICAgICBsb2NhbF9pcnFfc2F2ZShmbGFncyk7CiAgICAg
Y2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHdoaWxlICggdW5saWtl
bHkoIV9yYXdfcmVhZF90cnlsb2NrKCZsb2NrLT5yYXcpKSApCi0gICAgewot
ICAgICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7Ci0gICAgICAgIHdo
aWxlICggbGlrZWx5KF9yYXdfcndfaXNfd3JpdGVfbG9ja2VkKCZsb2NrLT5y
YXcpKSApCi0gICAgICAgICAgICBjcHVfcmVsYXgoKTsKLSAgICAgICAgbG9j
YWxfaXJxX3NhdmUoZmxhZ3MpOwotICAgIH0KKyAgICBkbyB7CisgICAgICAg
IGlmICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAg
ICAgICB7CisgICAgICAgICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7
CisgICAgICAgICAgICB3aGlsZSAoICh4ID0gbG9jay0+bG9jaykgJiBSV19X
UklURV9GTEFHICkKKyAgICAgICAgICAgICAgICBjcHVfcmVsYXgoKTsKKyAg
ICAgICAgICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKKyAgICAgICAgfQor
ICAgIH0gd2hpbGUgKCBjbXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4KzEpICE9
IHggKTsKICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKICAgICByZXR1cm4gZmxh
Z3M7CiB9CiAKIGludCBfcmVhZF90cnlsb2NrKHJ3bG9ja190ICpsb2NrKQog
eworICAgIHVpbnQzMl90IHg7CisKICAgICBjaGVja19sb2NrKCZsb2NrLT5k
ZWJ1Zyk7Ci0gICAgaWYgKCAhX3Jhd19yZWFkX3RyeWxvY2soJmxvY2stPnJh
dykgKQotICAgICAgICByZXR1cm4gMDsKKyAgICBkbyB7CisgICAgICAgIGlm
ICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAgICAg
ICAgICAgcmV0dXJuIDA7CisgICAgfSB3aGlsZSAoIGNtcHhjaGcoJmxvY2st
PmxvY2ssIHgsIHgrMSkgIT0geCApOwogICAgIHByZWVtcHRfZGlzYWJsZSgp
OwogICAgIHJldHVybiAxOwogfQogCiB2b2lkIF9yZWFkX3VubG9jayhyd2xv
Y2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJfdCB4LCB5OworCiAgICAgcHJl
ZW1wdF9lbmFibGUoKTsKLSAgICBfcmF3X3JlYWRfdW5sb2NrKCZsb2NrLT5y
YXcpOworICAgIHggPSBsb2NrLT5sb2NrOworICAgIHdoaWxlICggKHkgPSBj
bXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4LTEpKSAhPSB4ICkKKyAgICAgICAg
eCA9IHk7CiB9CiAKIHZvaWQgX3JlYWRfdW5sb2NrX2lycShyd2xvY2tfdCAq
bG9jaykKIHsKLSAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdfcmVh
ZF91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3JlYWRfdW5sb2NrKGxvY2sp
OwogICAgIGxvY2FsX2lycV9lbmFibGUoKTsKIH0KIAogdm9pZCBfcmVhZF91
bmxvY2tfaXJxcmVzdG9yZShyd2xvY2tfdCAqbG9jaywgdW5zaWduZWQgbG9u
ZyBmbGFncykKIHsKLSAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdf
cmVhZF91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3JlYWRfdW5sb2NrKGxv
Y2spOwogICAgIGxvY2FsX2lycV9yZXN0b3JlKGZsYWdzKTsKIH0KIAogdm9p
ZCBfd3JpdGVfbG9jayhyd2xvY2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJf
dCB4OworCiAgICAgY2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHdo
aWxlICggdW5saWtlbHkoIV9yYXdfd3JpdGVfdHJ5bG9jaygmbG9jay0+cmF3
KSkgKQotICAgIHsKLSAgICAgICAgd2hpbGUgKCBsaWtlbHkoX3Jhd19yd19p
c19sb2NrZWQoJmxvY2stPnJhdykpICkKKyAgICBkbyB7CisgICAgICAgIHdo
aWxlICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQogICAg
ICAgICAgICAgY3B1X3JlbGF4KCk7CisgICAgfSB3aGlsZSAoIGNtcHhjaGco
JmxvY2stPmxvY2ssIHgsIHh8UldfV1JJVEVfRkxBRykgIT0geCApOworICAg
IHdoaWxlICggeCAhPSAwICkKKyAgICB7CisgICAgICAgIGNwdV9yZWxheCgp
OworICAgICAgICB4ID0gbG9jay0+bG9jayAmIH5SV19XUklURV9GTEFHOwog
ICAgIH0KICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKIH0KIAogdm9pZCBfd3Jp
dGVfbG9ja19pcnEocndsb2NrX3QgKmxvY2spCiB7CisgICAgdWludDMyX3Qg
eDsKKwogICAgIEFTU0VSVChsb2NhbF9pcnFfaXNfZW5hYmxlZCgpKTsKICAg
ICBsb2NhbF9pcnFfZGlzYWJsZSgpOwogICAgIGNoZWNrX2xvY2soJmxvY2st
PmRlYnVnKTsKLSAgICB3aGlsZSAoIHVubGlrZWx5KCFfcmF3X3dyaXRlX3Ry
eWxvY2soJmxvY2stPnJhdykpICkKKyAgICBkbyB7CisgICAgICAgIGlmICgg
KHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAgICAgICB7
CisgICAgICAgICAgICBsb2NhbF9pcnFfZW5hYmxlKCk7CisgICAgICAgICAg
ICB3aGlsZSAoICh4ID0gbG9jay0+bG9jaykgJiBSV19XUklURV9GTEFHICkK
KyAgICAgICAgICAgICAgICBjcHVfcmVsYXgoKTsKKyAgICAgICAgICAgIGxv
Y2FsX2lycV9kaXNhYmxlKCk7CisgICAgICAgIH0KKyAgICB9IHdoaWxlICgg
Y21weGNoZygmbG9jay0+bG9jaywgeCwgeHxSV19XUklURV9GTEFHKSAhPSB4
ICk7CisgICAgd2hpbGUgKCB4ICE9IDAgKQogICAgIHsKLSAgICAgICAgbG9j
YWxfaXJxX2VuYWJsZSgpOwotICAgICAgICB3aGlsZSAoIGxpa2VseShfcmF3
X3J3X2lzX2xvY2tlZCgmbG9jay0+cmF3KSkgKQotICAgICAgICAgICAgY3B1
X3JlbGF4KCk7Ci0gICAgICAgIGxvY2FsX2lycV9kaXNhYmxlKCk7CisgICAg
ICAgIGNwdV9yZWxheCgpOworICAgICAgICB4ID0gbG9jay0+bG9jayAmIH5S
V19XUklURV9GTEFHOwogICAgIH0KICAgICBwcmVlbXB0X2Rpc2FibGUoKTsK
IH0KIAogdW5zaWduZWQgbG9uZyBfd3JpdGVfbG9ja19pcnFzYXZlKHJ3bG9j
a190ICpsb2NrKQogeworICAgIHVpbnQzMl90IHg7CiAgICAgdW5zaWduZWQg
bG9uZyBmbGFnczsKKwogICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKICAg
ICBjaGVja19sb2NrKCZsb2NrLT5kZWJ1Zyk7Ci0gICAgd2hpbGUgKCB1bmxp
a2VseSghX3Jhd193cml0ZV90cnlsb2NrKCZsb2NrLT5yYXcpKSApCisgICAg
ZG8geworICAgICAgICBpZiAoICh4ID0gbG9jay0+bG9jaykgJiBSV19XUklU
RV9GTEFHICkKKyAgICAgICAgeworICAgICAgICAgICAgbG9jYWxfaXJxX3Jl
c3RvcmUoZmxhZ3MpOworICAgICAgICAgICAgd2hpbGUgKCAoeCA9IGxvY2st
PmxvY2spICYgUldfV1JJVEVfRkxBRyApCisgICAgICAgICAgICAgICAgY3B1
X3JlbGF4KCk7CisgICAgICAgICAgICBsb2NhbF9pcnFfc2F2ZShmbGFncyk7
CisgICAgICAgIH0KKyAgICB9IHdoaWxlICggY21weGNoZygmbG9jay0+bG9j
aywgeCwgeHxSV19XUklURV9GTEFHKSAhPSB4ICk7CisgICAgd2hpbGUgKCB4
ICE9IDAgKQogICAgIHsKLSAgICAgICAgbG9jYWxfaXJxX3Jlc3RvcmUoZmxh
Z3MpOwotICAgICAgICB3aGlsZSAoIGxpa2VseShfcmF3X3J3X2lzX2xvY2tl
ZCgmbG9jay0+cmF3KSkgKQotICAgICAgICAgICAgY3B1X3JlbGF4KCk7Ci0g
ICAgICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKKyAgICAgICAgY3B1X3Jl
bGF4KCk7CisgICAgICAgIHggPSBsb2NrLT5sb2NrICYgflJXX1dSSVRFX0ZM
QUc7CiAgICAgfQogICAgIHByZWVtcHRfZGlzYWJsZSgpOwogICAgIHJldHVy
biBmbGFnczsKQEAgLTM4NCw5ICs0MjMsMTMgQEAgdW5zaWduZWQgbG9uZyBf
d3JpdGVfbG9ja19pcnFzYXZlKHJ3bG9jawogCiBpbnQgX3dyaXRlX3RyeWxv
Y2socndsb2NrX3QgKmxvY2spCiB7CisgICAgdWludDMyX3QgeDsKKwogICAg
IGNoZWNrX2xvY2soJmxvY2stPmRlYnVnKTsKLSAgICBpZiAoICFfcmF3X3dy
aXRlX3RyeWxvY2soJmxvY2stPnJhdykgKQotICAgICAgICByZXR1cm4gMDsK
KyAgICBkbyB7CisgICAgICAgIGlmICggKHggPSBsb2NrLT5sb2NrKSAhPSAw
ICkKKyAgICAgICAgICAgIHJldHVybiAwOworICAgIH0gd2hpbGUgKCBjbXB4
Y2hnKCZsb2NrLT5sb2NrLCB4LCB4fFJXX1dSSVRFX0ZMQUcpICE9IHggKTsK
ICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKICAgICByZXR1cm4gMTsKIH0KQEAg
LTM5NCwzMyArNDM3LDMyIEBAIGludCBfd3JpdGVfdHJ5bG9jayhyd2xvY2tf
dCAqbG9jaykKIHZvaWQgX3dyaXRlX3VubG9jayhyd2xvY2tfdCAqbG9jaykK
IHsKICAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdfd3JpdGVfdW5s
b2NrKCZsb2NrLT5yYXcpOworICAgIGlmICggY21weGNoZygmbG9jay0+bG9j
aywgUldfV1JJVEVfRkxBRywgMCkgIT0gUldfV1JJVEVfRkxBRyApCisgICAg
ICAgIEJVRygpOwogfQogCiB2b2lkIF93cml0ZV91bmxvY2tfaXJxKHJ3bG9j
a190ICpsb2NrKQogewotICAgIHByZWVtcHRfZW5hYmxlKCk7Ci0gICAgX3Jh
d193cml0ZV91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3dyaXRlX3VubG9j
ayhsb2NrKTsKICAgICBsb2NhbF9pcnFfZW5hYmxlKCk7CiB9CiAKIHZvaWQg
X3dyaXRlX3VubG9ja19pcnFyZXN0b3JlKHJ3bG9ja190ICpsb2NrLCB1bnNp
Z25lZCBsb25nIGZsYWdzKQogewotICAgIHByZWVtcHRfZW5hYmxlKCk7Ci0g
ICAgX3Jhd193cml0ZV91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3dyaXRl
X3VubG9jayhsb2NrKTsKICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7
CiB9CiAKIGludCBfcndfaXNfbG9ja2VkKHJ3bG9ja190ICpsb2NrKQogewog
ICAgIGNoZWNrX2xvY2soJmxvY2stPmRlYnVnKTsKLSAgICByZXR1cm4gX3Jh
d19yd19pc19sb2NrZWQoJmxvY2stPnJhdyk7CisgICAgcmV0dXJuIChsb2Nr
LT5sb2NrICE9IDApOyAvKiBhbnlvbmUgaW4gY3JpdGljYWwgc2VjdGlvbj8g
Ki8KIH0KIAogaW50IF9yd19pc193cml0ZV9sb2NrZWQocndsb2NrX3QgKmxv
Y2spCiB7CiAgICAgY2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHJl
dHVybiBfcmF3X3J3X2lzX3dyaXRlX2xvY2tlZCgmbG9jay0+cmF3KTsKKyAg
ICByZXR1cm4gKGxvY2stPmxvY2sgPT0gUldfV1JJVEVfRkxBRyk7IC8qIHdy
aXRlciBpbiBjcml0aWNhbCBzZWN0aW9uPyAqLwogfQogCiAjaWZkZWYgTE9D
S19QUk9GSUxFCi0tLSBhL3hlbi9pbmNsdWRlL2FzbS1hcm0vYXJtMzIvc3Bp
bmxvY2suaAorKysgYi94ZW4vaW5jbHVkZS9hc20tYXJtL2FybTMyL3NwaW5s
b2NrLmgKQEAgLTUyLDg0ICs1Miw2IEBAIHN0YXRpYyBhbHdheXNfaW5saW5l
IGludCBfcmF3X3NwaW5fdHJ5bG8KICAgICB9CiB9CiAKLXR5cGVkZWYgc3Ry
dWN0IHsKLSAgICB2b2xhdGlsZSB1bnNpZ25lZCBpbnQgbG9jazsKLX0gcmF3
X3J3bG9ja190OwotCi0jZGVmaW5lIF9SQVdfUldfTE9DS19VTkxPQ0tFRCB7
IDAgfQotCi1zdGF0aWMgYWx3YXlzX2lubGluZSBpbnQgX3Jhd19yZWFkX3Ry
eWxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1bnNpZ25lZCBsb25n
IHRtcCwgdG1wMiA9IDE7Ci0KLSAgICBfX2FzbV9fIF9fdm9sYXRpbGVfXygK
LSIxOiBsZHJleCAgICUwLCBbJTJdXG4iCi0iICAgYWRkcyAgICAlMCwgJTAs
ICMxXG4iCi0iICAgc3RyZXhwbCAlMSwgJTAsIFslMl1cbiIKLSAgICA6ICI9
JnIiICh0bXApLCAiK3IiICh0bXAyKQotICAgIDogInIiICgmcnctPmxvY2sp
Ci0gICAgOiAiY2MiKTsKLQotICAgIHNtcF9tYigpOwotICAgIHJldHVybiB0
bXAyID09IDA7Ci19Ci0KLXN0YXRpYyBhbHdheXNfaW5saW5lIGludCBfcmF3
X3dyaXRlX3RyeWxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1bnNp
Z25lZCBsb25nIHRtcDsKLQotICAgIF9fYXNtX18gX192b2xhdGlsZV9fKAot
IjE6IGxkcmV4ICAgJTAsIFslMV1cbiIKLSIgICB0ZXEgICAgICUwLCAjMFxu
IgotIiAgIHN0cmV4ZXEgJTAsICUyLCBbJTFdIgotICAgIDogIj0mciIgKHRt
cCkKLSAgICA6ICJyIiAoJnJ3LT5sb2NrKSwgInIiICgweDgwMDAwMDAwKQot
ICAgIDogImNjIik7Ci0KLSAgICBpZiAodG1wID09IDApIHsKLSAgICAgICAg
c21wX21iKCk7Ci0gICAgICAgIHJldHVybiAxOwotICAgIH0gZWxzZSB7Ci0g
ICAgICAgIHJldHVybiAwOwotICAgIH0KLX0KLQotc3RhdGljIGlubGluZSB2
b2lkIF9yYXdfcmVhZF91bmxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAg
ICB1bnNpZ25lZCBsb25nIHRtcCwgdG1wMjsKLQotICAgIHNtcF9tYigpOwot
Ci0gICAgX19hc21fXyBfX3ZvbGF0aWxlX18oCi0iMTogbGRyZXggICAlMCwg
WyUyXVxuIgotIiAgIHN1YiAgICAgJTAsICUwLCAjMVxuIgotIiAgIHN0cmV4
ICAgJTEsICUwLCBbJTJdXG4iCi0iICAgdGVxICAgICAlMSwgIzBcbiIKLSIg
ICBibmUgICAgIDFiIgotICAgIDogIj0mciIgKHRtcCksICI9JnIiICh0bXAy
KQotICAgIDogInIiICgmcnctPmxvY2spCi0gICAgOiAiY2MiKTsKLQotICAg
IGlmICh0bXAgPT0gMCkKLSAgICAgICAgZHNiX3NldigpOwotfQotCi1zdGF0
aWMgaW5saW5lIHZvaWQgX3Jhd193cml0ZV91bmxvY2socmF3X3J3bG9ja190
ICpydykKLXsKLSAgICBzbXBfbWIoKTsKLQotICAgIF9fYXNtX18gX192b2xh
dGlsZV9fKAotICAgICJzdHIgICAgJTEsIFslMF1cbiIKLSAgICA6Ci0gICAg
OiAiciIgKCZydy0+bG9jayksICJyIiAoMCkKLSAgICA6ICJjYyIpOwotCi0g
ICAgZHNiX3NldigpOwotfQotCi0jZGVmaW5lIF9yYXdfcndfaXNfbG9ja2Vk
KHgpICgoeCktPmxvY2sgIT0gMCkKLSNkZWZpbmUgX3Jhd19yd19pc193cml0
ZV9sb2NrZWQoeCkgKCh4KS0+bG9jayA9PSAweDgwMDAwMDAwKQotCiAjZW5k
aWYgLyogX19BU01fU1BJTkxPQ0tfSCAqLwogLyoKICAqIExvY2FsIHZhcmlh
YmxlczoKLS0tIGEveGVuL2luY2x1ZGUvYXNtLWFybS9hcm02NC9zcGlubG9j
ay5oCisrKyBiL3hlbi9pbmNsdWRlL2FzbS1hcm0vYXJtNjQvc3BpbmxvY2su
aApAQCAtNTEsNjkgKzUxLDYgQEAgc3RhdGljIGFsd2F5c19pbmxpbmUgaW50
IF9yYXdfc3Bpbl90cnlsbwogICAgIHJldHVybiAhdG1wOwogfQogCi10eXBl
ZGVmIHN0cnVjdCB7Ci0gICAgdm9sYXRpbGUgdW5zaWduZWQgaW50IGxvY2s7
Ci19IHJhd19yd2xvY2tfdDsKLQotI2RlZmluZSBfUkFXX1JXX0xPQ0tfVU5M
T0NLRUQgeyAwIH0KLQotc3RhdGljIGFsd2F5c19pbmxpbmUgaW50IF9yYXdf
cmVhZF90cnlsb2NrKHJhd19yd2xvY2tfdCAqcncpCi17Ci0gICAgdW5zaWdu
ZWQgaW50IHRtcCwgdG1wMiA9IDE7Ci0KLSAgICBhc20gdm9sYXRpbGUoCi0g
ICAgICAgICIgICAgICAgbGRheHIgICAldzAsIFslMl1cbiIKLSAgICAgICAg
IiAgICAgICBhZGQgICAgICV3MCwgJXcwLCAjMVxuIgotICAgICAgICAiICAg
ICAgIHRibnogICAgJXcwLCAjMzEsIDFmXG4iCi0gICAgICAgICIgICAgICAg
c3R4ciAgICAldzEsICV3MCwgWyUyXVxuIgotICAgICAgICAiMTpcbiIKLSAg
ICAgICAgOiAiPSZyIiAodG1wKSwgIityIiAodG1wMikKLSAgICAgICAgOiAi
ciIgKCZydy0+bG9jaykKLSAgICAgICAgOiAibWVtb3J5Iik7Ci0KLSAgICBy
ZXR1cm4gIXRtcDI7Ci19Ci0KLXN0YXRpYyBhbHdheXNfaW5saW5lIGludCBf
cmF3X3dyaXRlX3RyeWxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1
bnNpZ25lZCBpbnQgdG1wOwotCi0gICAgYXNtIHZvbGF0aWxlKAotICAgICAg
ICAiICAgICAgIGxkYXhyICAgJXcwLCBbJTFdXG4iCi0gICAgICAgICIgICAg
ICAgY2JueiAgICAldzAsIDFmXG4iCi0gICAgICAgICIgICAgICAgc3R4ciAg
ICAldzAsICV3MiwgWyUxXVxuIgotICAgICAgICAiMTpcbiIKLSAgICAgICAg
OiAiPSZyIiAodG1wKQotICAgICAgICA6ICJyIiAoJnJ3LT5sb2NrKSwgInIi
ICgweDgwMDAwMDAwKQotICAgICAgICA6ICJtZW1vcnkiKTsKLQotICAgIHJl
dHVybiAhdG1wOwotfQotCi1zdGF0aWMgaW5saW5lIHZvaWQgX3Jhd19yZWFk
X3VubG9jayhyYXdfcndsb2NrX3QgKnJ3KQotewotICAgIHVuc2lnbmVkIGlu
dCB0bXAsIHRtcDI7Ci0KLSAgICBhc20gdm9sYXRpbGUoCi0gICAgICAgICIx
OiAgICAgbGR4ciAgICAldzAsIFslMl1cbiIKLSAgICAgICAgIiAgICAgICBz
dWIgICAgICV3MCwgJXcwLCAjMVxuIgotICAgICAgICAiICAgICAgIHN0bHhy
ICAgJXcxLCAldzAsIFslMl1cbiIKLSAgICAgICAgIiAgICAgICBjYm56ICAg
ICV3MSwgMWJcbiIKLSAgICAgICAgOiAiPSZyIiAodG1wKSwgIj0mciIgKHRt
cDIpCi0gICAgICAgIDogInIiICgmcnctPmxvY2spCi0gICAgICAgIDogIm1l
bW9yeSIpOwotfQotCi1zdGF0aWMgaW5saW5lIHZvaWQgX3Jhd193cml0ZV91
bmxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICBhc20gdm9sYXRpbGUo
Ci0gICAgICAgICIgICAgICAgc3RsciAgICAldzEsIFslMF1cbiIKLSAgICAg
ICAgOiA6ICJyIiAoJnJ3LT5sb2NrKSwgInIiICgwKSA6ICJtZW1vcnkiKTsK
LX0KLQotI2RlZmluZSBfcmF3X3J3X2lzX2xvY2tlZCh4KSAoKHgpLT5sb2Nr
ICE9IDApCi0jZGVmaW5lIF9yYXdfcndfaXNfd3JpdGVfbG9ja2VkKHgpICgo
eCktPmxvY2sgPT0gMHg4MDAwMDAwMCkKLQogI2VuZGlmIC8qIF9fQVNNX1NQ
SU5MT0NLX0ggKi8KIC8qCiAgKiBMb2NhbCB2YXJpYWJsZXM6Ci0tLSBhL3hl
bi9pbmNsdWRlL2FzbS14ODYvc3BpbmxvY2suaAorKysgYi94ZW4vaW5jbHVk
ZS9hc20teDg2L3NwaW5sb2NrLmgKQEAgLTMxLDU4ICszMSw0IEBAIHN0YXRp
YyBhbHdheXNfaW5saW5lIGludCBfcmF3X3NwaW5fdHJ5bG8KICAgICByZXR1
cm4gKG9sZHZhbCA+IDApOwogfQogCi10eXBlZGVmIHN0cnVjdCB7Ci0gICAg
dm9sYXRpbGUgaW50IGxvY2s7Ci19IHJhd19yd2xvY2tfdDsKLQotI2RlZmlu
ZSBSV19XUklURV9CSUFTIDB4N2ZmZmZmZmYKLSNkZWZpbmUgX1JBV19SV19M
T0NLX1VOTE9DS0VEIC8qKHJhd19yd2xvY2tfdCkqLyB7IDAgfQotCi1zdGF0
aWMgYWx3YXlzX2lubGluZSBpbnQgX3Jhd19yZWFkX3RyeWxvY2socmF3X3J3
bG9ja190ICpydykKLXsKLSAgICBpbnQgYWNxdWlyZWQ7Ci0KLSAgICBhc20g
dm9sYXRpbGUgKAotICAgICAgICAiICAgIGxvY2s7IGRlY2wgJTAgICAgICAg
ICBcbiIKLSAgICAgICAgIiAgICBqbnMgMmYgICAgICAgICAgICAgICAgXG4i
Ci0jaWZkZWYgX19jbGFuZ19fIC8qIGNsYW5nJ3MgYnVpbHRpbiBhc3NlbWJl
ciBjYW4ndCBkbyAuc3Vic2VjdGlvbiAqLwotICAgICAgICAiMTogIC5wdXNo
c2VjdGlvbiAuZml4dXAsXCJheFwiXG4iCi0jZWxzZQotICAgICAgICAiMTog
IC5zdWJzZWN0aW9uIDEgICAgICAgICBcbiIKLSNlbmRpZgotICAgICAgICAi
MjogIGxvY2s7IGluY2wgJTAgICAgICAgICBcbiIKLSAgICAgICAgIiAgICBk
ZWNsICUxICAgICAgICAgICAgICAgXG4iCi0gICAgICAgICIgICAgam1wIDFi
ICAgICAgICAgICAgICAgIFxuIgotI2lmZGVmIF9fY2xhbmdfXwotICAgICAg
ICAiICAgIC5wb3BzZWN0aW9uICAgICAgICAgICBcbiIKLSNlbHNlCi0gICAg
ICAgICIgICAgLnN1YnNlY3Rpb24gMCAgICAgICAgIFxuIgotI2VuZGlmCi0g
ICAgICAgIDogIj1tIiAocnctPmxvY2spLCAiPXIiIChhY3F1aXJlZCkgOiAi
MSIgKDEpIDogIm1lbW9yeSIgKTsKLQotICAgIHJldHVybiBhY3F1aXJlZDsK
LX0KLQotc3RhdGljIGFsd2F5c19pbmxpbmUgaW50IF9yYXdfd3JpdGVfdHJ5
bG9jayhyYXdfcndsb2NrX3QgKnJ3KQotewotICAgIHJldHVybiAoY21weGNo
ZygmcnctPmxvY2ssIDAsIFJXX1dSSVRFX0JJQVMpID09IDApOwotfQotCi1z
dGF0aWMgYWx3YXlzX2lubGluZSB2b2lkIF9yYXdfcmVhZF91bmxvY2socmF3
X3J3bG9ja190ICpydykKLXsKLSAgICBhc20gdm9sYXRpbGUgKAotICAgICAg
ICAibG9jayA7IGluY2wgJTAiCi0gICAgICAgIDogIj1tIiAoKHJ3KS0+bG9j
aykgOiA6ICJtZW1vcnkiICk7Ci19Ci0KLXN0YXRpYyBhbHdheXNfaW5saW5l
IHZvaWQgX3Jhd193cml0ZV91bmxvY2socmF3X3J3bG9ja190ICpydykKLXsK
LSAgICBhc20gdm9sYXRpbGUgKAotICAgICAgICAibG9jayA7IHN1YmwgJTEs
JTAiCi0gICAgICAgIDogIj1tIiAoKHJ3KS0+bG9jaykgOiAiaSIgKFJXX1dS
SVRFX0JJQVMpIDogIm1lbW9yeSIgKTsKLX0KLQotI2RlZmluZSBfcmF3X3J3
X2lzX2xvY2tlZCh4KSAoKHgpLT5sb2NrICE9IDApCi0jZGVmaW5lIF9yYXdf
cndfaXNfd3JpdGVfbG9ja2VkKHgpICgoeCktPmxvY2sgPiAwKQotCiAjZW5k
aWYgLyogX19BU01fU1BJTkxPQ0tfSCAqLwotLS0gYS94ZW4vaW5jbHVkZS94
ZW4vc3BpbmxvY2suaAorKysgYi94ZW4vaW5jbHVkZS94ZW4vc3BpbmxvY2su
aApAQCAtMTQxLDExICsxNDEsMTMgQEAgdHlwZWRlZiBzdHJ1Y3Qgc3Bpbmxv
Y2sgewogI2RlZmluZSBzcGluX2xvY2tfaW5pdChsKSAoKihsKSA9IChzcGlu
bG9ja190KVNQSU5fTE9DS19VTkxPQ0tFRCkKIAogdHlwZWRlZiBzdHJ1Y3Qg
ewotICAgIHJhd19yd2xvY2tfdCByYXc7CisgICAgdm9sYXRpbGUgdWludDMy
X3QgbG9jazsKICAgICBzdHJ1Y3QgbG9ja19kZWJ1ZyBkZWJ1ZzsKIH0gcnds
b2NrX3Q7CiAKLSNkZWZpbmUgUldfTE9DS19VTkxPQ0tFRCB7IF9SQVdfUldf
TE9DS19VTkxPQ0tFRCwgX0xPQ0tfREVCVUcgfQorI2RlZmluZSBSV19XUklU
RV9GTEFHICgxdTw8MzEpCisKKyNkZWZpbmUgUldfTE9DS19VTkxPQ0tFRCB7
IDAsIF9MT0NLX0RFQlVHIH0KICNkZWZpbmUgREVGSU5FX1JXTE9DSyhsKSBy
d2xvY2tfdCBsID0gUldfTE9DS19VTkxPQ0tFRAogI2RlZmluZSByd2xvY2tf
aW5pdChsKSAoKihsKSA9IChyd2xvY2tfdClSV19MT0NLX1VOTE9DS0VEKQog
Cg==

--=separator
Content-Type: application/octet-stream; name="xsa114-4.4.patch"
Content-Disposition: attachment; filename="xsa114-4.4.patch"
Content-Transfer-Encoding: base64

c3dpdGNoIHRvIHdyaXRlLWJpYXNlZCByL3cgbG9ja3MKClRoaXMgaXMgdG8g
aW1wcm92ZSBmYWlybmVzczogQSBwZXJtYW5lbnQgZmxvdyBvZiByZWFkIGFj
cXVpcmVzIGNhbgpvdGhlcndpc2UgbG9jayBvdXQgZXZlbnR1YWwgd3JpdGVy
cyBpbmRlZmluaXRlbHkuCgpUaGlzIGlzIFhTQS0xMTQgLyBDVkUtMjAxNC05
MDY1LgoKU2lnbmVkLW9mZi1ieTogS2VpciBGcmFzZXIgPGtlaXJAeGVuLm9y
Zz4KUmV2aWV3ZWQtYnk6IEphbiBCZXVsaWNoIDxqYmV1bGljaEBzdXNlLmNv
bT4KUmV2aWV3ZWQtYnk6IEFuZHJldyBDb29wZXIgPGFuZHJldy5jb29wZXIz
QGNpdHJpeC5jb20+ClRlc3RlZC1ieTogQW5kcmV3IENvb3BlciA8YW5kcmV3
LmNvb3BlcjNAY2l0cml4LmNvbT4KCi0tLSBhL3hlbi9jb21tb24vc3Bpbmxv
Y2suYworKysgYi94ZW4vY29tbW9uL3NwaW5sb2NrLmMKQEAgLTI3MSwxMTIg
KzI3MSwxNTEgQEAgdm9pZCBfc3Bpbl91bmxvY2tfcmVjdXJzaXZlKHNwaW5s
b2NrX3QgKgogCiB2b2lkIF9yZWFkX2xvY2socndsb2NrX3QgKmxvY2spCiB7
CisgICAgdWludDMyX3QgeDsKKwogICAgIGNoZWNrX2xvY2soJmxvY2stPmRl
YnVnKTsKLSAgICB3aGlsZSAoIHVubGlrZWx5KCFfcmF3X3JlYWRfdHJ5bG9j
aygmbG9jay0+cmF3KSkgKQotICAgIHsKLSAgICAgICAgd2hpbGUgKCBsaWtl
bHkoX3Jhd19yd19pc193cml0ZV9sb2NrZWQoJmxvY2stPnJhdykpICkKKyAg
ICBkbyB7CisgICAgICAgIHdoaWxlICggKHggPSBsb2NrLT5sb2NrKSAmIFJX
X1dSSVRFX0ZMQUcgKQogICAgICAgICAgICAgY3B1X3JlbGF4KCk7Ci0gICAg
fQorICAgIH0gd2hpbGUgKCBjbXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4KzEp
ICE9IHggKTsKICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKIH0KIAogdm9pZCBf
cmVhZF9sb2NrX2lycShyd2xvY2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJf
dCB4OworCiAgICAgQVNTRVJUKGxvY2FsX2lycV9pc19lbmFibGVkKCkpOwog
ICAgIGxvY2FsX2lycV9kaXNhYmxlKCk7CiAgICAgY2hlY2tfbG9jaygmbG9j
ay0+ZGVidWcpOwotICAgIHdoaWxlICggdW5saWtlbHkoIV9yYXdfcmVhZF90
cnlsb2NrKCZsb2NrLT5yYXcpKSApCi0gICAgewotICAgICAgICBsb2NhbF9p
cnFfZW5hYmxlKCk7Ci0gICAgICAgIHdoaWxlICggbGlrZWx5KF9yYXdfcndf
aXNfd3JpdGVfbG9ja2VkKCZsb2NrLT5yYXcpKSApCi0gICAgICAgICAgICBj
cHVfcmVsYXgoKTsKLSAgICAgICAgbG9jYWxfaXJxX2Rpc2FibGUoKTsKLSAg
ICB9CisgICAgZG8geworICAgICAgICBpZiAoICh4ID0gbG9jay0+bG9jaykg
JiBSV19XUklURV9GTEFHICkKKyAgICAgICAgeworICAgICAgICAgICAgbG9j
YWxfaXJxX2VuYWJsZSgpOworICAgICAgICAgICAgd2hpbGUgKCAoeCA9IGxv
Y2stPmxvY2spICYgUldfV1JJVEVfRkxBRyApCisgICAgICAgICAgICAgICAg
Y3B1X3JlbGF4KCk7CisgICAgICAgICAgICBsb2NhbF9pcnFfZGlzYWJsZSgp
OworICAgICAgICB9CisgICAgfSB3aGlsZSAoIGNtcHhjaGcoJmxvY2stPmxv
Y2ssIHgsIHgrMSkgIT0geCApOwogICAgIHByZWVtcHRfZGlzYWJsZSgpOwog
fQogCiB1bnNpZ25lZCBsb25nIF9yZWFkX2xvY2tfaXJxc2F2ZShyd2xvY2tf
dCAqbG9jaykKIHsKKyAgICB1aW50MzJfdCB4OwogICAgIHVuc2lnbmVkIGxv
bmcgZmxhZ3M7CisKICAgICBsb2NhbF9pcnFfc2F2ZShmbGFncyk7CiAgICAg
Y2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHdoaWxlICggdW5saWtl
bHkoIV9yYXdfcmVhZF90cnlsb2NrKCZsb2NrLT5yYXcpKSApCi0gICAgewot
ICAgICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7Ci0gICAgICAgIHdo
aWxlICggbGlrZWx5KF9yYXdfcndfaXNfd3JpdGVfbG9ja2VkKCZsb2NrLT5y
YXcpKSApCi0gICAgICAgICAgICBjcHVfcmVsYXgoKTsKLSAgICAgICAgbG9j
YWxfaXJxX3NhdmUoZmxhZ3MpOwotICAgIH0KKyAgICBkbyB7CisgICAgICAg
IGlmICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAg
ICAgICB7CisgICAgICAgICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7
CisgICAgICAgICAgICB3aGlsZSAoICh4ID0gbG9jay0+bG9jaykgJiBSV19X
UklURV9GTEFHICkKKyAgICAgICAgICAgICAgICBjcHVfcmVsYXgoKTsKKyAg
ICAgICAgICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKKyAgICAgICAgfQor
ICAgIH0gd2hpbGUgKCBjbXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4KzEpICE9
IHggKTsKICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKICAgICByZXR1cm4gZmxh
Z3M7CiB9CiAKIGludCBfcmVhZF90cnlsb2NrKHJ3bG9ja190ICpsb2NrKQog
eworICAgIHVpbnQzMl90IHg7CisKICAgICBjaGVja19sb2NrKCZsb2NrLT5k
ZWJ1Zyk7Ci0gICAgaWYgKCAhX3Jhd19yZWFkX3RyeWxvY2soJmxvY2stPnJh
dykgKQotICAgICAgICByZXR1cm4gMDsKKyAgICBkbyB7CisgICAgICAgIGlm
ICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAgICAg
ICAgICAgcmV0dXJuIDA7CisgICAgfSB3aGlsZSAoIGNtcHhjaGcoJmxvY2st
PmxvY2ssIHgsIHgrMSkgIT0geCApOwogICAgIHByZWVtcHRfZGlzYWJsZSgp
OwogICAgIHJldHVybiAxOwogfQogCiB2b2lkIF9yZWFkX3VubG9jayhyd2xv
Y2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJfdCB4LCB5OworCiAgICAgcHJl
ZW1wdF9lbmFibGUoKTsKLSAgICBfcmF3X3JlYWRfdW5sb2NrKCZsb2NrLT5y
YXcpOworICAgIHggPSBsb2NrLT5sb2NrOworICAgIHdoaWxlICggKHkgPSBj
bXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4LTEpKSAhPSB4ICkKKyAgICAgICAg
eCA9IHk7CiB9CiAKIHZvaWQgX3JlYWRfdW5sb2NrX2lycShyd2xvY2tfdCAq
bG9jaykKIHsKLSAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdfcmVh
ZF91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3JlYWRfdW5sb2NrKGxvY2sp
OwogICAgIGxvY2FsX2lycV9lbmFibGUoKTsKIH0KIAogdm9pZCBfcmVhZF91
bmxvY2tfaXJxcmVzdG9yZShyd2xvY2tfdCAqbG9jaywgdW5zaWduZWQgbG9u
ZyBmbGFncykKIHsKLSAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdf
cmVhZF91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3JlYWRfdW5sb2NrKGxv
Y2spOwogICAgIGxvY2FsX2lycV9yZXN0b3JlKGZsYWdzKTsKIH0KIAogdm9p
ZCBfd3JpdGVfbG9jayhyd2xvY2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJf
dCB4OworCiAgICAgY2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHdo
aWxlICggdW5saWtlbHkoIV9yYXdfd3JpdGVfdHJ5bG9jaygmbG9jay0+cmF3
KSkgKQotICAgIHsKLSAgICAgICAgd2hpbGUgKCBsaWtlbHkoX3Jhd19yd19p
c19sb2NrZWQoJmxvY2stPnJhdykpICkKKyAgICBkbyB7CisgICAgICAgIHdo
aWxlICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQogICAg
ICAgICAgICAgY3B1X3JlbGF4KCk7CisgICAgfSB3aGlsZSAoIGNtcHhjaGco
JmxvY2stPmxvY2ssIHgsIHh8UldfV1JJVEVfRkxBRykgIT0geCApOworICAg
IHdoaWxlICggeCAhPSAwICkKKyAgICB7CisgICAgICAgIGNwdV9yZWxheCgp
OworICAgICAgICB4ID0gbG9jay0+bG9jayAmIH5SV19XUklURV9GTEFHOwog
ICAgIH0KICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKIH0KIAogdm9pZCBfd3Jp
dGVfbG9ja19pcnEocndsb2NrX3QgKmxvY2spCiB7CisgICAgdWludDMyX3Qg
eDsKKwogICAgIEFTU0VSVChsb2NhbF9pcnFfaXNfZW5hYmxlZCgpKTsKICAg
ICBsb2NhbF9pcnFfZGlzYWJsZSgpOwogICAgIGNoZWNrX2xvY2soJmxvY2st
PmRlYnVnKTsKLSAgICB3aGlsZSAoIHVubGlrZWx5KCFfcmF3X3dyaXRlX3Ry
eWxvY2soJmxvY2stPnJhdykpICkKKyAgICBkbyB7CisgICAgICAgIGlmICgg
KHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAgICAgICB7
CisgICAgICAgICAgICBsb2NhbF9pcnFfZW5hYmxlKCk7CisgICAgICAgICAg
ICB3aGlsZSAoICh4ID0gbG9jay0+bG9jaykgJiBSV19XUklURV9GTEFHICkK
KyAgICAgICAgICAgICAgICBjcHVfcmVsYXgoKTsKKyAgICAgICAgICAgIGxv
Y2FsX2lycV9kaXNhYmxlKCk7CisgICAgICAgIH0KKyAgICB9IHdoaWxlICgg
Y21weGNoZygmbG9jay0+bG9jaywgeCwgeHxSV19XUklURV9GTEFHKSAhPSB4
ICk7CisgICAgd2hpbGUgKCB4ICE9IDAgKQogICAgIHsKLSAgICAgICAgbG9j
YWxfaXJxX2VuYWJsZSgpOwotICAgICAgICB3aGlsZSAoIGxpa2VseShfcmF3
X3J3X2lzX2xvY2tlZCgmbG9jay0+cmF3KSkgKQotICAgICAgICAgICAgY3B1
X3JlbGF4KCk7Ci0gICAgICAgIGxvY2FsX2lycV9kaXNhYmxlKCk7CisgICAg
ICAgIGNwdV9yZWxheCgpOworICAgICAgICB4ID0gbG9jay0+bG9jayAmIH5S
V19XUklURV9GTEFHOwogICAgIH0KICAgICBwcmVlbXB0X2Rpc2FibGUoKTsK
IH0KIAogdW5zaWduZWQgbG9uZyBfd3JpdGVfbG9ja19pcnFzYXZlKHJ3bG9j
a190ICpsb2NrKQogeworICAgIHVpbnQzMl90IHg7CiAgICAgdW5zaWduZWQg
bG9uZyBmbGFnczsKKwogICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKICAg
ICBjaGVja19sb2NrKCZsb2NrLT5kZWJ1Zyk7Ci0gICAgd2hpbGUgKCB1bmxp
a2VseSghX3Jhd193cml0ZV90cnlsb2NrKCZsb2NrLT5yYXcpKSApCisgICAg
ZG8geworICAgICAgICBpZiAoICh4ID0gbG9jay0+bG9jaykgJiBSV19XUklU
RV9GTEFHICkKKyAgICAgICAgeworICAgICAgICAgICAgbG9jYWxfaXJxX3Jl
c3RvcmUoZmxhZ3MpOworICAgICAgICAgICAgd2hpbGUgKCAoeCA9IGxvY2st
PmxvY2spICYgUldfV1JJVEVfRkxBRyApCisgICAgICAgICAgICAgICAgY3B1
X3JlbGF4KCk7CisgICAgICAgICAgICBsb2NhbF9pcnFfc2F2ZShmbGFncyk7
CisgICAgICAgIH0KKyAgICB9IHdoaWxlICggY21weGNoZygmbG9jay0+bG9j
aywgeCwgeHxSV19XUklURV9GTEFHKSAhPSB4ICk7CisgICAgd2hpbGUgKCB4
ICE9IDAgKQogICAgIHsKLSAgICAgICAgbG9jYWxfaXJxX3Jlc3RvcmUoZmxh
Z3MpOwotICAgICAgICB3aGlsZSAoIGxpa2VseShfcmF3X3J3X2lzX2xvY2tl
ZCgmbG9jay0+cmF3KSkgKQotICAgICAgICAgICAgY3B1X3JlbGF4KCk7Ci0g
ICAgICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKKyAgICAgICAgY3B1X3Jl
bGF4KCk7CisgICAgICAgIHggPSBsb2NrLT5sb2NrICYgflJXX1dSSVRFX0ZM
QUc7CiAgICAgfQogICAgIHByZWVtcHRfZGlzYWJsZSgpOwogICAgIHJldHVy
biBmbGFnczsKQEAgLTM4NCw5ICs0MjMsMTMgQEAgdW5zaWduZWQgbG9uZyBf
d3JpdGVfbG9ja19pcnFzYXZlKHJ3bG9jawogCiBpbnQgX3dyaXRlX3RyeWxv
Y2socndsb2NrX3QgKmxvY2spCiB7CisgICAgdWludDMyX3QgeDsKKwogICAg
IGNoZWNrX2xvY2soJmxvY2stPmRlYnVnKTsKLSAgICBpZiAoICFfcmF3X3dy
aXRlX3RyeWxvY2soJmxvY2stPnJhdykgKQotICAgICAgICByZXR1cm4gMDsK
KyAgICBkbyB7CisgICAgICAgIGlmICggKHggPSBsb2NrLT5sb2NrKSAhPSAw
ICkKKyAgICAgICAgICAgIHJldHVybiAwOworICAgIH0gd2hpbGUgKCBjbXB4
Y2hnKCZsb2NrLT5sb2NrLCB4LCB4fFJXX1dSSVRFX0ZMQUcpICE9IHggKTsK
ICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKICAgICByZXR1cm4gMTsKIH0KQEAg
LTM5NCwzMyArNDM3LDMyIEBAIGludCBfd3JpdGVfdHJ5bG9jayhyd2xvY2tf
dCAqbG9jaykKIHZvaWQgX3dyaXRlX3VubG9jayhyd2xvY2tfdCAqbG9jaykK
IHsKICAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdfd3JpdGVfdW5s
b2NrKCZsb2NrLT5yYXcpOworICAgIGlmICggY21weGNoZygmbG9jay0+bG9j
aywgUldfV1JJVEVfRkxBRywgMCkgIT0gUldfV1JJVEVfRkxBRyApCisgICAg
ICAgIEJVRygpOwogfQogCiB2b2lkIF93cml0ZV91bmxvY2tfaXJxKHJ3bG9j
a190ICpsb2NrKQogewotICAgIHByZWVtcHRfZW5hYmxlKCk7Ci0gICAgX3Jh
d193cml0ZV91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3dyaXRlX3VubG9j
ayhsb2NrKTsKICAgICBsb2NhbF9pcnFfZW5hYmxlKCk7CiB9CiAKIHZvaWQg
X3dyaXRlX3VubG9ja19pcnFyZXN0b3JlKHJ3bG9ja190ICpsb2NrLCB1bnNp
Z25lZCBsb25nIGZsYWdzKQogewotICAgIHByZWVtcHRfZW5hYmxlKCk7Ci0g
ICAgX3Jhd193cml0ZV91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3dyaXRl
X3VubG9jayhsb2NrKTsKICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7
CiB9CiAKIGludCBfcndfaXNfbG9ja2VkKHJ3bG9ja190ICpsb2NrKQogewog
ICAgIGNoZWNrX2xvY2soJmxvY2stPmRlYnVnKTsKLSAgICByZXR1cm4gX3Jh
d19yd19pc19sb2NrZWQoJmxvY2stPnJhdyk7CisgICAgcmV0dXJuIChsb2Nr
LT5sb2NrICE9IDApOyAvKiBhbnlvbmUgaW4gY3JpdGljYWwgc2VjdGlvbj8g
Ki8KIH0KIAogaW50IF9yd19pc193cml0ZV9sb2NrZWQocndsb2NrX3QgKmxv
Y2spCiB7CiAgICAgY2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHJl
dHVybiBfcmF3X3J3X2lzX3dyaXRlX2xvY2tlZCgmbG9jay0+cmF3KTsKKyAg
ICByZXR1cm4gKGxvY2stPmxvY2sgPT0gUldfV1JJVEVfRkxBRyk7IC8qIHdy
aXRlciBpbiBjcml0aWNhbCBzZWN0aW9uPyAqLwogfQogCiAjaWZkZWYgTE9D
S19QUk9GSUxFCi0tLSBhL3hlbi9pbmNsdWRlL2FzbS1hcm0vYXJtMzIvc3Bp
bmxvY2suaAorKysgYi94ZW4vaW5jbHVkZS9hc20tYXJtL2FybTMyL3NwaW5s
b2NrLmgKQEAgLTU1LDg0ICs1NSw2IEBAIHN0YXRpYyBhbHdheXNfaW5saW5l
IGludCBfcmF3X3NwaW5fdHJ5bG8KICAgICB9CiB9CiAKLXR5cGVkZWYgc3Ry
dWN0IHsKLSAgICB2b2xhdGlsZSB1bnNpZ25lZCBpbnQgbG9jazsKLX0gcmF3
X3J3bG9ja190OwotCi0jZGVmaW5lIF9SQVdfUldfTE9DS19VTkxPQ0tFRCB7
IDAgfQotCi1zdGF0aWMgYWx3YXlzX2lubGluZSBpbnQgX3Jhd19yZWFkX3Ry
eWxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1bnNpZ25lZCBsb25n
IHRtcCwgdG1wMiA9IDE7Ci0KLSAgICBfX2FzbV9fIF9fdm9sYXRpbGVfXygK
LSIxOiBsZHJleCAgICUwLCBbJTJdXG4iCi0iICAgYWRkcyAgICAlMCwgJTAs
ICMxXG4iCi0iICAgc3RyZXhwbCAlMSwgJTAsIFslMl1cbiIKLSAgICA6ICI9
JnIiICh0bXApLCAiK3IiICh0bXAyKQotICAgIDogInIiICgmcnctPmxvY2sp
Ci0gICAgOiAiY2MiKTsKLQotICAgIHNtcF9tYigpOwotICAgIHJldHVybiB0
bXAyID09IDA7Ci19Ci0KLXN0YXRpYyBhbHdheXNfaW5saW5lIGludCBfcmF3
X3dyaXRlX3RyeWxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1bnNp
Z25lZCBsb25nIHRtcDsKLQotICAgIF9fYXNtX18gX192b2xhdGlsZV9fKAot
IjE6IGxkcmV4ICAgJTAsIFslMV1cbiIKLSIgICB0ZXEgICAgICUwLCAjMFxu
IgotIiAgIHN0cmV4ZXEgJTAsICUyLCBbJTFdIgotICAgIDogIj0mciIgKHRt
cCkKLSAgICA6ICJyIiAoJnJ3LT5sb2NrKSwgInIiICgweDgwMDAwMDAwKQot
ICAgIDogImNjIik7Ci0KLSAgICBpZiAodG1wID09IDApIHsKLSAgICAgICAg
c21wX21iKCk7Ci0gICAgICAgIHJldHVybiAxOwotICAgIH0gZWxzZSB7Ci0g
ICAgICAgIHJldHVybiAwOwotICAgIH0KLX0KLQotc3RhdGljIGlubGluZSB2
b2lkIF9yYXdfcmVhZF91bmxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAg
ICB1bnNpZ25lZCBsb25nIHRtcCwgdG1wMjsKLQotICAgIHNtcF9tYigpOwot
Ci0gICAgX19hc21fXyBfX3ZvbGF0aWxlX18oCi0iMTogbGRyZXggICAlMCwg
WyUyXVxuIgotIiAgIHN1YiAgICAgJTAsICUwLCAjMVxuIgotIiAgIHN0cmV4
ICAgJTEsICUwLCBbJTJdXG4iCi0iICAgdGVxICAgICAlMSwgIzBcbiIKLSIg
ICBibmUgICAgIDFiIgotICAgIDogIj0mciIgKHRtcCksICI9JnIiICh0bXAy
KQotICAgIDogInIiICgmcnctPmxvY2spCi0gICAgOiAiY2MiKTsKLQotICAg
IGlmICh0bXAgPT0gMCkKLSAgICAgICAgZHNiX3NldigpOwotfQotCi1zdGF0
aWMgaW5saW5lIHZvaWQgX3Jhd193cml0ZV91bmxvY2socmF3X3J3bG9ja190
ICpydykKLXsKLSAgICBzbXBfbWIoKTsKLQotICAgIF9fYXNtX18gX192b2xh
dGlsZV9fKAotICAgICJzdHIgICAgJTEsIFslMF1cbiIKLSAgICA6Ci0gICAg
OiAiciIgKCZydy0+bG9jayksICJyIiAoMCkKLSAgICA6ICJjYyIpOwotCi0g
ICAgZHNiX3NldigpOwotfQotCi0jZGVmaW5lIF9yYXdfcndfaXNfbG9ja2Vk
KHgpICgoeCktPmxvY2sgIT0gMCkKLSNkZWZpbmUgX3Jhd19yd19pc193cml0
ZV9sb2NrZWQoeCkgKCh4KS0+bG9jayA9PSAweDgwMDAwMDAwKQotCiAjZW5k
aWYgLyogX19BU01fU1BJTkxPQ0tfSCAqLwogLyoKICAqIExvY2FsIHZhcmlh
YmxlczoKLS0tIGEveGVuL2luY2x1ZGUvYXNtLWFybS9hcm02NC9zcGlubG9j
ay5oCisrKyBiL3hlbi9pbmNsdWRlL2FzbS1hcm0vYXJtNjQvc3BpbmxvY2su
aApAQCAtNTIsNjkgKzUyLDYgQEAgc3RhdGljIGFsd2F5c19pbmxpbmUgaW50
IF9yYXdfc3Bpbl90cnlsbwogICAgIHJldHVybiAhdG1wOwogfQogCi10eXBl
ZGVmIHN0cnVjdCB7Ci0gICAgdm9sYXRpbGUgdW5zaWduZWQgaW50IGxvY2s7
Ci19IHJhd19yd2xvY2tfdDsKLQotI2RlZmluZSBfUkFXX1JXX0xPQ0tfVU5M
T0NLRUQgeyAwIH0KLQotc3RhdGljIGFsd2F5c19pbmxpbmUgaW50IF9yYXdf
cmVhZF90cnlsb2NrKHJhd19yd2xvY2tfdCAqcncpCi17Ci0gICAgdW5zaWdu
ZWQgaW50IHRtcCwgdG1wMiA9IDE7Ci0KLSAgICBhc20gdm9sYXRpbGUoCi0g
ICAgICAgICIgICAgICAgbGRheHIgICAldzAsICUyXG4iCi0gICAgICAgICIg
ICAgICAgYWRkICAgICAldzAsICV3MCwgIzFcbiIKLSAgICAgICAgIiAgICAg
ICB0Ym56ICAgICV3MCwgIzMxLCAxZlxuIgotICAgICAgICAiICAgICAgIHN0
eHIgICAgJXcxLCAldzAsICUyXG4iCi0gICAgICAgICIxOlxuIgotICAgICAg
ICA6ICI9JnIiICh0bXApLCAiK3IiICh0bXAyKSwgIitRIiAocnctPmxvY2sp
Ci0gICAgICAgIDoKLSAgICAgICAgOiAiY2MiLCAibWVtb3J5Iik7Ci0KLSAg
ICByZXR1cm4gIXRtcDI7Ci19Ci0KLXN0YXRpYyBhbHdheXNfaW5saW5lIGlu
dCBfcmF3X3dyaXRlX3RyeWxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAg
ICB1bnNpZ25lZCBpbnQgdG1wOwotCi0gICAgYXNtIHZvbGF0aWxlKAotICAg
ICAgICAiICAgICAgIGxkYXhyICAgJXcwLCAlMVxuIgotICAgICAgICAiICAg
ICAgIGNibnogICAgJXcwLCAxZlxuIgotICAgICAgICAiICAgICAgIHN0eHIg
ICAgJXcwLCAldzIsICUxXG4iCi0gICAgICAgICIxOlxuIgotICAgICAgICA6
ICI9JnIiICh0bXApLCAiK1EiIChydy0+bG9jaykKLSAgICAgICAgOiAiciIg
KDB4ODAwMDAwMDApCi0gICAgICAgIDogImNjIiwgIm1lbW9yeSIpOwotCi0g
ICAgcmV0dXJuICF0bXA7Ci19Ci0KLXN0YXRpYyBpbmxpbmUgdm9pZCBfcmF3
X3JlYWRfdW5sb2NrKHJhd19yd2xvY2tfdCAqcncpCi17Ci0gICAgdW5zaWdu
ZWQgaW50IHRtcCwgdG1wMjsKLQotICAgIGFzbSB2b2xhdGlsZSgKLSAgICAg
ICAgIiAgICAxOiBsZHhyICAgICV3MCwgJTJcbiIKLSAgICAgICAgIiAgICAg
ICBzdWIgICAgICV3MCwgJXcwLCAjMVxuIgotICAgICAgICAiICAgICAgIHN0
bHhyICAgJXcxLCAldzAsICUyXG4iCi0gICAgICAgICIgICAgICAgY2JueiAg
ICAldzEsIDFiXG4iCi0gICAgICAgIDogIj0mciIgKHRtcCksICI9JnIiICh0
bXAyKSwgIitRIiAocnctPmxvY2spCi0gICAgICAgIDoKLSAgICAgICAgOiAi
Y2MiLCAibWVtb3J5Iik7Ci19Ci0KLXN0YXRpYyBpbmxpbmUgdm9pZCBfcmF3
X3dyaXRlX3VubG9jayhyYXdfcndsb2NrX3QgKnJ3KQotewotICAgIGFzbSB2
b2xhdGlsZSgKLSAgICAgICAgIiAgICAgICBzdGxyICAgICV3MSwgJTBcbiIK
LSAgICAgICAgOiAiPVEiIChydy0+bG9jaykgOiAiciIgKDApIDogIm1lbW9y
eSIpOwotfQotCi0jZGVmaW5lIF9yYXdfcndfaXNfbG9ja2VkKHgpICgoeCkt
PmxvY2sgIT0gMCkKLSNkZWZpbmUgX3Jhd19yd19pc193cml0ZV9sb2NrZWQo
eCkgKCh4KS0+bG9jayA9PSAweDgwMDAwMDAwKQotCiAjZW5kaWYgLyogX19B
U01fU1BJTkxPQ0tfSCAqLwogLyoKICAqIExvY2FsIHZhcmlhYmxlczoKLS0t
IGEveGVuL2luY2x1ZGUvYXNtLXg4Ni9zcGlubG9jay5oCisrKyBiL3hlbi9p
bmNsdWRlL2FzbS14ODYvc3BpbmxvY2suaApAQCAtMzEsNTggKzMxLDQgQEAg
c3RhdGljIGFsd2F5c19pbmxpbmUgaW50IF9yYXdfc3Bpbl90cnlsbwogICAg
IHJldHVybiAob2xkdmFsID4gMCk7CiB9CiAKLXR5cGVkZWYgc3RydWN0IHsK
LSAgICB2b2xhdGlsZSBpbnQgbG9jazsKLX0gcmF3X3J3bG9ja190OwotCi0j
ZGVmaW5lIFJXX1dSSVRFX0JJQVMgMHg3ZmZmZmZmZgotI2RlZmluZSBfUkFX
X1JXX0xPQ0tfVU5MT0NLRUQgLyoocmF3X3J3bG9ja190KSovIHsgMCB9Ci0K
LXN0YXRpYyBhbHdheXNfaW5saW5lIGludCBfcmF3X3JlYWRfdHJ5bG9jayhy
YXdfcndsb2NrX3QgKnJ3KQotewotICAgIGludCBhY3F1aXJlZDsKLQotICAg
IGFzbSB2b2xhdGlsZSAoCi0gICAgICAgICIgICAgbG9jazsgZGVjbCAlMCAg
ICAgICAgIFxuIgotICAgICAgICAiICAgIGpucyAyZiAgICAgICAgICAgICAg
ICBcbiIKLSNpZmRlZiBfX2NsYW5nX18gLyogY2xhbmcncyBidWlsdGluIGFz
c2VtYmVyIGNhbid0IGRvIC5zdWJzZWN0aW9uICovCi0gICAgICAgICIxOiAg
LnB1c2hzZWN0aW9uIC5maXh1cCxcImF4XCJcbiIKLSNlbHNlCi0gICAgICAg
ICIxOiAgLnN1YnNlY3Rpb24gMSAgICAgICAgIFxuIgotI2VuZGlmCi0gICAg
ICAgICIyOiAgbG9jazsgaW5jbCAlMCAgICAgICAgIFxuIgotICAgICAgICAi
ICAgIGRlY2wgJTEgICAgICAgICAgICAgICBcbiIKLSAgICAgICAgIiAgICBq
bXAgMWIgICAgICAgICAgICAgICAgXG4iCi0jaWZkZWYgX19jbGFuZ19fCi0g
ICAgICAgICIgICAgLnBvcHNlY3Rpb24gICAgICAgICAgIFxuIgotI2Vsc2UK
LSAgICAgICAgIiAgICAuc3Vic2VjdGlvbiAwICAgICAgICAgXG4iCi0jZW5k
aWYKLSAgICAgICAgOiAiPW0iIChydy0+bG9jayksICI9ciIgKGFjcXVpcmVk
KSA6ICIxIiAoMSkgOiAibWVtb3J5IiApOwotCi0gICAgcmV0dXJuIGFjcXVp
cmVkOwotfQotCi1zdGF0aWMgYWx3YXlzX2lubGluZSBpbnQgX3Jhd193cml0
ZV90cnlsb2NrKHJhd19yd2xvY2tfdCAqcncpCi17Ci0gICAgcmV0dXJuIChj
bXB4Y2hnKCZydy0+bG9jaywgMCwgUldfV1JJVEVfQklBUykgPT0gMCk7Ci19
Ci0KLXN0YXRpYyBhbHdheXNfaW5saW5lIHZvaWQgX3Jhd19yZWFkX3VubG9j
ayhyYXdfcndsb2NrX3QgKnJ3KQotewotICAgIGFzbSB2b2xhdGlsZSAoCi0g
ICAgICAgICJsb2NrIDsgaW5jbCAlMCIKLSAgICAgICAgOiAiPW0iICgocncp
LT5sb2NrKSA6IDogIm1lbW9yeSIgKTsKLX0KLQotc3RhdGljIGFsd2F5c19p
bmxpbmUgdm9pZCBfcmF3X3dyaXRlX3VubG9jayhyYXdfcndsb2NrX3QgKnJ3
KQotewotICAgIGFzbSB2b2xhdGlsZSAoCi0gICAgICAgICJsb2NrIDsgc3Vi
bCAlMSwlMCIKLSAgICAgICAgOiAiPW0iICgocncpLT5sb2NrKSA6ICJpIiAo
UldfV1JJVEVfQklBUykgOiAibWVtb3J5IiApOwotfQotCi0jZGVmaW5lIF9y
YXdfcndfaXNfbG9ja2VkKHgpICgoeCktPmxvY2sgIT0gMCkKLSNkZWZpbmUg
X3Jhd19yd19pc193cml0ZV9sb2NrZWQoeCkgKCh4KS0+bG9jayA+IDApCi0K
ICNlbmRpZiAvKiBfX0FTTV9TUElOTE9DS19IICovCi0tLSBhL3hlbi9pbmNs
dWRlL3hlbi9zcGlubG9jay5oCisrKyBiL3hlbi9pbmNsdWRlL3hlbi9zcGlu
bG9jay5oCkBAIC0xNDEsMTEgKzE0MSwxMyBAQCB0eXBlZGVmIHN0cnVjdCBz
cGlubG9jayB7CiAjZGVmaW5lIHNwaW5fbG9ja19pbml0KGwpICgqKGwpID0g
KHNwaW5sb2NrX3QpU1BJTl9MT0NLX1VOTE9DS0VEKQogCiB0eXBlZGVmIHN0
cnVjdCB7Ci0gICAgcmF3X3J3bG9ja190IHJhdzsKKyAgICB2b2xhdGlsZSB1
aW50MzJfdCBsb2NrOwogICAgIHN0cnVjdCBsb2NrX2RlYnVnIGRlYnVnOwog
fSByd2xvY2tfdDsKIAotI2RlZmluZSBSV19MT0NLX1VOTE9DS0VEIHsgX1JB
V19SV19MT0NLX1VOTE9DS0VELCBfTE9DS19ERUJVRyB9CisjZGVmaW5lIFJX
X1dSSVRFX0ZMQUcgKDF1PDwzMSkKKworI2RlZmluZSBSV19MT0NLX1VOTE9D
S0VEIHsgMCwgX0xPQ0tfREVCVUcgfQogI2RlZmluZSBERUZJTkVfUldMT0NL
KGwpIHJ3bG9ja190IGwgPSBSV19MT0NLX1VOTE9DS0VECiAjZGVmaW5lIHJ3
bG9ja19pbml0KGwpICgqKGwpID0gKHJ3bG9ja190KVJXX0xPQ0tfVU5MT0NL
RUQpCiAK

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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--=separator--


From xen-users-bounces@lists.xen.org Mon Dec 08 12:11:02 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 08 Dec 2014 12:11:02 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xxx8Q-000557-8E; Mon, 08 Dec 2014 12:09:50 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <iwj@xenbits.xen.org>)
	id 1Xxx8N-00054b-2R; Mon, 08 Dec 2014 12:09:47 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	A8/81-25276-A0595845; Mon, 08 Dec 2014 12:09:46 +0000
X-Env-Sender: iwj@xenbits.xen.org
X-Msg-Ref: server-10.tower-21.messagelabs.com!1418040584!14139902!1
X-Originating-IP: [50.57.168.107]
X-SpamReason: No, hits=0.5 required=7.0 tests=BODY_RANDOM_LONG
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 30454 invoked from network); 8 Dec 2014 12:09:44 -0000
Received: from mail.xen.org (HELO mail.xen.org) (50.57.168.107)
	by server-10.tower-21.messagelabs.com with AES256-SHA encrypted SMTP;
	8 Dec 2014 12:09:44 -0000
Received: from xenbits.xen.org ([50.57.170.242])
	by mail.xen.org with esmtp (Exim 4.72)
	(envelope-from <iwj@xenbits.xen.org>)
	id 1Xxx8D-0007o2-PP; Mon, 08 Dec 2014 12:09:37 +0000
Received: from iwj by xenbits.xen.org with local (Exim 4.72)
	(envelope-from <iwj@xenbits.xen.org>)
	id 1Xxx8D-0000BD-C9; Mon, 08 Dec 2014 12:09:37 +0000
Date: Mon, 08 Dec 2014 12:09:37 +0000
Message-Id: <E1Xxx8D-0000BD-C9@xenbits.xen.org>
Content-Type: multipart/mixed; boundary="=separator"; charset="utf-8"
Content-Transfer-Encoding: binary
MIME-Version: 1.0
X-Mailer: MIME-tools 5.428 (Entity 5.428)
To: xen-announce@lists.xen.org, xen-devel@lists.xen.org,
	xen-users@lists.xen.org, oss-security@lists.openwall.com
From: Xen.org security team <security@xen.org>
Cc: "Xen.org security team" <security@xen.org>
Subject: [Xen-users] Xen Security Advisory 114 (CVE-2014-9065,
 CVE-2014-9066) - p2m lock starvation
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org


--=separator
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

     Xen Security Advisory CVE-2014-9065,CVE-2014-9066 / XSA-114
                              version 3

                       p2m lock starvation

UPDATES IN VERSION 3
====================

Public release.

ISSUE DESCRIPTION
=================

The current read/write lock implementation is read-biased, which allows
a consistent stream of readers to starve writers indefinitely.  There
are certain rwlocks where guests are capable of applying arbitrary read
pressure.

IMPACT
======

A malicious guest administrator can deny service to other tasks.  If
the NMI watchdog is active, a timeout might be triggered, resulting in
a host crash.

VULNERABLE SYSTEMS
==================

Xen 4.2 and later systems are vulnerable.

Xen 4.1 and earlier are not vulnerable in normal configurations.  4.1
and earlier are vulnerable only insofar as features are used which
have already been explicitly discounted for security support purposes
(TMEM, see XSA-15; XSM-based radical disaggregation, see XSA-77).

Only x86 systems offer avenues for attacking this vulnerability.
ARM systems do not and are therefore not vulnerable.

MITIGATION
==========

There is no mitigation available for this issue.

CREDITS
=======

This issue was discovered by Andrew Cooper of Citrix.

RESOLUTION
==========

Applying the appropriate attached patch resolves this issue in
practice for most systems.  (CVE-2014-9065 refers to these fixed
cases.)

In some deployments, large guests (more than around 30-40 VCPUs) may
still be able to trigger intermittent problems; a complete fix to this
issue requires substantial structural changes and is planned for Xen
4.6.  (CVE-2014-9066 refers to these yet-to-be-fixed cases.)

xsa114.patch                 xen-unstable
xsa114-4.4.patch             Xen 4.4.x
xsa114-4.3.patch             Xen 4.3.x
xsa114-4.2.patch             Xen 4.2.x

$ sha256sum xsa114*.patch
d1c1a2d5d55bfe13ba99a9cb99b367a29389aa30f13ffacc02b465a006115b45  xsa114.patch
a7a57c49d65de7e3cd480476b0a935ddac9e9d941aa6ca65e87170411a7c1176  xsa114-4.2.patch
ae787074b857c40ab0059802846cb0152e24c937486968c769a9bfe8cbe3d10f  xsa114-4.3.patch
b35ed8710693163cc33772c36e4c17dc76e25a0b2025fff4a5aa3b46c459938a  xsa114-4.4.patch
$
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBAgAGBQJUhZTQAAoJEIP+FMlX6CvZYUkH/A/SYzqnOXvSa0tF7penNFb9
NFwRBjTvddaTnB72UiIL6ca/3tV1la2cNpn+p4M+cGSuCwHV9QaEoRMtc6l77Yol
I1ApyZWHS3Qwv2zKDp5dozDcO5yiVuVj+Az1O9f3NCv6PsQvJxYugB/3JKUnhS60
ItmlwnxAEzRd0pvoG8zb7vdLKPyfJ9gYTW3OU50F13TbJEtIJ1ifzvCTC7zPv7da
phYy7NClS9a1QeXOnwRNyoL8hBZ6OWJYxG66+8P/s0SUtvTOuOoVJ510cAwfv4Fw
y96Ss+vfTu9u34GBaO/rTP5FkH1x9vptFGTIgjtDPZmwf30kCo4qyq3jnjyWKmM=
=V6/o
-----END PGP SIGNATURE-----

--=separator
Content-Type: application/octet-stream; name="xsa114.patch"
Content-Disposition: attachment; filename="xsa114.patch"
Content-Transfer-Encoding: base64

c3dpdGNoIHRvIHdyaXRlLWJpYXNlZCByL3cgbG9ja3MKClRoaXMgaXMgdG8g
aW1wcm92ZSBmYWlybmVzczogQSBwZXJtYW5lbnQgZmxvdyBvZiByZWFkIGFj
cXVpcmVzIGNhbgpvdGhlcndpc2UgbG9jayBvdXQgZXZlbnR1YWwgd3JpdGVy
cyBpbmRlZmluaXRlbHkuCgpUaGlzIGlzIFhTQS0xMTQgLyBDVkUtMjAxNC05
MDY1LgoKU2lnbmVkLW9mZi1ieTogS2VpciBGcmFzZXIgPGtlaXJAeGVuLm9y
Zz4KUmV2aWV3ZWQtYnk6IEphbiBCZXVsaWNoIDxqYmV1bGljaEBzdXNlLmNv
bT4KUmV2aWV3ZWQtYnk6IEFuZHJldyBDb29wZXIgPGFuZHJldy5jb29wZXIz
QGNpdHJpeC5jb20+CgpHaXZlbiB0aGF0IHRoaXMgcGF0Y2ggaXMgYmFzaWNh
bGx5ICJoZXJlIGFyZSBzb21lIGJyYW5kIG5ldyByd2xvY2tzIiwKdGhlIENp
dHJpeCBYZW5TZXJ2ZXIgdGVhbSwgd2hvIGFzc2lzdGVkIHdpdGggcGF0Y2gg
ZGV2ZWxvcG1lbnQgYW5kCnRlc3RpbmcsIGNhcnJpZWQgb3V0IHRoZWlyIGNv
bXBsZXRlIHN1aXRlIG9mIHBlcmZvcm1hbmNlIHRlc3RzLCBhbmQKdGFyZ2V0
ZWQgdGVzdGluZyBiYXNlZCBhcm91bmQgdGhlIGlzc3VlIHdoaWNoIHRyaWdn
ZXJlZCB0aGlzCmludmVzdGlnYXRpb24uICBObyByZWdyZXNzaW9ucyBvciBj
b25jZXJucyB3aXRoIHRoZSBwYXRjaCB3ZXJlCmlkZW50aWZpZWQuICAtQW5k
cmV3IENvb3Blci4KClRlc3RlZC1ieTogQW5kcmV3IENvb3BlciA8YW5kcmV3
LmNvb3BlcjNAY2l0cml4LmNvbT4KCi0tLSBhL3hlbi9jb21tb24vc3Bpbmxv
Y2suYworKysgYi94ZW4vY29tbW9uL3NwaW5sb2NrLmMKQEAgLTI3MSwxMTIg
KzI3MSwxNTEgQEAgdm9pZCBfc3Bpbl91bmxvY2tfcmVjdXJzaXZlKHNwaW5s
b2NrX3QgKgogCiB2b2lkIF9yZWFkX2xvY2socndsb2NrX3QgKmxvY2spCiB7
CisgICAgdWludDMyX3QgeDsKKwogICAgIGNoZWNrX2xvY2soJmxvY2stPmRl
YnVnKTsKLSAgICB3aGlsZSAoIHVubGlrZWx5KCFfcmF3X3JlYWRfdHJ5bG9j
aygmbG9jay0+cmF3KSkgKQotICAgIHsKLSAgICAgICAgd2hpbGUgKCBsaWtl
bHkoX3Jhd19yd19pc193cml0ZV9sb2NrZWQoJmxvY2stPnJhdykpICkKKyAg
ICBkbyB7CisgICAgICAgIHdoaWxlICggKHggPSBsb2NrLT5sb2NrKSAmIFJX
X1dSSVRFX0ZMQUcgKQogICAgICAgICAgICAgY3B1X3JlbGF4KCk7Ci0gICAg
fQorICAgIH0gd2hpbGUgKCBjbXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4KzEp
ICE9IHggKTsKICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKIH0KIAogdm9pZCBf
cmVhZF9sb2NrX2lycShyd2xvY2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJf
dCB4OworCiAgICAgQVNTRVJUKGxvY2FsX2lycV9pc19lbmFibGVkKCkpOwog
ICAgIGxvY2FsX2lycV9kaXNhYmxlKCk7CiAgICAgY2hlY2tfbG9jaygmbG9j
ay0+ZGVidWcpOwotICAgIHdoaWxlICggdW5saWtlbHkoIV9yYXdfcmVhZF90
cnlsb2NrKCZsb2NrLT5yYXcpKSApCi0gICAgewotICAgICAgICBsb2NhbF9p
cnFfZW5hYmxlKCk7Ci0gICAgICAgIHdoaWxlICggbGlrZWx5KF9yYXdfcndf
aXNfd3JpdGVfbG9ja2VkKCZsb2NrLT5yYXcpKSApCi0gICAgICAgICAgICBj
cHVfcmVsYXgoKTsKLSAgICAgICAgbG9jYWxfaXJxX2Rpc2FibGUoKTsKLSAg
ICB9CisgICAgZG8geworICAgICAgICBpZiAoICh4ID0gbG9jay0+bG9jaykg
JiBSV19XUklURV9GTEFHICkKKyAgICAgICAgeworICAgICAgICAgICAgbG9j
YWxfaXJxX2VuYWJsZSgpOworICAgICAgICAgICAgd2hpbGUgKCAoeCA9IGxv
Y2stPmxvY2spICYgUldfV1JJVEVfRkxBRyApCisgICAgICAgICAgICAgICAg
Y3B1X3JlbGF4KCk7CisgICAgICAgICAgICBsb2NhbF9pcnFfZGlzYWJsZSgp
OworICAgICAgICB9CisgICAgfSB3aGlsZSAoIGNtcHhjaGcoJmxvY2stPmxv
Y2ssIHgsIHgrMSkgIT0geCApOwogICAgIHByZWVtcHRfZGlzYWJsZSgpOwog
fQogCiB1bnNpZ25lZCBsb25nIF9yZWFkX2xvY2tfaXJxc2F2ZShyd2xvY2tf
dCAqbG9jaykKIHsKKyAgICB1aW50MzJfdCB4OwogICAgIHVuc2lnbmVkIGxv
bmcgZmxhZ3M7CisKICAgICBsb2NhbF9pcnFfc2F2ZShmbGFncyk7CiAgICAg
Y2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHdoaWxlICggdW5saWtl
bHkoIV9yYXdfcmVhZF90cnlsb2NrKCZsb2NrLT5yYXcpKSApCi0gICAgewot
ICAgICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7Ci0gICAgICAgIHdo
aWxlICggbGlrZWx5KF9yYXdfcndfaXNfd3JpdGVfbG9ja2VkKCZsb2NrLT5y
YXcpKSApCi0gICAgICAgICAgICBjcHVfcmVsYXgoKTsKLSAgICAgICAgbG9j
YWxfaXJxX3NhdmUoZmxhZ3MpOwotICAgIH0KKyAgICBkbyB7CisgICAgICAg
IGlmICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAg
ICAgICB7CisgICAgICAgICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7
CisgICAgICAgICAgICB3aGlsZSAoICh4ID0gbG9jay0+bG9jaykgJiBSV19X
UklURV9GTEFHICkKKyAgICAgICAgICAgICAgICBjcHVfcmVsYXgoKTsKKyAg
ICAgICAgICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKKyAgICAgICAgfQor
ICAgIH0gd2hpbGUgKCBjbXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4KzEpICE9
IHggKTsKICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKICAgICByZXR1cm4gZmxh
Z3M7CiB9CiAKIGludCBfcmVhZF90cnlsb2NrKHJ3bG9ja190ICpsb2NrKQog
eworICAgIHVpbnQzMl90IHg7CisKICAgICBjaGVja19sb2NrKCZsb2NrLT5k
ZWJ1Zyk7Ci0gICAgaWYgKCAhX3Jhd19yZWFkX3RyeWxvY2soJmxvY2stPnJh
dykgKQotICAgICAgICByZXR1cm4gMDsKKyAgICBkbyB7CisgICAgICAgIGlm
ICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAgICAg
ICAgICAgcmV0dXJuIDA7CisgICAgfSB3aGlsZSAoIGNtcHhjaGcoJmxvY2st
PmxvY2ssIHgsIHgrMSkgIT0geCApOwogICAgIHByZWVtcHRfZGlzYWJsZSgp
OwogICAgIHJldHVybiAxOwogfQogCiB2b2lkIF9yZWFkX3VubG9jayhyd2xv
Y2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJfdCB4LCB5OworCiAgICAgcHJl
ZW1wdF9lbmFibGUoKTsKLSAgICBfcmF3X3JlYWRfdW5sb2NrKCZsb2NrLT5y
YXcpOworICAgIHggPSBsb2NrLT5sb2NrOworICAgIHdoaWxlICggKHkgPSBj
bXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4LTEpKSAhPSB4ICkKKyAgICAgICAg
eCA9IHk7CiB9CiAKIHZvaWQgX3JlYWRfdW5sb2NrX2lycShyd2xvY2tfdCAq
bG9jaykKIHsKLSAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdfcmVh
ZF91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3JlYWRfdW5sb2NrKGxvY2sp
OwogICAgIGxvY2FsX2lycV9lbmFibGUoKTsKIH0KIAogdm9pZCBfcmVhZF91
bmxvY2tfaXJxcmVzdG9yZShyd2xvY2tfdCAqbG9jaywgdW5zaWduZWQgbG9u
ZyBmbGFncykKIHsKLSAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdf
cmVhZF91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3JlYWRfdW5sb2NrKGxv
Y2spOwogICAgIGxvY2FsX2lycV9yZXN0b3JlKGZsYWdzKTsKIH0KIAogdm9p
ZCBfd3JpdGVfbG9jayhyd2xvY2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJf
dCB4OworCiAgICAgY2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHdo
aWxlICggdW5saWtlbHkoIV9yYXdfd3JpdGVfdHJ5bG9jaygmbG9jay0+cmF3
KSkgKQotICAgIHsKLSAgICAgICAgd2hpbGUgKCBsaWtlbHkoX3Jhd19yd19p
c19sb2NrZWQoJmxvY2stPnJhdykpICkKKyAgICBkbyB7CisgICAgICAgIHdo
aWxlICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQogICAg
ICAgICAgICAgY3B1X3JlbGF4KCk7CisgICAgfSB3aGlsZSAoIGNtcHhjaGco
JmxvY2stPmxvY2ssIHgsIHh8UldfV1JJVEVfRkxBRykgIT0geCApOworICAg
IHdoaWxlICggeCAhPSAwICkKKyAgICB7CisgICAgICAgIGNwdV9yZWxheCgp
OworICAgICAgICB4ID0gbG9jay0+bG9jayAmIH5SV19XUklURV9GTEFHOwog
ICAgIH0KICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKIH0KIAogdm9pZCBfd3Jp
dGVfbG9ja19pcnEocndsb2NrX3QgKmxvY2spCiB7CisgICAgdWludDMyX3Qg
eDsKKwogICAgIEFTU0VSVChsb2NhbF9pcnFfaXNfZW5hYmxlZCgpKTsKICAg
ICBsb2NhbF9pcnFfZGlzYWJsZSgpOwogICAgIGNoZWNrX2xvY2soJmxvY2st
PmRlYnVnKTsKLSAgICB3aGlsZSAoIHVubGlrZWx5KCFfcmF3X3dyaXRlX3Ry
eWxvY2soJmxvY2stPnJhdykpICkKKyAgICBkbyB7CisgICAgICAgIGlmICgg
KHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAgICAgICB7
CisgICAgICAgICAgICBsb2NhbF9pcnFfZW5hYmxlKCk7CisgICAgICAgICAg
ICB3aGlsZSAoICh4ID0gbG9jay0+bG9jaykgJiBSV19XUklURV9GTEFHICkK
KyAgICAgICAgICAgICAgICBjcHVfcmVsYXgoKTsKKyAgICAgICAgICAgIGxv
Y2FsX2lycV9kaXNhYmxlKCk7CisgICAgICAgIH0KKyAgICB9IHdoaWxlICgg
Y21weGNoZygmbG9jay0+bG9jaywgeCwgeHxSV19XUklURV9GTEFHKSAhPSB4
ICk7CisgICAgd2hpbGUgKCB4ICE9IDAgKQogICAgIHsKLSAgICAgICAgbG9j
YWxfaXJxX2VuYWJsZSgpOwotICAgICAgICB3aGlsZSAoIGxpa2VseShfcmF3
X3J3X2lzX2xvY2tlZCgmbG9jay0+cmF3KSkgKQotICAgICAgICAgICAgY3B1
X3JlbGF4KCk7Ci0gICAgICAgIGxvY2FsX2lycV9kaXNhYmxlKCk7CisgICAg
ICAgIGNwdV9yZWxheCgpOworICAgICAgICB4ID0gbG9jay0+bG9jayAmIH5S
V19XUklURV9GTEFHOwogICAgIH0KICAgICBwcmVlbXB0X2Rpc2FibGUoKTsK
IH0KIAogdW5zaWduZWQgbG9uZyBfd3JpdGVfbG9ja19pcnFzYXZlKHJ3bG9j
a190ICpsb2NrKQogeworICAgIHVpbnQzMl90IHg7CiAgICAgdW5zaWduZWQg
bG9uZyBmbGFnczsKKwogICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKICAg
ICBjaGVja19sb2NrKCZsb2NrLT5kZWJ1Zyk7Ci0gICAgd2hpbGUgKCB1bmxp
a2VseSghX3Jhd193cml0ZV90cnlsb2NrKCZsb2NrLT5yYXcpKSApCisgICAg
ZG8geworICAgICAgICBpZiAoICh4ID0gbG9jay0+bG9jaykgJiBSV19XUklU
RV9GTEFHICkKKyAgICAgICAgeworICAgICAgICAgICAgbG9jYWxfaXJxX3Jl
c3RvcmUoZmxhZ3MpOworICAgICAgICAgICAgd2hpbGUgKCAoeCA9IGxvY2st
PmxvY2spICYgUldfV1JJVEVfRkxBRyApCisgICAgICAgICAgICAgICAgY3B1
X3JlbGF4KCk7CisgICAgICAgICAgICBsb2NhbF9pcnFfc2F2ZShmbGFncyk7
CisgICAgICAgIH0KKyAgICB9IHdoaWxlICggY21weGNoZygmbG9jay0+bG9j
aywgeCwgeHxSV19XUklURV9GTEFHKSAhPSB4ICk7CisgICAgd2hpbGUgKCB4
ICE9IDAgKQogICAgIHsKLSAgICAgICAgbG9jYWxfaXJxX3Jlc3RvcmUoZmxh
Z3MpOwotICAgICAgICB3aGlsZSAoIGxpa2VseShfcmF3X3J3X2lzX2xvY2tl
ZCgmbG9jay0+cmF3KSkgKQotICAgICAgICAgICAgY3B1X3JlbGF4KCk7Ci0g
ICAgICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKKyAgICAgICAgY3B1X3Jl
bGF4KCk7CisgICAgICAgIHggPSBsb2NrLT5sb2NrICYgflJXX1dSSVRFX0ZM
QUc7CiAgICAgfQogICAgIHByZWVtcHRfZGlzYWJsZSgpOwogICAgIHJldHVy
biBmbGFnczsKQEAgLTM4NCw5ICs0MjMsMTMgQEAgdW5zaWduZWQgbG9uZyBf
d3JpdGVfbG9ja19pcnFzYXZlKHJ3bG9jawogCiBpbnQgX3dyaXRlX3RyeWxv
Y2socndsb2NrX3QgKmxvY2spCiB7CisgICAgdWludDMyX3QgeDsKKwogICAg
IGNoZWNrX2xvY2soJmxvY2stPmRlYnVnKTsKLSAgICBpZiAoICFfcmF3X3dy
aXRlX3RyeWxvY2soJmxvY2stPnJhdykgKQotICAgICAgICByZXR1cm4gMDsK
KyAgICBkbyB7CisgICAgICAgIGlmICggKHggPSBsb2NrLT5sb2NrKSAhPSAw
ICkKKyAgICAgICAgICAgIHJldHVybiAwOworICAgIH0gd2hpbGUgKCBjbXB4
Y2hnKCZsb2NrLT5sb2NrLCB4LCB4fFJXX1dSSVRFX0ZMQUcpICE9IHggKTsK
ICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKICAgICByZXR1cm4gMTsKIH0KQEAg
LTM5NCwzMyArNDM3LDMyIEBAIGludCBfd3JpdGVfdHJ5bG9jayhyd2xvY2tf
dCAqbG9jaykKIHZvaWQgX3dyaXRlX3VubG9jayhyd2xvY2tfdCAqbG9jaykK
IHsKICAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdfd3JpdGVfdW5s
b2NrKCZsb2NrLT5yYXcpOworICAgIGlmICggY21weGNoZygmbG9jay0+bG9j
aywgUldfV1JJVEVfRkxBRywgMCkgIT0gUldfV1JJVEVfRkxBRyApCisgICAg
ICAgIEJVRygpOwogfQogCiB2b2lkIF93cml0ZV91bmxvY2tfaXJxKHJ3bG9j
a190ICpsb2NrKQogewotICAgIHByZWVtcHRfZW5hYmxlKCk7Ci0gICAgX3Jh
d193cml0ZV91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3dyaXRlX3VubG9j
ayhsb2NrKTsKICAgICBsb2NhbF9pcnFfZW5hYmxlKCk7CiB9CiAKIHZvaWQg
X3dyaXRlX3VubG9ja19pcnFyZXN0b3JlKHJ3bG9ja190ICpsb2NrLCB1bnNp
Z25lZCBsb25nIGZsYWdzKQogewotICAgIHByZWVtcHRfZW5hYmxlKCk7Ci0g
ICAgX3Jhd193cml0ZV91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3dyaXRl
X3VubG9jayhsb2NrKTsKICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7
CiB9CiAKIGludCBfcndfaXNfbG9ja2VkKHJ3bG9ja190ICpsb2NrKQogewog
ICAgIGNoZWNrX2xvY2soJmxvY2stPmRlYnVnKTsKLSAgICByZXR1cm4gX3Jh
d19yd19pc19sb2NrZWQoJmxvY2stPnJhdyk7CisgICAgcmV0dXJuIChsb2Nr
LT5sb2NrICE9IDApOyAvKiBhbnlvbmUgaW4gY3JpdGljYWwgc2VjdGlvbj8g
Ki8KIH0KIAogaW50IF9yd19pc193cml0ZV9sb2NrZWQocndsb2NrX3QgKmxv
Y2spCiB7CiAgICAgY2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHJl
dHVybiBfcmF3X3J3X2lzX3dyaXRlX2xvY2tlZCgmbG9jay0+cmF3KTsKKyAg
ICByZXR1cm4gKGxvY2stPmxvY2sgPT0gUldfV1JJVEVfRkxBRyk7IC8qIHdy
aXRlciBpbiBjcml0aWNhbCBzZWN0aW9uPyAqLwogfQogCiAjaWZkZWYgTE9D
S19QUk9GSUxFCi0tLSBhL3hlbi9pbmNsdWRlL2FzbS1hcm0vYXJtMzIvc3Bp
bmxvY2suaAorKysgYi94ZW4vaW5jbHVkZS9hc20tYXJtL2FybTMyL3NwaW5s
b2NrLmgKQEAgLTU1LDg0ICs1NSw2IEBAIHN0YXRpYyBhbHdheXNfaW5saW5l
IGludCBfcmF3X3NwaW5fdHJ5bG8KICAgICB9CiB9CiAKLXR5cGVkZWYgc3Ry
dWN0IHsKLSAgICB2b2xhdGlsZSB1bnNpZ25lZCBpbnQgbG9jazsKLX0gcmF3
X3J3bG9ja190OwotCi0jZGVmaW5lIF9SQVdfUldfTE9DS19VTkxPQ0tFRCB7
IDAgfQotCi1zdGF0aWMgYWx3YXlzX2lubGluZSBpbnQgX3Jhd19yZWFkX3Ry
eWxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1bnNpZ25lZCBsb25n
IHRtcCwgdG1wMiA9IDE7Ci0KLSAgICBfX2FzbV9fIF9fdm9sYXRpbGVfXygK
LSIxOiBsZHJleCAgICUwLCBbJTJdXG4iCi0iICAgYWRkcyAgICAlMCwgJTAs
ICMxXG4iCi0iICAgc3RyZXhwbCAlMSwgJTAsIFslMl1cbiIKLSAgICA6ICI9
JnIiICh0bXApLCAiK3IiICh0bXAyKQotICAgIDogInIiICgmcnctPmxvY2sp
Ci0gICAgOiAiY2MiKTsKLQotICAgIHNtcF9tYigpOwotICAgIHJldHVybiB0
bXAyID09IDA7Ci19Ci0KLXN0YXRpYyBhbHdheXNfaW5saW5lIGludCBfcmF3
X3dyaXRlX3RyeWxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1bnNp
Z25lZCBsb25nIHRtcDsKLQotICAgIF9fYXNtX18gX192b2xhdGlsZV9fKAot
IjE6IGxkcmV4ICAgJTAsIFslMV1cbiIKLSIgICB0ZXEgICAgICUwLCAjMFxu
IgotIiAgIHN0cmV4ZXEgJTAsICUyLCBbJTFdIgotICAgIDogIj0mciIgKHRt
cCkKLSAgICA6ICJyIiAoJnJ3LT5sb2NrKSwgInIiICgweDgwMDAwMDAwKQot
ICAgIDogImNjIik7Ci0KLSAgICBpZiAodG1wID09IDApIHsKLSAgICAgICAg
c21wX21iKCk7Ci0gICAgICAgIHJldHVybiAxOwotICAgIH0gZWxzZSB7Ci0g
ICAgICAgIHJldHVybiAwOwotICAgIH0KLX0KLQotc3RhdGljIGlubGluZSB2
b2lkIF9yYXdfcmVhZF91bmxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAg
ICB1bnNpZ25lZCBsb25nIHRtcCwgdG1wMjsKLQotICAgIHNtcF9tYigpOwot
Ci0gICAgX19hc21fXyBfX3ZvbGF0aWxlX18oCi0iMTogbGRyZXggICAlMCwg
WyUyXVxuIgotIiAgIHN1YiAgICAgJTAsICUwLCAjMVxuIgotIiAgIHN0cmV4
ICAgJTEsICUwLCBbJTJdXG4iCi0iICAgdGVxICAgICAlMSwgIzBcbiIKLSIg
ICBibmUgICAgIDFiIgotICAgIDogIj0mciIgKHRtcCksICI9JnIiICh0bXAy
KQotICAgIDogInIiICgmcnctPmxvY2spCi0gICAgOiAiY2MiKTsKLQotICAg
IGlmICh0bXAgPT0gMCkKLSAgICAgICAgZHNiX3NldigpOwotfQotCi1zdGF0
aWMgaW5saW5lIHZvaWQgX3Jhd193cml0ZV91bmxvY2socmF3X3J3bG9ja190
ICpydykKLXsKLSAgICBzbXBfbWIoKTsKLQotICAgIF9fYXNtX18gX192b2xh
dGlsZV9fKAotICAgICJzdHIgICAgJTEsIFslMF1cbiIKLSAgICA6Ci0gICAg
OiAiciIgKCZydy0+bG9jayksICJyIiAoMCkKLSAgICA6ICJjYyIpOwotCi0g
ICAgZHNiX3NldigpOwotfQotCi0jZGVmaW5lIF9yYXdfcndfaXNfbG9ja2Vk
KHgpICgoeCktPmxvY2sgIT0gMCkKLSNkZWZpbmUgX3Jhd19yd19pc193cml0
ZV9sb2NrZWQoeCkgKCh4KS0+bG9jayA9PSAweDgwMDAwMDAwKQotCiAjZW5k
aWYgLyogX19BU01fU1BJTkxPQ0tfSCAqLwogLyoKICAqIExvY2FsIHZhcmlh
YmxlczoKLS0tIGEveGVuL2luY2x1ZGUvYXNtLWFybS9hcm02NC9zcGlubG9j
ay5oCisrKyBiL3hlbi9pbmNsdWRlL2FzbS1hcm0vYXJtNjQvc3BpbmxvY2su
aApAQCAtNTIsNjkgKzUyLDYgQEAgc3RhdGljIGFsd2F5c19pbmxpbmUgaW50
IF9yYXdfc3Bpbl90cnlsbwogICAgIHJldHVybiAhdG1wOwogfQogCi10eXBl
ZGVmIHN0cnVjdCB7Ci0gICAgdm9sYXRpbGUgdW5zaWduZWQgaW50IGxvY2s7
Ci19IHJhd19yd2xvY2tfdDsKLQotI2RlZmluZSBfUkFXX1JXX0xPQ0tfVU5M
T0NLRUQgeyAwIH0KLQotc3RhdGljIGFsd2F5c19pbmxpbmUgaW50IF9yYXdf
cmVhZF90cnlsb2NrKHJhd19yd2xvY2tfdCAqcncpCi17Ci0gICAgdW5zaWdu
ZWQgaW50IHRtcCwgdG1wMiA9IDE7Ci0KLSAgICBhc20gdm9sYXRpbGUoCi0g
ICAgICAgICIgICAgICAgbGRheHIgICAldzAsICUyXG4iCi0gICAgICAgICIg
ICAgICAgYWRkICAgICAldzAsICV3MCwgIzFcbiIKLSAgICAgICAgIiAgICAg
ICB0Ym56ICAgICV3MCwgIzMxLCAxZlxuIgotICAgICAgICAiICAgICAgIHN0
eHIgICAgJXcxLCAldzAsICUyXG4iCi0gICAgICAgICIxOlxuIgotICAgICAg
ICA6ICI9JnIiICh0bXApLCAiK3IiICh0bXAyKSwgIitRIiAocnctPmxvY2sp
Ci0gICAgICAgIDoKLSAgICAgICAgOiAibWVtb3J5Iik7Ci0KLSAgICByZXR1
cm4gIXRtcDI7Ci19Ci0KLXN0YXRpYyBhbHdheXNfaW5saW5lIGludCBfcmF3
X3dyaXRlX3RyeWxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1bnNp
Z25lZCBpbnQgdG1wOwotCi0gICAgYXNtIHZvbGF0aWxlKAotICAgICAgICAi
ICAgICAgIGxkYXhyICAgJXcwLCAlMVxuIgotICAgICAgICAiICAgICAgIGNi
bnogICAgJXcwLCAxZlxuIgotICAgICAgICAiICAgICAgIHN0eHIgICAgJXcw
LCAldzIsICUxXG4iCi0gICAgICAgICIxOlxuIgotICAgICAgICA6ICI9JnIi
ICh0bXApLCAiK1EiIChydy0+bG9jaykKLSAgICAgICAgOiAiciIgKDB4ODAw
MDAwMDApCi0gICAgICAgIDogIm1lbW9yeSIpOwotCi0gICAgcmV0dXJuICF0
bXA7Ci19Ci0KLXN0YXRpYyBpbmxpbmUgdm9pZCBfcmF3X3JlYWRfdW5sb2Nr
KHJhd19yd2xvY2tfdCAqcncpCi17Ci0gICAgdW5zaWduZWQgaW50IHRtcCwg
dG1wMjsKLQotICAgIGFzbSB2b2xhdGlsZSgKLSAgICAgICAgIiAgICAxOiBs
ZHhyICAgICV3MCwgJTJcbiIKLSAgICAgICAgIiAgICAgICBzdWIgICAgICV3
MCwgJXcwLCAjMVxuIgotICAgICAgICAiICAgICAgIHN0bHhyICAgJXcxLCAl
dzAsICUyXG4iCi0gICAgICAgICIgICAgICAgY2JueiAgICAldzEsIDFiXG4i
Ci0gICAgICAgIDogIj0mciIgKHRtcCksICI9JnIiICh0bXAyKSwgIitRIiAo
cnctPmxvY2spCi0gICAgICAgIDoKLSAgICAgICAgOiAibWVtb3J5Iik7Ci19
Ci0KLXN0YXRpYyBpbmxpbmUgdm9pZCBfcmF3X3dyaXRlX3VubG9jayhyYXdf
cndsb2NrX3QgKnJ3KQotewotICAgIGFzbSB2b2xhdGlsZSgKLSAgICAgICAg
IiAgICAgICBzdGxyICAgICV3MSwgJTBcbiIKLSAgICAgICAgOiAiPVEiIChy
dy0+bG9jaykgOiAiciIgKDApIDogIm1lbW9yeSIpOwotfQotCi0jZGVmaW5l
IF9yYXdfcndfaXNfbG9ja2VkKHgpICgoeCktPmxvY2sgIT0gMCkKLSNkZWZp
bmUgX3Jhd19yd19pc193cml0ZV9sb2NrZWQoeCkgKCh4KS0+bG9jayA9PSAw
eDgwMDAwMDAwKQotCiAjZW5kaWYgLyogX19BU01fU1BJTkxPQ0tfSCAqLwog
LyoKICAqIExvY2FsIHZhcmlhYmxlczoKLS0tIGEveGVuL2luY2x1ZGUvYXNt
LXg4Ni9zcGlubG9jay5oCisrKyBiL3hlbi9pbmNsdWRlL2FzbS14ODYvc3Bp
bmxvY2suaApAQCAtMzEsNTggKzMxLDQgQEAgc3RhdGljIGFsd2F5c19pbmxp
bmUgaW50IF9yYXdfc3Bpbl90cnlsbwogICAgIHJldHVybiAob2xkdmFsID4g
MCk7CiB9CiAKLXR5cGVkZWYgc3RydWN0IHsKLSAgICB2b2xhdGlsZSBpbnQg
bG9jazsKLX0gcmF3X3J3bG9ja190OwotCi0jZGVmaW5lIFJXX1dSSVRFX0JJ
QVMgMHg3ZmZmZmZmZgotI2RlZmluZSBfUkFXX1JXX0xPQ0tfVU5MT0NLRUQg
LyoocmF3X3J3bG9ja190KSovIHsgMCB9Ci0KLXN0YXRpYyBhbHdheXNfaW5s
aW5lIGludCBfcmF3X3JlYWRfdHJ5bG9jayhyYXdfcndsb2NrX3QgKnJ3KQot
ewotICAgIGludCBhY3F1aXJlZDsKLQotICAgIGFzbSB2b2xhdGlsZSAoCi0g
ICAgICAgICIgICAgbG9jazsgZGVjbCAlMCAgICAgICAgIFxuIgotICAgICAg
ICAiICAgIGpucyAyZiAgICAgICAgICAgICAgICBcbiIKLSNpZmRlZiBfX2Ns
YW5nX18gLyogY2xhbmcncyBidWlsdGluIGFzc2VtYmVyIGNhbid0IGRvIC5z
dWJzZWN0aW9uICovCi0gICAgICAgICIxOiAgLnB1c2hzZWN0aW9uIC5maXh1
cCxcImF4XCJcbiIKLSNlbHNlCi0gICAgICAgICIxOiAgLnN1YnNlY3Rpb24g
MSAgICAgICAgIFxuIgotI2VuZGlmCi0gICAgICAgICIyOiAgbG9jazsgaW5j
bCAlMCAgICAgICAgIFxuIgotICAgICAgICAiICAgIGRlY2wgJTEgICAgICAg
ICAgICAgICBcbiIKLSAgICAgICAgIiAgICBqbXAgMWIgICAgICAgICAgICAg
ICAgXG4iCi0jaWZkZWYgX19jbGFuZ19fCi0gICAgICAgICIgICAgLnBvcHNl
Y3Rpb24gICAgICAgICAgIFxuIgotI2Vsc2UKLSAgICAgICAgIiAgICAuc3Vi
c2VjdGlvbiAwICAgICAgICAgXG4iCi0jZW5kaWYKLSAgICAgICAgOiAiPW0i
IChydy0+bG9jayksICI9ciIgKGFjcXVpcmVkKSA6ICIxIiAoMSkgOiAibWVt
b3J5IiApOwotCi0gICAgcmV0dXJuIGFjcXVpcmVkOwotfQotCi1zdGF0aWMg
YWx3YXlzX2lubGluZSBpbnQgX3Jhd193cml0ZV90cnlsb2NrKHJhd19yd2xv
Y2tfdCAqcncpCi17Ci0gICAgcmV0dXJuIChjbXB4Y2hnKCZydy0+bG9jaywg
MCwgUldfV1JJVEVfQklBUykgPT0gMCk7Ci19Ci0KLXN0YXRpYyBhbHdheXNf
aW5saW5lIHZvaWQgX3Jhd19yZWFkX3VubG9jayhyYXdfcndsb2NrX3QgKnJ3
KQotewotICAgIGFzbSB2b2xhdGlsZSAoCi0gICAgICAgICJsb2NrIDsgaW5j
bCAlMCIKLSAgICAgICAgOiAiPW0iICgocncpLT5sb2NrKSA6IDogIm1lbW9y
eSIgKTsKLX0KLQotc3RhdGljIGFsd2F5c19pbmxpbmUgdm9pZCBfcmF3X3dy
aXRlX3VubG9jayhyYXdfcndsb2NrX3QgKnJ3KQotewotICAgIGFzbSB2b2xh
dGlsZSAoCi0gICAgICAgICJsb2NrIDsgc3VibCAlMSwlMCIKLSAgICAgICAg
OiAiPW0iICgocncpLT5sb2NrKSA6ICJpIiAoUldfV1JJVEVfQklBUykgOiAi
bWVtb3J5IiApOwotfQotCi0jZGVmaW5lIF9yYXdfcndfaXNfbG9ja2VkKHgp
ICgoeCktPmxvY2sgIT0gMCkKLSNkZWZpbmUgX3Jhd19yd19pc193cml0ZV9s
b2NrZWQoeCkgKCh4KS0+bG9jayA+IDApCi0KICNlbmRpZiAvKiBfX0FTTV9T
UElOTE9DS19IICovCi0tLSBhL3hlbi9pbmNsdWRlL3hlbi9zcGlubG9jay5o
CisrKyBiL3hlbi9pbmNsdWRlL3hlbi9zcGlubG9jay5oCkBAIC0xNDEsMTEg
KzE0MSwxMyBAQCB0eXBlZGVmIHN0cnVjdCBzcGlubG9jayB7CiAjZGVmaW5l
IHNwaW5fbG9ja19pbml0KGwpICgqKGwpID0gKHNwaW5sb2NrX3QpU1BJTl9M
T0NLX1VOTE9DS0VEKQogCiB0eXBlZGVmIHN0cnVjdCB7Ci0gICAgcmF3X3J3
bG9ja190IHJhdzsKKyAgICB2b2xhdGlsZSB1aW50MzJfdCBsb2NrOwogICAg
IHN0cnVjdCBsb2NrX2RlYnVnIGRlYnVnOwogfSByd2xvY2tfdDsKIAotI2Rl
ZmluZSBSV19MT0NLX1VOTE9DS0VEIHsgX1JBV19SV19MT0NLX1VOTE9DS0VE
LCBfTE9DS19ERUJVRyB9CisjZGVmaW5lIFJXX1dSSVRFX0ZMQUcgKDF1PDwz
MSkKKworI2RlZmluZSBSV19MT0NLX1VOTE9DS0VEIHsgMCwgX0xPQ0tfREVC
VUcgfQogI2RlZmluZSBERUZJTkVfUldMT0NLKGwpIHJ3bG9ja190IGwgPSBS
V19MT0NLX1VOTE9DS0VECiAjZGVmaW5lIHJ3bG9ja19pbml0KGwpICgqKGwp
ID0gKHJ3bG9ja190KVJXX0xPQ0tfVU5MT0NLRUQpCiAK

--=separator
Content-Type: application/octet-stream; name="xsa114-4.2.patch"
Content-Disposition: attachment; filename="xsa114-4.2.patch"
Content-Transfer-Encoding: base64

c3dpdGNoIHRvIHdyaXRlLWJpYXNlZCByL3cgbG9ja3MKClRoaXMgaXMgdG8g
aW1wcm92ZSBmYWlybmVzczogQSBwZXJtYW5lbnQgZmxvdyBvZiByZWFkIGFj
cXVpcmVzIGNhbgpvdGhlcndpc2UgbG9jayBvdXQgZXZlbnR1YWwgd3JpdGVy
cyBpbmRlZmluaXRlbHkuCgpUaGlzIGlzIFhTQS0xMTQgLyBDVkUtMjAxNC05
MDY1LgoKU2lnbmVkLW9mZi1ieTogS2VpciBGcmFzZXIgPGtlaXJAeGVuLm9y
Zz4KUmV2aWV3ZWQtYnk6IEphbiBCZXVsaWNoIDxqYmV1bGljaEBzdXNlLmNv
bT4KUmV2aWV3ZWQtYnk6IEFuZHJldyBDb29wZXIgPGFuZHJldy5jb29wZXIz
QGNpdHJpeC5jb20+ClRlc3RlZC1ieTogQW5kcmV3IENvb3BlciA8YW5kcmV3
LmNvb3BlcjNAY2l0cml4LmNvbT4KCi0tLSBhL3hlbi9jb21tb24vc3Bpbmxv
Y2suYworKysgYi94ZW4vY29tbW9uL3NwaW5sb2NrLmMKQEAgLTI3MSwxMTIg
KzI3MSwxNTEgQEAgdm9pZCBfc3Bpbl91bmxvY2tfcmVjdXJzaXZlKHNwaW5s
b2NrX3QgKgogCiB2b2lkIF9yZWFkX2xvY2socndsb2NrX3QgKmxvY2spCiB7
CisgICAgdWludDMyX3QgeDsKKwogICAgIGNoZWNrX2xvY2soJmxvY2stPmRl
YnVnKTsKLSAgICB3aGlsZSAoIHVubGlrZWx5KCFfcmF3X3JlYWRfdHJ5bG9j
aygmbG9jay0+cmF3KSkgKQotICAgIHsKLSAgICAgICAgd2hpbGUgKCBsaWtl
bHkoX3Jhd19yd19pc193cml0ZV9sb2NrZWQoJmxvY2stPnJhdykpICkKKyAg
ICBkbyB7CisgICAgICAgIHdoaWxlICggKHggPSBsb2NrLT5sb2NrKSAmIFJX
X1dSSVRFX0ZMQUcgKQogICAgICAgICAgICAgY3B1X3JlbGF4KCk7Ci0gICAg
fQorICAgIH0gd2hpbGUgKCBjbXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4KzEp
ICE9IHggKTsKICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKIH0KIAogdm9pZCBf
cmVhZF9sb2NrX2lycShyd2xvY2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJf
dCB4OworCiAgICAgQVNTRVJUKGxvY2FsX2lycV9pc19lbmFibGVkKCkpOwog
ICAgIGxvY2FsX2lycV9kaXNhYmxlKCk7CiAgICAgY2hlY2tfbG9jaygmbG9j
ay0+ZGVidWcpOwotICAgIHdoaWxlICggdW5saWtlbHkoIV9yYXdfcmVhZF90
cnlsb2NrKCZsb2NrLT5yYXcpKSApCi0gICAgewotICAgICAgICBsb2NhbF9p
cnFfZW5hYmxlKCk7Ci0gICAgICAgIHdoaWxlICggbGlrZWx5KF9yYXdfcndf
aXNfd3JpdGVfbG9ja2VkKCZsb2NrLT5yYXcpKSApCi0gICAgICAgICAgICBj
cHVfcmVsYXgoKTsKLSAgICAgICAgbG9jYWxfaXJxX2Rpc2FibGUoKTsKLSAg
ICB9CisgICAgZG8geworICAgICAgICBpZiAoICh4ID0gbG9jay0+bG9jaykg
JiBSV19XUklURV9GTEFHICkKKyAgICAgICAgeworICAgICAgICAgICAgbG9j
YWxfaXJxX2VuYWJsZSgpOworICAgICAgICAgICAgd2hpbGUgKCAoeCA9IGxv
Y2stPmxvY2spICYgUldfV1JJVEVfRkxBRyApCisgICAgICAgICAgICAgICAg
Y3B1X3JlbGF4KCk7CisgICAgICAgICAgICBsb2NhbF9pcnFfZGlzYWJsZSgp
OworICAgICAgICB9CisgICAgfSB3aGlsZSAoIGNtcHhjaGcoJmxvY2stPmxv
Y2ssIHgsIHgrMSkgIT0geCApOwogICAgIHByZWVtcHRfZGlzYWJsZSgpOwog
fQogCiB1bnNpZ25lZCBsb25nIF9yZWFkX2xvY2tfaXJxc2F2ZShyd2xvY2tf
dCAqbG9jaykKIHsKKyAgICB1aW50MzJfdCB4OwogICAgIHVuc2lnbmVkIGxv
bmcgZmxhZ3M7CisKICAgICBsb2NhbF9pcnFfc2F2ZShmbGFncyk7CiAgICAg
Y2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHdoaWxlICggdW5saWtl
bHkoIV9yYXdfcmVhZF90cnlsb2NrKCZsb2NrLT5yYXcpKSApCi0gICAgewot
ICAgICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7Ci0gICAgICAgIHdo
aWxlICggbGlrZWx5KF9yYXdfcndfaXNfd3JpdGVfbG9ja2VkKCZsb2NrLT5y
YXcpKSApCi0gICAgICAgICAgICBjcHVfcmVsYXgoKTsKLSAgICAgICAgbG9j
YWxfaXJxX3NhdmUoZmxhZ3MpOwotICAgIH0KKyAgICBkbyB7CisgICAgICAg
IGlmICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAg
ICAgICB7CisgICAgICAgICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7
CisgICAgICAgICAgICB3aGlsZSAoICh4ID0gbG9jay0+bG9jaykgJiBSV19X
UklURV9GTEFHICkKKyAgICAgICAgICAgICAgICBjcHVfcmVsYXgoKTsKKyAg
ICAgICAgICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKKyAgICAgICAgfQor
ICAgIH0gd2hpbGUgKCBjbXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4KzEpICE9
IHggKTsKICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKICAgICByZXR1cm4gZmxh
Z3M7CiB9CiAKIGludCBfcmVhZF90cnlsb2NrKHJ3bG9ja190ICpsb2NrKQog
eworICAgIHVpbnQzMl90IHg7CisKICAgICBjaGVja19sb2NrKCZsb2NrLT5k
ZWJ1Zyk7Ci0gICAgaWYgKCAhX3Jhd19yZWFkX3RyeWxvY2soJmxvY2stPnJh
dykgKQotICAgICAgICByZXR1cm4gMDsKKyAgICBkbyB7CisgICAgICAgIGlm
ICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAgICAg
ICAgICAgcmV0dXJuIDA7CisgICAgfSB3aGlsZSAoIGNtcHhjaGcoJmxvY2st
PmxvY2ssIHgsIHgrMSkgIT0geCApOwogICAgIHByZWVtcHRfZGlzYWJsZSgp
OwogICAgIHJldHVybiAxOwogfQogCiB2b2lkIF9yZWFkX3VubG9jayhyd2xv
Y2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJfdCB4LCB5OworCiAgICAgcHJl
ZW1wdF9lbmFibGUoKTsKLSAgICBfcmF3X3JlYWRfdW5sb2NrKCZsb2NrLT5y
YXcpOworICAgIHggPSBsb2NrLT5sb2NrOworICAgIHdoaWxlICggKHkgPSBj
bXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4LTEpKSAhPSB4ICkKKyAgICAgICAg
eCA9IHk7CiB9CiAKIHZvaWQgX3JlYWRfdW5sb2NrX2lycShyd2xvY2tfdCAq
bG9jaykKIHsKLSAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdfcmVh
ZF91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3JlYWRfdW5sb2NrKGxvY2sp
OwogICAgIGxvY2FsX2lycV9lbmFibGUoKTsKIH0KIAogdm9pZCBfcmVhZF91
bmxvY2tfaXJxcmVzdG9yZShyd2xvY2tfdCAqbG9jaywgdW5zaWduZWQgbG9u
ZyBmbGFncykKIHsKLSAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdf
cmVhZF91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3JlYWRfdW5sb2NrKGxv
Y2spOwogICAgIGxvY2FsX2lycV9yZXN0b3JlKGZsYWdzKTsKIH0KIAogdm9p
ZCBfd3JpdGVfbG9jayhyd2xvY2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJf
dCB4OworCiAgICAgY2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHdo
aWxlICggdW5saWtlbHkoIV9yYXdfd3JpdGVfdHJ5bG9jaygmbG9jay0+cmF3
KSkgKQotICAgIHsKLSAgICAgICAgd2hpbGUgKCBsaWtlbHkoX3Jhd19yd19p
c19sb2NrZWQoJmxvY2stPnJhdykpICkKKyAgICBkbyB7CisgICAgICAgIHdo
aWxlICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQogICAg
ICAgICAgICAgY3B1X3JlbGF4KCk7CisgICAgfSB3aGlsZSAoIGNtcHhjaGco
JmxvY2stPmxvY2ssIHgsIHh8UldfV1JJVEVfRkxBRykgIT0geCApOworICAg
IHdoaWxlICggeCAhPSAwICkKKyAgICB7CisgICAgICAgIGNwdV9yZWxheCgp
OworICAgICAgICB4ID0gbG9jay0+bG9jayAmIH5SV19XUklURV9GTEFHOwog
ICAgIH0KICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKIH0KIAogdm9pZCBfd3Jp
dGVfbG9ja19pcnEocndsb2NrX3QgKmxvY2spCiB7CisgICAgdWludDMyX3Qg
eDsKKwogICAgIEFTU0VSVChsb2NhbF9pcnFfaXNfZW5hYmxlZCgpKTsKICAg
ICBsb2NhbF9pcnFfZGlzYWJsZSgpOwogICAgIGNoZWNrX2xvY2soJmxvY2st
PmRlYnVnKTsKLSAgICB3aGlsZSAoIHVubGlrZWx5KCFfcmF3X3dyaXRlX3Ry
eWxvY2soJmxvY2stPnJhdykpICkKKyAgICBkbyB7CisgICAgICAgIGlmICgg
KHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAgICAgICB7
CisgICAgICAgICAgICBsb2NhbF9pcnFfZW5hYmxlKCk7CisgICAgICAgICAg
ICB3aGlsZSAoICh4ID0gbG9jay0+bG9jaykgJiBSV19XUklURV9GTEFHICkK
KyAgICAgICAgICAgICAgICBjcHVfcmVsYXgoKTsKKyAgICAgICAgICAgIGxv
Y2FsX2lycV9kaXNhYmxlKCk7CisgICAgICAgIH0KKyAgICB9IHdoaWxlICgg
Y21weGNoZygmbG9jay0+bG9jaywgeCwgeHxSV19XUklURV9GTEFHKSAhPSB4
ICk7CisgICAgd2hpbGUgKCB4ICE9IDAgKQogICAgIHsKLSAgICAgICAgbG9j
YWxfaXJxX2VuYWJsZSgpOwotICAgICAgICB3aGlsZSAoIGxpa2VseShfcmF3
X3J3X2lzX2xvY2tlZCgmbG9jay0+cmF3KSkgKQotICAgICAgICAgICAgY3B1
X3JlbGF4KCk7Ci0gICAgICAgIGxvY2FsX2lycV9kaXNhYmxlKCk7CisgICAg
ICAgIGNwdV9yZWxheCgpOworICAgICAgICB4ID0gbG9jay0+bG9jayAmIH5S
V19XUklURV9GTEFHOwogICAgIH0KICAgICBwcmVlbXB0X2Rpc2FibGUoKTsK
IH0KIAogdW5zaWduZWQgbG9uZyBfd3JpdGVfbG9ja19pcnFzYXZlKHJ3bG9j
a190ICpsb2NrKQogeworICAgIHVpbnQzMl90IHg7CiAgICAgdW5zaWduZWQg
bG9uZyBmbGFnczsKKwogICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKICAg
ICBjaGVja19sb2NrKCZsb2NrLT5kZWJ1Zyk7Ci0gICAgd2hpbGUgKCB1bmxp
a2VseSghX3Jhd193cml0ZV90cnlsb2NrKCZsb2NrLT5yYXcpKSApCisgICAg
ZG8geworICAgICAgICBpZiAoICh4ID0gbG9jay0+bG9jaykgJiBSV19XUklU
RV9GTEFHICkKKyAgICAgICAgeworICAgICAgICAgICAgbG9jYWxfaXJxX3Jl
c3RvcmUoZmxhZ3MpOworICAgICAgICAgICAgd2hpbGUgKCAoeCA9IGxvY2st
PmxvY2spICYgUldfV1JJVEVfRkxBRyApCisgICAgICAgICAgICAgICAgY3B1
X3JlbGF4KCk7CisgICAgICAgICAgICBsb2NhbF9pcnFfc2F2ZShmbGFncyk7
CisgICAgICAgIH0KKyAgICB9IHdoaWxlICggY21weGNoZygmbG9jay0+bG9j
aywgeCwgeHxSV19XUklURV9GTEFHKSAhPSB4ICk7CisgICAgd2hpbGUgKCB4
ICE9IDAgKQogICAgIHsKLSAgICAgICAgbG9jYWxfaXJxX3Jlc3RvcmUoZmxh
Z3MpOwotICAgICAgICB3aGlsZSAoIGxpa2VseShfcmF3X3J3X2lzX2xvY2tl
ZCgmbG9jay0+cmF3KSkgKQotICAgICAgICAgICAgY3B1X3JlbGF4KCk7Ci0g
ICAgICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKKyAgICAgICAgY3B1X3Jl
bGF4KCk7CisgICAgICAgIHggPSBsb2NrLT5sb2NrICYgflJXX1dSSVRFX0ZM
QUc7CiAgICAgfQogICAgIHByZWVtcHRfZGlzYWJsZSgpOwogICAgIHJldHVy
biBmbGFnczsKQEAgLTM4NCw5ICs0MjMsMTMgQEAgdW5zaWduZWQgbG9uZyBf
d3JpdGVfbG9ja19pcnFzYXZlKHJ3bG9jawogCiBpbnQgX3dyaXRlX3RyeWxv
Y2socndsb2NrX3QgKmxvY2spCiB7CisgICAgdWludDMyX3QgeDsKKwogICAg
IGNoZWNrX2xvY2soJmxvY2stPmRlYnVnKTsKLSAgICBpZiAoICFfcmF3X3dy
aXRlX3RyeWxvY2soJmxvY2stPnJhdykgKQotICAgICAgICByZXR1cm4gMDsK
KyAgICBkbyB7CisgICAgICAgIGlmICggKHggPSBsb2NrLT5sb2NrKSAhPSAw
ICkKKyAgICAgICAgICAgIHJldHVybiAwOworICAgIH0gd2hpbGUgKCBjbXB4
Y2hnKCZsb2NrLT5sb2NrLCB4LCB4fFJXX1dSSVRFX0ZMQUcpICE9IHggKTsK
ICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKICAgICByZXR1cm4gMTsKIH0KQEAg
LTM5NCwzMyArNDM3LDMyIEBAIGludCBfd3JpdGVfdHJ5bG9jayhyd2xvY2tf
dCAqbG9jaykKIHZvaWQgX3dyaXRlX3VubG9jayhyd2xvY2tfdCAqbG9jaykK
IHsKICAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdfd3JpdGVfdW5s
b2NrKCZsb2NrLT5yYXcpOworICAgIGlmICggY21weGNoZygmbG9jay0+bG9j
aywgUldfV1JJVEVfRkxBRywgMCkgIT0gUldfV1JJVEVfRkxBRyApCisgICAg
ICAgIEJVRygpOwogfQogCiB2b2lkIF93cml0ZV91bmxvY2tfaXJxKHJ3bG9j
a190ICpsb2NrKQogewotICAgIHByZWVtcHRfZW5hYmxlKCk7Ci0gICAgX3Jh
d193cml0ZV91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3dyaXRlX3VubG9j
ayhsb2NrKTsKICAgICBsb2NhbF9pcnFfZW5hYmxlKCk7CiB9CiAKIHZvaWQg
X3dyaXRlX3VubG9ja19pcnFyZXN0b3JlKHJ3bG9ja190ICpsb2NrLCB1bnNp
Z25lZCBsb25nIGZsYWdzKQogewotICAgIHByZWVtcHRfZW5hYmxlKCk7Ci0g
ICAgX3Jhd193cml0ZV91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3dyaXRl
X3VubG9jayhsb2NrKTsKICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7
CiB9CiAKIGludCBfcndfaXNfbG9ja2VkKHJ3bG9ja190ICpsb2NrKQogewog
ICAgIGNoZWNrX2xvY2soJmxvY2stPmRlYnVnKTsKLSAgICByZXR1cm4gX3Jh
d19yd19pc19sb2NrZWQoJmxvY2stPnJhdyk7CisgICAgcmV0dXJuIChsb2Nr
LT5sb2NrICE9IDApOyAvKiBhbnlvbmUgaW4gY3JpdGljYWwgc2VjdGlvbj8g
Ki8KIH0KIAogaW50IF9yd19pc193cml0ZV9sb2NrZWQocndsb2NrX3QgKmxv
Y2spCiB7CiAgICAgY2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHJl
dHVybiBfcmF3X3J3X2lzX3dyaXRlX2xvY2tlZCgmbG9jay0+cmF3KTsKKyAg
ICByZXR1cm4gKGxvY2stPmxvY2sgPT0gUldfV1JJVEVfRkxBRyk7IC8qIHdy
aXRlciBpbiBjcml0aWNhbCBzZWN0aW9uPyAqLwogfQogCiAjaWZkZWYgTE9D
S19QUk9GSUxFCi0tLSBhL3hlbi9pbmNsdWRlL2FzbS1hcm0vc3BpbmxvY2su
aAorKysgYi94ZW4vaW5jbHVkZS9hc20tYXJtL3NwaW5sb2NrLmgKQEAgLTU1
LDg0ICs1NSw2IEBAIHN0YXRpYyBhbHdheXNfaW5saW5lIGludCBfcmF3X3Nw
aW5fdHJ5bG8KICAgICB9CiB9CiAKLXR5cGVkZWYgc3RydWN0IHsKLSAgICB2
b2xhdGlsZSB1bnNpZ25lZCBpbnQgbG9jazsKLX0gcmF3X3J3bG9ja190Owot
Ci0jZGVmaW5lIF9SQVdfUldfTE9DS19VTkxPQ0tFRCB7IDAgfQotCi1zdGF0
aWMgYWx3YXlzX2lubGluZSBpbnQgX3Jhd19yZWFkX3RyeWxvY2socmF3X3J3
bG9ja190ICpydykKLXsKLSAgICB1bnNpZ25lZCBsb25nIHRtcCwgdG1wMiA9
IDE7Ci0KLSAgICBfX2FzbV9fIF9fdm9sYXRpbGVfXygKLSIxOiBsZHJleCAg
ICUwLCBbJTJdXG4iCi0iICAgYWRkcyAgICAlMCwgJTAsICMxXG4iCi0iICAg
c3RyZXhwbCAlMSwgJTAsIFslMl1cbiIKLSAgICA6ICI9JnIiICh0bXApLCAi
K3IiICh0bXAyKQotICAgIDogInIiICgmcnctPmxvY2spCi0gICAgOiAiY2Mi
KTsKLQotICAgIHNtcF9tYigpOwotICAgIHJldHVybiB0bXAyID09IDA7Ci19
Ci0KLXN0YXRpYyBhbHdheXNfaW5saW5lIGludCBfcmF3X3dyaXRlX3RyeWxv
Y2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1bnNpZ25lZCBsb25nIHRt
cDsKLQotICAgIF9fYXNtX18gX192b2xhdGlsZV9fKAotIjE6IGxkcmV4ICAg
JTAsIFslMV1cbiIKLSIgICB0ZXEgICAgICUwLCAjMFxuIgotIiAgIHN0cmV4
ZXEgJTAsICUyLCBbJTFdIgotICAgIDogIj0mciIgKHRtcCkKLSAgICA6ICJy
IiAoJnJ3LT5sb2NrKSwgInIiICgweDgwMDAwMDAwKQotICAgIDogImNjIik7
Ci0KLSAgICBpZiAodG1wID09IDApIHsKLSAgICAgICAgc21wX21iKCk7Ci0g
ICAgICAgIHJldHVybiAxOwotICAgIH0gZWxzZSB7Ci0gICAgICAgIHJldHVy
biAwOwotICAgIH0KLX0KLQotc3RhdGljIGlubGluZSB2b2lkIF9yYXdfcmVh
ZF91bmxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1bnNpZ25lZCBs
b25nIHRtcCwgdG1wMjsKLQotICAgIHNtcF9tYigpOwotCi0gICAgX19hc21f
XyBfX3ZvbGF0aWxlX18oCi0iMTogbGRyZXggICAlMCwgWyUyXVxuIgotIiAg
IHN1YiAgICAgJTAsICUwLCAjMVxuIgotIiAgIHN0cmV4ICAgJTEsICUwLCBb
JTJdXG4iCi0iICAgdGVxICAgICAlMSwgIzBcbiIKLSIgICBibmUgICAgIDFi
IgotICAgIDogIj0mciIgKHRtcCksICI9JnIiICh0bXAyKQotICAgIDogInIi
ICgmcnctPmxvY2spCi0gICAgOiAiY2MiKTsKLQotICAgIGlmICh0bXAgPT0g
MCkKLSAgICAgICAgZHNiX3NldigpOwotfQotCi1zdGF0aWMgaW5saW5lIHZv
aWQgX3Jhd193cml0ZV91bmxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAg
ICBzbXBfbWIoKTsKLQotICAgIF9fYXNtX18gX192b2xhdGlsZV9fKAotICAg
ICJzdHIgICAgJTEsIFslMF1cbiIKLSAgICA6Ci0gICAgOiAiciIgKCZydy0+
bG9jayksICJyIiAoMCkKLSAgICA6ICJjYyIpOwotCi0gICAgZHNiX3Nldigp
OwotfQotCi0jZGVmaW5lIF9yYXdfcndfaXNfbG9ja2VkKHgpICgoeCktPmxv
Y2sgIT0gMCkKLSNkZWZpbmUgX3Jhd19yd19pc193cml0ZV9sb2NrZWQoeCkg
KCh4KS0+bG9jayA9PSAweDgwMDAwMDAwKQotCiAjZW5kaWYgLyogX19BU01f
U1BJTkxPQ0tfSCAqLwogLyoKICAqIExvY2FsIHZhcmlhYmxlczoKLS0tIGEv
eGVuL2luY2x1ZGUvYXNtLXg4Ni9zcGlubG9jay5oCisrKyBiL3hlbi9pbmNs
dWRlL2FzbS14ODYvc3BpbmxvY2suaApAQCAtMzEsNTggKzMxLDQgQEAgc3Rh
dGljIGFsd2F5c19pbmxpbmUgaW50IF9yYXdfc3Bpbl90cnlsbwogICAgIHJl
dHVybiAob2xkdmFsID4gMCk7CiB9CiAKLXR5cGVkZWYgc3RydWN0IHsKLSAg
ICB2b2xhdGlsZSBpbnQgbG9jazsKLX0gcmF3X3J3bG9ja190OwotCi0jZGVm
aW5lIFJXX1dSSVRFX0JJQVMgMHg3ZmZmZmZmZgotI2RlZmluZSBfUkFXX1JX
X0xPQ0tfVU5MT0NLRUQgLyoocmF3X3J3bG9ja190KSovIHsgMCB9Ci0KLXN0
YXRpYyBhbHdheXNfaW5saW5lIGludCBfcmF3X3JlYWRfdHJ5bG9jayhyYXdf
cndsb2NrX3QgKnJ3KQotewotICAgIGludCBhY3F1aXJlZDsKLQotICAgIGFz
bSB2b2xhdGlsZSAoCi0gICAgICAgICIgICAgbG9jazsgZGVjbCAlMCAgICAg
ICAgIFxuIgotICAgICAgICAiICAgIGpucyAyZiAgICAgICAgICAgICAgICBc
biIKLSNpZmRlZiBfX2NsYW5nX18gLyogY2xhbmcncyBidWlsdGluIGFzc2Vt
YmVyIGNhbid0IGRvIC5zdWJzZWN0aW9uICovCi0gICAgICAgICIxOiAgLnB1
c2hzZWN0aW9uIC5maXh1cCxcImF4XCJcbiIKLSNlbHNlCi0gICAgICAgICIx
OiAgLnN1YnNlY3Rpb24gMSAgICAgICAgIFxuIgotI2VuZGlmCi0gICAgICAg
ICIyOiAgbG9jazsgaW5jbCAlMCAgICAgICAgIFxuIgotICAgICAgICAiICAg
IGRlY2wgJTEgICAgICAgICAgICAgICBcbiIKLSAgICAgICAgIiAgICBqbXAg
MWIgICAgICAgICAgICAgICAgXG4iCi0jaWZkZWYgX19jbGFuZ19fCi0gICAg
ICAgICIgICAgLnBvcHNlY3Rpb24gICAgICAgICAgIFxuIgotI2Vsc2UKLSAg
ICAgICAgIiAgICAuc3Vic2VjdGlvbiAwICAgICAgICAgXG4iCi0jZW5kaWYK
LSAgICAgICAgOiAiPW0iIChydy0+bG9jayksICI9ciIgKGFjcXVpcmVkKSA6
ICIxIiAoMSkgOiAibWVtb3J5IiApOwotCi0gICAgcmV0dXJuIGFjcXVpcmVk
OwotfQotCi1zdGF0aWMgYWx3YXlzX2lubGluZSBpbnQgX3Jhd193cml0ZV90
cnlsb2NrKHJhd19yd2xvY2tfdCAqcncpCi17Ci0gICAgcmV0dXJuIChjbXB4
Y2hnKCZydy0+bG9jaywgMCwgUldfV1JJVEVfQklBUykgPT0gMCk7Ci19Ci0K
LXN0YXRpYyBhbHdheXNfaW5saW5lIHZvaWQgX3Jhd19yZWFkX3VubG9jayhy
YXdfcndsb2NrX3QgKnJ3KQotewotICAgIGFzbSB2b2xhdGlsZSAoCi0gICAg
ICAgICJsb2NrIDsgaW5jbCAlMCIKLSAgICAgICAgOiAiPW0iICgocncpLT5s
b2NrKSA6IDogIm1lbW9yeSIgKTsKLX0KLQotc3RhdGljIGFsd2F5c19pbmxp
bmUgdm9pZCBfcmF3X3dyaXRlX3VubG9jayhyYXdfcndsb2NrX3QgKnJ3KQot
ewotICAgIGFzbSB2b2xhdGlsZSAoCi0gICAgICAgICJsb2NrIDsgc3VibCAl
MSwlMCIKLSAgICAgICAgOiAiPW0iICgocncpLT5sb2NrKSA6ICJpIiAoUldf
V1JJVEVfQklBUykgOiAibWVtb3J5IiApOwotfQotCi0jZGVmaW5lIF9yYXdf
cndfaXNfbG9ja2VkKHgpICgoeCktPmxvY2sgIT0gMCkKLSNkZWZpbmUgX3Jh
d19yd19pc193cml0ZV9sb2NrZWQoeCkgKCh4KS0+bG9jayA+IDApCi0KICNl
bmRpZiAvKiBfX0FTTV9TUElOTE9DS19IICovCi0tLSBhL3hlbi9pbmNsdWRl
L3hlbi9zcGlubG9jay5oCisrKyBiL3hlbi9pbmNsdWRlL3hlbi9zcGlubG9j
ay5oCkBAIC0xNDEsMTEgKzE0MSwxMyBAQCB0eXBlZGVmIHN0cnVjdCBzcGlu
bG9jayB7CiAjZGVmaW5lIHNwaW5fbG9ja19pbml0KGwpICgqKGwpID0gKHNw
aW5sb2NrX3QpU1BJTl9MT0NLX1VOTE9DS0VEKQogCiB0eXBlZGVmIHN0cnVj
dCB7Ci0gICAgcmF3X3J3bG9ja190IHJhdzsKKyAgICB2b2xhdGlsZSB1aW50
MzJfdCBsb2NrOwogICAgIHN0cnVjdCBsb2NrX2RlYnVnIGRlYnVnOwogfSBy
d2xvY2tfdDsKIAotI2RlZmluZSBSV19MT0NLX1VOTE9DS0VEIHsgX1JBV19S
V19MT0NLX1VOTE9DS0VELCBfTE9DS19ERUJVRyB9CisjZGVmaW5lIFJXX1dS
SVRFX0ZMQUcgKDF1PDwzMSkKKworI2RlZmluZSBSV19MT0NLX1VOTE9DS0VE
IHsgMCwgX0xPQ0tfREVCVUcgfQogI2RlZmluZSBERUZJTkVfUldMT0NLKGwp
IHJ3bG9ja190IGwgPSBSV19MT0NLX1VOTE9DS0VECiAjZGVmaW5lIHJ3bG9j
a19pbml0KGwpICgqKGwpID0gKHJ3bG9ja190KVJXX0xPQ0tfVU5MT0NLRUQp
CiAK

--=separator
Content-Type: application/octet-stream; name="xsa114-4.3.patch"
Content-Disposition: attachment; filename="xsa114-4.3.patch"
Content-Transfer-Encoding: base64

c3dpdGNoIHRvIHdyaXRlLWJpYXNlZCByL3cgbG9ja3MKClRoaXMgaXMgdG8g
aW1wcm92ZSBmYWlybmVzczogQSBwZXJtYW5lbnQgZmxvdyBvZiByZWFkIGFj
cXVpcmVzIGNhbgpvdGhlcndpc2UgbG9jayBvdXQgZXZlbnR1YWwgd3JpdGVy
cyBpbmRlZmluaXRlbHkuCgpUaGlzIGlzIFhTQS0xMTQgLyBDVkUtMjAxNC05
MDY1LgoKU2lnbmVkLW9mZi1ieTogS2VpciBGcmFzZXIgPGtlaXJAeGVuLm9y
Zz4KUmV2aWV3ZWQtYnk6IEphbiBCZXVsaWNoIDxqYmV1bGljaEBzdXNlLmNv
bT4KUmV2aWV3ZWQtYnk6IEFuZHJldyBDb29wZXIgPGFuZHJldy5jb29wZXIz
QGNpdHJpeC5jb20+ClRlc3RlZC1ieTogQW5kcmV3IENvb3BlciA8YW5kcmV3
LmNvb3BlcjNAY2l0cml4LmNvbT4KCi0tLSBhL3hlbi9jb21tb24vc3Bpbmxv
Y2suYworKysgYi94ZW4vY29tbW9uL3NwaW5sb2NrLmMKQEAgLTI3MSwxMTIg
KzI3MSwxNTEgQEAgdm9pZCBfc3Bpbl91bmxvY2tfcmVjdXJzaXZlKHNwaW5s
b2NrX3QgKgogCiB2b2lkIF9yZWFkX2xvY2socndsb2NrX3QgKmxvY2spCiB7
CisgICAgdWludDMyX3QgeDsKKwogICAgIGNoZWNrX2xvY2soJmxvY2stPmRl
YnVnKTsKLSAgICB3aGlsZSAoIHVubGlrZWx5KCFfcmF3X3JlYWRfdHJ5bG9j
aygmbG9jay0+cmF3KSkgKQotICAgIHsKLSAgICAgICAgd2hpbGUgKCBsaWtl
bHkoX3Jhd19yd19pc193cml0ZV9sb2NrZWQoJmxvY2stPnJhdykpICkKKyAg
ICBkbyB7CisgICAgICAgIHdoaWxlICggKHggPSBsb2NrLT5sb2NrKSAmIFJX
X1dSSVRFX0ZMQUcgKQogICAgICAgICAgICAgY3B1X3JlbGF4KCk7Ci0gICAg
fQorICAgIH0gd2hpbGUgKCBjbXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4KzEp
ICE9IHggKTsKICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKIH0KIAogdm9pZCBf
cmVhZF9sb2NrX2lycShyd2xvY2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJf
dCB4OworCiAgICAgQVNTRVJUKGxvY2FsX2lycV9pc19lbmFibGVkKCkpOwog
ICAgIGxvY2FsX2lycV9kaXNhYmxlKCk7CiAgICAgY2hlY2tfbG9jaygmbG9j
ay0+ZGVidWcpOwotICAgIHdoaWxlICggdW5saWtlbHkoIV9yYXdfcmVhZF90
cnlsb2NrKCZsb2NrLT5yYXcpKSApCi0gICAgewotICAgICAgICBsb2NhbF9p
cnFfZW5hYmxlKCk7Ci0gICAgICAgIHdoaWxlICggbGlrZWx5KF9yYXdfcndf
aXNfd3JpdGVfbG9ja2VkKCZsb2NrLT5yYXcpKSApCi0gICAgICAgICAgICBj
cHVfcmVsYXgoKTsKLSAgICAgICAgbG9jYWxfaXJxX2Rpc2FibGUoKTsKLSAg
ICB9CisgICAgZG8geworICAgICAgICBpZiAoICh4ID0gbG9jay0+bG9jaykg
JiBSV19XUklURV9GTEFHICkKKyAgICAgICAgeworICAgICAgICAgICAgbG9j
YWxfaXJxX2VuYWJsZSgpOworICAgICAgICAgICAgd2hpbGUgKCAoeCA9IGxv
Y2stPmxvY2spICYgUldfV1JJVEVfRkxBRyApCisgICAgICAgICAgICAgICAg
Y3B1X3JlbGF4KCk7CisgICAgICAgICAgICBsb2NhbF9pcnFfZGlzYWJsZSgp
OworICAgICAgICB9CisgICAgfSB3aGlsZSAoIGNtcHhjaGcoJmxvY2stPmxv
Y2ssIHgsIHgrMSkgIT0geCApOwogICAgIHByZWVtcHRfZGlzYWJsZSgpOwog
fQogCiB1bnNpZ25lZCBsb25nIF9yZWFkX2xvY2tfaXJxc2F2ZShyd2xvY2tf
dCAqbG9jaykKIHsKKyAgICB1aW50MzJfdCB4OwogICAgIHVuc2lnbmVkIGxv
bmcgZmxhZ3M7CisKICAgICBsb2NhbF9pcnFfc2F2ZShmbGFncyk7CiAgICAg
Y2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHdoaWxlICggdW5saWtl
bHkoIV9yYXdfcmVhZF90cnlsb2NrKCZsb2NrLT5yYXcpKSApCi0gICAgewot
ICAgICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7Ci0gICAgICAgIHdo
aWxlICggbGlrZWx5KF9yYXdfcndfaXNfd3JpdGVfbG9ja2VkKCZsb2NrLT5y
YXcpKSApCi0gICAgICAgICAgICBjcHVfcmVsYXgoKTsKLSAgICAgICAgbG9j
YWxfaXJxX3NhdmUoZmxhZ3MpOwotICAgIH0KKyAgICBkbyB7CisgICAgICAg
IGlmICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAg
ICAgICB7CisgICAgICAgICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7
CisgICAgICAgICAgICB3aGlsZSAoICh4ID0gbG9jay0+bG9jaykgJiBSV19X
UklURV9GTEFHICkKKyAgICAgICAgICAgICAgICBjcHVfcmVsYXgoKTsKKyAg
ICAgICAgICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKKyAgICAgICAgfQor
ICAgIH0gd2hpbGUgKCBjbXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4KzEpICE9
IHggKTsKICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKICAgICByZXR1cm4gZmxh
Z3M7CiB9CiAKIGludCBfcmVhZF90cnlsb2NrKHJ3bG9ja190ICpsb2NrKQog
eworICAgIHVpbnQzMl90IHg7CisKICAgICBjaGVja19sb2NrKCZsb2NrLT5k
ZWJ1Zyk7Ci0gICAgaWYgKCAhX3Jhd19yZWFkX3RyeWxvY2soJmxvY2stPnJh
dykgKQotICAgICAgICByZXR1cm4gMDsKKyAgICBkbyB7CisgICAgICAgIGlm
ICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAgICAg
ICAgICAgcmV0dXJuIDA7CisgICAgfSB3aGlsZSAoIGNtcHhjaGcoJmxvY2st
PmxvY2ssIHgsIHgrMSkgIT0geCApOwogICAgIHByZWVtcHRfZGlzYWJsZSgp
OwogICAgIHJldHVybiAxOwogfQogCiB2b2lkIF9yZWFkX3VubG9jayhyd2xv
Y2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJfdCB4LCB5OworCiAgICAgcHJl
ZW1wdF9lbmFibGUoKTsKLSAgICBfcmF3X3JlYWRfdW5sb2NrKCZsb2NrLT5y
YXcpOworICAgIHggPSBsb2NrLT5sb2NrOworICAgIHdoaWxlICggKHkgPSBj
bXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4LTEpKSAhPSB4ICkKKyAgICAgICAg
eCA9IHk7CiB9CiAKIHZvaWQgX3JlYWRfdW5sb2NrX2lycShyd2xvY2tfdCAq
bG9jaykKIHsKLSAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdfcmVh
ZF91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3JlYWRfdW5sb2NrKGxvY2sp
OwogICAgIGxvY2FsX2lycV9lbmFibGUoKTsKIH0KIAogdm9pZCBfcmVhZF91
bmxvY2tfaXJxcmVzdG9yZShyd2xvY2tfdCAqbG9jaywgdW5zaWduZWQgbG9u
ZyBmbGFncykKIHsKLSAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdf
cmVhZF91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3JlYWRfdW5sb2NrKGxv
Y2spOwogICAgIGxvY2FsX2lycV9yZXN0b3JlKGZsYWdzKTsKIH0KIAogdm9p
ZCBfd3JpdGVfbG9jayhyd2xvY2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJf
dCB4OworCiAgICAgY2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHdo
aWxlICggdW5saWtlbHkoIV9yYXdfd3JpdGVfdHJ5bG9jaygmbG9jay0+cmF3
KSkgKQotICAgIHsKLSAgICAgICAgd2hpbGUgKCBsaWtlbHkoX3Jhd19yd19p
c19sb2NrZWQoJmxvY2stPnJhdykpICkKKyAgICBkbyB7CisgICAgICAgIHdo
aWxlICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQogICAg
ICAgICAgICAgY3B1X3JlbGF4KCk7CisgICAgfSB3aGlsZSAoIGNtcHhjaGco
JmxvY2stPmxvY2ssIHgsIHh8UldfV1JJVEVfRkxBRykgIT0geCApOworICAg
IHdoaWxlICggeCAhPSAwICkKKyAgICB7CisgICAgICAgIGNwdV9yZWxheCgp
OworICAgICAgICB4ID0gbG9jay0+bG9jayAmIH5SV19XUklURV9GTEFHOwog
ICAgIH0KICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKIH0KIAogdm9pZCBfd3Jp
dGVfbG9ja19pcnEocndsb2NrX3QgKmxvY2spCiB7CisgICAgdWludDMyX3Qg
eDsKKwogICAgIEFTU0VSVChsb2NhbF9pcnFfaXNfZW5hYmxlZCgpKTsKICAg
ICBsb2NhbF9pcnFfZGlzYWJsZSgpOwogICAgIGNoZWNrX2xvY2soJmxvY2st
PmRlYnVnKTsKLSAgICB3aGlsZSAoIHVubGlrZWx5KCFfcmF3X3dyaXRlX3Ry
eWxvY2soJmxvY2stPnJhdykpICkKKyAgICBkbyB7CisgICAgICAgIGlmICgg
KHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAgICAgICB7
CisgICAgICAgICAgICBsb2NhbF9pcnFfZW5hYmxlKCk7CisgICAgICAgICAg
ICB3aGlsZSAoICh4ID0gbG9jay0+bG9jaykgJiBSV19XUklURV9GTEFHICkK
KyAgICAgICAgICAgICAgICBjcHVfcmVsYXgoKTsKKyAgICAgICAgICAgIGxv
Y2FsX2lycV9kaXNhYmxlKCk7CisgICAgICAgIH0KKyAgICB9IHdoaWxlICgg
Y21weGNoZygmbG9jay0+bG9jaywgeCwgeHxSV19XUklURV9GTEFHKSAhPSB4
ICk7CisgICAgd2hpbGUgKCB4ICE9IDAgKQogICAgIHsKLSAgICAgICAgbG9j
YWxfaXJxX2VuYWJsZSgpOwotICAgICAgICB3aGlsZSAoIGxpa2VseShfcmF3
X3J3X2lzX2xvY2tlZCgmbG9jay0+cmF3KSkgKQotICAgICAgICAgICAgY3B1
X3JlbGF4KCk7Ci0gICAgICAgIGxvY2FsX2lycV9kaXNhYmxlKCk7CisgICAg
ICAgIGNwdV9yZWxheCgpOworICAgICAgICB4ID0gbG9jay0+bG9jayAmIH5S
V19XUklURV9GTEFHOwogICAgIH0KICAgICBwcmVlbXB0X2Rpc2FibGUoKTsK
IH0KIAogdW5zaWduZWQgbG9uZyBfd3JpdGVfbG9ja19pcnFzYXZlKHJ3bG9j
a190ICpsb2NrKQogeworICAgIHVpbnQzMl90IHg7CiAgICAgdW5zaWduZWQg
bG9uZyBmbGFnczsKKwogICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKICAg
ICBjaGVja19sb2NrKCZsb2NrLT5kZWJ1Zyk7Ci0gICAgd2hpbGUgKCB1bmxp
a2VseSghX3Jhd193cml0ZV90cnlsb2NrKCZsb2NrLT5yYXcpKSApCisgICAg
ZG8geworICAgICAgICBpZiAoICh4ID0gbG9jay0+bG9jaykgJiBSV19XUklU
RV9GTEFHICkKKyAgICAgICAgeworICAgICAgICAgICAgbG9jYWxfaXJxX3Jl
c3RvcmUoZmxhZ3MpOworICAgICAgICAgICAgd2hpbGUgKCAoeCA9IGxvY2st
PmxvY2spICYgUldfV1JJVEVfRkxBRyApCisgICAgICAgICAgICAgICAgY3B1
X3JlbGF4KCk7CisgICAgICAgICAgICBsb2NhbF9pcnFfc2F2ZShmbGFncyk7
CisgICAgICAgIH0KKyAgICB9IHdoaWxlICggY21weGNoZygmbG9jay0+bG9j
aywgeCwgeHxSV19XUklURV9GTEFHKSAhPSB4ICk7CisgICAgd2hpbGUgKCB4
ICE9IDAgKQogICAgIHsKLSAgICAgICAgbG9jYWxfaXJxX3Jlc3RvcmUoZmxh
Z3MpOwotICAgICAgICB3aGlsZSAoIGxpa2VseShfcmF3X3J3X2lzX2xvY2tl
ZCgmbG9jay0+cmF3KSkgKQotICAgICAgICAgICAgY3B1X3JlbGF4KCk7Ci0g
ICAgICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKKyAgICAgICAgY3B1X3Jl
bGF4KCk7CisgICAgICAgIHggPSBsb2NrLT5sb2NrICYgflJXX1dSSVRFX0ZM
QUc7CiAgICAgfQogICAgIHByZWVtcHRfZGlzYWJsZSgpOwogICAgIHJldHVy
biBmbGFnczsKQEAgLTM4NCw5ICs0MjMsMTMgQEAgdW5zaWduZWQgbG9uZyBf
d3JpdGVfbG9ja19pcnFzYXZlKHJ3bG9jawogCiBpbnQgX3dyaXRlX3RyeWxv
Y2socndsb2NrX3QgKmxvY2spCiB7CisgICAgdWludDMyX3QgeDsKKwogICAg
IGNoZWNrX2xvY2soJmxvY2stPmRlYnVnKTsKLSAgICBpZiAoICFfcmF3X3dy
aXRlX3RyeWxvY2soJmxvY2stPnJhdykgKQotICAgICAgICByZXR1cm4gMDsK
KyAgICBkbyB7CisgICAgICAgIGlmICggKHggPSBsb2NrLT5sb2NrKSAhPSAw
ICkKKyAgICAgICAgICAgIHJldHVybiAwOworICAgIH0gd2hpbGUgKCBjbXB4
Y2hnKCZsb2NrLT5sb2NrLCB4LCB4fFJXX1dSSVRFX0ZMQUcpICE9IHggKTsK
ICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKICAgICByZXR1cm4gMTsKIH0KQEAg
LTM5NCwzMyArNDM3LDMyIEBAIGludCBfd3JpdGVfdHJ5bG9jayhyd2xvY2tf
dCAqbG9jaykKIHZvaWQgX3dyaXRlX3VubG9jayhyd2xvY2tfdCAqbG9jaykK
IHsKICAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdfd3JpdGVfdW5s
b2NrKCZsb2NrLT5yYXcpOworICAgIGlmICggY21weGNoZygmbG9jay0+bG9j
aywgUldfV1JJVEVfRkxBRywgMCkgIT0gUldfV1JJVEVfRkxBRyApCisgICAg
ICAgIEJVRygpOwogfQogCiB2b2lkIF93cml0ZV91bmxvY2tfaXJxKHJ3bG9j
a190ICpsb2NrKQogewotICAgIHByZWVtcHRfZW5hYmxlKCk7Ci0gICAgX3Jh
d193cml0ZV91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3dyaXRlX3VubG9j
ayhsb2NrKTsKICAgICBsb2NhbF9pcnFfZW5hYmxlKCk7CiB9CiAKIHZvaWQg
X3dyaXRlX3VubG9ja19pcnFyZXN0b3JlKHJ3bG9ja190ICpsb2NrLCB1bnNp
Z25lZCBsb25nIGZsYWdzKQogewotICAgIHByZWVtcHRfZW5hYmxlKCk7Ci0g
ICAgX3Jhd193cml0ZV91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3dyaXRl
X3VubG9jayhsb2NrKTsKICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7
CiB9CiAKIGludCBfcndfaXNfbG9ja2VkKHJ3bG9ja190ICpsb2NrKQogewog
ICAgIGNoZWNrX2xvY2soJmxvY2stPmRlYnVnKTsKLSAgICByZXR1cm4gX3Jh
d19yd19pc19sb2NrZWQoJmxvY2stPnJhdyk7CisgICAgcmV0dXJuIChsb2Nr
LT5sb2NrICE9IDApOyAvKiBhbnlvbmUgaW4gY3JpdGljYWwgc2VjdGlvbj8g
Ki8KIH0KIAogaW50IF9yd19pc193cml0ZV9sb2NrZWQocndsb2NrX3QgKmxv
Y2spCiB7CiAgICAgY2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHJl
dHVybiBfcmF3X3J3X2lzX3dyaXRlX2xvY2tlZCgmbG9jay0+cmF3KTsKKyAg
ICByZXR1cm4gKGxvY2stPmxvY2sgPT0gUldfV1JJVEVfRkxBRyk7IC8qIHdy
aXRlciBpbiBjcml0aWNhbCBzZWN0aW9uPyAqLwogfQogCiAjaWZkZWYgTE9D
S19QUk9GSUxFCi0tLSBhL3hlbi9pbmNsdWRlL2FzbS1hcm0vYXJtMzIvc3Bp
bmxvY2suaAorKysgYi94ZW4vaW5jbHVkZS9hc20tYXJtL2FybTMyL3NwaW5s
b2NrLmgKQEAgLTUyLDg0ICs1Miw2IEBAIHN0YXRpYyBhbHdheXNfaW5saW5l
IGludCBfcmF3X3NwaW5fdHJ5bG8KICAgICB9CiB9CiAKLXR5cGVkZWYgc3Ry
dWN0IHsKLSAgICB2b2xhdGlsZSB1bnNpZ25lZCBpbnQgbG9jazsKLX0gcmF3
X3J3bG9ja190OwotCi0jZGVmaW5lIF9SQVdfUldfTE9DS19VTkxPQ0tFRCB7
IDAgfQotCi1zdGF0aWMgYWx3YXlzX2lubGluZSBpbnQgX3Jhd19yZWFkX3Ry
eWxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1bnNpZ25lZCBsb25n
IHRtcCwgdG1wMiA9IDE7Ci0KLSAgICBfX2FzbV9fIF9fdm9sYXRpbGVfXygK
LSIxOiBsZHJleCAgICUwLCBbJTJdXG4iCi0iICAgYWRkcyAgICAlMCwgJTAs
ICMxXG4iCi0iICAgc3RyZXhwbCAlMSwgJTAsIFslMl1cbiIKLSAgICA6ICI9
JnIiICh0bXApLCAiK3IiICh0bXAyKQotICAgIDogInIiICgmcnctPmxvY2sp
Ci0gICAgOiAiY2MiKTsKLQotICAgIHNtcF9tYigpOwotICAgIHJldHVybiB0
bXAyID09IDA7Ci19Ci0KLXN0YXRpYyBhbHdheXNfaW5saW5lIGludCBfcmF3
X3dyaXRlX3RyeWxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1bnNp
Z25lZCBsb25nIHRtcDsKLQotICAgIF9fYXNtX18gX192b2xhdGlsZV9fKAot
IjE6IGxkcmV4ICAgJTAsIFslMV1cbiIKLSIgICB0ZXEgICAgICUwLCAjMFxu
IgotIiAgIHN0cmV4ZXEgJTAsICUyLCBbJTFdIgotICAgIDogIj0mciIgKHRt
cCkKLSAgICA6ICJyIiAoJnJ3LT5sb2NrKSwgInIiICgweDgwMDAwMDAwKQot
ICAgIDogImNjIik7Ci0KLSAgICBpZiAodG1wID09IDApIHsKLSAgICAgICAg
c21wX21iKCk7Ci0gICAgICAgIHJldHVybiAxOwotICAgIH0gZWxzZSB7Ci0g
ICAgICAgIHJldHVybiAwOwotICAgIH0KLX0KLQotc3RhdGljIGlubGluZSB2
b2lkIF9yYXdfcmVhZF91bmxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAg
ICB1bnNpZ25lZCBsb25nIHRtcCwgdG1wMjsKLQotICAgIHNtcF9tYigpOwot
Ci0gICAgX19hc21fXyBfX3ZvbGF0aWxlX18oCi0iMTogbGRyZXggICAlMCwg
WyUyXVxuIgotIiAgIHN1YiAgICAgJTAsICUwLCAjMVxuIgotIiAgIHN0cmV4
ICAgJTEsICUwLCBbJTJdXG4iCi0iICAgdGVxICAgICAlMSwgIzBcbiIKLSIg
ICBibmUgICAgIDFiIgotICAgIDogIj0mciIgKHRtcCksICI9JnIiICh0bXAy
KQotICAgIDogInIiICgmcnctPmxvY2spCi0gICAgOiAiY2MiKTsKLQotICAg
IGlmICh0bXAgPT0gMCkKLSAgICAgICAgZHNiX3NldigpOwotfQotCi1zdGF0
aWMgaW5saW5lIHZvaWQgX3Jhd193cml0ZV91bmxvY2socmF3X3J3bG9ja190
ICpydykKLXsKLSAgICBzbXBfbWIoKTsKLQotICAgIF9fYXNtX18gX192b2xh
dGlsZV9fKAotICAgICJzdHIgICAgJTEsIFslMF1cbiIKLSAgICA6Ci0gICAg
OiAiciIgKCZydy0+bG9jayksICJyIiAoMCkKLSAgICA6ICJjYyIpOwotCi0g
ICAgZHNiX3NldigpOwotfQotCi0jZGVmaW5lIF9yYXdfcndfaXNfbG9ja2Vk
KHgpICgoeCktPmxvY2sgIT0gMCkKLSNkZWZpbmUgX3Jhd19yd19pc193cml0
ZV9sb2NrZWQoeCkgKCh4KS0+bG9jayA9PSAweDgwMDAwMDAwKQotCiAjZW5k
aWYgLyogX19BU01fU1BJTkxPQ0tfSCAqLwogLyoKICAqIExvY2FsIHZhcmlh
YmxlczoKLS0tIGEveGVuL2luY2x1ZGUvYXNtLWFybS9hcm02NC9zcGlubG9j
ay5oCisrKyBiL3hlbi9pbmNsdWRlL2FzbS1hcm0vYXJtNjQvc3BpbmxvY2su
aApAQCAtNTEsNjkgKzUxLDYgQEAgc3RhdGljIGFsd2F5c19pbmxpbmUgaW50
IF9yYXdfc3Bpbl90cnlsbwogICAgIHJldHVybiAhdG1wOwogfQogCi10eXBl
ZGVmIHN0cnVjdCB7Ci0gICAgdm9sYXRpbGUgdW5zaWduZWQgaW50IGxvY2s7
Ci19IHJhd19yd2xvY2tfdDsKLQotI2RlZmluZSBfUkFXX1JXX0xPQ0tfVU5M
T0NLRUQgeyAwIH0KLQotc3RhdGljIGFsd2F5c19pbmxpbmUgaW50IF9yYXdf
cmVhZF90cnlsb2NrKHJhd19yd2xvY2tfdCAqcncpCi17Ci0gICAgdW5zaWdu
ZWQgaW50IHRtcCwgdG1wMiA9IDE7Ci0KLSAgICBhc20gdm9sYXRpbGUoCi0g
ICAgICAgICIgICAgICAgbGRheHIgICAldzAsIFslMl1cbiIKLSAgICAgICAg
IiAgICAgICBhZGQgICAgICV3MCwgJXcwLCAjMVxuIgotICAgICAgICAiICAg
ICAgIHRibnogICAgJXcwLCAjMzEsIDFmXG4iCi0gICAgICAgICIgICAgICAg
c3R4ciAgICAldzEsICV3MCwgWyUyXVxuIgotICAgICAgICAiMTpcbiIKLSAg
ICAgICAgOiAiPSZyIiAodG1wKSwgIityIiAodG1wMikKLSAgICAgICAgOiAi
ciIgKCZydy0+bG9jaykKLSAgICAgICAgOiAibWVtb3J5Iik7Ci0KLSAgICBy
ZXR1cm4gIXRtcDI7Ci19Ci0KLXN0YXRpYyBhbHdheXNfaW5saW5lIGludCBf
cmF3X3dyaXRlX3RyeWxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1
bnNpZ25lZCBpbnQgdG1wOwotCi0gICAgYXNtIHZvbGF0aWxlKAotICAgICAg
ICAiICAgICAgIGxkYXhyICAgJXcwLCBbJTFdXG4iCi0gICAgICAgICIgICAg
ICAgY2JueiAgICAldzAsIDFmXG4iCi0gICAgICAgICIgICAgICAgc3R4ciAg
ICAldzAsICV3MiwgWyUxXVxuIgotICAgICAgICAiMTpcbiIKLSAgICAgICAg
OiAiPSZyIiAodG1wKQotICAgICAgICA6ICJyIiAoJnJ3LT5sb2NrKSwgInIi
ICgweDgwMDAwMDAwKQotICAgICAgICA6ICJtZW1vcnkiKTsKLQotICAgIHJl
dHVybiAhdG1wOwotfQotCi1zdGF0aWMgaW5saW5lIHZvaWQgX3Jhd19yZWFk
X3VubG9jayhyYXdfcndsb2NrX3QgKnJ3KQotewotICAgIHVuc2lnbmVkIGlu
dCB0bXAsIHRtcDI7Ci0KLSAgICBhc20gdm9sYXRpbGUoCi0gICAgICAgICIx
OiAgICAgbGR4ciAgICAldzAsIFslMl1cbiIKLSAgICAgICAgIiAgICAgICBz
dWIgICAgICV3MCwgJXcwLCAjMVxuIgotICAgICAgICAiICAgICAgIHN0bHhy
ICAgJXcxLCAldzAsIFslMl1cbiIKLSAgICAgICAgIiAgICAgICBjYm56ICAg
ICV3MSwgMWJcbiIKLSAgICAgICAgOiAiPSZyIiAodG1wKSwgIj0mciIgKHRt
cDIpCi0gICAgICAgIDogInIiICgmcnctPmxvY2spCi0gICAgICAgIDogIm1l
bW9yeSIpOwotfQotCi1zdGF0aWMgaW5saW5lIHZvaWQgX3Jhd193cml0ZV91
bmxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICBhc20gdm9sYXRpbGUo
Ci0gICAgICAgICIgICAgICAgc3RsciAgICAldzEsIFslMF1cbiIKLSAgICAg
ICAgOiA6ICJyIiAoJnJ3LT5sb2NrKSwgInIiICgwKSA6ICJtZW1vcnkiKTsK
LX0KLQotI2RlZmluZSBfcmF3X3J3X2lzX2xvY2tlZCh4KSAoKHgpLT5sb2Nr
ICE9IDApCi0jZGVmaW5lIF9yYXdfcndfaXNfd3JpdGVfbG9ja2VkKHgpICgo
eCktPmxvY2sgPT0gMHg4MDAwMDAwMCkKLQogI2VuZGlmIC8qIF9fQVNNX1NQ
SU5MT0NLX0ggKi8KIC8qCiAgKiBMb2NhbCB2YXJpYWJsZXM6Ci0tLSBhL3hl
bi9pbmNsdWRlL2FzbS14ODYvc3BpbmxvY2suaAorKysgYi94ZW4vaW5jbHVk
ZS9hc20teDg2L3NwaW5sb2NrLmgKQEAgLTMxLDU4ICszMSw0IEBAIHN0YXRp
YyBhbHdheXNfaW5saW5lIGludCBfcmF3X3NwaW5fdHJ5bG8KICAgICByZXR1
cm4gKG9sZHZhbCA+IDApOwogfQogCi10eXBlZGVmIHN0cnVjdCB7Ci0gICAg
dm9sYXRpbGUgaW50IGxvY2s7Ci19IHJhd19yd2xvY2tfdDsKLQotI2RlZmlu
ZSBSV19XUklURV9CSUFTIDB4N2ZmZmZmZmYKLSNkZWZpbmUgX1JBV19SV19M
T0NLX1VOTE9DS0VEIC8qKHJhd19yd2xvY2tfdCkqLyB7IDAgfQotCi1zdGF0
aWMgYWx3YXlzX2lubGluZSBpbnQgX3Jhd19yZWFkX3RyeWxvY2socmF3X3J3
bG9ja190ICpydykKLXsKLSAgICBpbnQgYWNxdWlyZWQ7Ci0KLSAgICBhc20g
dm9sYXRpbGUgKAotICAgICAgICAiICAgIGxvY2s7IGRlY2wgJTAgICAgICAg
ICBcbiIKLSAgICAgICAgIiAgICBqbnMgMmYgICAgICAgICAgICAgICAgXG4i
Ci0jaWZkZWYgX19jbGFuZ19fIC8qIGNsYW5nJ3MgYnVpbHRpbiBhc3NlbWJl
ciBjYW4ndCBkbyAuc3Vic2VjdGlvbiAqLwotICAgICAgICAiMTogIC5wdXNo
c2VjdGlvbiAuZml4dXAsXCJheFwiXG4iCi0jZWxzZQotICAgICAgICAiMTog
IC5zdWJzZWN0aW9uIDEgICAgICAgICBcbiIKLSNlbmRpZgotICAgICAgICAi
MjogIGxvY2s7IGluY2wgJTAgICAgICAgICBcbiIKLSAgICAgICAgIiAgICBk
ZWNsICUxICAgICAgICAgICAgICAgXG4iCi0gICAgICAgICIgICAgam1wIDFi
ICAgICAgICAgICAgICAgIFxuIgotI2lmZGVmIF9fY2xhbmdfXwotICAgICAg
ICAiICAgIC5wb3BzZWN0aW9uICAgICAgICAgICBcbiIKLSNlbHNlCi0gICAg
ICAgICIgICAgLnN1YnNlY3Rpb24gMCAgICAgICAgIFxuIgotI2VuZGlmCi0g
ICAgICAgIDogIj1tIiAocnctPmxvY2spLCAiPXIiIChhY3F1aXJlZCkgOiAi
MSIgKDEpIDogIm1lbW9yeSIgKTsKLQotICAgIHJldHVybiBhY3F1aXJlZDsK
LX0KLQotc3RhdGljIGFsd2F5c19pbmxpbmUgaW50IF9yYXdfd3JpdGVfdHJ5
bG9jayhyYXdfcndsb2NrX3QgKnJ3KQotewotICAgIHJldHVybiAoY21weGNo
ZygmcnctPmxvY2ssIDAsIFJXX1dSSVRFX0JJQVMpID09IDApOwotfQotCi1z
dGF0aWMgYWx3YXlzX2lubGluZSB2b2lkIF9yYXdfcmVhZF91bmxvY2socmF3
X3J3bG9ja190ICpydykKLXsKLSAgICBhc20gdm9sYXRpbGUgKAotICAgICAg
ICAibG9jayA7IGluY2wgJTAiCi0gICAgICAgIDogIj1tIiAoKHJ3KS0+bG9j
aykgOiA6ICJtZW1vcnkiICk7Ci19Ci0KLXN0YXRpYyBhbHdheXNfaW5saW5l
IHZvaWQgX3Jhd193cml0ZV91bmxvY2socmF3X3J3bG9ja190ICpydykKLXsK
LSAgICBhc20gdm9sYXRpbGUgKAotICAgICAgICAibG9jayA7IHN1YmwgJTEs
JTAiCi0gICAgICAgIDogIj1tIiAoKHJ3KS0+bG9jaykgOiAiaSIgKFJXX1dS
SVRFX0JJQVMpIDogIm1lbW9yeSIgKTsKLX0KLQotI2RlZmluZSBfcmF3X3J3
X2lzX2xvY2tlZCh4KSAoKHgpLT5sb2NrICE9IDApCi0jZGVmaW5lIF9yYXdf
cndfaXNfd3JpdGVfbG9ja2VkKHgpICgoeCktPmxvY2sgPiAwKQotCiAjZW5k
aWYgLyogX19BU01fU1BJTkxPQ0tfSCAqLwotLS0gYS94ZW4vaW5jbHVkZS94
ZW4vc3BpbmxvY2suaAorKysgYi94ZW4vaW5jbHVkZS94ZW4vc3BpbmxvY2su
aApAQCAtMTQxLDExICsxNDEsMTMgQEAgdHlwZWRlZiBzdHJ1Y3Qgc3Bpbmxv
Y2sgewogI2RlZmluZSBzcGluX2xvY2tfaW5pdChsKSAoKihsKSA9IChzcGlu
bG9ja190KVNQSU5fTE9DS19VTkxPQ0tFRCkKIAogdHlwZWRlZiBzdHJ1Y3Qg
ewotICAgIHJhd19yd2xvY2tfdCByYXc7CisgICAgdm9sYXRpbGUgdWludDMy
X3QgbG9jazsKICAgICBzdHJ1Y3QgbG9ja19kZWJ1ZyBkZWJ1ZzsKIH0gcnds
b2NrX3Q7CiAKLSNkZWZpbmUgUldfTE9DS19VTkxPQ0tFRCB7IF9SQVdfUldf
TE9DS19VTkxPQ0tFRCwgX0xPQ0tfREVCVUcgfQorI2RlZmluZSBSV19XUklU
RV9GTEFHICgxdTw8MzEpCisKKyNkZWZpbmUgUldfTE9DS19VTkxPQ0tFRCB7
IDAsIF9MT0NLX0RFQlVHIH0KICNkZWZpbmUgREVGSU5FX1JXTE9DSyhsKSBy
d2xvY2tfdCBsID0gUldfTE9DS19VTkxPQ0tFRAogI2RlZmluZSByd2xvY2tf
aW5pdChsKSAoKihsKSA9IChyd2xvY2tfdClSV19MT0NLX1VOTE9DS0VEKQog
Cg==

--=separator
Content-Type: application/octet-stream; name="xsa114-4.4.patch"
Content-Disposition: attachment; filename="xsa114-4.4.patch"
Content-Transfer-Encoding: base64

c3dpdGNoIHRvIHdyaXRlLWJpYXNlZCByL3cgbG9ja3MKClRoaXMgaXMgdG8g
aW1wcm92ZSBmYWlybmVzczogQSBwZXJtYW5lbnQgZmxvdyBvZiByZWFkIGFj
cXVpcmVzIGNhbgpvdGhlcndpc2UgbG9jayBvdXQgZXZlbnR1YWwgd3JpdGVy
cyBpbmRlZmluaXRlbHkuCgpUaGlzIGlzIFhTQS0xMTQgLyBDVkUtMjAxNC05
MDY1LgoKU2lnbmVkLW9mZi1ieTogS2VpciBGcmFzZXIgPGtlaXJAeGVuLm9y
Zz4KUmV2aWV3ZWQtYnk6IEphbiBCZXVsaWNoIDxqYmV1bGljaEBzdXNlLmNv
bT4KUmV2aWV3ZWQtYnk6IEFuZHJldyBDb29wZXIgPGFuZHJldy5jb29wZXIz
QGNpdHJpeC5jb20+ClRlc3RlZC1ieTogQW5kcmV3IENvb3BlciA8YW5kcmV3
LmNvb3BlcjNAY2l0cml4LmNvbT4KCi0tLSBhL3hlbi9jb21tb24vc3Bpbmxv
Y2suYworKysgYi94ZW4vY29tbW9uL3NwaW5sb2NrLmMKQEAgLTI3MSwxMTIg
KzI3MSwxNTEgQEAgdm9pZCBfc3Bpbl91bmxvY2tfcmVjdXJzaXZlKHNwaW5s
b2NrX3QgKgogCiB2b2lkIF9yZWFkX2xvY2socndsb2NrX3QgKmxvY2spCiB7
CisgICAgdWludDMyX3QgeDsKKwogICAgIGNoZWNrX2xvY2soJmxvY2stPmRl
YnVnKTsKLSAgICB3aGlsZSAoIHVubGlrZWx5KCFfcmF3X3JlYWRfdHJ5bG9j
aygmbG9jay0+cmF3KSkgKQotICAgIHsKLSAgICAgICAgd2hpbGUgKCBsaWtl
bHkoX3Jhd19yd19pc193cml0ZV9sb2NrZWQoJmxvY2stPnJhdykpICkKKyAg
ICBkbyB7CisgICAgICAgIHdoaWxlICggKHggPSBsb2NrLT5sb2NrKSAmIFJX
X1dSSVRFX0ZMQUcgKQogICAgICAgICAgICAgY3B1X3JlbGF4KCk7Ci0gICAg
fQorICAgIH0gd2hpbGUgKCBjbXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4KzEp
ICE9IHggKTsKICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKIH0KIAogdm9pZCBf
cmVhZF9sb2NrX2lycShyd2xvY2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJf
dCB4OworCiAgICAgQVNTRVJUKGxvY2FsX2lycV9pc19lbmFibGVkKCkpOwog
ICAgIGxvY2FsX2lycV9kaXNhYmxlKCk7CiAgICAgY2hlY2tfbG9jaygmbG9j
ay0+ZGVidWcpOwotICAgIHdoaWxlICggdW5saWtlbHkoIV9yYXdfcmVhZF90
cnlsb2NrKCZsb2NrLT5yYXcpKSApCi0gICAgewotICAgICAgICBsb2NhbF9p
cnFfZW5hYmxlKCk7Ci0gICAgICAgIHdoaWxlICggbGlrZWx5KF9yYXdfcndf
aXNfd3JpdGVfbG9ja2VkKCZsb2NrLT5yYXcpKSApCi0gICAgICAgICAgICBj
cHVfcmVsYXgoKTsKLSAgICAgICAgbG9jYWxfaXJxX2Rpc2FibGUoKTsKLSAg
ICB9CisgICAgZG8geworICAgICAgICBpZiAoICh4ID0gbG9jay0+bG9jaykg
JiBSV19XUklURV9GTEFHICkKKyAgICAgICAgeworICAgICAgICAgICAgbG9j
YWxfaXJxX2VuYWJsZSgpOworICAgICAgICAgICAgd2hpbGUgKCAoeCA9IGxv
Y2stPmxvY2spICYgUldfV1JJVEVfRkxBRyApCisgICAgICAgICAgICAgICAg
Y3B1X3JlbGF4KCk7CisgICAgICAgICAgICBsb2NhbF9pcnFfZGlzYWJsZSgp
OworICAgICAgICB9CisgICAgfSB3aGlsZSAoIGNtcHhjaGcoJmxvY2stPmxv
Y2ssIHgsIHgrMSkgIT0geCApOwogICAgIHByZWVtcHRfZGlzYWJsZSgpOwog
fQogCiB1bnNpZ25lZCBsb25nIF9yZWFkX2xvY2tfaXJxc2F2ZShyd2xvY2tf
dCAqbG9jaykKIHsKKyAgICB1aW50MzJfdCB4OwogICAgIHVuc2lnbmVkIGxv
bmcgZmxhZ3M7CisKICAgICBsb2NhbF9pcnFfc2F2ZShmbGFncyk7CiAgICAg
Y2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHdoaWxlICggdW5saWtl
bHkoIV9yYXdfcmVhZF90cnlsb2NrKCZsb2NrLT5yYXcpKSApCi0gICAgewot
ICAgICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7Ci0gICAgICAgIHdo
aWxlICggbGlrZWx5KF9yYXdfcndfaXNfd3JpdGVfbG9ja2VkKCZsb2NrLT5y
YXcpKSApCi0gICAgICAgICAgICBjcHVfcmVsYXgoKTsKLSAgICAgICAgbG9j
YWxfaXJxX3NhdmUoZmxhZ3MpOwotICAgIH0KKyAgICBkbyB7CisgICAgICAg
IGlmICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAg
ICAgICB7CisgICAgICAgICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7
CisgICAgICAgICAgICB3aGlsZSAoICh4ID0gbG9jay0+bG9jaykgJiBSV19X
UklURV9GTEFHICkKKyAgICAgICAgICAgICAgICBjcHVfcmVsYXgoKTsKKyAg
ICAgICAgICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKKyAgICAgICAgfQor
ICAgIH0gd2hpbGUgKCBjbXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4KzEpICE9
IHggKTsKICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKICAgICByZXR1cm4gZmxh
Z3M7CiB9CiAKIGludCBfcmVhZF90cnlsb2NrKHJ3bG9ja190ICpsb2NrKQog
eworICAgIHVpbnQzMl90IHg7CisKICAgICBjaGVja19sb2NrKCZsb2NrLT5k
ZWJ1Zyk7Ci0gICAgaWYgKCAhX3Jhd19yZWFkX3RyeWxvY2soJmxvY2stPnJh
dykgKQotICAgICAgICByZXR1cm4gMDsKKyAgICBkbyB7CisgICAgICAgIGlm
ICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAgICAg
ICAgICAgcmV0dXJuIDA7CisgICAgfSB3aGlsZSAoIGNtcHhjaGcoJmxvY2st
PmxvY2ssIHgsIHgrMSkgIT0geCApOwogICAgIHByZWVtcHRfZGlzYWJsZSgp
OwogICAgIHJldHVybiAxOwogfQogCiB2b2lkIF9yZWFkX3VubG9jayhyd2xv
Y2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJfdCB4LCB5OworCiAgICAgcHJl
ZW1wdF9lbmFibGUoKTsKLSAgICBfcmF3X3JlYWRfdW5sb2NrKCZsb2NrLT5y
YXcpOworICAgIHggPSBsb2NrLT5sb2NrOworICAgIHdoaWxlICggKHkgPSBj
bXB4Y2hnKCZsb2NrLT5sb2NrLCB4LCB4LTEpKSAhPSB4ICkKKyAgICAgICAg
eCA9IHk7CiB9CiAKIHZvaWQgX3JlYWRfdW5sb2NrX2lycShyd2xvY2tfdCAq
bG9jaykKIHsKLSAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdfcmVh
ZF91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3JlYWRfdW5sb2NrKGxvY2sp
OwogICAgIGxvY2FsX2lycV9lbmFibGUoKTsKIH0KIAogdm9pZCBfcmVhZF91
bmxvY2tfaXJxcmVzdG9yZShyd2xvY2tfdCAqbG9jaywgdW5zaWduZWQgbG9u
ZyBmbGFncykKIHsKLSAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdf
cmVhZF91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3JlYWRfdW5sb2NrKGxv
Y2spOwogICAgIGxvY2FsX2lycV9yZXN0b3JlKGZsYWdzKTsKIH0KIAogdm9p
ZCBfd3JpdGVfbG9jayhyd2xvY2tfdCAqbG9jaykKIHsKKyAgICB1aW50MzJf
dCB4OworCiAgICAgY2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHdo
aWxlICggdW5saWtlbHkoIV9yYXdfd3JpdGVfdHJ5bG9jaygmbG9jay0+cmF3
KSkgKQotICAgIHsKLSAgICAgICAgd2hpbGUgKCBsaWtlbHkoX3Jhd19yd19p
c19sb2NrZWQoJmxvY2stPnJhdykpICkKKyAgICBkbyB7CisgICAgICAgIHdo
aWxlICggKHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQogICAg
ICAgICAgICAgY3B1X3JlbGF4KCk7CisgICAgfSB3aGlsZSAoIGNtcHhjaGco
JmxvY2stPmxvY2ssIHgsIHh8UldfV1JJVEVfRkxBRykgIT0geCApOworICAg
IHdoaWxlICggeCAhPSAwICkKKyAgICB7CisgICAgICAgIGNwdV9yZWxheCgp
OworICAgICAgICB4ID0gbG9jay0+bG9jayAmIH5SV19XUklURV9GTEFHOwog
ICAgIH0KICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKIH0KIAogdm9pZCBfd3Jp
dGVfbG9ja19pcnEocndsb2NrX3QgKmxvY2spCiB7CisgICAgdWludDMyX3Qg
eDsKKwogICAgIEFTU0VSVChsb2NhbF9pcnFfaXNfZW5hYmxlZCgpKTsKICAg
ICBsb2NhbF9pcnFfZGlzYWJsZSgpOwogICAgIGNoZWNrX2xvY2soJmxvY2st
PmRlYnVnKTsKLSAgICB3aGlsZSAoIHVubGlrZWx5KCFfcmF3X3dyaXRlX3Ry
eWxvY2soJmxvY2stPnJhdykpICkKKyAgICBkbyB7CisgICAgICAgIGlmICgg
KHggPSBsb2NrLT5sb2NrKSAmIFJXX1dSSVRFX0ZMQUcgKQorICAgICAgICB7
CisgICAgICAgICAgICBsb2NhbF9pcnFfZW5hYmxlKCk7CisgICAgICAgICAg
ICB3aGlsZSAoICh4ID0gbG9jay0+bG9jaykgJiBSV19XUklURV9GTEFHICkK
KyAgICAgICAgICAgICAgICBjcHVfcmVsYXgoKTsKKyAgICAgICAgICAgIGxv
Y2FsX2lycV9kaXNhYmxlKCk7CisgICAgICAgIH0KKyAgICB9IHdoaWxlICgg
Y21weGNoZygmbG9jay0+bG9jaywgeCwgeHxSV19XUklURV9GTEFHKSAhPSB4
ICk7CisgICAgd2hpbGUgKCB4ICE9IDAgKQogICAgIHsKLSAgICAgICAgbG9j
YWxfaXJxX2VuYWJsZSgpOwotICAgICAgICB3aGlsZSAoIGxpa2VseShfcmF3
X3J3X2lzX2xvY2tlZCgmbG9jay0+cmF3KSkgKQotICAgICAgICAgICAgY3B1
X3JlbGF4KCk7Ci0gICAgICAgIGxvY2FsX2lycV9kaXNhYmxlKCk7CisgICAg
ICAgIGNwdV9yZWxheCgpOworICAgICAgICB4ID0gbG9jay0+bG9jayAmIH5S
V19XUklURV9GTEFHOwogICAgIH0KICAgICBwcmVlbXB0X2Rpc2FibGUoKTsK
IH0KIAogdW5zaWduZWQgbG9uZyBfd3JpdGVfbG9ja19pcnFzYXZlKHJ3bG9j
a190ICpsb2NrKQogeworICAgIHVpbnQzMl90IHg7CiAgICAgdW5zaWduZWQg
bG9uZyBmbGFnczsKKwogICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKICAg
ICBjaGVja19sb2NrKCZsb2NrLT5kZWJ1Zyk7Ci0gICAgd2hpbGUgKCB1bmxp
a2VseSghX3Jhd193cml0ZV90cnlsb2NrKCZsb2NrLT5yYXcpKSApCisgICAg
ZG8geworICAgICAgICBpZiAoICh4ID0gbG9jay0+bG9jaykgJiBSV19XUklU
RV9GTEFHICkKKyAgICAgICAgeworICAgICAgICAgICAgbG9jYWxfaXJxX3Jl
c3RvcmUoZmxhZ3MpOworICAgICAgICAgICAgd2hpbGUgKCAoeCA9IGxvY2st
PmxvY2spICYgUldfV1JJVEVfRkxBRyApCisgICAgICAgICAgICAgICAgY3B1
X3JlbGF4KCk7CisgICAgICAgICAgICBsb2NhbF9pcnFfc2F2ZShmbGFncyk7
CisgICAgICAgIH0KKyAgICB9IHdoaWxlICggY21weGNoZygmbG9jay0+bG9j
aywgeCwgeHxSV19XUklURV9GTEFHKSAhPSB4ICk7CisgICAgd2hpbGUgKCB4
ICE9IDAgKQogICAgIHsKLSAgICAgICAgbG9jYWxfaXJxX3Jlc3RvcmUoZmxh
Z3MpOwotICAgICAgICB3aGlsZSAoIGxpa2VseShfcmF3X3J3X2lzX2xvY2tl
ZCgmbG9jay0+cmF3KSkgKQotICAgICAgICAgICAgY3B1X3JlbGF4KCk7Ci0g
ICAgICAgIGxvY2FsX2lycV9zYXZlKGZsYWdzKTsKKyAgICAgICAgY3B1X3Jl
bGF4KCk7CisgICAgICAgIHggPSBsb2NrLT5sb2NrICYgflJXX1dSSVRFX0ZM
QUc7CiAgICAgfQogICAgIHByZWVtcHRfZGlzYWJsZSgpOwogICAgIHJldHVy
biBmbGFnczsKQEAgLTM4NCw5ICs0MjMsMTMgQEAgdW5zaWduZWQgbG9uZyBf
d3JpdGVfbG9ja19pcnFzYXZlKHJ3bG9jawogCiBpbnQgX3dyaXRlX3RyeWxv
Y2socndsb2NrX3QgKmxvY2spCiB7CisgICAgdWludDMyX3QgeDsKKwogICAg
IGNoZWNrX2xvY2soJmxvY2stPmRlYnVnKTsKLSAgICBpZiAoICFfcmF3X3dy
aXRlX3RyeWxvY2soJmxvY2stPnJhdykgKQotICAgICAgICByZXR1cm4gMDsK
KyAgICBkbyB7CisgICAgICAgIGlmICggKHggPSBsb2NrLT5sb2NrKSAhPSAw
ICkKKyAgICAgICAgICAgIHJldHVybiAwOworICAgIH0gd2hpbGUgKCBjbXB4
Y2hnKCZsb2NrLT5sb2NrLCB4LCB4fFJXX1dSSVRFX0ZMQUcpICE9IHggKTsK
ICAgICBwcmVlbXB0X2Rpc2FibGUoKTsKICAgICByZXR1cm4gMTsKIH0KQEAg
LTM5NCwzMyArNDM3LDMyIEBAIGludCBfd3JpdGVfdHJ5bG9jayhyd2xvY2tf
dCAqbG9jaykKIHZvaWQgX3dyaXRlX3VubG9jayhyd2xvY2tfdCAqbG9jaykK
IHsKICAgICBwcmVlbXB0X2VuYWJsZSgpOwotICAgIF9yYXdfd3JpdGVfdW5s
b2NrKCZsb2NrLT5yYXcpOworICAgIGlmICggY21weGNoZygmbG9jay0+bG9j
aywgUldfV1JJVEVfRkxBRywgMCkgIT0gUldfV1JJVEVfRkxBRyApCisgICAg
ICAgIEJVRygpOwogfQogCiB2b2lkIF93cml0ZV91bmxvY2tfaXJxKHJ3bG9j
a190ICpsb2NrKQogewotICAgIHByZWVtcHRfZW5hYmxlKCk7Ci0gICAgX3Jh
d193cml0ZV91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3dyaXRlX3VubG9j
ayhsb2NrKTsKICAgICBsb2NhbF9pcnFfZW5hYmxlKCk7CiB9CiAKIHZvaWQg
X3dyaXRlX3VubG9ja19pcnFyZXN0b3JlKHJ3bG9ja190ICpsb2NrLCB1bnNp
Z25lZCBsb25nIGZsYWdzKQogewotICAgIHByZWVtcHRfZW5hYmxlKCk7Ci0g
ICAgX3Jhd193cml0ZV91bmxvY2soJmxvY2stPnJhdyk7CisgICAgX3dyaXRl
X3VubG9jayhsb2NrKTsKICAgICBsb2NhbF9pcnFfcmVzdG9yZShmbGFncyk7
CiB9CiAKIGludCBfcndfaXNfbG9ja2VkKHJ3bG9ja190ICpsb2NrKQogewog
ICAgIGNoZWNrX2xvY2soJmxvY2stPmRlYnVnKTsKLSAgICByZXR1cm4gX3Jh
d19yd19pc19sb2NrZWQoJmxvY2stPnJhdyk7CisgICAgcmV0dXJuIChsb2Nr
LT5sb2NrICE9IDApOyAvKiBhbnlvbmUgaW4gY3JpdGljYWwgc2VjdGlvbj8g
Ki8KIH0KIAogaW50IF9yd19pc193cml0ZV9sb2NrZWQocndsb2NrX3QgKmxv
Y2spCiB7CiAgICAgY2hlY2tfbG9jaygmbG9jay0+ZGVidWcpOwotICAgIHJl
dHVybiBfcmF3X3J3X2lzX3dyaXRlX2xvY2tlZCgmbG9jay0+cmF3KTsKKyAg
ICByZXR1cm4gKGxvY2stPmxvY2sgPT0gUldfV1JJVEVfRkxBRyk7IC8qIHdy
aXRlciBpbiBjcml0aWNhbCBzZWN0aW9uPyAqLwogfQogCiAjaWZkZWYgTE9D
S19QUk9GSUxFCi0tLSBhL3hlbi9pbmNsdWRlL2FzbS1hcm0vYXJtMzIvc3Bp
bmxvY2suaAorKysgYi94ZW4vaW5jbHVkZS9hc20tYXJtL2FybTMyL3NwaW5s
b2NrLmgKQEAgLTU1LDg0ICs1NSw2IEBAIHN0YXRpYyBhbHdheXNfaW5saW5l
IGludCBfcmF3X3NwaW5fdHJ5bG8KICAgICB9CiB9CiAKLXR5cGVkZWYgc3Ry
dWN0IHsKLSAgICB2b2xhdGlsZSB1bnNpZ25lZCBpbnQgbG9jazsKLX0gcmF3
X3J3bG9ja190OwotCi0jZGVmaW5lIF9SQVdfUldfTE9DS19VTkxPQ0tFRCB7
IDAgfQotCi1zdGF0aWMgYWx3YXlzX2lubGluZSBpbnQgX3Jhd19yZWFkX3Ry
eWxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1bnNpZ25lZCBsb25n
IHRtcCwgdG1wMiA9IDE7Ci0KLSAgICBfX2FzbV9fIF9fdm9sYXRpbGVfXygK
LSIxOiBsZHJleCAgICUwLCBbJTJdXG4iCi0iICAgYWRkcyAgICAlMCwgJTAs
ICMxXG4iCi0iICAgc3RyZXhwbCAlMSwgJTAsIFslMl1cbiIKLSAgICA6ICI9
JnIiICh0bXApLCAiK3IiICh0bXAyKQotICAgIDogInIiICgmcnctPmxvY2sp
Ci0gICAgOiAiY2MiKTsKLQotICAgIHNtcF9tYigpOwotICAgIHJldHVybiB0
bXAyID09IDA7Ci19Ci0KLXN0YXRpYyBhbHdheXNfaW5saW5lIGludCBfcmF3
X3dyaXRlX3RyeWxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAgICB1bnNp
Z25lZCBsb25nIHRtcDsKLQotICAgIF9fYXNtX18gX192b2xhdGlsZV9fKAot
IjE6IGxkcmV4ICAgJTAsIFslMV1cbiIKLSIgICB0ZXEgICAgICUwLCAjMFxu
IgotIiAgIHN0cmV4ZXEgJTAsICUyLCBbJTFdIgotICAgIDogIj0mciIgKHRt
cCkKLSAgICA6ICJyIiAoJnJ3LT5sb2NrKSwgInIiICgweDgwMDAwMDAwKQot
ICAgIDogImNjIik7Ci0KLSAgICBpZiAodG1wID09IDApIHsKLSAgICAgICAg
c21wX21iKCk7Ci0gICAgICAgIHJldHVybiAxOwotICAgIH0gZWxzZSB7Ci0g
ICAgICAgIHJldHVybiAwOwotICAgIH0KLX0KLQotc3RhdGljIGlubGluZSB2
b2lkIF9yYXdfcmVhZF91bmxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAg
ICB1bnNpZ25lZCBsb25nIHRtcCwgdG1wMjsKLQotICAgIHNtcF9tYigpOwot
Ci0gICAgX19hc21fXyBfX3ZvbGF0aWxlX18oCi0iMTogbGRyZXggICAlMCwg
WyUyXVxuIgotIiAgIHN1YiAgICAgJTAsICUwLCAjMVxuIgotIiAgIHN0cmV4
ICAgJTEsICUwLCBbJTJdXG4iCi0iICAgdGVxICAgICAlMSwgIzBcbiIKLSIg
ICBibmUgICAgIDFiIgotICAgIDogIj0mciIgKHRtcCksICI9JnIiICh0bXAy
KQotICAgIDogInIiICgmcnctPmxvY2spCi0gICAgOiAiY2MiKTsKLQotICAg
IGlmICh0bXAgPT0gMCkKLSAgICAgICAgZHNiX3NldigpOwotfQotCi1zdGF0
aWMgaW5saW5lIHZvaWQgX3Jhd193cml0ZV91bmxvY2socmF3X3J3bG9ja190
ICpydykKLXsKLSAgICBzbXBfbWIoKTsKLQotICAgIF9fYXNtX18gX192b2xh
dGlsZV9fKAotICAgICJzdHIgICAgJTEsIFslMF1cbiIKLSAgICA6Ci0gICAg
OiAiciIgKCZydy0+bG9jayksICJyIiAoMCkKLSAgICA6ICJjYyIpOwotCi0g
ICAgZHNiX3NldigpOwotfQotCi0jZGVmaW5lIF9yYXdfcndfaXNfbG9ja2Vk
KHgpICgoeCktPmxvY2sgIT0gMCkKLSNkZWZpbmUgX3Jhd19yd19pc193cml0
ZV9sb2NrZWQoeCkgKCh4KS0+bG9jayA9PSAweDgwMDAwMDAwKQotCiAjZW5k
aWYgLyogX19BU01fU1BJTkxPQ0tfSCAqLwogLyoKICAqIExvY2FsIHZhcmlh
YmxlczoKLS0tIGEveGVuL2luY2x1ZGUvYXNtLWFybS9hcm02NC9zcGlubG9j
ay5oCisrKyBiL3hlbi9pbmNsdWRlL2FzbS1hcm0vYXJtNjQvc3BpbmxvY2su
aApAQCAtNTIsNjkgKzUyLDYgQEAgc3RhdGljIGFsd2F5c19pbmxpbmUgaW50
IF9yYXdfc3Bpbl90cnlsbwogICAgIHJldHVybiAhdG1wOwogfQogCi10eXBl
ZGVmIHN0cnVjdCB7Ci0gICAgdm9sYXRpbGUgdW5zaWduZWQgaW50IGxvY2s7
Ci19IHJhd19yd2xvY2tfdDsKLQotI2RlZmluZSBfUkFXX1JXX0xPQ0tfVU5M
T0NLRUQgeyAwIH0KLQotc3RhdGljIGFsd2F5c19pbmxpbmUgaW50IF9yYXdf
cmVhZF90cnlsb2NrKHJhd19yd2xvY2tfdCAqcncpCi17Ci0gICAgdW5zaWdu
ZWQgaW50IHRtcCwgdG1wMiA9IDE7Ci0KLSAgICBhc20gdm9sYXRpbGUoCi0g
ICAgICAgICIgICAgICAgbGRheHIgICAldzAsICUyXG4iCi0gICAgICAgICIg
ICAgICAgYWRkICAgICAldzAsICV3MCwgIzFcbiIKLSAgICAgICAgIiAgICAg
ICB0Ym56ICAgICV3MCwgIzMxLCAxZlxuIgotICAgICAgICAiICAgICAgIHN0
eHIgICAgJXcxLCAldzAsICUyXG4iCi0gICAgICAgICIxOlxuIgotICAgICAg
ICA6ICI9JnIiICh0bXApLCAiK3IiICh0bXAyKSwgIitRIiAocnctPmxvY2sp
Ci0gICAgICAgIDoKLSAgICAgICAgOiAiY2MiLCAibWVtb3J5Iik7Ci0KLSAg
ICByZXR1cm4gIXRtcDI7Ci19Ci0KLXN0YXRpYyBhbHdheXNfaW5saW5lIGlu
dCBfcmF3X3dyaXRlX3RyeWxvY2socmF3X3J3bG9ja190ICpydykKLXsKLSAg
ICB1bnNpZ25lZCBpbnQgdG1wOwotCi0gICAgYXNtIHZvbGF0aWxlKAotICAg
ICAgICAiICAgICAgIGxkYXhyICAgJXcwLCAlMVxuIgotICAgICAgICAiICAg
ICAgIGNibnogICAgJXcwLCAxZlxuIgotICAgICAgICAiICAgICAgIHN0eHIg
ICAgJXcwLCAldzIsICUxXG4iCi0gICAgICAgICIxOlxuIgotICAgICAgICA6
ICI9JnIiICh0bXApLCAiK1EiIChydy0+bG9jaykKLSAgICAgICAgOiAiciIg
KDB4ODAwMDAwMDApCi0gICAgICAgIDogImNjIiwgIm1lbW9yeSIpOwotCi0g
ICAgcmV0dXJuICF0bXA7Ci19Ci0KLXN0YXRpYyBpbmxpbmUgdm9pZCBfcmF3
X3JlYWRfdW5sb2NrKHJhd19yd2xvY2tfdCAqcncpCi17Ci0gICAgdW5zaWdu
ZWQgaW50IHRtcCwgdG1wMjsKLQotICAgIGFzbSB2b2xhdGlsZSgKLSAgICAg
ICAgIiAgICAxOiBsZHhyICAgICV3MCwgJTJcbiIKLSAgICAgICAgIiAgICAg
ICBzdWIgICAgICV3MCwgJXcwLCAjMVxuIgotICAgICAgICAiICAgICAgIHN0
bHhyICAgJXcxLCAldzAsICUyXG4iCi0gICAgICAgICIgICAgICAgY2JueiAg
ICAldzEsIDFiXG4iCi0gICAgICAgIDogIj0mciIgKHRtcCksICI9JnIiICh0
bXAyKSwgIitRIiAocnctPmxvY2spCi0gICAgICAgIDoKLSAgICAgICAgOiAi
Y2MiLCAibWVtb3J5Iik7Ci19Ci0KLXN0YXRpYyBpbmxpbmUgdm9pZCBfcmF3
X3dyaXRlX3VubG9jayhyYXdfcndsb2NrX3QgKnJ3KQotewotICAgIGFzbSB2
b2xhdGlsZSgKLSAgICAgICAgIiAgICAgICBzdGxyICAgICV3MSwgJTBcbiIK
LSAgICAgICAgOiAiPVEiIChydy0+bG9jaykgOiAiciIgKDApIDogIm1lbW9y
eSIpOwotfQotCi0jZGVmaW5lIF9yYXdfcndfaXNfbG9ja2VkKHgpICgoeCkt
PmxvY2sgIT0gMCkKLSNkZWZpbmUgX3Jhd19yd19pc193cml0ZV9sb2NrZWQo
eCkgKCh4KS0+bG9jayA9PSAweDgwMDAwMDAwKQotCiAjZW5kaWYgLyogX19B
U01fU1BJTkxPQ0tfSCAqLwogLyoKICAqIExvY2FsIHZhcmlhYmxlczoKLS0t
IGEveGVuL2luY2x1ZGUvYXNtLXg4Ni9zcGlubG9jay5oCisrKyBiL3hlbi9p
bmNsdWRlL2FzbS14ODYvc3BpbmxvY2suaApAQCAtMzEsNTggKzMxLDQgQEAg
c3RhdGljIGFsd2F5c19pbmxpbmUgaW50IF9yYXdfc3Bpbl90cnlsbwogICAg
IHJldHVybiAob2xkdmFsID4gMCk7CiB9CiAKLXR5cGVkZWYgc3RydWN0IHsK
LSAgICB2b2xhdGlsZSBpbnQgbG9jazsKLX0gcmF3X3J3bG9ja190OwotCi0j
ZGVmaW5lIFJXX1dSSVRFX0JJQVMgMHg3ZmZmZmZmZgotI2RlZmluZSBfUkFX
X1JXX0xPQ0tfVU5MT0NLRUQgLyoocmF3X3J3bG9ja190KSovIHsgMCB9Ci0K
LXN0YXRpYyBhbHdheXNfaW5saW5lIGludCBfcmF3X3JlYWRfdHJ5bG9jayhy
YXdfcndsb2NrX3QgKnJ3KQotewotICAgIGludCBhY3F1aXJlZDsKLQotICAg
IGFzbSB2b2xhdGlsZSAoCi0gICAgICAgICIgICAgbG9jazsgZGVjbCAlMCAg
ICAgICAgIFxuIgotICAgICAgICAiICAgIGpucyAyZiAgICAgICAgICAgICAg
ICBcbiIKLSNpZmRlZiBfX2NsYW5nX18gLyogY2xhbmcncyBidWlsdGluIGFz
c2VtYmVyIGNhbid0IGRvIC5zdWJzZWN0aW9uICovCi0gICAgICAgICIxOiAg
LnB1c2hzZWN0aW9uIC5maXh1cCxcImF4XCJcbiIKLSNlbHNlCi0gICAgICAg
ICIxOiAgLnN1YnNlY3Rpb24gMSAgICAgICAgIFxuIgotI2VuZGlmCi0gICAg
ICAgICIyOiAgbG9jazsgaW5jbCAlMCAgICAgICAgIFxuIgotICAgICAgICAi
ICAgIGRlY2wgJTEgICAgICAgICAgICAgICBcbiIKLSAgICAgICAgIiAgICBq
bXAgMWIgICAgICAgICAgICAgICAgXG4iCi0jaWZkZWYgX19jbGFuZ19fCi0g
ICAgICAgICIgICAgLnBvcHNlY3Rpb24gICAgICAgICAgIFxuIgotI2Vsc2UK
LSAgICAgICAgIiAgICAuc3Vic2VjdGlvbiAwICAgICAgICAgXG4iCi0jZW5k
aWYKLSAgICAgICAgOiAiPW0iIChydy0+bG9jayksICI9ciIgKGFjcXVpcmVk
KSA6ICIxIiAoMSkgOiAibWVtb3J5IiApOwotCi0gICAgcmV0dXJuIGFjcXVp
cmVkOwotfQotCi1zdGF0aWMgYWx3YXlzX2lubGluZSBpbnQgX3Jhd193cml0
ZV90cnlsb2NrKHJhd19yd2xvY2tfdCAqcncpCi17Ci0gICAgcmV0dXJuIChj
bXB4Y2hnKCZydy0+bG9jaywgMCwgUldfV1JJVEVfQklBUykgPT0gMCk7Ci19
Ci0KLXN0YXRpYyBhbHdheXNfaW5saW5lIHZvaWQgX3Jhd19yZWFkX3VubG9j
ayhyYXdfcndsb2NrX3QgKnJ3KQotewotICAgIGFzbSB2b2xhdGlsZSAoCi0g
ICAgICAgICJsb2NrIDsgaW5jbCAlMCIKLSAgICAgICAgOiAiPW0iICgocncp
LT5sb2NrKSA6IDogIm1lbW9yeSIgKTsKLX0KLQotc3RhdGljIGFsd2F5c19p
bmxpbmUgdm9pZCBfcmF3X3dyaXRlX3VubG9jayhyYXdfcndsb2NrX3QgKnJ3
KQotewotICAgIGFzbSB2b2xhdGlsZSAoCi0gICAgICAgICJsb2NrIDsgc3Vi
bCAlMSwlMCIKLSAgICAgICAgOiAiPW0iICgocncpLT5sb2NrKSA6ICJpIiAo
UldfV1JJVEVfQklBUykgOiAibWVtb3J5IiApOwotfQotCi0jZGVmaW5lIF9y
YXdfcndfaXNfbG9ja2VkKHgpICgoeCktPmxvY2sgIT0gMCkKLSNkZWZpbmUg
X3Jhd19yd19pc193cml0ZV9sb2NrZWQoeCkgKCh4KS0+bG9jayA+IDApCi0K
ICNlbmRpZiAvKiBfX0FTTV9TUElOTE9DS19IICovCi0tLSBhL3hlbi9pbmNs
dWRlL3hlbi9zcGlubG9jay5oCisrKyBiL3hlbi9pbmNsdWRlL3hlbi9zcGlu
bG9jay5oCkBAIC0xNDEsMTEgKzE0MSwxMyBAQCB0eXBlZGVmIHN0cnVjdCBz
cGlubG9jayB7CiAjZGVmaW5lIHNwaW5fbG9ja19pbml0KGwpICgqKGwpID0g
KHNwaW5sb2NrX3QpU1BJTl9MT0NLX1VOTE9DS0VEKQogCiB0eXBlZGVmIHN0
cnVjdCB7Ci0gICAgcmF3X3J3bG9ja190IHJhdzsKKyAgICB2b2xhdGlsZSB1
aW50MzJfdCBsb2NrOwogICAgIHN0cnVjdCBsb2NrX2RlYnVnIGRlYnVnOwog
fSByd2xvY2tfdDsKIAotI2RlZmluZSBSV19MT0NLX1VOTE9DS0VEIHsgX1JB
V19SV19MT0NLX1VOTE9DS0VELCBfTE9DS19ERUJVRyB9CisjZGVmaW5lIFJX
X1dSSVRFX0ZMQUcgKDF1PDwzMSkKKworI2RlZmluZSBSV19MT0NLX1VOTE9D
S0VEIHsgMCwgX0xPQ0tfREVCVUcgfQogI2RlZmluZSBERUZJTkVfUldMT0NL
KGwpIHJ3bG9ja190IGwgPSBSV19MT0NLX1VOTE9DS0VECiAjZGVmaW5lIHJ3
bG9ja19pbml0KGwpICgqKGwpID0gKHJ3bG9ja190KVJXX0xPQ0tfVU5MT0NL
RUQpCiAK

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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--=separator--


From xen-users-bounces@lists.xen.org Mon Dec 08 13:48:29 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 08 Dec 2014 13:48: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-users-bounces@lists.xen.org>)
	id 1Xxyek-0000iN-Bz; Mon, 08 Dec 2014 13:47:18 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Stefano.Stabellini@citrix.com>) id 1Xxyei-0000hh-Bp
	for xen-users@lists.xen.org; Mon, 08 Dec 2014 13:47:16 +0000
Received: from [193.109.254.147] by server-10.bemta-14.messagelabs.com id
	CB/F5-02696-3EBA5845; Mon, 08 Dec 2014 13:47:15 +0000
X-Env-Sender: Stefano.Stabellini@citrix.com
X-Msg-Ref: server-12.tower-27.messagelabs.com!1418046433!13705160!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 2100 invoked from network); 8 Dec 2014 13:47:14 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-12.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	8 Dec 2014 13:47:14 -0000
X-IronPort-AV: E=Sophos;i="5.07,538,1413244800"; d="scan'208";a="201389766"
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.78) with Microsoft SMTP Server id 14.3.210.2;
	Mon, 8 Dec 2014 08:47:12 -0500
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 1Xxyee-0001eW-7l;
	Mon, 08 Dec 2014 13:47:12 +0000
Date: Mon, 8 Dec 2014 13:46:55 +0000
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
X-X-Sender: sstabellini@kaball.uk.xensource.com
To: Ian Campbell <Ian.Campbell@citrix.com>
In-Reply-To: <1418034110.30016.1.camel@citrix.com>
Message-ID: <alpine.DEB.2.02.1412081346150.30971@kaball.uk.xensource.com>
References: <CAAiw7Jm+aH7n4qOZcJQ4Wc+ocEugvPq+RWYHemwhOLmcd5+EGw@mail.gmail.com>
	<1418034110.30016.1.camel@citrix.com>
User-Agent: Alpine 2.02 (DEB 1266 2009-07-14)
MIME-Version: 1.0
X-DLP: MIA1
Cc: "konrad.wilk@oracle.com" <konrad.wilk@oracle.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	manish.jaggi@caviumnetworks.com,
	Julien Grall <julien.grall@linaro.org>, xen-users@lists.xen.org,
	xen-devel <xen-devel@lists.xenproject.org>,
	manish jaggi <manishjaggi.oss@gmail.com>
Subject: Re: [Xen-users] [Xen-devel] Steps to run XenServer on ARM Platform
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, 8 Dec 2014, Ian Campbell wrote:
> On Fri, 2014-12-05 at 15:15 -0800, manish jaggi wrote:
> > Hi,
> > 
> > I am trying to find a tutorial to jumpstart installing XenServer / XCP
> > on an ARM 64bit platform.
> > Could the mailing list help.
> 
> TTBOMK there has been no work done on an ARM64 port of XenServer/XCP at
> this time and only minimal work done on ARM generally. If you want to
> get this working then I think you are looking at doing a port (i.e. a
> bunch of development work) not simply following an installation
> tutorial.
> 
> However XenServer/XCP is developed separately from XenProject as Open
> XenServer over at xenserver.org, I suggest one of the lists over there
> would be the best place to start a discussion of a new arm64 port of
> xenserver.

I think you might want to subscribe to xs-devel@lists.xenserver.org and
start the discussion there, see: 

http://xenserver.org/discuss-virtualization/mailing-lists.html

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 08 13:48:29 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 08 Dec 2014 13:48: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-users-bounces@lists.xen.org>)
	id 1Xxyek-0000iN-Bz; Mon, 08 Dec 2014 13:47:18 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Stefano.Stabellini@citrix.com>) id 1Xxyei-0000hh-Bp
	for xen-users@lists.xen.org; Mon, 08 Dec 2014 13:47:16 +0000
Received: from [193.109.254.147] by server-10.bemta-14.messagelabs.com id
	CB/F5-02696-3EBA5845; Mon, 08 Dec 2014 13:47:15 +0000
X-Env-Sender: Stefano.Stabellini@citrix.com
X-Msg-Ref: server-12.tower-27.messagelabs.com!1418046433!13705160!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 2100 invoked from network); 8 Dec 2014 13:47:14 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-12.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	8 Dec 2014 13:47:14 -0000
X-IronPort-AV: E=Sophos;i="5.07,538,1413244800"; d="scan'208";a="201389766"
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.78) with Microsoft SMTP Server id 14.3.210.2;
	Mon, 8 Dec 2014 08:47:12 -0500
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 1Xxyee-0001eW-7l;
	Mon, 08 Dec 2014 13:47:12 +0000
Date: Mon, 8 Dec 2014 13:46:55 +0000
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
X-X-Sender: sstabellini@kaball.uk.xensource.com
To: Ian Campbell <Ian.Campbell@citrix.com>
In-Reply-To: <1418034110.30016.1.camel@citrix.com>
Message-ID: <alpine.DEB.2.02.1412081346150.30971@kaball.uk.xensource.com>
References: <CAAiw7Jm+aH7n4qOZcJQ4Wc+ocEugvPq+RWYHemwhOLmcd5+EGw@mail.gmail.com>
	<1418034110.30016.1.camel@citrix.com>
User-Agent: Alpine 2.02 (DEB 1266 2009-07-14)
MIME-Version: 1.0
X-DLP: MIA1
Cc: "konrad.wilk@oracle.com" <konrad.wilk@oracle.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	manish.jaggi@caviumnetworks.com,
	Julien Grall <julien.grall@linaro.org>, xen-users@lists.xen.org,
	xen-devel <xen-devel@lists.xenproject.org>,
	manish jaggi <manishjaggi.oss@gmail.com>
Subject: Re: [Xen-users] [Xen-devel] Steps to run XenServer on ARM Platform
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, 8 Dec 2014, Ian Campbell wrote:
> On Fri, 2014-12-05 at 15:15 -0800, manish jaggi wrote:
> > Hi,
> > 
> > I am trying to find a tutorial to jumpstart installing XenServer / XCP
> > on an ARM 64bit platform.
> > Could the mailing list help.
> 
> TTBOMK there has been no work done on an ARM64 port of XenServer/XCP at
> this time and only minimal work done on ARM generally. If you want to
> get this working then I think you are looking at doing a port (i.e. a
> bunch of development work) not simply following an installation
> tutorial.
> 
> However XenServer/XCP is developed separately from XenProject as Open
> XenServer over at xenserver.org, I suggest one of the lists over there
> would be the best place to start a discussion of a new arm64 port of
> xenserver.

I think you might want to subscribe to xs-devel@lists.xenserver.org and
start the discussion there, see: 

http://xenserver.org/discuss-virtualization/mailing-lists.html

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 08 14:04:37 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 08 Dec 2014 14:04:37 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xxyuz-00028K-Vy; Mon, 08 Dec 2014 14:04:05 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <rjrbytes@gmail.com>) id 1Xxyuy-00028D-8M
	for xen-users@lists.xen.org; Mon, 08 Dec 2014 14:04:04 +0000
Received: from [85.158.139.211] by server-10.bemta-5.messagelabs.com id
	4C/D6-02707-3DFA5845; Mon, 08 Dec 2014 14:04:03 +0000
X-Env-Sender: rjrbytes@gmail.com
X-Msg-Ref: server-12.tower-206.messagelabs.com!1418047441!12144981!1
X-Originating-IP: [209.85.214.172]
X-SpamReason: No, hits=0.9 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20254 invoked from network); 8 Dec 2014 14:04:02 -0000
Received: from mail-ob0-f172.google.com (HELO mail-ob0-f172.google.com)
	(209.85.214.172)
	by server-12.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	8 Dec 2014 14:04:02 -0000
Received: by mail-ob0-f172.google.com with SMTP id wn1so3654195obc.31
	for <xen-users@lists.xen.org>; Mon, 08 Dec 2014 06:04:01 -0800 (PST)
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
	:content-type; bh=jPkk/7Iaz2yHKdpyUMtjzHPnBXIfOE17cyBC87laYZk=;
	b=DDLDa8bmoal4Amj5OWqumSWbcRM1CTm3X9F2zYVek5ksDeVwfjH2mE9JPAK47648KO
	cWlPg7Rr5HMLWlMv9Ra0d3sXxvxd3CBsJibHEdtRMgPkuxQFd4ZwiNd0Xn5WaYd2rdML
	vc9Fm0V21Tk0RR/L03bgKCEmw20IK1JdiphWvDK5EysXdumC7ke9GsBQnU9da5Njb0zX
	vxcGOR6S/Uv0CFSaZ6Ibn6niFhLBum3rCeOYoF1FUDLezGGbnTZxd/ia5nmo7QGNZ9Eu
	dUF+lSkoqTnqOUYpca4ly7nQnZKRHw4lqnCgjLCEFvbiSEHv9PwgNefKQ3VYi64PzTgA
	/jfw==
MIME-Version: 1.0
X-Received: by 10.202.199.196 with SMTP id x187mr6861549oif.61.1418047441036; 
	Mon, 08 Dec 2014 06:04:01 -0800 (PST)
Received: by 10.76.140.231 with HTTP; Mon, 8 Dec 2014 06:04:00 -0800 (PST)
In-Reply-To: <CAPa6PsGGtVzK3VOsV1tx4OJDMjcaUE4FzF2CqwT3V28ORygFFw@mail.gmail.com>
References: <CAJK=iD39m1xvn62qkVLfO-8iSC6UCNsK64WkAMYtyOLDTMQ5mw@mail.gmail.com>
	<1416841783.8878.6.camel@citrix.com>
	<54738299.1010506@pa.metrocast.net>
	<CAJK=iD2Ar-q+5cE6DvVOR7K469dxVYJhRzkzE64CDr4n00gE1A@mail.gmail.com>
	<CAJK=iD1L49sU8+kJgJjyXvS51zY29v=X-CJ-RpFKokPWLP-SAQ@mail.gmail.com>
	<CAPa6PsGGtVzK3VOsV1tx4OJDMjcaUE4FzF2CqwT3V28ORygFFw@mail.gmail.com>
Date: Mon, 8 Dec 2014 08:04:00 -0600
Message-ID: <CAJK=iD3ZVp42HDDMTHu7tbAGtX_-rpdFDqe6GdYrEjL8__WaQA@mail.gmail.com>
From: Robert Rust <rjrbytes@gmail.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] repeated DomU volume corruption
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7109488190602198445=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============7109488190602198445==
Content-Type: multipart/alternative; boundary=001a11c17deeff6a510509b4e582

--001a11c17deeff6a510509b4e582
Content-Type: text/plain; charset=UTF-8

Peter -

It looks to me like barriers were disabled:
[   28.773243] EXT4-fs (xvda2): re-mounted. Opts:
nobarrier,errors=remount-ro

As far as the IO errors, I've not seen indications of it on the console,
but I can verify with more certainty the next time it happens.  Are there
log files that would be useful to check at the Dom0 level?

-Robert

On Mon, Dec 8, 2014 at 4:48 AM, Peter Viskup <skupko.sk@gmail.com> wrote:

> I was experiencing similar issue on CPU and IO bound domU and
> barrier=0/nobarrier helped me.
> Check whether the barriers were disabled (dmesg| awk '/xvda/||/barrier/').
> Check whether some IO errors are visible on Dom0 as it provides the
> storage layers.
>
> --
> Peter Viskup
>
> On Sat, Dec 6, 2014 at 1:27 PM, Robert Rust <rjrbytes@gmail.com> wrote:
>
>> I'm not sure there's been a significant improvement.  I just did package
>> updates and 4 of my 7 VMs ended up exhibiting this problem.  One may have
>> already been in that state when I started (hard to tell), a second appeared
>> to have it happen mid-shutdown, a third had it happen after it completed
>> downloading the package updates but hadn't installed them yet, and the 4th
>> I'm not certain of.  All 4 had the nobarrier option in their fstab:
>> /dev/xvda2 / ext4 nobarrier,noatime,nodiratime,errors=remount-ro 0 1
>>
>> Further thoughts?
>>
>> -Robert
>>
>> On Mon, Nov 24, 2014 at 8:29 PM, Robert Rust <rjrbytes@gmail.com> wrote:
>>
>>> On Mon, Nov 24, 2014 at 1:10 PM, Steve Dawson <sdawson@pa.metrocast.net>
>>> wrote:
>>>
>>>> I had an issue similar in nature, which manifested as a missing
>>>> partition table after a domU reboot, mounting the xvda{x} partitions with
>>>> the "nobarrier" mount option resolved it. The issue was observed on xfs and
>>>> ext4 filesystems.
>>>>
>>>> Hope this helps.
>>>>
>>>> Steve
>>>>
>>>
>>> Okay.  I've added the nobarrier option to all my DomUs ... we'll see how
>>> that goes.  Here's hoping it's that simple ...
>>>
>>> -Robert
>>>
>>>
>>
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@lists.xen.org
>> http://lists.xen.org/xen-users
>>
>
>

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

<div dir=3D"ltr">Peter -<div><br></div><div>It looks to me like barriers we=
re disabled:</div><div>[ =C2=A0 28.773243] EXT4-fs (xvda2): re-mounted. Opt=
s: nobarrier,errors=3Dremount-ro<br></div><div><br></div><div>As far as the=
 IO errors, I&#39;ve not seen indications of it on the console, but I can v=
erify with more certainty the next time it happens.=C2=A0 Are there log fil=
es that would be useful to check at the Dom0 level?</div><div><br></div><di=
v>-Robert</div></div><div class=3D"gmail_extra"><br><div class=3D"gmail_quo=
te">On Mon, Dec 8, 2014 at 4:48 AM, Peter Viskup <span dir=3D"ltr">&lt;<a h=
ref=3D"mailto:skupko.sk@gmail.com" target=3D"_blank">skupko.sk@gmail.com</a=
>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 =
0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr"><div=
><div><div>I was experiencing similar issue on CPU and IO bound domU and ba=
rrier=3D0/nobarrier helped me.<br></div>Check whether the barriers were dis=
abled (dmesg| awk &#39;/xvda/||/barrier/&#39;).<br></div>Check whether some=
 IO errors are visible on Dom0 as it provides the storage layers.<span clas=
s=3D"HOEnZb"><font color=3D"#888888"><br><br>-- <br></font></span></div><sp=
an class=3D"HOEnZb"><font color=3D"#888888">Peter Viskup<br></font></span><=
/div><div class=3D"gmail_extra"><br><div class=3D"gmail_quote"><div><div cl=
ass=3D"h5">On Sat, Dec 6, 2014 at 1:27 PM, Robert Rust <span dir=3D"ltr">&l=
t;<a href=3D"mailto:rjrbytes@gmail.com" target=3D"_blank">rjrbytes@gmail.co=
m</a>&gt;</span> wrote:<br></div></div><blockquote class=3D"gmail_quote" st=
yle=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>=
<div class=3D"h5"><div dir=3D"ltr">I&#39;m not sure there&#39;s been a sign=
ificant improvement.=C2=A0 I just did package updates and 4 of my 7 VMs end=
ed up exhibiting this problem.=C2=A0 One may have already been in that stat=
e when I started (hard to tell), a second appeared to have it happen mid-sh=
utdown, a third had it happen after it completed downloading the package up=
dates but hadn&#39;t installed them yet, and the 4th I&#39;m not certain of=
.=C2=A0 All 4 had the nobarrier option in their fstab:<div>/dev/xvda2 / ext=
4 nobarrier,noatime,nodiratime,errors=3Dremount-ro 0 1<br></div><div><br></=
div><div>Further thoughts?</div><span><font color=3D"#888888"><div><br></di=
v><div>-Robert</div></font></span></div><div><div><div class=3D"gmail_extra=
"><br><div class=3D"gmail_quote">On Mon, Nov 24, 2014 at 8:29 PM, Robert Ru=
st <span dir=3D"ltr">&lt;<a href=3D"mailto:rjrbytes@gmail.com" target=3D"_b=
lank">rjrbytes@gmail.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmai=
l_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left=
:1ex"><div dir=3D"ltr"><span>On Mon, Nov 24, 2014 at 1:10 PM, Steve Dawson =
<span dir=3D"ltr">&lt;<a href=3D"mailto:sdawson@pa.metrocast.net" target=3D=
"_blank">sdawson@pa.metrocast.net</a>&gt;</span> wrote:</span><div class=3D=
"gmail_extra"><div class=3D"gmail_quote"><span><blockquote class=3D"gmail_q=
uote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1e=
x">
I had an issue similar in nature, which manifested as a missing partition t=
able after a domU reboot, mounting the xvda{x} partitions with the &quot;no=
barrier&quot; mount option resolved it. The issue was observed on xfs and e=
xt4 filesystems.<br>
<br>
Hope this helps.<br>
<br>
Steve<br></blockquote><div><br></div></span><div>Okay.=C2=A0 I&#39;ve added=
 the nobarrier option to all my DomUs ... we&#39;ll see how that goes.=C2=
=A0 Here&#39;s hoping it&#39;s that simple ...</div><span><font color=3D"#8=
88888"><div><br></div><div>-Robert</div></font></span></div><br></div></div=
>
</blockquote></div><br></div>
</div></div><br></div></div><span class=3D"">______________________________=
_________________<br>
Xen-users mailing list<br>
<a href=3D"mailto:Xen-users@lists.xen.org" target=3D"_blank">Xen-users@list=
s.xen.org</a><br>
<a href=3D"http://lists.xen.org/xen-users" target=3D"_blank">http://lists.x=
en.org/xen-users</a><br></span></blockquote></div><br></div>
</blockquote></div><br></div>

--001a11c17deeff6a510509b4e582--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============7109488190602198445==--


From xen-users-bounces@lists.xen.org Mon Dec 08 14:04:37 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 08 Dec 2014 14:04:37 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xxyuz-00028K-Vy; Mon, 08 Dec 2014 14:04:05 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <rjrbytes@gmail.com>) id 1Xxyuy-00028D-8M
	for xen-users@lists.xen.org; Mon, 08 Dec 2014 14:04:04 +0000
Received: from [85.158.139.211] by server-10.bemta-5.messagelabs.com id
	4C/D6-02707-3DFA5845; Mon, 08 Dec 2014 14:04:03 +0000
X-Env-Sender: rjrbytes@gmail.com
X-Msg-Ref: server-12.tower-206.messagelabs.com!1418047441!12144981!1
X-Originating-IP: [209.85.214.172]
X-SpamReason: No, hits=0.9 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20254 invoked from network); 8 Dec 2014 14:04:02 -0000
Received: from mail-ob0-f172.google.com (HELO mail-ob0-f172.google.com)
	(209.85.214.172)
	by server-12.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	8 Dec 2014 14:04:02 -0000
Received: by mail-ob0-f172.google.com with SMTP id wn1so3654195obc.31
	for <xen-users@lists.xen.org>; Mon, 08 Dec 2014 06:04:01 -0800 (PST)
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
	:content-type; bh=jPkk/7Iaz2yHKdpyUMtjzHPnBXIfOE17cyBC87laYZk=;
	b=DDLDa8bmoal4Amj5OWqumSWbcRM1CTm3X9F2zYVek5ksDeVwfjH2mE9JPAK47648KO
	cWlPg7Rr5HMLWlMv9Ra0d3sXxvxd3CBsJibHEdtRMgPkuxQFd4ZwiNd0Xn5WaYd2rdML
	vc9Fm0V21Tk0RR/L03bgKCEmw20IK1JdiphWvDK5EysXdumC7ke9GsBQnU9da5Njb0zX
	vxcGOR6S/Uv0CFSaZ6Ibn6niFhLBum3rCeOYoF1FUDLezGGbnTZxd/ia5nmo7QGNZ9Eu
	dUF+lSkoqTnqOUYpca4ly7nQnZKRHw4lqnCgjLCEFvbiSEHv9PwgNefKQ3VYi64PzTgA
	/jfw==
MIME-Version: 1.0
X-Received: by 10.202.199.196 with SMTP id x187mr6861549oif.61.1418047441036; 
	Mon, 08 Dec 2014 06:04:01 -0800 (PST)
Received: by 10.76.140.231 with HTTP; Mon, 8 Dec 2014 06:04:00 -0800 (PST)
In-Reply-To: <CAPa6PsGGtVzK3VOsV1tx4OJDMjcaUE4FzF2CqwT3V28ORygFFw@mail.gmail.com>
References: <CAJK=iD39m1xvn62qkVLfO-8iSC6UCNsK64WkAMYtyOLDTMQ5mw@mail.gmail.com>
	<1416841783.8878.6.camel@citrix.com>
	<54738299.1010506@pa.metrocast.net>
	<CAJK=iD2Ar-q+5cE6DvVOR7K469dxVYJhRzkzE64CDr4n00gE1A@mail.gmail.com>
	<CAJK=iD1L49sU8+kJgJjyXvS51zY29v=X-CJ-RpFKokPWLP-SAQ@mail.gmail.com>
	<CAPa6PsGGtVzK3VOsV1tx4OJDMjcaUE4FzF2CqwT3V28ORygFFw@mail.gmail.com>
Date: Mon, 8 Dec 2014 08:04:00 -0600
Message-ID: <CAJK=iD3ZVp42HDDMTHu7tbAGtX_-rpdFDqe6GdYrEjL8__WaQA@mail.gmail.com>
From: Robert Rust <rjrbytes@gmail.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] repeated DomU volume corruption
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7109488190602198445=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============7109488190602198445==
Content-Type: multipart/alternative; boundary=001a11c17deeff6a510509b4e582

--001a11c17deeff6a510509b4e582
Content-Type: text/plain; charset=UTF-8

Peter -

It looks to me like barriers were disabled:
[   28.773243] EXT4-fs (xvda2): re-mounted. Opts:
nobarrier,errors=remount-ro

As far as the IO errors, I've not seen indications of it on the console,
but I can verify with more certainty the next time it happens.  Are there
log files that would be useful to check at the Dom0 level?

-Robert

On Mon, Dec 8, 2014 at 4:48 AM, Peter Viskup <skupko.sk@gmail.com> wrote:

> I was experiencing similar issue on CPU and IO bound domU and
> barrier=0/nobarrier helped me.
> Check whether the barriers were disabled (dmesg| awk '/xvda/||/barrier/').
> Check whether some IO errors are visible on Dom0 as it provides the
> storage layers.
>
> --
> Peter Viskup
>
> On Sat, Dec 6, 2014 at 1:27 PM, Robert Rust <rjrbytes@gmail.com> wrote:
>
>> I'm not sure there's been a significant improvement.  I just did package
>> updates and 4 of my 7 VMs ended up exhibiting this problem.  One may have
>> already been in that state when I started (hard to tell), a second appeared
>> to have it happen mid-shutdown, a third had it happen after it completed
>> downloading the package updates but hadn't installed them yet, and the 4th
>> I'm not certain of.  All 4 had the nobarrier option in their fstab:
>> /dev/xvda2 / ext4 nobarrier,noatime,nodiratime,errors=remount-ro 0 1
>>
>> Further thoughts?
>>
>> -Robert
>>
>> On Mon, Nov 24, 2014 at 8:29 PM, Robert Rust <rjrbytes@gmail.com> wrote:
>>
>>> On Mon, Nov 24, 2014 at 1:10 PM, Steve Dawson <sdawson@pa.metrocast.net>
>>> wrote:
>>>
>>>> I had an issue similar in nature, which manifested as a missing
>>>> partition table after a domU reboot, mounting the xvda{x} partitions with
>>>> the "nobarrier" mount option resolved it. The issue was observed on xfs and
>>>> ext4 filesystems.
>>>>
>>>> Hope this helps.
>>>>
>>>> Steve
>>>>
>>>
>>> Okay.  I've added the nobarrier option to all my DomUs ... we'll see how
>>> that goes.  Here's hoping it's that simple ...
>>>
>>> -Robert
>>>
>>>
>>
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@lists.xen.org
>> http://lists.xen.org/xen-users
>>
>
>

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

<div dir=3D"ltr">Peter -<div><br></div><div>It looks to me like barriers we=
re disabled:</div><div>[ =C2=A0 28.773243] EXT4-fs (xvda2): re-mounted. Opt=
s: nobarrier,errors=3Dremount-ro<br></div><div><br></div><div>As far as the=
 IO errors, I&#39;ve not seen indications of it on the console, but I can v=
erify with more certainty the next time it happens.=C2=A0 Are there log fil=
es that would be useful to check at the Dom0 level?</div><div><br></div><di=
v>-Robert</div></div><div class=3D"gmail_extra"><br><div class=3D"gmail_quo=
te">On Mon, Dec 8, 2014 at 4:48 AM, Peter Viskup <span dir=3D"ltr">&lt;<a h=
ref=3D"mailto:skupko.sk@gmail.com" target=3D"_blank">skupko.sk@gmail.com</a=
>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 =
0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr"><div=
><div><div>I was experiencing similar issue on CPU and IO bound domU and ba=
rrier=3D0/nobarrier helped me.<br></div>Check whether the barriers were dis=
abled (dmesg| awk &#39;/xvda/||/barrier/&#39;).<br></div>Check whether some=
 IO errors are visible on Dom0 as it provides the storage layers.<span clas=
s=3D"HOEnZb"><font color=3D"#888888"><br><br>-- <br></font></span></div><sp=
an class=3D"HOEnZb"><font color=3D"#888888">Peter Viskup<br></font></span><=
/div><div class=3D"gmail_extra"><br><div class=3D"gmail_quote"><div><div cl=
ass=3D"h5">On Sat, Dec 6, 2014 at 1:27 PM, Robert Rust <span dir=3D"ltr">&l=
t;<a href=3D"mailto:rjrbytes@gmail.com" target=3D"_blank">rjrbytes@gmail.co=
m</a>&gt;</span> wrote:<br></div></div><blockquote class=3D"gmail_quote" st=
yle=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>=
<div class=3D"h5"><div dir=3D"ltr">I&#39;m not sure there&#39;s been a sign=
ificant improvement.=C2=A0 I just did package updates and 4 of my 7 VMs end=
ed up exhibiting this problem.=C2=A0 One may have already been in that stat=
e when I started (hard to tell), a second appeared to have it happen mid-sh=
utdown, a third had it happen after it completed downloading the package up=
dates but hadn&#39;t installed them yet, and the 4th I&#39;m not certain of=
.=C2=A0 All 4 had the nobarrier option in their fstab:<div>/dev/xvda2 / ext=
4 nobarrier,noatime,nodiratime,errors=3Dremount-ro 0 1<br></div><div><br></=
div><div>Further thoughts?</div><span><font color=3D"#888888"><div><br></di=
v><div>-Robert</div></font></span></div><div><div><div class=3D"gmail_extra=
"><br><div class=3D"gmail_quote">On Mon, Nov 24, 2014 at 8:29 PM, Robert Ru=
st <span dir=3D"ltr">&lt;<a href=3D"mailto:rjrbytes@gmail.com" target=3D"_b=
lank">rjrbytes@gmail.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmai=
l_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left=
:1ex"><div dir=3D"ltr"><span>On Mon, Nov 24, 2014 at 1:10 PM, Steve Dawson =
<span dir=3D"ltr">&lt;<a href=3D"mailto:sdawson@pa.metrocast.net" target=3D=
"_blank">sdawson@pa.metrocast.net</a>&gt;</span> wrote:</span><div class=3D=
"gmail_extra"><div class=3D"gmail_quote"><span><blockquote class=3D"gmail_q=
uote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1e=
x">
I had an issue similar in nature, which manifested as a missing partition t=
able after a domU reboot, mounting the xvda{x} partitions with the &quot;no=
barrier&quot; mount option resolved it. The issue was observed on xfs and e=
xt4 filesystems.<br>
<br>
Hope this helps.<br>
<br>
Steve<br></blockquote><div><br></div></span><div>Okay.=C2=A0 I&#39;ve added=
 the nobarrier option to all my DomUs ... we&#39;ll see how that goes.=C2=
=A0 Here&#39;s hoping it&#39;s that simple ...</div><span><font color=3D"#8=
88888"><div><br></div><div>-Robert</div></font></span></div><br></div></div=
>
</blockquote></div><br></div>
</div></div><br></div></div><span class=3D"">______________________________=
_________________<br>
Xen-users mailing list<br>
<a href=3D"mailto:Xen-users@lists.xen.org" target=3D"_blank">Xen-users@list=
s.xen.org</a><br>
<a href=3D"http://lists.xen.org/xen-users" target=3D"_blank">http://lists.x=
en.org/xen-users</a><br></span></blockquote></div><br></div>
</blockquote></div><br></div>

--001a11c17deeff6a510509b4e582--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============7109488190602198445==--


From xen-users-bounces@lists.xen.org Mon Dec 08 17:20:59 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 08 Dec 2014 17:20:59 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xy1yW-0002sh-4V; Mon, 08 Dec 2014 17:19:56 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <olaf@aepfle.de>)
	id 1Xy1yU-0002sS-G1; Mon, 08 Dec 2014 17:19:54 +0000
Received: from [85.158.139.211] by server-3.bemta-5.messagelabs.com id
	12/98-14727-9BDD5845; Mon, 08 Dec 2014 17:19:53 +0000
X-Env-Sender: olaf@aepfle.de
X-Msg-Ref: server-7.tower-206.messagelabs.com!1418059192!12233698!1
X-Originating-IP: [81.169.146.220]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 5999 invoked from network); 8 Dec 2014 17:19:53 -0000
Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de)
	(81.169.146.220)
	by server-7.tower-206.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 8 Dec 2014 17:19:53 -0000
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1418059192; l=1477;
	s=domk; d=aepfle.de;
	h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version:
	References:Subject:Cc:To:From:Date;
	bh=vBYYMZZw9Ll/EIfkTJbFyUXSvEs=;
	b=nE3c0Ar0h6tVlPNkwuC08qAL8PF3GH3lwfTDFVdh/SQvd8U9MvUz4pMSiHB8gr6WuBz
	X5E33iM+6KJcwebeTuuTPxifx00PBPNrBlTnOQpnDSUqzfme5juEgoky4IZu0AnTBa/Ok
	fOGdWg5TsdJuV21vR5eQDueNiU5JmnLnGSU=
X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssV99SEpOlQD22BhqGB3P3iaBLrl+V5meZTl30+w==
X-RZG-CLASS-ID: mo00
Received: from probook.fritz.box ([2001:a60:10ca:da01:1ec1:deff:feb9:bb48])
	by smtp.strato.de (RZmta 36.3 AUTH) with ESMTPSA id I01b23qB8HJo2gy
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate);
	Mon, 8 Dec 2014 18:19:50 +0100 (CET)
Received: by probook.fritz.box (Postfix, from userid 1000)
	id CF6BB5015F; Mon,  8 Dec 2014 18:19:49 +0100 (CET)
Date: Mon, 8 Dec 2014 18:19:49 +0100
From: Olaf Hering <olaf@aepfle.de>
To: Ian Campbell <Ian.Campbell@citrix.com>
Message-ID: <20141208171949.GA1819@aepfle.de>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
	<20141202151708.GA23112@aepfle.de>
	<20141205171102.GA24737@aepfle.de>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <20141205171102.GA24737@aepfle.de>
User-Agent: Mutt/1.5.22.rev6346 (2013-10-29)
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] [Xen-devel] 4.5 git: regression in xen systemd
 shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Fri, Dec 05, Olaf Hering wrote:

> But even with that change xendomains is hanging if it cant talk to
> xenstored for whatever  reason. The result is that the sytem hangs
> forever at shutdown. 

This looks like a bug in the tools. xl or xenstore-ls hang forever if xenstored
disappears. Looks like xs_open() is the culprit. The socket functions fail,
then it attempts to use xs_domain_dev() which happens to succeed.  Only
xenstore-ls has the '-s' option to force operating on a socket.  I wonder why
libxl does not pass XS_OPEN_SOCKETONLY? It just uses the wrappers for xs_open.

Can xenstored run in another domain?

Olaf

18:02:43.522767 stat("/var/run/xenstored/socket", {st_mode=S_IFSOCK|0600, st_size=0, ...}) = 0
18:02:43.522864 socket(PF_LOCAL, SOCK_STREAM, 0) = 3
18:02:43.522964 fcntl(3, F_GETFD)       = 0
18:02:43.523035 fcntl(3, F_SETFD, FD_CLOEXEC) = 0
18:02:43.523117 connect(3, {sa_family=AF_LOCAL, sun_path="/var/run/xenstored/socket"}, 110) = -1 ECONNREFUSED (Connection refused)
18:02:43.523224 close(3)                = 0
18:02:43.523305 stat("/proc/xen/xenbus", {st_mode=S_IFREG|0400, st_size=0, ...}) = 0
18:02:43.523393 open("/proc/xen/xenbus", O_RDWR) = 3
18:02:43.523562 brk(0)                  = 0x250c000
18:02:43.523638 brk(0x252d000)          = 0x252d000
18:02:43.523748 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7fc9518e3200}, {SIG_DFL, [], 0}, 8) = 0
18:02:43.523834 write(3, "\1\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
18:02:43.523938 write(3, "/\0", 2

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 08 17:20:59 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 08 Dec 2014 17:20:59 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xy1yW-0002sh-4V; Mon, 08 Dec 2014 17:19:56 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <olaf@aepfle.de>)
	id 1Xy1yU-0002sS-G1; Mon, 08 Dec 2014 17:19:54 +0000
Received: from [85.158.139.211] by server-3.bemta-5.messagelabs.com id
	12/98-14727-9BDD5845; Mon, 08 Dec 2014 17:19:53 +0000
X-Env-Sender: olaf@aepfle.de
X-Msg-Ref: server-7.tower-206.messagelabs.com!1418059192!12233698!1
X-Originating-IP: [81.169.146.220]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 5999 invoked from network); 8 Dec 2014 17:19:53 -0000
Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de)
	(81.169.146.220)
	by server-7.tower-206.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 8 Dec 2014 17:19:53 -0000
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1418059192; l=1477;
	s=domk; d=aepfle.de;
	h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version:
	References:Subject:Cc:To:From:Date;
	bh=vBYYMZZw9Ll/EIfkTJbFyUXSvEs=;
	b=nE3c0Ar0h6tVlPNkwuC08qAL8PF3GH3lwfTDFVdh/SQvd8U9MvUz4pMSiHB8gr6WuBz
	X5E33iM+6KJcwebeTuuTPxifx00PBPNrBlTnOQpnDSUqzfme5juEgoky4IZu0AnTBa/Ok
	fOGdWg5TsdJuV21vR5eQDueNiU5JmnLnGSU=
X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssV99SEpOlQD22BhqGB3P3iaBLrl+V5meZTl30+w==
X-RZG-CLASS-ID: mo00
Received: from probook.fritz.box ([2001:a60:10ca:da01:1ec1:deff:feb9:bb48])
	by smtp.strato.de (RZmta 36.3 AUTH) with ESMTPSA id I01b23qB8HJo2gy
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate);
	Mon, 8 Dec 2014 18:19:50 +0100 (CET)
Received: by probook.fritz.box (Postfix, from userid 1000)
	id CF6BB5015F; Mon,  8 Dec 2014 18:19:49 +0100 (CET)
Date: Mon, 8 Dec 2014 18:19:49 +0100
From: Olaf Hering <olaf@aepfle.de>
To: Ian Campbell <Ian.Campbell@citrix.com>
Message-ID: <20141208171949.GA1819@aepfle.de>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
	<20141202151708.GA23112@aepfle.de>
	<20141205171102.GA24737@aepfle.de>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <20141205171102.GA24737@aepfle.de>
User-Agent: Mutt/1.5.22.rev6346 (2013-10-29)
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] [Xen-devel] 4.5 git: regression in xen systemd
 shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Fri, Dec 05, Olaf Hering wrote:

> But even with that change xendomains is hanging if it cant talk to
> xenstored for whatever  reason. The result is that the sytem hangs
> forever at shutdown. 

This looks like a bug in the tools. xl or xenstore-ls hang forever if xenstored
disappears. Looks like xs_open() is the culprit. The socket functions fail,
then it attempts to use xs_domain_dev() which happens to succeed.  Only
xenstore-ls has the '-s' option to force operating on a socket.  I wonder why
libxl does not pass XS_OPEN_SOCKETONLY? It just uses the wrappers for xs_open.

Can xenstored run in another domain?

Olaf

18:02:43.522767 stat("/var/run/xenstored/socket", {st_mode=S_IFSOCK|0600, st_size=0, ...}) = 0
18:02:43.522864 socket(PF_LOCAL, SOCK_STREAM, 0) = 3
18:02:43.522964 fcntl(3, F_GETFD)       = 0
18:02:43.523035 fcntl(3, F_SETFD, FD_CLOEXEC) = 0
18:02:43.523117 connect(3, {sa_family=AF_LOCAL, sun_path="/var/run/xenstored/socket"}, 110) = -1 ECONNREFUSED (Connection refused)
18:02:43.523224 close(3)                = 0
18:02:43.523305 stat("/proc/xen/xenbus", {st_mode=S_IFREG|0400, st_size=0, ...}) = 0
18:02:43.523393 open("/proc/xen/xenbus", O_RDWR) = 3
18:02:43.523562 brk(0)                  = 0x250c000
18:02:43.523638 brk(0x252d000)          = 0x252d000
18:02:43.523748 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7fc9518e3200}, {SIG_DFL, [], 0}, 8) = 0
18:02:43.523834 write(3, "\1\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
18:02:43.523938 write(3, "/\0", 2

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 08 17:23:42 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 08 Dec 2014 17:23: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-users-bounces@lists.xen.org>)
	id 1Xy21i-0003J4-AV; Mon, 08 Dec 2014 17:23:14 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <wei.liu2@citrix.com>)
	id 1Xy21g-0003Ik-U2; Mon, 08 Dec 2014 17:23:13 +0000
Received: from [193.109.254.147] by server-2.bemta-14.messagelabs.com id
	F6/B7-02957-08ED5845; Mon, 08 Dec 2014 17:23:12 +0000
X-Env-Sender: wei.liu2@citrix.com
X-Msg-Ref: server-4.tower-27.messagelabs.com!1418059389!13747852!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.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 3865 invoked from network); 8 Dec 2014 17:23:11 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-4.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	8 Dec 2014 17:23:11 -0000
X-IronPort-AV: E=Sophos;i="5.07,539,1413244800"; d="scan'208";a="201892409"
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.79) with Microsoft SMTP Server id 14.3.210.2;
	Mon, 8 Dec 2014 12:23:08 -0500
Received: from zion.uk.xensource.com ([10.80.2.73])	by
	ukmail1.uk.xensource.com with esmtp (Exim 4.69)	(envelope-from
	<wei.liu2@citrix.com>)	id 1Xy21b-0005qN-Pr;
	Mon, 08 Dec 2014 17:23:07 +0000
Date: Mon, 8 Dec 2014 17:23:07 +0000
From: Wei Liu <wei.liu2@citrix.com>
To: Olaf Hering <olaf@aepfle.de>
Message-ID: <20141208172307.GA25749@zion.uk.xensource.com>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
	<20141202151708.GA23112@aepfle.de>
	<20141205171102.GA24737@aepfle.de>
	<20141208171949.GA1819@aepfle.de>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <20141208171949.GA1819@aepfle.de>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-DLP: MIA2
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>,
	Ian Campbell <Ian.Campbell@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] [Xen-devel] 4.5 git: regression in xen systemd
 shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, Dec 08, 2014 at 06:19:49PM +0100, Olaf Hering wrote:
> On Fri, Dec 05, Olaf Hering wrote:
> 
> > But even with that change xendomains is hanging if it cant talk to
> > xenstored for whatever  reason. The result is that the sytem hangs
> > forever at shutdown. 
> 
> This looks like a bug in the tools. xl or xenstore-ls hang forever if xenstored
> disappears. Looks like xs_open() is the culprit. The socket functions fail,
> then it attempts to use xs_domain_dev() which happens to succeed.  Only
> xenstore-ls has the '-s' option to force operating on a socket.  I wonder why
> libxl does not pass XS_OPEN_SOCKETONLY? It just uses the wrappers for xs_open.
> 
> Can xenstored run in another domain?
> 

I think we have xenstored stubdom in tree, don't we?

> Olaf
> 
> 18:02:43.522767 stat("/var/run/xenstored/socket", {st_mode=S_IFSOCK|0600, st_size=0, ...}) = 0
> 18:02:43.522864 socket(PF_LOCAL, SOCK_STREAM, 0) = 3
> 18:02:43.522964 fcntl(3, F_GETFD)       = 0
> 18:02:43.523035 fcntl(3, F_SETFD, FD_CLOEXEC) = 0
> 18:02:43.523117 connect(3, {sa_family=AF_LOCAL, sun_path="/var/run/xenstored/socket"}, 110) = -1 ECONNREFUSED (Connection refused)
> 18:02:43.523224 close(3)                = 0
> 18:02:43.523305 stat("/proc/xen/xenbus", {st_mode=S_IFREG|0400, st_size=0, ...}) = 0
> 18:02:43.523393 open("/proc/xen/xenbus", O_RDWR) = 3
> 18:02:43.523562 brk(0)                  = 0x250c000
> 18:02:43.523638 brk(0x252d000)          = 0x252d000
> 18:02:43.523748 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7fc9518e3200}, {SIG_DFL, [], 0}, 8) = 0
> 18:02:43.523834 write(3, "\1\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
> 18:02:43.523938 write(3, "/\0", 2

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 08 17:23:42 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 08 Dec 2014 17:23: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-users-bounces@lists.xen.org>)
	id 1Xy21i-0003J4-AV; Mon, 08 Dec 2014 17:23:14 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <wei.liu2@citrix.com>)
	id 1Xy21g-0003Ik-U2; Mon, 08 Dec 2014 17:23:13 +0000
Received: from [193.109.254.147] by server-2.bemta-14.messagelabs.com id
	F6/B7-02957-08ED5845; Mon, 08 Dec 2014 17:23:12 +0000
X-Env-Sender: wei.liu2@citrix.com
X-Msg-Ref: server-4.tower-27.messagelabs.com!1418059389!13747852!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.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 3865 invoked from network); 8 Dec 2014 17:23:11 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-4.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	8 Dec 2014 17:23:11 -0000
X-IronPort-AV: E=Sophos;i="5.07,539,1413244800"; d="scan'208";a="201892409"
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.79) with Microsoft SMTP Server id 14.3.210.2;
	Mon, 8 Dec 2014 12:23:08 -0500
Received: from zion.uk.xensource.com ([10.80.2.73])	by
	ukmail1.uk.xensource.com with esmtp (Exim 4.69)	(envelope-from
	<wei.liu2@citrix.com>)	id 1Xy21b-0005qN-Pr;
	Mon, 08 Dec 2014 17:23:07 +0000
Date: Mon, 8 Dec 2014 17:23:07 +0000
From: Wei Liu <wei.liu2@citrix.com>
To: Olaf Hering <olaf@aepfle.de>
Message-ID: <20141208172307.GA25749@zion.uk.xensource.com>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
	<20141202151708.GA23112@aepfle.de>
	<20141205171102.GA24737@aepfle.de>
	<20141208171949.GA1819@aepfle.de>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <20141208171949.GA1819@aepfle.de>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-DLP: MIA2
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>,
	Ian Campbell <Ian.Campbell@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] [Xen-devel] 4.5 git: regression in xen systemd
 shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, Dec 08, 2014 at 06:19:49PM +0100, Olaf Hering wrote:
> On Fri, Dec 05, Olaf Hering wrote:
> 
> > But even with that change xendomains is hanging if it cant talk to
> > xenstored for whatever  reason. The result is that the sytem hangs
> > forever at shutdown. 
> 
> This looks like a bug in the tools. xl or xenstore-ls hang forever if xenstored
> disappears. Looks like xs_open() is the culprit. The socket functions fail,
> then it attempts to use xs_domain_dev() which happens to succeed.  Only
> xenstore-ls has the '-s' option to force operating on a socket.  I wonder why
> libxl does not pass XS_OPEN_SOCKETONLY? It just uses the wrappers for xs_open.
> 
> Can xenstored run in another domain?
> 

I think we have xenstored stubdom in tree, don't we?

> Olaf
> 
> 18:02:43.522767 stat("/var/run/xenstored/socket", {st_mode=S_IFSOCK|0600, st_size=0, ...}) = 0
> 18:02:43.522864 socket(PF_LOCAL, SOCK_STREAM, 0) = 3
> 18:02:43.522964 fcntl(3, F_GETFD)       = 0
> 18:02:43.523035 fcntl(3, F_SETFD, FD_CLOEXEC) = 0
> 18:02:43.523117 connect(3, {sa_family=AF_LOCAL, sun_path="/var/run/xenstored/socket"}, 110) = -1 ECONNREFUSED (Connection refused)
> 18:02:43.523224 close(3)                = 0
> 18:02:43.523305 stat("/proc/xen/xenbus", {st_mode=S_IFREG|0400, st_size=0, ...}) = 0
> 18:02:43.523393 open("/proc/xen/xenbus", O_RDWR) = 3
> 18:02:43.523562 brk(0)                  = 0x250c000
> 18:02:43.523638 brk(0x252d000)          = 0x252d000
> 18:02:43.523748 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7fc9518e3200}, {SIG_DFL, [], 0}, 8) = 0
> 18:02:43.523834 write(3, "\1\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
> 18:02:43.523938 write(3, "/\0", 2

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 08 17:37:47 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 08 Dec 2014 17:37: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-users-bounces@lists.xen.org>)
	id 1Xy2FJ-0004AQ-DU; Mon, 08 Dec 2014 17:37:17 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <olaf@aepfle.de>)
	id 1Xy2FG-0004AB-MR; Mon, 08 Dec 2014 17:37:15 +0000
Received: from [193.109.254.147] by server-8.bemta-14.messagelabs.com id
	51/D1-03148-9C1E5845; Mon, 08 Dec 2014 17:37:13 +0000
X-Env-Sender: olaf@aepfle.de
X-Msg-Ref: server-4.tower-27.messagelabs.com!1418060233!13750366!1
X-Originating-IP: [81.169.146.217]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21642 invoked from network); 8 Dec 2014 17:37:13 -0000
Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de)
	(81.169.146.217)
	by server-4.tower-27.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 8 Dec 2014 17:37:13 -0000
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1418060233; l=306;
	s=domk; d=aepfle.de;
	h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version:
	References:Subject:Cc:To:From:Date;
	bh=8P6g5tBShu1lpVtM1qP+EHPEIJM=;
	b=ckmSpPDoO7of3TJHkTQkYHQtVBbJX1xY0TrS7mT2HSXELyy1cCoK1OBML7ZEv1B7mDY
	Gj5TwLImFZMnIEK8nxtXGWR/teKOm7JprdEy/xUQrkO+OFBU24pRwHfFIlITLSHvY0k37
	mehltpb3U1U3B6rJCFPPKMI3yL/njcbLnPs=
X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssV99SEpOlQD22BhqGB3P3iaBLrl+V5meZTl30+w==
X-RZG-CLASS-ID: mo00
Received: from probook.fritz.box ([2001:a60:10ca:da01:1ec1:deff:feb9:bb48])
	by smtp.strato.de (RZmta 36.3 AUTH) with ESMTPSA id Y00e89qB8Hb93G3
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate);
	Mon, 8 Dec 2014 18:37:09 +0100 (CET)
Received: by probook.fritz.box (Postfix, from userid 1000)
	id 0F95C5015F; Mon,  8 Dec 2014 18:37:08 +0100 (CET)
Date: Mon, 8 Dec 2014 18:37:08 +0100
From: Olaf Hering <olaf@aepfle.de>
To: Wei Liu <wei.liu2@citrix.com>
Message-ID: <20141208173708.GA6679@aepfle.de>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
	<20141202151708.GA23112@aepfle.de>
	<20141205171102.GA24737@aepfle.de>
	<20141208171949.GA1819@aepfle.de>
	<20141208172307.GA25749@zion.uk.xensource.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <20141208172307.GA25749@zion.uk.xensource.com>
User-Agent: Mutt/1.5.22.rev6346 (2013-10-29)
Cc: Mark Pryor <tlviewer@yahoo.com>, Ian Campbell <Ian.Campbell@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] [Xen-devel] 4.5 git: regression in xen systemd
 shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, Dec 08, Wei Liu wrote:

> I think we have xenstored stubdom in tree, don't we?

If we do, isnt that a "special" setup which does not appear all by
its own? If so, shouldnt there be some config file knob to let xs_open
use socket only unless told otherwise by the to-be-created knob?

Olaf

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 08 17:37:47 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 08 Dec 2014 17:37: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-users-bounces@lists.xen.org>)
	id 1Xy2FJ-0004AQ-DU; Mon, 08 Dec 2014 17:37:17 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <olaf@aepfle.de>)
	id 1Xy2FG-0004AB-MR; Mon, 08 Dec 2014 17:37:15 +0000
Received: from [193.109.254.147] by server-8.bemta-14.messagelabs.com id
	51/D1-03148-9C1E5845; Mon, 08 Dec 2014 17:37:13 +0000
X-Env-Sender: olaf@aepfle.de
X-Msg-Ref: server-4.tower-27.messagelabs.com!1418060233!13750366!1
X-Originating-IP: [81.169.146.217]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21642 invoked from network); 8 Dec 2014 17:37:13 -0000
Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de)
	(81.169.146.217)
	by server-4.tower-27.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 8 Dec 2014 17:37:13 -0000
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1418060233; l=306;
	s=domk; d=aepfle.de;
	h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version:
	References:Subject:Cc:To:From:Date;
	bh=8P6g5tBShu1lpVtM1qP+EHPEIJM=;
	b=ckmSpPDoO7of3TJHkTQkYHQtVBbJX1xY0TrS7mT2HSXELyy1cCoK1OBML7ZEv1B7mDY
	Gj5TwLImFZMnIEK8nxtXGWR/teKOm7JprdEy/xUQrkO+OFBU24pRwHfFIlITLSHvY0k37
	mehltpb3U1U3B6rJCFPPKMI3yL/njcbLnPs=
X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssV99SEpOlQD22BhqGB3P3iaBLrl+V5meZTl30+w==
X-RZG-CLASS-ID: mo00
Received: from probook.fritz.box ([2001:a60:10ca:da01:1ec1:deff:feb9:bb48])
	by smtp.strato.de (RZmta 36.3 AUTH) with ESMTPSA id Y00e89qB8Hb93G3
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate);
	Mon, 8 Dec 2014 18:37:09 +0100 (CET)
Received: by probook.fritz.box (Postfix, from userid 1000)
	id 0F95C5015F; Mon,  8 Dec 2014 18:37:08 +0100 (CET)
Date: Mon, 8 Dec 2014 18:37:08 +0100
From: Olaf Hering <olaf@aepfle.de>
To: Wei Liu <wei.liu2@citrix.com>
Message-ID: <20141208173708.GA6679@aepfle.de>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
	<20141202151708.GA23112@aepfle.de>
	<20141205171102.GA24737@aepfle.de>
	<20141208171949.GA1819@aepfle.de>
	<20141208172307.GA25749@zion.uk.xensource.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <20141208172307.GA25749@zion.uk.xensource.com>
User-Agent: Mutt/1.5.22.rev6346 (2013-10-29)
Cc: Mark Pryor <tlviewer@yahoo.com>, Ian Campbell <Ian.Campbell@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] [Xen-devel] 4.5 git: regression in xen systemd
 shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, Dec 08, Wei Liu wrote:

> I think we have xenstored stubdom in tree, don't we?

If we do, isnt that a "special" setup which does not appear all by
its own? If so, shouldnt there be some config file knob to let xs_open
use socket only unless told otherwise by the to-be-created knob?

Olaf

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 08 17:49:20 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 08 Dec 2014 17:49: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-users-bounces@lists.xen.org>)
	id 1Xy2Qe-0004pl-7U; Mon, 08 Dec 2014 17:49:00 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <wei.liu2@citrix.com>)
	id 1Xy2Qb-0004pS-UM; Mon, 08 Dec 2014 17:48:58 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	87/8C-25276-984E5845; Mon, 08 Dec 2014 17:48:57 +0000
X-Env-Sender: wei.liu2@citrix.com
X-Msg-Ref: server-12.tower-21.messagelabs.com!1418060935!14214791!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.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 29307 invoked from network); 8 Dec 2014 17:48:56 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-12.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	8 Dec 2014 17:48:56 -0000
X-IronPort-AV: E=Sophos;i="5.07,539,1413244800"; d="scan'208";a="201902635"
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.79) with Microsoft SMTP Server id 14.3.210.2;
	Mon, 8 Dec 2014 12:48:54 -0500
Received: from zion.uk.xensource.com ([10.80.2.73])	by
	ukmail1.uk.xensource.com with esmtp (Exim 4.69)	(envelope-from
	<wei.liu2@citrix.com>)	id 1Xy2QY-0006Hs-Ew;
	Mon, 08 Dec 2014 17:48:54 +0000
Date: Mon, 8 Dec 2014 17:48:54 +0000
From: Wei Liu <wei.liu2@citrix.com>
To: Olaf Hering <olaf@aepfle.de>
Message-ID: <20141208174854.GB25749@zion.uk.xensource.com>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
	<20141202151708.GA23112@aepfle.de>
	<20141205171102.GA24737@aepfle.de>
	<20141208171949.GA1819@aepfle.de>
	<20141208172307.GA25749@zion.uk.xensource.com>
	<20141208173708.GA6679@aepfle.de>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <20141208173708.GA6679@aepfle.de>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-DLP: MIA2
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>,
	Ian Campbell <Ian.Campbell@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] [Xen-devel] 4.5 git: regression in xen systemd
 shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, Dec 08, 2014 at 06:37:08PM +0100, Olaf Hering wrote:
> On Mon, Dec 08, Wei Liu wrote:
> 
> > I think we have xenstored stubdom in tree, don't we?
> 
> If we do, isnt that a "special" setup which does not appear all by
> its own? If so, shouldnt there be some config file knob to let xs_open
> use socket only unless told otherwise by the to-be-created knob?
> 

At the very least it needs to run init-xenstore-domain to set it up. I
have no idea how this supposes to work though. Maybe other people have
better idea.

However I think the problem you're seeing is due to xenstored exits too
early, which should be fixable by rearranging the shutdown order? I.e.
xenstored shuts down after xendomains.

Wei.

> Olaf

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 08 17:49:20 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 08 Dec 2014 17:49: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-users-bounces@lists.xen.org>)
	id 1Xy2Qe-0004pl-7U; Mon, 08 Dec 2014 17:49:00 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <wei.liu2@citrix.com>)
	id 1Xy2Qb-0004pS-UM; Mon, 08 Dec 2014 17:48:58 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	87/8C-25276-984E5845; Mon, 08 Dec 2014 17:48:57 +0000
X-Env-Sender: wei.liu2@citrix.com
X-Msg-Ref: server-12.tower-21.messagelabs.com!1418060935!14214791!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.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 29307 invoked from network); 8 Dec 2014 17:48:56 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-12.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	8 Dec 2014 17:48:56 -0000
X-IronPort-AV: E=Sophos;i="5.07,539,1413244800"; d="scan'208";a="201902635"
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.79) with Microsoft SMTP Server id 14.3.210.2;
	Mon, 8 Dec 2014 12:48:54 -0500
Received: from zion.uk.xensource.com ([10.80.2.73])	by
	ukmail1.uk.xensource.com with esmtp (Exim 4.69)	(envelope-from
	<wei.liu2@citrix.com>)	id 1Xy2QY-0006Hs-Ew;
	Mon, 08 Dec 2014 17:48:54 +0000
Date: Mon, 8 Dec 2014 17:48:54 +0000
From: Wei Liu <wei.liu2@citrix.com>
To: Olaf Hering <olaf@aepfle.de>
Message-ID: <20141208174854.GB25749@zion.uk.xensource.com>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
	<20141202151708.GA23112@aepfle.de>
	<20141205171102.GA24737@aepfle.de>
	<20141208171949.GA1819@aepfle.de>
	<20141208172307.GA25749@zion.uk.xensource.com>
	<20141208173708.GA6679@aepfle.de>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <20141208173708.GA6679@aepfle.de>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-DLP: MIA2
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>,
	Ian Campbell <Ian.Campbell@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] [Xen-devel] 4.5 git: regression in xen systemd
 shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, Dec 08, 2014 at 06:37:08PM +0100, Olaf Hering wrote:
> On Mon, Dec 08, Wei Liu wrote:
> 
> > I think we have xenstored stubdom in tree, don't we?
> 
> If we do, isnt that a "special" setup which does not appear all by
> its own? If so, shouldnt there be some config file knob to let xs_open
> use socket only unless told otherwise by the to-be-created knob?
> 

At the very least it needs to run init-xenstore-domain to set it up. I
have no idea how this supposes to work though. Maybe other people have
better idea.

However I think the problem you're seeing is due to xenstored exits too
early, which should be fixable by rearranging the shutdown order? I.e.
xenstored shuts down after xendomains.

Wei.

> Olaf

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 09 07:46:45 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 09 Dec 2014 07:46:45 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XyFT9-0001bz-74; Tue, 09 Dec 2014 07:44:27 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <hahn@univention.de>) id 1XyFT8-0001bu-8M
	for xen-users@lists.xen.org; Tue, 09 Dec 2014 07:44:26 +0000
Received: from [85.158.137.68] by server-15.bemta-3.messagelabs.com id
	4A/69-17735-958A6845; Tue, 09 Dec 2014 07:44:25 +0000
X-Env-Sender: hahn@univention.de
X-Msg-Ref: server-2.tower-31.messagelabs.com!1418111064!11955364!1
X-Originating-IP: [82.198.197.8]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20754 invoked from network); 9 Dec 2014 07:44:25 -0000
Received: from mail.univention.de (HELO mail.univention.de) (82.198.197.8)
	by server-2.tower-31.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 9 Dec 2014 07:44:25 -0000
Received: from localhost (localhost [127.0.0.1])
	by solig.knut.univention.de (Postfix) with ESMTP id 9F5A610E630B
	for <xen-users@lists.xen.org>; Tue,  9 Dec 2014 08:44:24 +0100 (CET)
X-Virus-Scanned: by amavisd-new-2.7.1 (20120429) (Debian) at knut.univention.de
Received: from mail.univention.de ([127.0.0.1])
	by localhost (solig.knut.univention.de [127.0.0.1]) (amavisd-new,
	port 10024) with ESMTP id JjzHcWNNgYjt for <xen-users@lists.xen.org>;
	Tue,  9 Dec 2014 08:44:24 +0100 (CET)
Received: from [192.168.0.191] (mail.univention.de [82.198.197.8])
	by solig.knut.univention.de (Postfix) with ESMTPSA id 4AB0B10E6160
	for <xen-users@lists.xen.org>; Tue,  9 Dec 2014 08:44:24 +0100 (CET)
Message-ID: <5486A857.8020202@univention.de>
Date: Tue, 09 Dec 2014 08:44:23 +0100
From: Philipp Hahn <hahn@univention.de>
Organization: Univention GmbH
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:31.0) Gecko/20100101 Icedove/31.3.0
MIME-Version: 1.0
To: xen-users@lists.xen.org
References: <547E02CC.7090604@univention.de>
In-Reply-To: <547E02CC.7090604@univention.de>
Subject: Re: [Xen-users] RFC: clocksource={xen,
 tsc} difference between Debian PV and HV
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hello,

On 02.12.2014 19:19, Philipp Hahn wrote:
> while running a simple "sysbench --test=memory run" benchmark I noticed
> the following strange behavior: Using "clocksource=tsc" as clock-source
> both PV and HV are nearly the same, but with "clocksource=xen" PV is 4-5
> times worse than HV. I would have expected the reverse:
...
> Is this normal and how can this be explained?

To answer my own question: There's a very good article about the
background, on why PV is slower than HVM on amd64:
<http://wiki.xen.org/wiki/Virtualization_Spectrum>: The 64 bit mode only
has 2 privilege levels, which are not enough to efficiently implement
the separation between the 3 modes required for hypervisor, kernel- and
user-mode. Because of that syscalls get a lot more expensive with PV.

Philipp

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 09 07:46:45 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 09 Dec 2014 07:46:45 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XyFT9-0001bz-74; Tue, 09 Dec 2014 07:44:27 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <hahn@univention.de>) id 1XyFT8-0001bu-8M
	for xen-users@lists.xen.org; Tue, 09 Dec 2014 07:44:26 +0000
Received: from [85.158.137.68] by server-15.bemta-3.messagelabs.com id
	4A/69-17735-958A6845; Tue, 09 Dec 2014 07:44:25 +0000
X-Env-Sender: hahn@univention.de
X-Msg-Ref: server-2.tower-31.messagelabs.com!1418111064!11955364!1
X-Originating-IP: [82.198.197.8]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20754 invoked from network); 9 Dec 2014 07:44:25 -0000
Received: from mail.univention.de (HELO mail.univention.de) (82.198.197.8)
	by server-2.tower-31.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 9 Dec 2014 07:44:25 -0000
Received: from localhost (localhost [127.0.0.1])
	by solig.knut.univention.de (Postfix) with ESMTP id 9F5A610E630B
	for <xen-users@lists.xen.org>; Tue,  9 Dec 2014 08:44:24 +0100 (CET)
X-Virus-Scanned: by amavisd-new-2.7.1 (20120429) (Debian) at knut.univention.de
Received: from mail.univention.de ([127.0.0.1])
	by localhost (solig.knut.univention.de [127.0.0.1]) (amavisd-new,
	port 10024) with ESMTP id JjzHcWNNgYjt for <xen-users@lists.xen.org>;
	Tue,  9 Dec 2014 08:44:24 +0100 (CET)
Received: from [192.168.0.191] (mail.univention.de [82.198.197.8])
	by solig.knut.univention.de (Postfix) with ESMTPSA id 4AB0B10E6160
	for <xen-users@lists.xen.org>; Tue,  9 Dec 2014 08:44:24 +0100 (CET)
Message-ID: <5486A857.8020202@univention.de>
Date: Tue, 09 Dec 2014 08:44:23 +0100
From: Philipp Hahn <hahn@univention.de>
Organization: Univention GmbH
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:31.0) Gecko/20100101 Icedove/31.3.0
MIME-Version: 1.0
To: xen-users@lists.xen.org
References: <547E02CC.7090604@univention.de>
In-Reply-To: <547E02CC.7090604@univention.de>
Subject: Re: [Xen-users] RFC: clocksource={xen,
 tsc} difference between Debian PV and HV
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hello,

On 02.12.2014 19:19, Philipp Hahn wrote:
> while running a simple "sysbench --test=memory run" benchmark I noticed
> the following strange behavior: Using "clocksource=tsc" as clock-source
> both PV and HV are nearly the same, but with "clocksource=xen" PV is 4-5
> times worse than HV. I would have expected the reverse:
...
> Is this normal and how can this be explained?

To answer my own question: There's a very good article about the
background, on why PV is slower than HVM on amd64:
<http://wiki.xen.org/wiki/Virtualization_Spectrum>: The 64 bit mode only
has 2 privilege levels, which are not enough to efficiently implement
the separation between the 3 modes required for hypervisor, kernel- and
user-mode. Because of that syscalls get a lot more expensive with PV.

Philipp

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 09 08:35:31 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 09 Dec 2014 08:35: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-users-bounces@lists.xen.org>)
	id 1XyGF9-00041t-Ph; Tue, 09 Dec 2014 08:34:03 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <olaf@aepfle.de>)
	id 1XyGF6-000419-TX; Tue, 09 Dec 2014 08:34:01 +0000
Received: from [85.158.143.35] by server-1.bemta-4.messagelabs.com id
	B5/8A-09842-8F3B6845; Tue, 09 Dec 2014 08:34:00 +0000
X-Env-Sender: olaf@aepfle.de
X-Msg-Ref: server-4.tower-21.messagelabs.com!1418114039!14292801!1
X-Originating-IP: [81.169.146.160]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	QmFkIElQOiA4MS4xNjkuMTQ2LjE2MCA9PiA1NTc3MTg=\n,sa_preprocessor: 
	QmFkIElQOiA4MS4xNjkuMTQ2LjE2MCA9PiA1NTc3MTg=\n
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 10256 invoked from network); 9 Dec 2014 08:33:59 -0000
Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de)
	(81.169.146.160)
	by server-4.tower-21.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 9 Dec 2014 08:33:59 -0000
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1418114039; l=399;
	s=domk; d=aepfle.de;
	h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version:
	References:Subject:Cc:To:From:Date;
	bh=7heqegxVfNiKFiSrmvaD+2xhA44=;
	b=tDJrD+Io1q7R3ckzEH05I1GWNxRrFDc704d1q/dosTQRWvjZABOPaGOPV6DbBLAzdYM
	2RXfHHvIaJtkUnuP/uSGnlDQKMcE5L6olPET/R4x2LoNh0YZNt5O5TlTLFSpJpe2r/dRR
	F9k75PoLLo6GwAiNtlW43OvQDKVtrfNZmJE=
X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssV99SEpOlQD22BhqGB3P3iaBLrl+V5meZTl30+w==
X-RZG-CLASS-ID: mo00
Received: from probook.fritz.box ([2001:a60:10ca:da01:1ec1:deff:feb9:bb48])
	by smtp.strato.de (RZmta 36.3 AUTH) with ESMTPSA id x0251cqB98Xv8vo
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate);
	Tue, 9 Dec 2014 09:33:57 +0100 (CET)
Received: by probook.fritz.box (Postfix, from userid 1000)
	id A43375015E; Tue,  9 Dec 2014 09:33:56 +0100 (CET)
Date: Tue, 9 Dec 2014 09:33:56 +0100
From: Olaf Hering <olaf@aepfle.de>
To: Wei Liu <wei.liu2@citrix.com>
Message-ID: <20141209083356.GA21664@aepfle.de>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
	<20141202151708.GA23112@aepfle.de>
	<20141205171102.GA24737@aepfle.de>
	<20141208171949.GA1819@aepfle.de>
	<20141208172307.GA25749@zion.uk.xensource.com>
	<20141208173708.GA6679@aepfle.de>
	<20141208174854.GB25749@zion.uk.xensource.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <20141208174854.GB25749@zion.uk.xensource.com>
User-Agent: Mutt/1.5.22.rev6346 (2013-10-29)
Cc: Mark Pryor <tlviewer@yahoo.com>, Ian Campbell <Ian.Campbell@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] [Xen-devel] 4.5 git: regression in xen systemd
 shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, Dec 08, Wei Liu wrote:

> However I think the problem you're seeing is due to xenstored exits too
> early, which should be fixable by rearranging the shutdown order? I.e.
> xenstored shuts down after xendomains.

True, and this is addressed by 268b8f1.

Perhaps a crashed or otherwise unavailable xenstored isnt such a problem
because its like that since a very long time.

Olaf

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 09 08:35:31 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 09 Dec 2014 08:35: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-users-bounces@lists.xen.org>)
	id 1XyGF9-00041t-Ph; Tue, 09 Dec 2014 08:34:03 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <olaf@aepfle.de>)
	id 1XyGF6-000419-TX; Tue, 09 Dec 2014 08:34:01 +0000
Received: from [85.158.143.35] by server-1.bemta-4.messagelabs.com id
	B5/8A-09842-8F3B6845; Tue, 09 Dec 2014 08:34:00 +0000
X-Env-Sender: olaf@aepfle.de
X-Msg-Ref: server-4.tower-21.messagelabs.com!1418114039!14292801!1
X-Originating-IP: [81.169.146.160]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	QmFkIElQOiA4MS4xNjkuMTQ2LjE2MCA9PiA1NTc3MTg=\n,sa_preprocessor: 
	QmFkIElQOiA4MS4xNjkuMTQ2LjE2MCA9PiA1NTc3MTg=\n
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 10256 invoked from network); 9 Dec 2014 08:33:59 -0000
Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de)
	(81.169.146.160)
	by server-4.tower-21.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 9 Dec 2014 08:33:59 -0000
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1418114039; l=399;
	s=domk; d=aepfle.de;
	h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version:
	References:Subject:Cc:To:From:Date;
	bh=7heqegxVfNiKFiSrmvaD+2xhA44=;
	b=tDJrD+Io1q7R3ckzEH05I1GWNxRrFDc704d1q/dosTQRWvjZABOPaGOPV6DbBLAzdYM
	2RXfHHvIaJtkUnuP/uSGnlDQKMcE5L6olPET/R4x2LoNh0YZNt5O5TlTLFSpJpe2r/dRR
	F9k75PoLLo6GwAiNtlW43OvQDKVtrfNZmJE=
X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssV99SEpOlQD22BhqGB3P3iaBLrl+V5meZTl30+w==
X-RZG-CLASS-ID: mo00
Received: from probook.fritz.box ([2001:a60:10ca:da01:1ec1:deff:feb9:bb48])
	by smtp.strato.de (RZmta 36.3 AUTH) with ESMTPSA id x0251cqB98Xv8vo
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate);
	Tue, 9 Dec 2014 09:33:57 +0100 (CET)
Received: by probook.fritz.box (Postfix, from userid 1000)
	id A43375015E; Tue,  9 Dec 2014 09:33:56 +0100 (CET)
Date: Tue, 9 Dec 2014 09:33:56 +0100
From: Olaf Hering <olaf@aepfle.de>
To: Wei Liu <wei.liu2@citrix.com>
Message-ID: <20141209083356.GA21664@aepfle.de>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
	<20141202151708.GA23112@aepfle.de>
	<20141205171102.GA24737@aepfle.de>
	<20141208171949.GA1819@aepfle.de>
	<20141208172307.GA25749@zion.uk.xensource.com>
	<20141208173708.GA6679@aepfle.de>
	<20141208174854.GB25749@zion.uk.xensource.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <20141208174854.GB25749@zion.uk.xensource.com>
User-Agent: Mutt/1.5.22.rev6346 (2013-10-29)
Cc: Mark Pryor <tlviewer@yahoo.com>, Ian Campbell <Ian.Campbell@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] [Xen-devel] 4.5 git: regression in xen systemd
 shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, Dec 08, Wei Liu wrote:

> However I think the problem you're seeing is due to xenstored exits too
> early, which should be fixable by rearranging the shutdown order? I.e.
> xenstored shuts down after xendomains.

True, and this is addressed by 268b8f1.

Perhaps a crashed or otherwise unavailable xenstored isnt such a problem
because its like that since a very long time.

Olaf

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 09 16:13:58 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 09 Dec 2014 16:13:58 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XyNOQ-0005Hp-Ut; Tue, 09 Dec 2014 16:12:06 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Jackson@citrix.com>)
	id 1XyNOP-0005Gg-Mi; Tue, 09 Dec 2014 16:12:05 +0000
Received: from [193.109.254.147] by server-4.bemta-14.messagelabs.com id
	42/F4-02954-45F17845; Tue, 09 Dec 2014 16:12:04 +0000
X-Env-Sender: Ian.Jackson@citrix.com
X-Msg-Ref: server-8.tower-27.messagelabs.com!1418141521!13999955!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.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 4119 invoked from network); 9 Dec 2014 16:12:04 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-8.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	9 Dec 2014 16:12:04 -0000
X-IronPort-AV: E=Sophos;i="5.07,545,1413244800"; d="scan'208";a="202365217"
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.80) with Microsoft SMTP Server id 14.3.210.2;
	Tue, 9 Dec 2014 11:10:38 -0500
Received: from mariner.uk.xensource.com ([10.80.2.22])	by
	ukmail1.uk.xensource.com with esmtp (Exim 4.69)	(envelope-from
	<Ian.Jackson@eu.citrix.com>)	id 1XyNN0-0006GS-N2;
	Tue, 09 Dec 2014 16:10:38 +0000
Received: from iwj by mariner.uk.xensource.com with local (Exim 4.80)
	(envelope-from <Ian.Jackson@eu.citrix.com>)	id 1XyNN0-0005eN-Fi;
	Tue, 09 Dec 2014 16:10:38 +0000
From: Ian Jackson <Ian.Jackson@eu.citrix.com>
MIME-Version: 1.0
Message-ID: <21639.7934.287371.334691@mariner.uk.xensource.com>
Date: Tue, 9 Dec 2014 16:10:38 +0000
To: Olaf Hering <olaf@aepfle.de>
In-Reply-To: <20141209083356.GA21664@aepfle.de>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
	<20141202151708.GA23112@aepfle.de>
	<20141205171102.GA24737@aepfle.de>
	<20141208171949.GA1819@aepfle.de>
	<20141208172307.GA25749@zion.uk.xensource.com>
	<20141208173708.GA6679@aepfle.de>
	<20141208174854.GB25749@zion.uk.xensource.com>
	<20141209083356.GA21664@aepfle.de>
X-Mailer: VM 8.1.0 under 23.4.1 (i486-pc-linux-gnu)
X-DLP: MIA2
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>,
	Ian Campbell <Ian.Campbell@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] [Xen-devel] 4.5 git: regression in xen systemd
 shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Olaf Hering writes ("Re: [Xen-devel] [Xen-users] 4.5 git: regression in xen systemd shutdown hangs the OS"):
> Perhaps a crashed or otherwise unavailable xenstored isnt such a problem
> because its like that since a very long time.

Without xenstored, the system is basically hosed.  And it's not really
restartable.

Ian.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 09 16:13:58 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 09 Dec 2014 16:13:58 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XyNOQ-0005Hp-Ut; Tue, 09 Dec 2014 16:12:06 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Jackson@citrix.com>)
	id 1XyNOP-0005Gg-Mi; Tue, 09 Dec 2014 16:12:05 +0000
Received: from [193.109.254.147] by server-4.bemta-14.messagelabs.com id
	42/F4-02954-45F17845; Tue, 09 Dec 2014 16:12:04 +0000
X-Env-Sender: Ian.Jackson@citrix.com
X-Msg-Ref: server-8.tower-27.messagelabs.com!1418141521!13999955!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.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 4119 invoked from network); 9 Dec 2014 16:12:04 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-8.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	9 Dec 2014 16:12:04 -0000
X-IronPort-AV: E=Sophos;i="5.07,545,1413244800"; d="scan'208";a="202365217"
Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com
	(10.13.107.80) with Microsoft SMTP Server id 14.3.210.2;
	Tue, 9 Dec 2014 11:10:38 -0500
Received: from mariner.uk.xensource.com ([10.80.2.22])	by
	ukmail1.uk.xensource.com with esmtp (Exim 4.69)	(envelope-from
	<Ian.Jackson@eu.citrix.com>)	id 1XyNN0-0006GS-N2;
	Tue, 09 Dec 2014 16:10:38 +0000
Received: from iwj by mariner.uk.xensource.com with local (Exim 4.80)
	(envelope-from <Ian.Jackson@eu.citrix.com>)	id 1XyNN0-0005eN-Fi;
	Tue, 09 Dec 2014 16:10:38 +0000
From: Ian Jackson <Ian.Jackson@eu.citrix.com>
MIME-Version: 1.0
Message-ID: <21639.7934.287371.334691@mariner.uk.xensource.com>
Date: Tue, 9 Dec 2014 16:10:38 +0000
To: Olaf Hering <olaf@aepfle.de>
In-Reply-To: <20141209083356.GA21664@aepfle.de>
References: <948996368.3219599.1417477301121.JavaMail.yahoo@jws10637.mail.bf1.yahoo.com>
	<1417512564.15063.4.camel@citrix.com>
	<20141202151708.GA23112@aepfle.de>
	<20141205171102.GA24737@aepfle.de>
	<20141208171949.GA1819@aepfle.de>
	<20141208172307.GA25749@zion.uk.xensource.com>
	<20141208173708.GA6679@aepfle.de>
	<20141208174854.GB25749@zion.uk.xensource.com>
	<20141209083356.GA21664@aepfle.de>
X-Mailer: VM 8.1.0 under 23.4.1 (i486-pc-linux-gnu)
X-DLP: MIA2
Cc: Mark Pryor <tlviewer@yahoo.com>, Wei Liu <wei.liu2@citrix.com>,
	Ian Campbell <Ian.Campbell@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	xen-devel <xen-devel@lists.xen.org>, Xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] [Xen-devel] 4.5 git: regression in xen systemd
 shutdown hangs the OS
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Olaf Hering writes ("Re: [Xen-devel] [Xen-users] 4.5 git: regression in xen systemd shutdown hangs the OS"):
> Perhaps a crashed or otherwise unavailable xenstored isnt such a problem
> because its like that since a very long time.

Without xenstored, the system is basically hosed.  And it's not really
restartable.

Ian.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 09 16:33:40 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 09 Dec 2014 16:33: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-users-bounces@lists.xen.org>)
	id 1XyNhl-00074C-Qh; Tue, 09 Dec 2014 16:32:05 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <hanhaijiao2010@qq.com>) id 1XxrtO-0004ka-N2
	for xen-users@lists.xen.org; Mon, 08 Dec 2014 06:33:59 +0000
Received: from [85.158.137.68] by server-11.bemta-3.messagelabs.com id
	C7/ED-25547-65645845; Mon, 08 Dec 2014 06:33:58 +0000
X-Env-Sender: hanhaijiao2010@qq.com
X-Msg-Ref: server-10.tower-31.messagelabs.com!1418020432!11670791!1
X-Originating-IP: [54.207.19.206]
X-SpamReason: No, hits=2.8 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	HTML_OBFUSCATE_10_20, MIME_BOUND_NEXTPART,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 31111 invoked from network); 8 Dec 2014 06:33:56 -0000
Received: from smtpbgbr1.qq.com (HELO smtpbgbr1.qq.com) (54.207.19.206)
	by server-10.tower-31.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 8 Dec 2014 06:33:56 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qq.com; s=s201307;
	t=1418020417; bh=a0HLeuL0ekBn8RdOM2UnuwcHGbcS8u693SF8Dw9TYHc=;
	h=X-QQ-FEAT:X-QQ-SSF:X-HAS-ATTACH:X-QQ-BUSINESS-ORIGIN:
	X-Originating-IP:X-QQ-STYLE:X-QQ-mid:From:To:Subject:Mime-Version:Content-Type:Content-Transfer-Encoding:Date:
	X-Priority:Message-ID:X-QQ-MIME:X-Mailer:X-QQ-Mailer:
	X-QQ-SENDSIZE;
	b=e4GqYopB1XU15mBKN195i0wM0rsKatv4LcMR05ms/3HXU0qNdGa3uR+f2jMGdREug
	SwM55WrhomKGlRi33oQAwC7tZfaU75R6f0lnqLKfdEjBWK6idfNCYWDEOei/GtiHGQ
	q8N5YUnQjWqVOopiFwlPB2/NEYvTirWrbL5i/bJU=
X-QQ-FEAT: uLrObuf7YmmuBgQ/1IdAACrNbgKCfe0WxJ5BD8VM26QC3lDOr7optmPR64/YS
	/Cn55FYyAFzALxHxnQ+iUNrBiBCdpBc5HVDT/SemXb2tzOrX/pcvd2P0QRB/XL7eUzt3N8F
	mjohQGi1E6ftVHII8DTBk42qYUIE7b1aZoNIBor9kigrUpqdmFgD/eqtpmaKZiLjJVr7+ki
	ekJJG7teaDQ==
X-QQ-SSF: 000000000000001000000000000000E
X-HAS-ATTACH: no
X-QQ-BUSINESS-ORIGIN: 2
X-Originating-IP: 159.226.134.131
X-QQ-STYLE: 
X-QQ-mid: webmail575t1418020415t327906
From: "=?utf-8?B?55e0?=" <hanhaijiao2010@qq.com>
To: "=?utf-8?B?eGVuLXVzZXJz?=" <xen-users@lists.xen.org>
Mime-Version: 1.0
Date: Mon, 8 Dec 2014 14:33:35 +0800
X-Priority: 3
Message-ID: <tencent_2710FC0304AFC0FA09C2DF6D@qq.com>
X-QQ-MIME: TCMime 1.0 by Tencent
X-Mailer: QQMail 2.x
X-QQ-Mailer: QQMail 2.x
X-QQ-SENDSIZE: 520
X-QQ-Bgrelay: 1
X-Mailman-Approved-At: Tue, 09 Dec 2014 16:32:05 +0000
Subject: [Xen-users] Does Xen support Mac OS X virtual machine's
	installation? If so, how to install the vm...
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2416201505027840352=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

This is a multi-part message in MIME format.

--===============2416201505027840352==
Content-Type: multipart/alternative;
	boundary="----=_NextPart_5485463F_0903F950_083FA2C2"
Content-Transfer-Encoding: 8Bit

This is a multi-part message in MIME format.

------=_NextPart_5485463F_0903F950_083FA2C2
Content-Type: text/plain;
	charset="utf-8"
Content-Transfer-Encoding: base64

TXkgaG9zdCBpbmZvcm1hdGlvbjpJbnRlbChSKSBYZW9uKFIpIENQVSBFNS0yNjMwIDAgQCAy
LjMwR0h64oCNDQpMaW51eCBVYnVudHUgMy41LjAtMjYtZ2VuZXJpY+KAjQ0KeGVuLTQuNC4x
DQoNCg0KSSBoYXZlIHNlZW4gc2V2ZXJhbCBhcnRpY2xlIGFib3V0IGhvdyB0byBpbnN0YWxs
LCBidXQgdGhleSBzYWlkIGEgbGl0dGxlIHNpbXBsZS4gDQpJIGZvbGxvd2VkLCBmYWlsZWQg
YW5kIGRpZG4ndCBrbm93IGhvdyB0byB0cnkuIENhbiBhbnlvbmUgdGVsbCBtZSBob3cgdG8g
ZG8gdGhpcz8NClRoYW5rIHlvdSBndXlzIHNvIG11Y2ghIQ==

------=_NextPart_5485463F_0903F950_083FA2C2
Content-Type: text/html;
	charset="utf-8"
Content-Transfer-Encoding: base64

TXkgaG9zdCBpbmZvcm1hdGlvbjo8ZGl2PkludGVsKFIpIFhlb24oUikgQ1BVIEU1LTI2MzAg
MCBAIDIuMzBHSHo8c3BhbiBpZD0iX2VkaXRvcl9ib29rbWFya19zdGFydF8wIiBzdHlsZT0i
ZGlzcGxheTogbm9uZTsgbGluZS1oZWlnaHQ6IDBweDsiPuKAjTwvc3Bhbj48L2Rpdj48ZGl2
PkxpbnV4IFVidW50dSAzLjUuMC0yNi1nZW5lcmljPHNwYW4gaWQ9Il9lZGl0b3JfYm9va21h
cmtfc3RhcnRfMSIgc3R5bGU9ImRpc3BsYXk6IG5vbmU7IGxpbmUtaGVpZ2h0OiAwcHg7Ij7i
gI08L3NwYW4+PC9kaXY+PGRpdj54ZW4tNC40LjE8L2Rpdj48ZGl2Pjxicj48L2Rpdj48ZGl2
PkkgaGF2ZSBzZWVuIHNldmVyYWwgYXJ0aWNsZSBhYm91dCBob3cgdG8gaW5zdGFsbCwgYnV0
IHRoZXkgc2FpZCBhIGxpdHRsZSBzaW1wbGUuJm5ic3A7PC9kaXY+PGRpdj5JIGZvbGxvd2Vk
LCBmYWlsZWQgYW5kIGRpZG4ndCBrbm93IGhvdyB0byB0cnkuIENhbiBhbnlvbmUgdGVsbCBt
ZSBob3cgdG8gZG8gdGhpcz88L2Rpdj48ZGl2PlRoYW5rIHlvdSBndXlzIHNvIG11Y2ghITwv
ZGl2Pg==

------=_NextPart_5485463F_0903F950_083FA2C2--





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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============2416201505027840352==--





From xen-users-bounces@lists.xen.org Tue Dec 09 16:33:40 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 09 Dec 2014 16:33: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-users-bounces@lists.xen.org>)
	id 1XyNhl-00074C-Qh; Tue, 09 Dec 2014 16:32:05 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <hanhaijiao2010@qq.com>) id 1XxrtO-0004ka-N2
	for xen-users@lists.xen.org; Mon, 08 Dec 2014 06:33:59 +0000
Received: from [85.158.137.68] by server-11.bemta-3.messagelabs.com id
	C7/ED-25547-65645845; Mon, 08 Dec 2014 06:33:58 +0000
X-Env-Sender: hanhaijiao2010@qq.com
X-Msg-Ref: server-10.tower-31.messagelabs.com!1418020432!11670791!1
X-Originating-IP: [54.207.19.206]
X-SpamReason: No, hits=2.8 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	HTML_OBFUSCATE_10_20, MIME_BOUND_NEXTPART,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 31111 invoked from network); 8 Dec 2014 06:33:56 -0000
Received: from smtpbgbr1.qq.com (HELO smtpbgbr1.qq.com) (54.207.19.206)
	by server-10.tower-31.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 8 Dec 2014 06:33:56 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qq.com; s=s201307;
	t=1418020417; bh=a0HLeuL0ekBn8RdOM2UnuwcHGbcS8u693SF8Dw9TYHc=;
	h=X-QQ-FEAT:X-QQ-SSF:X-HAS-ATTACH:X-QQ-BUSINESS-ORIGIN:
	X-Originating-IP:X-QQ-STYLE:X-QQ-mid:From:To:Subject:Mime-Version:Content-Type:Content-Transfer-Encoding:Date:
	X-Priority:Message-ID:X-QQ-MIME:X-Mailer:X-QQ-Mailer:
	X-QQ-SENDSIZE;
	b=e4GqYopB1XU15mBKN195i0wM0rsKatv4LcMR05ms/3HXU0qNdGa3uR+f2jMGdREug
	SwM55WrhomKGlRi33oQAwC7tZfaU75R6f0lnqLKfdEjBWK6idfNCYWDEOei/GtiHGQ
	q8N5YUnQjWqVOopiFwlPB2/NEYvTirWrbL5i/bJU=
X-QQ-FEAT: uLrObuf7YmmuBgQ/1IdAACrNbgKCfe0WxJ5BD8VM26QC3lDOr7optmPR64/YS
	/Cn55FYyAFzALxHxnQ+iUNrBiBCdpBc5HVDT/SemXb2tzOrX/pcvd2P0QRB/XL7eUzt3N8F
	mjohQGi1E6ftVHII8DTBk42qYUIE7b1aZoNIBor9kigrUpqdmFgD/eqtpmaKZiLjJVr7+ki
	ekJJG7teaDQ==
X-QQ-SSF: 000000000000001000000000000000E
X-HAS-ATTACH: no
X-QQ-BUSINESS-ORIGIN: 2
X-Originating-IP: 159.226.134.131
X-QQ-STYLE: 
X-QQ-mid: webmail575t1418020415t327906
From: "=?utf-8?B?55e0?=" <hanhaijiao2010@qq.com>
To: "=?utf-8?B?eGVuLXVzZXJz?=" <xen-users@lists.xen.org>
Mime-Version: 1.0
Date: Mon, 8 Dec 2014 14:33:35 +0800
X-Priority: 3
Message-ID: <tencent_2710FC0304AFC0FA09C2DF6D@qq.com>
X-QQ-MIME: TCMime 1.0 by Tencent
X-Mailer: QQMail 2.x
X-QQ-Mailer: QQMail 2.x
X-QQ-SENDSIZE: 520
X-QQ-Bgrelay: 1
X-Mailman-Approved-At: Tue, 09 Dec 2014 16:32:05 +0000
Subject: [Xen-users] Does Xen support Mac OS X virtual machine's
	installation? If so, how to install the vm...
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2416201505027840352=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

This is a multi-part message in MIME format.

--===============2416201505027840352==
Content-Type: multipart/alternative;
	boundary="----=_NextPart_5485463F_0903F950_083FA2C2"
Content-Transfer-Encoding: 8Bit

This is a multi-part message in MIME format.

------=_NextPart_5485463F_0903F950_083FA2C2
Content-Type: text/plain;
	charset="utf-8"
Content-Transfer-Encoding: base64

TXkgaG9zdCBpbmZvcm1hdGlvbjpJbnRlbChSKSBYZW9uKFIpIENQVSBFNS0yNjMwIDAgQCAy
LjMwR0h64oCNDQpMaW51eCBVYnVudHUgMy41LjAtMjYtZ2VuZXJpY+KAjQ0KeGVuLTQuNC4x
DQoNCg0KSSBoYXZlIHNlZW4gc2V2ZXJhbCBhcnRpY2xlIGFib3V0IGhvdyB0byBpbnN0YWxs
LCBidXQgdGhleSBzYWlkIGEgbGl0dGxlIHNpbXBsZS4gDQpJIGZvbGxvd2VkLCBmYWlsZWQg
YW5kIGRpZG4ndCBrbm93IGhvdyB0byB0cnkuIENhbiBhbnlvbmUgdGVsbCBtZSBob3cgdG8g
ZG8gdGhpcz8NClRoYW5rIHlvdSBndXlzIHNvIG11Y2ghIQ==

------=_NextPart_5485463F_0903F950_083FA2C2
Content-Type: text/html;
	charset="utf-8"
Content-Transfer-Encoding: base64

TXkgaG9zdCBpbmZvcm1hdGlvbjo8ZGl2PkludGVsKFIpIFhlb24oUikgQ1BVIEU1LTI2MzAg
MCBAIDIuMzBHSHo8c3BhbiBpZD0iX2VkaXRvcl9ib29rbWFya19zdGFydF8wIiBzdHlsZT0i
ZGlzcGxheTogbm9uZTsgbGluZS1oZWlnaHQ6IDBweDsiPuKAjTwvc3Bhbj48L2Rpdj48ZGl2
PkxpbnV4IFVidW50dSAzLjUuMC0yNi1nZW5lcmljPHNwYW4gaWQ9Il9lZGl0b3JfYm9va21h
cmtfc3RhcnRfMSIgc3R5bGU9ImRpc3BsYXk6IG5vbmU7IGxpbmUtaGVpZ2h0OiAwcHg7Ij7i
gI08L3NwYW4+PC9kaXY+PGRpdj54ZW4tNC40LjE8L2Rpdj48ZGl2Pjxicj48L2Rpdj48ZGl2
PkkgaGF2ZSBzZWVuIHNldmVyYWwgYXJ0aWNsZSBhYm91dCBob3cgdG8gaW5zdGFsbCwgYnV0
IHRoZXkgc2FpZCBhIGxpdHRsZSBzaW1wbGUuJm5ic3A7PC9kaXY+PGRpdj5JIGZvbGxvd2Vk
LCBmYWlsZWQgYW5kIGRpZG4ndCBrbm93IGhvdyB0byB0cnkuIENhbiBhbnlvbmUgdGVsbCBt
ZSBob3cgdG8gZG8gdGhpcz88L2Rpdj48ZGl2PlRoYW5rIHlvdSBndXlzIHNvIG11Y2ghITwv
ZGl2Pg==

------=_NextPart_5485463F_0903F950_083FA2C2--





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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============2416201505027840352==--





From xen-users-bounces@lists.xen.org Tue Dec 09 17:42:37 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 09 Dec 2014 17:42:37 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XyOn3-0002jV-I0; Tue, 09 Dec 2014 17:41:37 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <mansoor.nathani@mnathani.com>) id 1XyOn2-0002jQ-UF
	for xen-users@lists.xen.org; Tue, 09 Dec 2014 17:41:37 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	4A/FF-25276-05437845; Tue, 09 Dec 2014 17:41:36 +0000
X-Env-Sender: mansoor.nathani@mnathani.com
X-Msg-Ref: server-16.tower-21.messagelabs.com!1418146894!11047877!1
X-Originating-IP: [209.85.213.179]
X-SpamReason: No, hits=2.6 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	HTML_OBFUSCATE_05_10,MAILTO_TO_SPAM_ADDR,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21470 invoked from network); 9 Dec 2014 17:41:35 -0000
Received: from mail-ig0-f179.google.com (HELO mail-ig0-f179.google.com)
	(209.85.213.179)
	by server-16.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	9 Dec 2014 17:41:35 -0000
Received: by mail-ig0-f179.google.com with SMTP id r2so1375488igi.0
	for <xen-users@lists.xen.org>; Tue, 09 Dec 2014 09:41:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=mnathani.com; s=20140903;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=Wp8lHKgJek7vUTFGv01dnY50l1HpoqOc6SkuKssqrnU=;
	b=YHF43hFYbjgFNIuRMEH8ptZ2UG15VuA1ziCs3IAhe5cfOlJgNoft/TMFfiFHsTdB/1
	7k+9XYSUtKuSvR+R0qvS1RvULeKCF4RQIZVmLO+Iw9t/LnQI8rUaoiOGWEaWWRM0+1/Z
	aWGqYtCMLjSo3EC1el/85DgLbnbAOnL1ro6SE=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=1e100.net; s=20130820;
	h=x-gm-message-state:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:cc:content-type;
	bh=Wp8lHKgJek7vUTFGv01dnY50l1HpoqOc6SkuKssqrnU=;
	b=Jt/EZ1wT93gb3Hnzc0uYxvRZIXdY24A/nKpBmrXZAkhNAQaZ8IfhCXG5knfNdzbKaN
	os8gU8BPu4yB5uB8T4IeSm98sI3185Filkpv89psxjQ7ukDZmbXgiqDLRswK/vCbDeHs
	PW0CVci9H09gxxkQ1Bx4p6NPbUrNy7fQetst8ySoToW9EJHeM7Y33fUkjxUsGsOtvadD
	EqTQs7BASRKH0cy7Kqp3X0+yi9sBvTqi7YvBXOH2LE0r1HnZRuxbST1dw7Nm5400tI/1
	RZhYuv4TdSlOdQZxVuJFyKHcrIF/lt4LDr7vM/vBvM93BqZvG0/OuHjrTQ+EVS6a34iH
	YP8g==
X-Gm-Message-State: ALoCoQmxTpK9LsViN7yF6ei0+sGvX+pNo67jILj+npyG8PttGY6wfvBezYWlbvKM60AqMaN6yBJM
MIME-Version: 1.0
X-Received: by 10.107.131.133 with SMTP id n5mr17417253ioi.30.1418146894176;
	Tue, 09 Dec 2014 09:41:34 -0800 (PST)
Received: by 10.107.53.139 with HTTP; Tue, 9 Dec 2014 09:41:34 -0800 (PST)
Received: by 10.107.53.139 with HTTP; Tue, 9 Dec 2014 09:41:34 -0800 (PST)
In-Reply-To: <tencent_2710FC0304AFC0FA09C2DF6D@qq.com>
References: <tencent_2710FC0304AFC0FA09C2DF6D@qq.com>
Date: Tue, 9 Dec 2014 12:41:34 -0500
Message-ID: <CAARoLQOOwKqPrmtKy=AP9Xpbjbft3xj9ZZ6V_R5=4g+K4Kcvrw@mail.gmail.com>
From: Mansoor Nathani <mansoor.nathani@mnathani.com>
To: =?UTF-8?B?55e0?= <hanhaijiao2010@qq.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Does Xen support Mac OS X virtual machine's
 installation? If so, how to install the vm...
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============8564667171040322599=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============8564667171040322599==
Content-Type: multipart/alternative; boundary=001a113ebbf8ddfe430509cc0da2

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

When I last checked, Apple does not permit virtualization of its OS's
especially on non Apple hardware.

Mansoor
On Dec 9, 2014 11:34 AM, "=E7=97=B4" <hanhaijiao2010@qq.com> wrote:

> My host information:
> Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz=E2=80=8D
> Linux Ubuntu 3.5.0-26-generic=E2=80=8D
> xen-4.4.1
>
> I have seen several article about how to install, but they said a little
> simple.
> I followed, failed and didn't know how to try. Can anyone tell me how to
> do this?
> Thank you guys so much!!
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users
>

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

<p dir=3D"ltr">When I last checked, Apple does not permit virtualization of=
 its OS&#39;s especially on non Apple hardware. </p>
<p dir=3D"ltr">Mansoor </p>
<div class=3D"gmail_quote">On Dec 9, 2014 11:34 AM, &quot;=E7=97=B4&quot; &=
lt;<a href=3D"mailto:hanhaijiao2010@qq.com">hanhaijiao2010@qq.com</a>&gt; w=
rote:<br type=3D"attribution"><blockquote class=3D"gmail_quote" style=3D"ma=
rgin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">My host inform=
ation:<div>Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz<span style=3D"line-heig=
ht:0px">=E2=80=8D</span></div><div>Linux Ubuntu 3.5.0-26-generic<span style=
=3D"line-height:0px">=E2=80=8D</span></div><div>xen-4.4.1</div><div><br></d=
iv><div>I have seen several article about how to install, but they said a l=
ittle simple.=C2=A0</div><div>I followed, failed and didn&#39;t know how to=
 try. Can anyone tell me how to do this?</div><div>Thank you guys so much!!=
</div><br>_______________________________________________<br>
Xen-users mailing list<br>
<a href=3D"mailto:Xen-users@lists.xen.org">Xen-users@lists.xen.org</a><br>
<a href=3D"http://lists.xen.org/xen-users" target=3D"_blank">http://lists.x=
en.org/xen-users</a><br></blockquote></div>

--001a113ebbf8ddfe430509cc0da2--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============8564667171040322599==--


From xen-users-bounces@lists.xen.org Tue Dec 09 17:42:37 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 09 Dec 2014 17:42:37 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XyOn3-0002jV-I0; Tue, 09 Dec 2014 17:41:37 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <mansoor.nathani@mnathani.com>) id 1XyOn2-0002jQ-UF
	for xen-users@lists.xen.org; Tue, 09 Dec 2014 17:41:37 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	4A/FF-25276-05437845; Tue, 09 Dec 2014 17:41:36 +0000
X-Env-Sender: mansoor.nathani@mnathani.com
X-Msg-Ref: server-16.tower-21.messagelabs.com!1418146894!11047877!1
X-Originating-IP: [209.85.213.179]
X-SpamReason: No, hits=2.6 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	HTML_OBFUSCATE_05_10,MAILTO_TO_SPAM_ADDR,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21470 invoked from network); 9 Dec 2014 17:41:35 -0000
Received: from mail-ig0-f179.google.com (HELO mail-ig0-f179.google.com)
	(209.85.213.179)
	by server-16.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	9 Dec 2014 17:41:35 -0000
Received: by mail-ig0-f179.google.com with SMTP id r2so1375488igi.0
	for <xen-users@lists.xen.org>; Tue, 09 Dec 2014 09:41:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=mnathani.com; s=20140903;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=Wp8lHKgJek7vUTFGv01dnY50l1HpoqOc6SkuKssqrnU=;
	b=YHF43hFYbjgFNIuRMEH8ptZ2UG15VuA1ziCs3IAhe5cfOlJgNoft/TMFfiFHsTdB/1
	7k+9XYSUtKuSvR+R0qvS1RvULeKCF4RQIZVmLO+Iw9t/LnQI8rUaoiOGWEaWWRM0+1/Z
	aWGqYtCMLjSo3EC1el/85DgLbnbAOnL1ro6SE=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=1e100.net; s=20130820;
	h=x-gm-message-state:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:cc:content-type;
	bh=Wp8lHKgJek7vUTFGv01dnY50l1HpoqOc6SkuKssqrnU=;
	b=Jt/EZ1wT93gb3Hnzc0uYxvRZIXdY24A/nKpBmrXZAkhNAQaZ8IfhCXG5knfNdzbKaN
	os8gU8BPu4yB5uB8T4IeSm98sI3185Filkpv89psxjQ7ukDZmbXgiqDLRswK/vCbDeHs
	PW0CVci9H09gxxkQ1Bx4p6NPbUrNy7fQetst8ySoToW9EJHeM7Y33fUkjxUsGsOtvadD
	EqTQs7BASRKH0cy7Kqp3X0+yi9sBvTqi7YvBXOH2LE0r1HnZRuxbST1dw7Nm5400tI/1
	RZhYuv4TdSlOdQZxVuJFyKHcrIF/lt4LDr7vM/vBvM93BqZvG0/OuHjrTQ+EVS6a34iH
	YP8g==
X-Gm-Message-State: ALoCoQmxTpK9LsViN7yF6ei0+sGvX+pNo67jILj+npyG8PttGY6wfvBezYWlbvKM60AqMaN6yBJM
MIME-Version: 1.0
X-Received: by 10.107.131.133 with SMTP id n5mr17417253ioi.30.1418146894176;
	Tue, 09 Dec 2014 09:41:34 -0800 (PST)
Received: by 10.107.53.139 with HTTP; Tue, 9 Dec 2014 09:41:34 -0800 (PST)
Received: by 10.107.53.139 with HTTP; Tue, 9 Dec 2014 09:41:34 -0800 (PST)
In-Reply-To: <tencent_2710FC0304AFC0FA09C2DF6D@qq.com>
References: <tencent_2710FC0304AFC0FA09C2DF6D@qq.com>
Date: Tue, 9 Dec 2014 12:41:34 -0500
Message-ID: <CAARoLQOOwKqPrmtKy=AP9Xpbjbft3xj9ZZ6V_R5=4g+K4Kcvrw@mail.gmail.com>
From: Mansoor Nathani <mansoor.nathani@mnathani.com>
To: =?UTF-8?B?55e0?= <hanhaijiao2010@qq.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Does Xen support Mac OS X virtual machine's
 installation? If so, how to install the vm...
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============8564667171040322599=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============8564667171040322599==
Content-Type: multipart/alternative; boundary=001a113ebbf8ddfe430509cc0da2

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

When I last checked, Apple does not permit virtualization of its OS's
especially on non Apple hardware.

Mansoor
On Dec 9, 2014 11:34 AM, "=E7=97=B4" <hanhaijiao2010@qq.com> wrote:

> My host information:
> Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz=E2=80=8D
> Linux Ubuntu 3.5.0-26-generic=E2=80=8D
> xen-4.4.1
>
> I have seen several article about how to install, but they said a little
> simple.
> I followed, failed and didn't know how to try. Can anyone tell me how to
> do this?
> Thank you guys so much!!
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users
>

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

<p dir=3D"ltr">When I last checked, Apple does not permit virtualization of=
 its OS&#39;s especially on non Apple hardware. </p>
<p dir=3D"ltr">Mansoor </p>
<div class=3D"gmail_quote">On Dec 9, 2014 11:34 AM, &quot;=E7=97=B4&quot; &=
lt;<a href=3D"mailto:hanhaijiao2010@qq.com">hanhaijiao2010@qq.com</a>&gt; w=
rote:<br type=3D"attribution"><blockquote class=3D"gmail_quote" style=3D"ma=
rgin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">My host inform=
ation:<div>Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz<span style=3D"line-heig=
ht:0px">=E2=80=8D</span></div><div>Linux Ubuntu 3.5.0-26-generic<span style=
=3D"line-height:0px">=E2=80=8D</span></div><div>xen-4.4.1</div><div><br></d=
iv><div>I have seen several article about how to install, but they said a l=
ittle simple.=C2=A0</div><div>I followed, failed and didn&#39;t know how to=
 try. Can anyone tell me how to do this?</div><div>Thank you guys so much!!=
</div><br>_______________________________________________<br>
Xen-users mailing list<br>
<a href=3D"mailto:Xen-users@lists.xen.org">Xen-users@lists.xen.org</a><br>
<a href=3D"http://lists.xen.org/xen-users" target=3D"_blank">http://lists.x=
en.org/xen-users</a><br></blockquote></div>

--001a113ebbf8ddfe430509cc0da2--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============8564667171040322599==--


From xen-users-bounces@lists.xen.org Tue Dec 09 18:50:37 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 09 Dec 2014 18:50:37 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XyPqr-0006No-S9; Tue, 09 Dec 2014 18:49:37 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <linux@thehobsons.co.uk>) id 1XyPqq-0006Nj-0Z
	for xen-users@lists.xen.org; Tue, 09 Dec 2014 18:49:36 +0000
Received: from [85.158.137.68] by server-16.bemta-3.messagelabs.com id
	FB/1A-09284-F3447845; Tue, 09 Dec 2014 18:49:35 +0000
X-Env-Sender: linux@thehobsons.co.uk
X-Msg-Ref: server-16.tower-31.messagelabs.com!1418150974!12155553!1
X-Originating-IP: [81.174.135.208]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 27676 invoked from network); 9 Dec 2014 18:49:34 -0000
Received: from patsy.thehobsons.co.uk (HELO patsy.thehobsons.co.uk)
	(81.174.135.208) by server-16.tower-31.messagelabs.com with SMTP;
	9 Dec 2014 18:49:34 -0000
X-Virus-Scanned: Debian amavisd-new at patsy.thehobsons.co.uk
Received: from [192.168.1.2] (88-111-170-54.dynamic.dsl.as9105.com
	[88.111.170.54])
	by patsy.thehobsons.co.uk (Postfix) with ESMTPSA id 0274B1BC3E
	for <xen-users@lists.xen.org>; Tue,  9 Dec 2014 18:49:26 +0000 (UTC)
Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\))
From: Simon Hobson <linux@thehobsons.co.uk>
In-Reply-To: <CAARoLQOOwKqPrmtKy=AP9Xpbjbft3xj9ZZ6V_R5=4g+K4Kcvrw@mail.gmail.com>
Date: Tue, 9 Dec 2014 18:49:25 +0000
Message-Id: <4FCC92E9-8AA8-4892-A54F-C7A67ED4309F@thehobsons.co.uk>
References: <tencent_2710FC0304AFC0FA09C2DF6D@qq.com>
	<CAARoLQOOwKqPrmtKy=AP9Xpbjbft3xj9ZZ6V_R5=4g+K4Kcvrw@mail.gmail.com>
To: xen-users <xen-users@lists.xen.org>
X-Mailer: Apple Mail (2.1510)
Subject: Re: [Xen-users] Does Xen support Mac OS X virtual machine's
	installation? If so, how to install the vm...
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Mansoor Nathani <mansoor.nathani@mnathani.com> wrote:

> When I last checked, Apple does not permit virtualization of its OS's especially on non Apple hardware.

As of 10.8 they allow it - but still only on Apple hardware.
Though actually, if you read the licence agreement carefully, virtualising 10.6 is not prohibited - it's just that most people interpret what is written and infer something that isn't specified.
>From memory, prior to 10.8 it says something like "can only be run on Apple hardware". From 10.8 onwards it specifically allows running virtualised on Apple hardware. Many have, perversely IMO, said that if it's virtualised then it's not running on the hardware. Personally, I think a virtualised machine still uses the same RAM, the same processor, etc - so it's still running on the same hardware, just with a virtualisation layer between the guest OS and the hardware.


_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 09 18:50:37 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 09 Dec 2014 18:50:37 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XyPqr-0006No-S9; Tue, 09 Dec 2014 18:49:37 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <linux@thehobsons.co.uk>) id 1XyPqq-0006Nj-0Z
	for xen-users@lists.xen.org; Tue, 09 Dec 2014 18:49:36 +0000
Received: from [85.158.137.68] by server-16.bemta-3.messagelabs.com id
	FB/1A-09284-F3447845; Tue, 09 Dec 2014 18:49:35 +0000
X-Env-Sender: linux@thehobsons.co.uk
X-Msg-Ref: server-16.tower-31.messagelabs.com!1418150974!12155553!1
X-Originating-IP: [81.174.135.208]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 27676 invoked from network); 9 Dec 2014 18:49:34 -0000
Received: from patsy.thehobsons.co.uk (HELO patsy.thehobsons.co.uk)
	(81.174.135.208) by server-16.tower-31.messagelabs.com with SMTP;
	9 Dec 2014 18:49:34 -0000
X-Virus-Scanned: Debian amavisd-new at patsy.thehobsons.co.uk
Received: from [192.168.1.2] (88-111-170-54.dynamic.dsl.as9105.com
	[88.111.170.54])
	by patsy.thehobsons.co.uk (Postfix) with ESMTPSA id 0274B1BC3E
	for <xen-users@lists.xen.org>; Tue,  9 Dec 2014 18:49:26 +0000 (UTC)
Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\))
From: Simon Hobson <linux@thehobsons.co.uk>
In-Reply-To: <CAARoLQOOwKqPrmtKy=AP9Xpbjbft3xj9ZZ6V_R5=4g+K4Kcvrw@mail.gmail.com>
Date: Tue, 9 Dec 2014 18:49:25 +0000
Message-Id: <4FCC92E9-8AA8-4892-A54F-C7A67ED4309F@thehobsons.co.uk>
References: <tencent_2710FC0304AFC0FA09C2DF6D@qq.com>
	<CAARoLQOOwKqPrmtKy=AP9Xpbjbft3xj9ZZ6V_R5=4g+K4Kcvrw@mail.gmail.com>
To: xen-users <xen-users@lists.xen.org>
X-Mailer: Apple Mail (2.1510)
Subject: Re: [Xen-users] Does Xen support Mac OS X virtual machine's
	installation? If so, how to install the vm...
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Mansoor Nathani <mansoor.nathani@mnathani.com> wrote:

> When I last checked, Apple does not permit virtualization of its OS's especially on non Apple hardware.

As of 10.8 they allow it - but still only on Apple hardware.
Though actually, if you read the licence agreement carefully, virtualising 10.6 is not prohibited - it's just that most people interpret what is written and infer something that isn't specified.
>From memory, prior to 10.8 it says something like "can only be run on Apple hardware". From 10.8 onwards it specifically allows running virtualised on Apple hardware. Many have, perversely IMO, said that if it's virtualised then it's not running on the hardware. Personally, I think a virtualised machine still uses the same RAM, the same processor, etc - so it's still running on the same hardware, just with a virtualisation layer between the guest OS and the hardware.


_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 09 22:54:18 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 09 Dec 2014 22:54: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-users-bounces@lists.xen.org>)
	id 1XyTeD-0006f8-Va; Tue, 09 Dec 2014 22:52:49 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <symack@gmail.com>) id 1XyTeC-0006f3-P1
	for xen-users@lists.xensource.com; Tue, 09 Dec 2014 22:52:48 +0000
Received: from [193.109.254.147] by server-16.bemta-14.messagelabs.com id
	50/7A-02576-04D77845; Tue, 09 Dec 2014 22:52:48 +0000
X-Env-Sender: symack@gmail.com
X-Msg-Ref: server-13.tower-27.messagelabs.com!1418165566!14050893!1
X-Originating-IP: [209.85.215.49]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_20_30,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 30905 invoked from network); 9 Dec 2014 22:52:47 -0000
Received: from mail-la0-f49.google.com (HELO mail-la0-f49.google.com)
	(209.85.215.49)
	by server-13.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	9 Dec 2014 22:52:47 -0000
Received: by mail-la0-f49.google.com with SMTP id hs14so1431029lab.36
	for <xen-users@lists.xensource.com>;
	Tue, 09 Dec 2014 14:52:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=0hoiJLi4Zwc+zCcClpoe4IZF5nqun2ZtKTSzbKP+Tkc=;
	b=X7InlysvyInGR98Fje2YJ6Yf1p2lpiynJs3e3wtdhGnisbCqcpjkwNpG6A64Gw+fHA
	dNZjakrmVgc3Yd5jxvMFhqWRhw96u8OttRulKm9bvkt2ycrINhAZVlYBGRZeQ3Tfdlsl
	1XExKEtkUlYUcBfFLtczzXLySG8eGiCjf0Mf+2FeFf+XNUXW/5q+PY9EBZ97lQFoRdqg
	ec4wCTNj4lgr/NhyN3ntzkUwzodsLH1WbprcV8YdZ86fiIFBwdxVqNGU9++qdmpZyrCr
	1ysrA7o8uE4BORIX24dUuJmV14BiQ3OQ6kGwdLG+/FMu0jNzVIaSS3qtK2etrxIh9/0W
	MnaA==
MIME-Version: 1.0
X-Received: by 10.152.5.132 with SMTP id s4mr794038las.39.1418165566586; Tue,
	09 Dec 2014 14:52:46 -0800 (PST)
Received: by 10.114.10.234 with HTTP; Tue, 9 Dec 2014 14:52:46 -0800 (PST)
Date: Tue, 9 Dec 2014 17:52:46 -0500
Message-ID: <CAGWRaZYAObJFMWzbvdZwUprhQ5VUNr+hw4t4tHr+9iSeF8XqrQ@mail.gmail.com>
From: symack <symack@gmail.com>
To: xen-users <xen-users@lists.xensource.com>
Subject: [Xen-users] In the market for newish box and emulex fiber for pci
	passthrough
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============6092827969208453745=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============6092827969208453745==
Content-Type: multipart/alternative; boundary=089e013d100ed444fd0509d06647

--089e013d100ed444fd0509d06647
Content-Type: text/plain; charset=UTF-8

Hello Everyone,

I'm looking for a pre-built used 2U server (IBM, Supermicro....) that is
known
to offer stable support for IOMMU/vt-d at the bios level for pci
passthrough.
If you guys can offer some input on what to look for, and stay away from,
maybe even recommend a combination of server (preferably IBM as I have a
good source), graphics card, and fiber network adapter (for backbone) that
is
known to work in a direct I/O, it would be greatly appreciated.

Kind Regards,

Nick from Toronto.

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

<div dir=3D"ltr">Hello Everyone,<div><br></div><div style>I&#39;m looking f=
or a pre-built used 2U server (IBM, Supermicro....) that is known</div><div=
 style>to offer stable support for IOMMU/vt-d at the bios level for pci pas=
sthrough.</div><div style>If you guys can offer some input on what to look =
for, and stay away from,</div><div style>maybe even recommend a combination=
 of server (preferably IBM as I have a</div><div style>good source), graphi=
cs card, and fiber network adapter (for backbone) that is</div><div style>k=
nown to work in a direct I/O, it would be greatly appreciated.</div><div st=
yle><br></div><div style>Kind Regards,</div><div style><br></div><div style=
>Nick from Toronto.</div></div>

--089e013d100ed444fd0509d06647--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============6092827969208453745==--


From xen-users-bounces@lists.xen.org Tue Dec 09 22:54:18 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 09 Dec 2014 22:54: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-users-bounces@lists.xen.org>)
	id 1XyTeD-0006f8-Va; Tue, 09 Dec 2014 22:52:49 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <symack@gmail.com>) id 1XyTeC-0006f3-P1
	for xen-users@lists.xensource.com; Tue, 09 Dec 2014 22:52:48 +0000
Received: from [193.109.254.147] by server-16.bemta-14.messagelabs.com id
	50/7A-02576-04D77845; Tue, 09 Dec 2014 22:52:48 +0000
X-Env-Sender: symack@gmail.com
X-Msg-Ref: server-13.tower-27.messagelabs.com!1418165566!14050893!1
X-Originating-IP: [209.85.215.49]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_20_30,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 30905 invoked from network); 9 Dec 2014 22:52:47 -0000
Received: from mail-la0-f49.google.com (HELO mail-la0-f49.google.com)
	(209.85.215.49)
	by server-13.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	9 Dec 2014 22:52:47 -0000
Received: by mail-la0-f49.google.com with SMTP id hs14so1431029lab.36
	for <xen-users@lists.xensource.com>;
	Tue, 09 Dec 2014 14:52:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=0hoiJLi4Zwc+zCcClpoe4IZF5nqun2ZtKTSzbKP+Tkc=;
	b=X7InlysvyInGR98Fje2YJ6Yf1p2lpiynJs3e3wtdhGnisbCqcpjkwNpG6A64Gw+fHA
	dNZjakrmVgc3Yd5jxvMFhqWRhw96u8OttRulKm9bvkt2ycrINhAZVlYBGRZeQ3Tfdlsl
	1XExKEtkUlYUcBfFLtczzXLySG8eGiCjf0Mf+2FeFf+XNUXW/5q+PY9EBZ97lQFoRdqg
	ec4wCTNj4lgr/NhyN3ntzkUwzodsLH1WbprcV8YdZ86fiIFBwdxVqNGU9++qdmpZyrCr
	1ysrA7o8uE4BORIX24dUuJmV14BiQ3OQ6kGwdLG+/FMu0jNzVIaSS3qtK2etrxIh9/0W
	MnaA==
MIME-Version: 1.0
X-Received: by 10.152.5.132 with SMTP id s4mr794038las.39.1418165566586; Tue,
	09 Dec 2014 14:52:46 -0800 (PST)
Received: by 10.114.10.234 with HTTP; Tue, 9 Dec 2014 14:52:46 -0800 (PST)
Date: Tue, 9 Dec 2014 17:52:46 -0500
Message-ID: <CAGWRaZYAObJFMWzbvdZwUprhQ5VUNr+hw4t4tHr+9iSeF8XqrQ@mail.gmail.com>
From: symack <symack@gmail.com>
To: xen-users <xen-users@lists.xensource.com>
Subject: [Xen-users] In the market for newish box and emulex fiber for pci
	passthrough
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============6092827969208453745=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============6092827969208453745==
Content-Type: multipart/alternative; boundary=089e013d100ed444fd0509d06647

--089e013d100ed444fd0509d06647
Content-Type: text/plain; charset=UTF-8

Hello Everyone,

I'm looking for a pre-built used 2U server (IBM, Supermicro....) that is
known
to offer stable support for IOMMU/vt-d at the bios level for pci
passthrough.
If you guys can offer some input on what to look for, and stay away from,
maybe even recommend a combination of server (preferably IBM as I have a
good source), graphics card, and fiber network adapter (for backbone) that
is
known to work in a direct I/O, it would be greatly appreciated.

Kind Regards,

Nick from Toronto.

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

<div dir=3D"ltr">Hello Everyone,<div><br></div><div style>I&#39;m looking f=
or a pre-built used 2U server (IBM, Supermicro....) that is known</div><div=
 style>to offer stable support for IOMMU/vt-d at the bios level for pci pas=
sthrough.</div><div style>If you guys can offer some input on what to look =
for, and stay away from,</div><div style>maybe even recommend a combination=
 of server (preferably IBM as I have a</div><div style>good source), graphi=
cs card, and fiber network adapter (for backbone) that is</div><div style>k=
nown to work in a direct I/O, it would be greatly appreciated.</div><div st=
yle><br></div><div style>Kind Regards,</div><div style><br></div><div style=
>Nick from Toronto.</div></div>

--089e013d100ed444fd0509d06647--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============6092827969208453745==--


From xen-users-bounces@lists.xen.org Wed Dec 10 04:49:14 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 10 Dec 2014 04:49: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-users-bounces@lists.xen.org>)
	id 1XyZBq-00083J-GR; Wed, 10 Dec 2014 04:47:54 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <manishjaggi.oss@gmail.com>) id 1XyZBp-000832-3V
	for xen-users@lists.xen.org; Wed, 10 Dec 2014 04:47:53 +0000
Received: from [85.158.139.211] by server-15.bemta-5.messagelabs.com id
	9B/34-01660-870D7845; Wed, 10 Dec 2014 04:47:52 +0000
X-Env-Sender: manishjaggi.oss@gmail.com
X-Msg-Ref: server-12.tower-206.messagelabs.com!1418186871!12475127!1
X-Originating-IP: [209.85.192.49]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 24776 invoked from network); 10 Dec 2014 04:47:51 -0000
Received: from mail-qg0-f49.google.com (HELO mail-qg0-f49.google.com)
	(209.85.192.49)
	by server-12.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	10 Dec 2014 04:47:51 -0000
Received: by mail-qg0-f49.google.com with SMTP id a108so1571139qge.22
	for <xen-users@lists.xen.org>; Tue, 09 Dec 2014 20:47:50 -0800 (PST)
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=cOAcZbua8OsLCFXRjgqqvNi+QxVyr579zpPum0VwZZU=;
	b=cT/g8M+4NsNZIb1aEbSBhDkLCCvx6qayqgWsKSJUGTVqPw5+Z4F+QDRjSeqmGkSqrD
	fD+D0bp8ZaMz5HOTNeVx/d9POc3iu+ngh1gD8jbrQ1GlsfuuP4cX8mUKvEy0J89BvuVA
	RL8ZhUrpeeBrIw7GGCPxLX3/2+WZSwRzNgHbFy48kUvTHMDF1NKNFHq7A2zfcRHi1Dns
	hwUKR69FBQ61K6eGZ15Bh9jCO1YG2WtQKEXNKsNF2ImfpA+dHiS4IKlanSSyGRTFch4C
	TDtodKqHl/rySAMR6vcVjZa4SLDKMGR/00s0CtF/1uHGaPJtLbYUBE7lRoBJtqpVT6W/
	8CzA==
MIME-Version: 1.0
X-Received: by 10.224.88.8 with SMTP id y8mr4350756qal.47.1418186870794; Tue,
	09 Dec 2014 20:47:50 -0800 (PST)
Received: by 10.229.133.144 with HTTP; Tue, 9 Dec 2014 20:47:50 -0800 (PST)
In-Reply-To: <alpine.DEB.2.02.1412081346150.30971@kaball.uk.xensource.com>
References: <CAAiw7Jm+aH7n4qOZcJQ4Wc+ocEugvPq+RWYHemwhOLmcd5+EGw@mail.gmail.com>
	<1418034110.30016.1.camel@citrix.com>
	<alpine.DEB.2.02.1412081346150.30971@kaball.uk.xensource.com>
Date: Tue, 9 Dec 2014 20:47:50 -0800
Message-ID: <CAAiw7J=ehEiXiLgcueTZCgXSAowEcGBS1LShvCGVfTMY1yCPqA@mail.gmail.com>
From: manish jaggi <manishjaggi.oss@gmail.com>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <Ian.Campbell@citrix.com>,
	"konrad.wilk@oracle.com" <konrad.wilk@oracle.com>,
	manish.jaggi@caviumnetworks.com,
	Julien Grall <julien.grall@linaro.org>, xen-users@lists.xen.org,
	xen-devel <xen-devel@lists.xenproject.org>
Subject: Re: [Xen-users] [Xen-devel] Steps to run XenServer on ARM Platform
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On 8 December 2014 at 05:46, Stefano Stabellini
<stefano.stabellini@eu.citrix.com> wrote:
> On Mon, 8 Dec 2014, Ian Campbell wrote:
>> On Fri, 2014-12-05 at 15:15 -0800, manish jaggi wrote:
>> > Hi,
>> >
>> > I am trying to find a tutorial to jumpstart installing XenServer / XCP
>> > on an ARM 64bit platform.
>> > Could the mailing list help.
>>
>> TTBOMK there has been no work done on an ARM64 port of XenServer/XCP at
>> this time and only minimal work done on ARM generally. If you want to
>> get this working then I think you are looking at doing a port (i.e. a
>> bunch of development work) not simply following an installation
>> tutorial.
>>
>> However XenServer/XCP is developed separately from XenProject as Open
>> XenServer over at xenserver.org, I suggest one of the lists over there
>> would be the best place to start a discussion of a new arm64 port of
>> xenserver.
>
Just for my curiosity is XenServer/XCP on ARMv8 important for Citrix ?
> I think you might want to subscribe to xs-devel@lists.xenserver.org and
> start the discussion there, see:
>
> http://xenserver.org/discuss-virtualization/mailing-lists.html

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 10 04:49:14 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 10 Dec 2014 04:49: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-users-bounces@lists.xen.org>)
	id 1XyZBq-00083J-GR; Wed, 10 Dec 2014 04:47:54 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <manishjaggi.oss@gmail.com>) id 1XyZBp-000832-3V
	for xen-users@lists.xen.org; Wed, 10 Dec 2014 04:47:53 +0000
Received: from [85.158.139.211] by server-15.bemta-5.messagelabs.com id
	9B/34-01660-870D7845; Wed, 10 Dec 2014 04:47:52 +0000
X-Env-Sender: manishjaggi.oss@gmail.com
X-Msg-Ref: server-12.tower-206.messagelabs.com!1418186871!12475127!1
X-Originating-IP: [209.85.192.49]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 24776 invoked from network); 10 Dec 2014 04:47:51 -0000
Received: from mail-qg0-f49.google.com (HELO mail-qg0-f49.google.com)
	(209.85.192.49)
	by server-12.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	10 Dec 2014 04:47:51 -0000
Received: by mail-qg0-f49.google.com with SMTP id a108so1571139qge.22
	for <xen-users@lists.xen.org>; Tue, 09 Dec 2014 20:47:50 -0800 (PST)
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=cOAcZbua8OsLCFXRjgqqvNi+QxVyr579zpPum0VwZZU=;
	b=cT/g8M+4NsNZIb1aEbSBhDkLCCvx6qayqgWsKSJUGTVqPw5+Z4F+QDRjSeqmGkSqrD
	fD+D0bp8ZaMz5HOTNeVx/d9POc3iu+ngh1gD8jbrQ1GlsfuuP4cX8mUKvEy0J89BvuVA
	RL8ZhUrpeeBrIw7GGCPxLX3/2+WZSwRzNgHbFy48kUvTHMDF1NKNFHq7A2zfcRHi1Dns
	hwUKR69FBQ61K6eGZ15Bh9jCO1YG2WtQKEXNKsNF2ImfpA+dHiS4IKlanSSyGRTFch4C
	TDtodKqHl/rySAMR6vcVjZa4SLDKMGR/00s0CtF/1uHGaPJtLbYUBE7lRoBJtqpVT6W/
	8CzA==
MIME-Version: 1.0
X-Received: by 10.224.88.8 with SMTP id y8mr4350756qal.47.1418186870794; Tue,
	09 Dec 2014 20:47:50 -0800 (PST)
Received: by 10.229.133.144 with HTTP; Tue, 9 Dec 2014 20:47:50 -0800 (PST)
In-Reply-To: <alpine.DEB.2.02.1412081346150.30971@kaball.uk.xensource.com>
References: <CAAiw7Jm+aH7n4qOZcJQ4Wc+ocEugvPq+RWYHemwhOLmcd5+EGw@mail.gmail.com>
	<1418034110.30016.1.camel@citrix.com>
	<alpine.DEB.2.02.1412081346150.30971@kaball.uk.xensource.com>
Date: Tue, 9 Dec 2014 20:47:50 -0800
Message-ID: <CAAiw7J=ehEiXiLgcueTZCgXSAowEcGBS1LShvCGVfTMY1yCPqA@mail.gmail.com>
From: manish jaggi <manishjaggi.oss@gmail.com>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <Ian.Campbell@citrix.com>,
	"konrad.wilk@oracle.com" <konrad.wilk@oracle.com>,
	manish.jaggi@caviumnetworks.com,
	Julien Grall <julien.grall@linaro.org>, xen-users@lists.xen.org,
	xen-devel <xen-devel@lists.xenproject.org>
Subject: Re: [Xen-users] [Xen-devel] Steps to run XenServer on ARM Platform
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On 8 December 2014 at 05:46, Stefano Stabellini
<stefano.stabellini@eu.citrix.com> wrote:
> On Mon, 8 Dec 2014, Ian Campbell wrote:
>> On Fri, 2014-12-05 at 15:15 -0800, manish jaggi wrote:
>> > Hi,
>> >
>> > I am trying to find a tutorial to jumpstart installing XenServer / XCP
>> > on an ARM 64bit platform.
>> > Could the mailing list help.
>>
>> TTBOMK there has been no work done on an ARM64 port of XenServer/XCP at
>> this time and only minimal work done on ARM generally. If you want to
>> get this working then I think you are looking at doing a port (i.e. a
>> bunch of development work) not simply following an installation
>> tutorial.
>>
>> However XenServer/XCP is developed separately from XenProject as Open
>> XenServer over at xenserver.org, I suggest one of the lists over there
>> would be the best place to start a discussion of a new arm64 port of
>> xenserver.
>
Just for my curiosity is XenServer/XCP on ARMv8 important for Citrix ?
> I think you might want to subscribe to xs-devel@lists.xenserver.org and
> start the discussion there, see:
>
> http://xenserver.org/discuss-virtualization/mailing-lists.html

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 10 06:24:47 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 10 Dec 2014 06:24: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-users-bounces@lists.xen.org>)
	id 1XyagG-0003N1-HW; Wed, 10 Dec 2014 06:23:24 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <nathan@gt.net>) id 1XyagE-0003Mw-I3
	for xen-users@lists.xen.org; Wed, 10 Dec 2014 06:23:22 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	F6/D0-25276-9D6E7845; Wed, 10 Dec 2014 06:23:21 +0000
X-Env-Sender: nathan@gt.net
X-Msg-Ref: server-3.tower-21.messagelabs.com!1418192599!14218763!1
X-Originating-IP: [208.70.244.21]
X-SpamReason: No, hits=1.2 required=7.0 tests=HOT_NASTY
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 23739 invoked from network); 10 Dec 2014 06:23:21 -0000
Received: from gossamer.nmsrv.com (HELO gossamer.nmsrv.com) (208.70.244.21)
	by server-3.tower-21.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 10 Dec 2014 06:23:21 -0000
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gt.net; h=from:to
	:references:in-reply-to:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; s=mail; bh=sONdnEQE+9PY
	ow54IvUIBW11gzY=; b=efRTU8j8XWMHT2JDuwhVBmFTFLU5RX4HT0yTxJ6AprJt
	75/krEs3P87cqrhtszPYZLenweERdOrfeOpW6D0W7zyi4iZMHu9l3ybsszZXfSYX
	yC7RDyvmX5K6TmzNdw06pidHk8uH/jOGwJkEJTjxfxZMDr0nknsD1NrPGhKXYqY=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gt.net; h=from:to:references
	:in-reply-to:subject:date:message-id:mime-version:content-type
	:content-transfer-encoding; q=dns; s=mail; b=Q/rhv5Vc+XeIKkmFHem
	+DxGY2jvN/EpLMd72EE4SSH4ViLOu4P8rGPFBW96lDNDlbo38ShH8/7UMyAprZlo
	n2Qme7llIP947RV4MBdev30Oz/ndz8XEB26M3kCqgUM/K0/D9+ldHgvrt2mB13sE
	ajCIrRRggTgHWl7Of7S5M36c=
Received: (qmail 16659 invoked from network); 10 Dec 2014 06:23:18 -0000
X-AntiVirus: Clean
Received: from gateway.gossamer-threads.com (HELO nathanwindows)
	(nathan@gt.net@208.70.247.145)
	by gossamer.nmsrv.com with ESMTPSA (AES256-SHA encrypted);
	10 Dec 2014 06:23:17 -0000
From: "Nathan March" <nathan@gt.net>
To: "'James Pifer'" <jep@obrien-pifer.com>,
	<xen-users@lists.xen.org>
References: <trinity-e551a51b-77d9-47c5-8c5d-a9099be11d33-1383058066337@3capp-gmx-bs15>
	<5270193F.2020106@obrien-pifer.com>
In-Reply-To: <5270193F.2020106@obrien-pifer.com>
Date: Tue, 9 Dec 2014 22:23:17 -0800
Message-ID: <010e01d01441$c95d0250$5c1706f0$@gt.net>
MIME-Version: 1.0
X-Mailer: Microsoft Outlook 15.0
Thread-Index: AQJlMaR89VDoUBZVWmvWFkQZAY8x/AH9yq/8m04xprA=
Content-Language: en-us
Subject: Re: [Xen-users] Live Migration between different CPUs, cpuid
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

> From: xen-users-bounces@lists.xen.org [mailto:xen-users-bounces@lists.xen.org] On Behalf Of James Pifer
> Sent: Tuesday, October 29, 2013 1:23 PM
> To: xen-users@lists.xen.org
> Subject: Re: [Xen-users] Live Migration between different CPUs, cpuid
>
> Mike, 
>
> You can try the cpuid codes that work in most cases for us. It was a lot of work to get to these, with the help of our vendor. I kind of understand some of it, but not all of it. 
>
> I like having them in different formats like this so it's easy to determine which one I'm using. (full vs para virt)
>
> For FV/HVM VMs:
> cpuid=['1:ecx=0x009CE3BD,edx=0xBFEBFBFF','0x80000001:ecx=0x00000001,edx=0x28100800']
>
> For PV VMs:
> cpuid=['0x0000000D:eax=00000000000000000000000000000000,ebx=00000000000000000000000000000000,ecx=00000000000000000000000000000000,edx=00000000000000000000000000000000','0x00000001:eax=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,ebx=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,ecx=10000000100111000010001000100001,edx=00011111110010011000101101110101']
>
> I don't have one working for Windows 2012 yet.
>
> Also, not sure what flavor of xen you're running, but we use SLES11/xen and had to have some xen patches for this to work for us. Before the patches, it would start to migrate and you could see it paused on the destination, but then it would disappear.
>
> HTH,
> James

Hi James,

Dredging up an old thread here, but wondering if you'd mind sharing an updated cpuid if you have one server 2012 compatible?

Trying to work one out on my own is driving me slowly insane.

Thanks!

- Nathan


_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 10 06:24:47 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 10 Dec 2014 06:24: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-users-bounces@lists.xen.org>)
	id 1XyagG-0003N1-HW; Wed, 10 Dec 2014 06:23:24 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <nathan@gt.net>) id 1XyagE-0003Mw-I3
	for xen-users@lists.xen.org; Wed, 10 Dec 2014 06:23:22 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	F6/D0-25276-9D6E7845; Wed, 10 Dec 2014 06:23:21 +0000
X-Env-Sender: nathan@gt.net
X-Msg-Ref: server-3.tower-21.messagelabs.com!1418192599!14218763!1
X-Originating-IP: [208.70.244.21]
X-SpamReason: No, hits=1.2 required=7.0 tests=HOT_NASTY
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 23739 invoked from network); 10 Dec 2014 06:23:21 -0000
Received: from gossamer.nmsrv.com (HELO gossamer.nmsrv.com) (208.70.244.21)
	by server-3.tower-21.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 10 Dec 2014 06:23:21 -0000
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gt.net; h=from:to
	:references:in-reply-to:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; s=mail; bh=sONdnEQE+9PY
	ow54IvUIBW11gzY=; b=efRTU8j8XWMHT2JDuwhVBmFTFLU5RX4HT0yTxJ6AprJt
	75/krEs3P87cqrhtszPYZLenweERdOrfeOpW6D0W7zyi4iZMHu9l3ybsszZXfSYX
	yC7RDyvmX5K6TmzNdw06pidHk8uH/jOGwJkEJTjxfxZMDr0nknsD1NrPGhKXYqY=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gt.net; h=from:to:references
	:in-reply-to:subject:date:message-id:mime-version:content-type
	:content-transfer-encoding; q=dns; s=mail; b=Q/rhv5Vc+XeIKkmFHem
	+DxGY2jvN/EpLMd72EE4SSH4ViLOu4P8rGPFBW96lDNDlbo38ShH8/7UMyAprZlo
	n2Qme7llIP947RV4MBdev30Oz/ndz8XEB26M3kCqgUM/K0/D9+ldHgvrt2mB13sE
	ajCIrRRggTgHWl7Of7S5M36c=
Received: (qmail 16659 invoked from network); 10 Dec 2014 06:23:18 -0000
X-AntiVirus: Clean
Received: from gateway.gossamer-threads.com (HELO nathanwindows)
	(nathan@gt.net@208.70.247.145)
	by gossamer.nmsrv.com with ESMTPSA (AES256-SHA encrypted);
	10 Dec 2014 06:23:17 -0000
From: "Nathan March" <nathan@gt.net>
To: "'James Pifer'" <jep@obrien-pifer.com>,
	<xen-users@lists.xen.org>
References: <trinity-e551a51b-77d9-47c5-8c5d-a9099be11d33-1383058066337@3capp-gmx-bs15>
	<5270193F.2020106@obrien-pifer.com>
In-Reply-To: <5270193F.2020106@obrien-pifer.com>
Date: Tue, 9 Dec 2014 22:23:17 -0800
Message-ID: <010e01d01441$c95d0250$5c1706f0$@gt.net>
MIME-Version: 1.0
X-Mailer: Microsoft Outlook 15.0
Thread-Index: AQJlMaR89VDoUBZVWmvWFkQZAY8x/AH9yq/8m04xprA=
Content-Language: en-us
Subject: Re: [Xen-users] Live Migration between different CPUs, cpuid
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

> From: xen-users-bounces@lists.xen.org [mailto:xen-users-bounces@lists.xen.org] On Behalf Of James Pifer
> Sent: Tuesday, October 29, 2013 1:23 PM
> To: xen-users@lists.xen.org
> Subject: Re: [Xen-users] Live Migration between different CPUs, cpuid
>
> Mike, 
>
> You can try the cpuid codes that work in most cases for us. It was a lot of work to get to these, with the help of our vendor. I kind of understand some of it, but not all of it. 
>
> I like having them in different formats like this so it's easy to determine which one I'm using. (full vs para virt)
>
> For FV/HVM VMs:
> cpuid=['1:ecx=0x009CE3BD,edx=0xBFEBFBFF','0x80000001:ecx=0x00000001,edx=0x28100800']
>
> For PV VMs:
> cpuid=['0x0000000D:eax=00000000000000000000000000000000,ebx=00000000000000000000000000000000,ecx=00000000000000000000000000000000,edx=00000000000000000000000000000000','0x00000001:eax=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,ebx=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,ecx=10000000100111000010001000100001,edx=00011111110010011000101101110101']
>
> I don't have one working for Windows 2012 yet.
>
> Also, not sure what flavor of xen you're running, but we use SLES11/xen and had to have some xen patches for this to work for us. Before the patches, it would start to migrate and you could see it paused on the destination, but then it would disappear.
>
> HTH,
> James

Hi James,

Dredging up an old thread here, but wondering if you'd mind sharing an updated cpuid if you have one server 2012 compatible?

Trying to work one out on my own is driving me slowly insane.

Thanks!

- Nathan


_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 10 15:29:08 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 10 Dec 2014 15:29:08 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XyjB2-0004aD-Sr; Wed, 10 Dec 2014 15:27:44 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <phil.lello@googlemail.com>) id 1XyjB2-0004a6-9B
	for xen-users@lists.xen.org; Wed, 10 Dec 2014 15:27:44 +0000
Received: from [193.109.254.147] by server-6.bemta-14.messagelabs.com id
	66/62-03145-F6668845; Wed, 10 Dec 2014 15:27:43 +0000
X-Env-Sender: phil.lello@googlemail.com
X-Msg-Ref: server-5.tower-27.messagelabs.com!1418225262!9579651!1
X-Originating-IP: [74.125.82.50]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_20_30,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 31651 invoked from network); 10 Dec 2014 15:27:42 -0000
Received: from mail-wg0-f50.google.com (HELO mail-wg0-f50.google.com)
	(74.125.82.50)
	by server-5.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	10 Dec 2014 15:27:42 -0000
Received: by mail-wg0-f50.google.com with SMTP id a1so3930416wgh.37
	for <xen-users@lists.xen.org>; Wed, 10 Dec 2014 07:27:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=googlemail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=wMBHOFzZ34+rPOXf7uosqOwJs6esD7mwPJF2qU8LWp4=;
	b=zyi2HmRfA5WLinsskqYJ1ZlcHlHtumMyetGqMadMyjgPyooYOTUbm/RZkl7c89SKpo
	InKFWYk4YRt4vwlTnbhRGsUiYjyyk8CQVlW726w6Akc+umXdGLLOVZ1Ek/eoCPVN4SlB
	z5Z4wmAv9s4RW7CF8Mwnkn7KTWOtwVzqfzElmsFHxBYZL7jxJ9Q09s4GqW4gCmgjQFxJ
	/uaKox4hoKXI/PmLmsyBkh1Oa28CpoDP2cejEJJMRmiwZnhcJnBwIW3EOSgcTP8vdwGR
	LAEtseNdpGemBYZlEcaEl7RyKrwI9UQBb9UcBpC4dGcojnkOOJh2xK2PZ6R4FfbUJnMH
	Gnig==
MIME-Version: 1.0
X-Received: by 10.180.90.179 with SMTP id bx19mr2740545wib.0.1418225262700;
	Wed, 10 Dec 2014 07:27:42 -0800 (PST)
Received: by 10.194.216.230 with HTTP; Wed, 10 Dec 2014 07:27:42 -0800 (PST)
Date: Wed, 10 Dec 2014 15:27:42 +0000
Message-ID: <CAMZ36x0+Bk92aKgX7J2peay9kLfGsuCZfZN3ciUbJ=-21xMr6A@mail.gmail.com>
From: Phil Lello <phil.lello@googlemail.com>
To: xen-users@lists.xen.org
Subject: [Xen-users] 1000Hz kernel under Xen 4.4
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7180800425448365576=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============7180800425448365576==
Content-Type: multipart/alternative; boundary=f46d0435c066feae570509de4c06

--f46d0435c066feae570509de4c06
Content-Type: text/plain; charset=UTF-8

Hi all,

I'm using (learning) Xen 4.4 on Ubuntu 14.04. I'd like to have one guest
kernel run at 1000Hz (this will be an Asterisk server).

>From my googling, it appears that the hypervisor needs configuring to
support this, can someone confirm whether or not this is still the case, or
if all I need is a correctly configured guest kernel?

Thanks,

Phil

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

<div dir=3D"ltr"><div><div><div><div>Hi all,<br><br></div>I&#39;m using (le=
arning) Xen 4.4 on Ubuntu 14.04. I&#39;d like to have one guest kernel run =
at 1000Hz (this will be an Asterisk server).<br><br></div>From my googling,=
 it appears that the hypervisor needs configuring to support this, can some=
one confirm whether or not this is still the case, or if all I need is a co=
rrectly configured guest kernel?<br><br></div>Thanks,<br><br></div>Phil<br>=
</div>

--f46d0435c066feae570509de4c06--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============7180800425448365576==--


From xen-users-bounces@lists.xen.org Wed Dec 10 15:29:08 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 10 Dec 2014 15:29:08 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XyjB2-0004aD-Sr; Wed, 10 Dec 2014 15:27:44 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <phil.lello@googlemail.com>) id 1XyjB2-0004a6-9B
	for xen-users@lists.xen.org; Wed, 10 Dec 2014 15:27:44 +0000
Received: from [193.109.254.147] by server-6.bemta-14.messagelabs.com id
	66/62-03145-F6668845; Wed, 10 Dec 2014 15:27:43 +0000
X-Env-Sender: phil.lello@googlemail.com
X-Msg-Ref: server-5.tower-27.messagelabs.com!1418225262!9579651!1
X-Originating-IP: [74.125.82.50]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_20_30,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 31651 invoked from network); 10 Dec 2014 15:27:42 -0000
Received: from mail-wg0-f50.google.com (HELO mail-wg0-f50.google.com)
	(74.125.82.50)
	by server-5.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	10 Dec 2014 15:27:42 -0000
Received: by mail-wg0-f50.google.com with SMTP id a1so3930416wgh.37
	for <xen-users@lists.xen.org>; Wed, 10 Dec 2014 07:27:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=googlemail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=wMBHOFzZ34+rPOXf7uosqOwJs6esD7mwPJF2qU8LWp4=;
	b=zyi2HmRfA5WLinsskqYJ1ZlcHlHtumMyetGqMadMyjgPyooYOTUbm/RZkl7c89SKpo
	InKFWYk4YRt4vwlTnbhRGsUiYjyyk8CQVlW726w6Akc+umXdGLLOVZ1Ek/eoCPVN4SlB
	z5Z4wmAv9s4RW7CF8Mwnkn7KTWOtwVzqfzElmsFHxBYZL7jxJ9Q09s4GqW4gCmgjQFxJ
	/uaKox4hoKXI/PmLmsyBkh1Oa28CpoDP2cejEJJMRmiwZnhcJnBwIW3EOSgcTP8vdwGR
	LAEtseNdpGemBYZlEcaEl7RyKrwI9UQBb9UcBpC4dGcojnkOOJh2xK2PZ6R4FfbUJnMH
	Gnig==
MIME-Version: 1.0
X-Received: by 10.180.90.179 with SMTP id bx19mr2740545wib.0.1418225262700;
	Wed, 10 Dec 2014 07:27:42 -0800 (PST)
Received: by 10.194.216.230 with HTTP; Wed, 10 Dec 2014 07:27:42 -0800 (PST)
Date: Wed, 10 Dec 2014 15:27:42 +0000
Message-ID: <CAMZ36x0+Bk92aKgX7J2peay9kLfGsuCZfZN3ciUbJ=-21xMr6A@mail.gmail.com>
From: Phil Lello <phil.lello@googlemail.com>
To: xen-users@lists.xen.org
Subject: [Xen-users] 1000Hz kernel under Xen 4.4
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7180800425448365576=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============7180800425448365576==
Content-Type: multipart/alternative; boundary=f46d0435c066feae570509de4c06

--f46d0435c066feae570509de4c06
Content-Type: text/plain; charset=UTF-8

Hi all,

I'm using (learning) Xen 4.4 on Ubuntu 14.04. I'd like to have one guest
kernel run at 1000Hz (this will be an Asterisk server).

>From my googling, it appears that the hypervisor needs configuring to
support this, can someone confirm whether or not this is still the case, or
if all I need is a correctly configured guest kernel?

Thanks,

Phil

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

<div dir=3D"ltr"><div><div><div><div>Hi all,<br><br></div>I&#39;m using (le=
arning) Xen 4.4 on Ubuntu 14.04. I&#39;d like to have one guest kernel run =
at 1000Hz (this will be an Asterisk server).<br><br></div>From my googling,=
 it appears that the hypervisor needs configuring to support this, can some=
one confirm whether or not this is still the case, or if all I need is a co=
rrectly configured guest kernel?<br><br></div>Thanks,<br><br></div>Phil<br>=
</div>

--f46d0435c066feae570509de4c06--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============7180800425448365576==--


From xen-users-bounces@lists.xen.org Wed Dec 10 15:36:18 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 10 Dec 2014 15:36: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-users-bounces@lists.xen.org>)
	id 1XyjIs-0005BO-DI; Wed, 10 Dec 2014 15:35:50 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jaceksburghardt@gmail.com>) id 1XyjIq-0005BG-Ie
	for xen-users@lists.xen.org; Wed, 10 Dec 2014 15:35:48 +0000
Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id
	B2/E8-15461-35868845; Wed, 10 Dec 2014 15:35:47 +0000
X-Env-Sender: jaceksburghardt@gmail.com
X-Msg-Ref: server-6.tower-21.messagelabs.com!1418225746!14660290!1
X-Originating-IP: [209.85.216.172]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_50_60,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12389 invoked from network); 10 Dec 2014 15:35:47 -0000
Received: from mail-qc0-f172.google.com (HELO mail-qc0-f172.google.com)
	(209.85.216.172)
	by server-6.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	10 Dec 2014 15:35:47 -0000
Received: by mail-qc0-f172.google.com with SMTP id m20so2337664qcx.31
	for <xen-users@lists.xen.org>; Wed, 10 Dec 2014 07:35:46 -0800 (PST)
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=qbZV20761nPTUGYcPDG8xdySC4qNTdQ8skq93uPuQe0=;
	b=w8Gx99KifUUEqv8v/JYJf2VCAzkmN9KGuMOWogkYv9hMjJNeIacZGhaDl82MaT9S1G
	DOYv2PMZ6BMsWy27wPRnyUbgKnwe7Cshy+yHcgNdu9rQhcLhIQ577diTZGpkXFriatfn
	bxDf1eJsVI+6iZmubMk5kX/Y5EJSKevJl38Nn50PjYUtqdLdHPScuomZP516+sDRCvhL
	8kgsryxuxS1U03uO+fU9OrBZF4gLUpMrEcjZR+V+U/yVdDnCDRQ/LadW0m+I0b0EwKmg
	ussT8yIoZEGDYv+FXM9FLYRlZf6o1aD0Uj/b5J9yt5WnNKwJ5URi+8kbTftFRPOs8ULa
	6XDw==
MIME-Version: 1.0
X-Received: by 10.140.106.138 with SMTP id e10mr9207199qgf.71.1418225746268;
	Wed, 10 Dec 2014 07:35:46 -0800 (PST)
Received: by 10.140.97.38 with HTTP; Wed, 10 Dec 2014 07:35:46 -0800 (PST)
In-Reply-To: <CAMZ36x0+Bk92aKgX7J2peay9kLfGsuCZfZN3ciUbJ=-21xMr6A@mail.gmail.com>
References: <CAMZ36x0+Bk92aKgX7J2peay9kLfGsuCZfZN3ciUbJ=-21xMr6A@mail.gmail.com>
Date: Wed, 10 Dec 2014 08:35:46 -0700
Message-ID: <CAHyyzzQNK-D0GRyQF2cc7xpXkTvhx0WQwdXracQaqETox+OS6Q@mail.gmail.com>
From: jacek burghardt <jaceksburghardt@gmail.com>
To: Phil Lello <phil.lello@googlemail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] 1000Hz kernel under Xen 4.4
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============6388701642869421834=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============6388701642869421834==
Content-Type: multipart/alternative; boundary=001a113a6290d1580a0509de6971

--001a113a6290d1580a0509de6971
Content-Type: text/plain; charset=UTF-8

Why do you need 1000hz kernel? I been running asterisk freepbx under xen
for years no issue with standard arch linux kernel?

Join my framily E02705708hn 3032 last name BURGHARDT state is co
Cheapest sprint service only 25 a month.

On Wed, Dec 10, 2014 at 8:27 AM, Phil Lello <phil.lello@googlemail.com>
wrote:

> Hi all,
>
> I'm using (learning) Xen 4.4 on Ubuntu 14.04. I'd like to have one guest
> kernel run at 1000Hz (this will be an Asterisk server).
>
> From my googling, it appears that the hypervisor needs configuring to
> support this, can someone confirm whether or not this is still the case, or
> if all I need is a correctly configured guest kernel?
>
> Thanks,
>
> Phil
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users
>

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

<div dir=3D"ltr">Why do you need 1000hz kernel? I been running asterisk fre=
epbx under xen for years no issue with standard arch linux kernel?</div><di=
v class=3D"gmail_extra"><br clear=3D"all"><div><div class=3D"gmail_signatur=
e"><div dir=3D"ltr"><span style=3D"color:rgb(51,51,51);font-family:Verdana,=
Arial,Tahoma,Calibri,Geneva,sans-serif;background-color:rgb(250,250,250)">J=
oin my framily E02705708hn 3032 last name BURGHARDT state is co=C2=A0</span=
><br><div><span style=3D"color:rgb(51,51,51);font-family:Verdana,Arial,Taho=
ma,Calibri,Geneva,sans-serif;background-color:rgb(250,250,250)">Cheapest sp=
rint service only 25 a month.=C2=A0</span></div></div></div></div>
<br><div class=3D"gmail_quote">On Wed, Dec 10, 2014 at 8:27 AM, Phil Lello =
<span dir=3D"ltr">&lt;<a href=3D"mailto:phil.lello@googlemail.com" target=
=3D"_blank">phil.lello@googlemail.com</a>&gt;</span> wrote:<br><blockquote =
class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid=
;padding-left:1ex"><div dir=3D"ltr"><div><div><div><div>Hi all,<br><br></di=
v>I&#39;m using (learning) Xen 4.4 on Ubuntu 14.04. I&#39;d like to have on=
e guest kernel run at 1000Hz (this will be an Asterisk server).<br><br></di=
v>From my googling, it appears that the hypervisor needs configuring to sup=
port this, can someone confirm whether or not this is still the case, or if=
 all I need is a correctly configured guest kernel?<br><br></div>Thanks,<br=
><br></div>Phil<br></div>
<br>_______________________________________________<br>
Xen-users mailing list<br>
<a href=3D"mailto:Xen-users@lists.xen.org">Xen-users@lists.xen.org</a><br>
<a href=3D"http://lists.xen.org/xen-users" target=3D"_blank">http://lists.x=
en.org/xen-users</a><br></blockquote></div><br></div>

--001a113a6290d1580a0509de6971--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============6388701642869421834==--


From xen-users-bounces@lists.xen.org Wed Dec 10 15:36:18 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 10 Dec 2014 15:36: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-users-bounces@lists.xen.org>)
	id 1XyjIs-0005BO-DI; Wed, 10 Dec 2014 15:35:50 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jaceksburghardt@gmail.com>) id 1XyjIq-0005BG-Ie
	for xen-users@lists.xen.org; Wed, 10 Dec 2014 15:35:48 +0000
Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id
	B2/E8-15461-35868845; Wed, 10 Dec 2014 15:35:47 +0000
X-Env-Sender: jaceksburghardt@gmail.com
X-Msg-Ref: server-6.tower-21.messagelabs.com!1418225746!14660290!1
X-Originating-IP: [209.85.216.172]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_50_60,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12389 invoked from network); 10 Dec 2014 15:35:47 -0000
Received: from mail-qc0-f172.google.com (HELO mail-qc0-f172.google.com)
	(209.85.216.172)
	by server-6.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	10 Dec 2014 15:35:47 -0000
Received: by mail-qc0-f172.google.com with SMTP id m20so2337664qcx.31
	for <xen-users@lists.xen.org>; Wed, 10 Dec 2014 07:35:46 -0800 (PST)
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=qbZV20761nPTUGYcPDG8xdySC4qNTdQ8skq93uPuQe0=;
	b=w8Gx99KifUUEqv8v/JYJf2VCAzkmN9KGuMOWogkYv9hMjJNeIacZGhaDl82MaT9S1G
	DOYv2PMZ6BMsWy27wPRnyUbgKnwe7Cshy+yHcgNdu9rQhcLhIQ577diTZGpkXFriatfn
	bxDf1eJsVI+6iZmubMk5kX/Y5EJSKevJl38Nn50PjYUtqdLdHPScuomZP516+sDRCvhL
	8kgsryxuxS1U03uO+fU9OrBZF4gLUpMrEcjZR+V+U/yVdDnCDRQ/LadW0m+I0b0EwKmg
	ussT8yIoZEGDYv+FXM9FLYRlZf6o1aD0Uj/b5J9yt5WnNKwJ5URi+8kbTftFRPOs8ULa
	6XDw==
MIME-Version: 1.0
X-Received: by 10.140.106.138 with SMTP id e10mr9207199qgf.71.1418225746268;
	Wed, 10 Dec 2014 07:35:46 -0800 (PST)
Received: by 10.140.97.38 with HTTP; Wed, 10 Dec 2014 07:35:46 -0800 (PST)
In-Reply-To: <CAMZ36x0+Bk92aKgX7J2peay9kLfGsuCZfZN3ciUbJ=-21xMr6A@mail.gmail.com>
References: <CAMZ36x0+Bk92aKgX7J2peay9kLfGsuCZfZN3ciUbJ=-21xMr6A@mail.gmail.com>
Date: Wed, 10 Dec 2014 08:35:46 -0700
Message-ID: <CAHyyzzQNK-D0GRyQF2cc7xpXkTvhx0WQwdXracQaqETox+OS6Q@mail.gmail.com>
From: jacek burghardt <jaceksburghardt@gmail.com>
To: Phil Lello <phil.lello@googlemail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] 1000Hz kernel under Xen 4.4
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============6388701642869421834=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============6388701642869421834==
Content-Type: multipart/alternative; boundary=001a113a6290d1580a0509de6971

--001a113a6290d1580a0509de6971
Content-Type: text/plain; charset=UTF-8

Why do you need 1000hz kernel? I been running asterisk freepbx under xen
for years no issue with standard arch linux kernel?

Join my framily E02705708hn 3032 last name BURGHARDT state is co
Cheapest sprint service only 25 a month.

On Wed, Dec 10, 2014 at 8:27 AM, Phil Lello <phil.lello@googlemail.com>
wrote:

> Hi all,
>
> I'm using (learning) Xen 4.4 on Ubuntu 14.04. I'd like to have one guest
> kernel run at 1000Hz (this will be an Asterisk server).
>
> From my googling, it appears that the hypervisor needs configuring to
> support this, can someone confirm whether or not this is still the case, or
> if all I need is a correctly configured guest kernel?
>
> Thanks,
>
> Phil
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users
>

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

<div dir=3D"ltr">Why do you need 1000hz kernel? I been running asterisk fre=
epbx under xen for years no issue with standard arch linux kernel?</div><di=
v class=3D"gmail_extra"><br clear=3D"all"><div><div class=3D"gmail_signatur=
e"><div dir=3D"ltr"><span style=3D"color:rgb(51,51,51);font-family:Verdana,=
Arial,Tahoma,Calibri,Geneva,sans-serif;background-color:rgb(250,250,250)">J=
oin my framily E02705708hn 3032 last name BURGHARDT state is co=C2=A0</span=
><br><div><span style=3D"color:rgb(51,51,51);font-family:Verdana,Arial,Taho=
ma,Calibri,Geneva,sans-serif;background-color:rgb(250,250,250)">Cheapest sp=
rint service only 25 a month.=C2=A0</span></div></div></div></div>
<br><div class=3D"gmail_quote">On Wed, Dec 10, 2014 at 8:27 AM, Phil Lello =
<span dir=3D"ltr">&lt;<a href=3D"mailto:phil.lello@googlemail.com" target=
=3D"_blank">phil.lello@googlemail.com</a>&gt;</span> wrote:<br><blockquote =
class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid=
;padding-left:1ex"><div dir=3D"ltr"><div><div><div><div>Hi all,<br><br></di=
v>I&#39;m using (learning) Xen 4.4 on Ubuntu 14.04. I&#39;d like to have on=
e guest kernel run at 1000Hz (this will be an Asterisk server).<br><br></di=
v>From my googling, it appears that the hypervisor needs configuring to sup=
port this, can someone confirm whether or not this is still the case, or if=
 all I need is a correctly configured guest kernel?<br><br></div>Thanks,<br=
><br></div>Phil<br></div>
<br>_______________________________________________<br>
Xen-users mailing list<br>
<a href=3D"mailto:Xen-users@lists.xen.org">Xen-users@lists.xen.org</a><br>
<a href=3D"http://lists.xen.org/xen-users" target=3D"_blank">http://lists.x=
en.org/xen-users</a><br></blockquote></div><br></div>

--001a113a6290d1580a0509de6971--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============6388701642869421834==--


From xen-users-bounces@lists.xen.org Wed Dec 10 15:40:22 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 10 Dec 2014 15:40:22 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XyjN1-0005Ok-B5; Wed, 10 Dec 2014 15:40:07 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jaceksburghardt@gmail.com>) id 1XyjMz-0005Oe-Q4
	for xen-users@lists.xen.org; Wed, 10 Dec 2014 15:40:05 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	A1/89-25276-55968845; Wed, 10 Dec 2014 15:40:05 +0000
X-Env-Sender: jaceksburghardt@gmail.com
X-Msg-Ref: server-3.tower-21.messagelabs.com!1418226003!14372962!1
X-Originating-IP: [209.85.216.176]
X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_60_70,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 27665 invoked from network); 10 Dec 2014 15:40:04 -0000
Received: from mail-qc0-f176.google.com (HELO mail-qc0-f176.google.com)
	(209.85.216.176)
	by server-3.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	10 Dec 2014 15:40:04 -0000
Received: by mail-qc0-f176.google.com with SMTP id i17so2309940qcy.7
	for <xen-users@lists.xen.org>; Wed, 10 Dec 2014 07:40:03 -0800 (PST)
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=1jfSVZ05w2zPv5UjYvqII2xMtu0VyeUq/Afg36yIvCg=;
	b=Qv2f+eLcJNQWpqx9e4hgIZgMBGMeeC0Gy0HLJCSdH9bbdNlIh00hA8Mw3Ce8Sm6jGp
	l7qM3rRrOgiXk+X9iuAdOJkF/6Pw7sG95Pi5yssY9KLiSCbaM+PASIFQ4WM5KdIDSXJa
	PqJIxMhnpYjqAecn2Qm4SANtQ0TB0b5sBJrWScnw1bgPf4Rrt7YWO1WYffqz7XBBdDIY
	mxoDc9aZy4jsiB6PmCeGhEEhnrT0bfAeMC0+5VPZz7yrJux5NBAiMVkrRsCzHULGjpDa
	PjGHw0rLFKKY3DGefACDiZ63GaqHVeZnzGQDkRY0BvQYpp2RGU4ujIMjj4plSyfDAS3E
	OQgA==
MIME-Version: 1.0
X-Received: by 10.229.50.135 with SMTP id z7mr9700204qcf.21.1418226003666;
	Wed, 10 Dec 2014 07:40:03 -0800 (PST)
Received: by 10.140.97.38 with HTTP; Wed, 10 Dec 2014 07:40:03 -0800 (PST)
In-Reply-To: <CAHyyzzQNK-D0GRyQF2cc7xpXkTvhx0WQwdXracQaqETox+OS6Q@mail.gmail.com>
References: <CAMZ36x0+Bk92aKgX7J2peay9kLfGsuCZfZN3ciUbJ=-21xMr6A@mail.gmail.com>
	<CAHyyzzQNK-D0GRyQF2cc7xpXkTvhx0WQwdXracQaqETox+OS6Q@mail.gmail.com>
Date: Wed, 10 Dec 2014 08:40:03 -0700
Message-ID: <CAHyyzzQr40u4rrCwkz1o2zJLLof6C03SRSPNka=k_WcuFB091A@mail.gmail.com>
From: jacek burghardt <jaceksburghardt@gmail.com>
To: Phil Lello <phil.lello@googlemail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] 1000Hz kernel under Xen 4.4
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1098673818041370830=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============1098673818041370830==
Content-Type: multipart/alternative; boundary=001a11341e5c28f1170509de793d

--001a11341e5c28f1170509de793d
Content-Type: text/plain; charset=UTF-8

*I just found this *

*If you use Asterisk 1.6, just upgrade DAHDI to 2.2 and you won't need a
*>* 1000Hz kernel.
*

--001a11341e5c28f1170509de793d
Content-Type: text/html; charset=UTF-8

<div dir="ltr"><pre style="color:rgb(0,0,0)"><i>I just found this </i></pre><pre style="color:rgb(0,0,0)"><i>If you use Asterisk 1.6, just upgrade DAHDI to 2.2 and you won&#39;t need a
</i>&gt;<i> 1000Hz kernel.
</i></pre><div><i><br></i></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><br></div></div></div></div></div>

--001a11341e5c28f1170509de793d--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============1098673818041370830==--


From xen-users-bounces@lists.xen.org Wed Dec 10 15:40:22 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 10 Dec 2014 15:40:22 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XyjN1-0005Ok-B5; Wed, 10 Dec 2014 15:40:07 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jaceksburghardt@gmail.com>) id 1XyjMz-0005Oe-Q4
	for xen-users@lists.xen.org; Wed, 10 Dec 2014 15:40:05 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	A1/89-25276-55968845; Wed, 10 Dec 2014 15:40:05 +0000
X-Env-Sender: jaceksburghardt@gmail.com
X-Msg-Ref: server-3.tower-21.messagelabs.com!1418226003!14372962!1
X-Originating-IP: [209.85.216.176]
X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_60_70,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 27665 invoked from network); 10 Dec 2014 15:40:04 -0000
Received: from mail-qc0-f176.google.com (HELO mail-qc0-f176.google.com)
	(209.85.216.176)
	by server-3.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	10 Dec 2014 15:40:04 -0000
Received: by mail-qc0-f176.google.com with SMTP id i17so2309940qcy.7
	for <xen-users@lists.xen.org>; Wed, 10 Dec 2014 07:40:03 -0800 (PST)
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=1jfSVZ05w2zPv5UjYvqII2xMtu0VyeUq/Afg36yIvCg=;
	b=Qv2f+eLcJNQWpqx9e4hgIZgMBGMeeC0Gy0HLJCSdH9bbdNlIh00hA8Mw3Ce8Sm6jGp
	l7qM3rRrOgiXk+X9iuAdOJkF/6Pw7sG95Pi5yssY9KLiSCbaM+PASIFQ4WM5KdIDSXJa
	PqJIxMhnpYjqAecn2Qm4SANtQ0TB0b5sBJrWScnw1bgPf4Rrt7YWO1WYffqz7XBBdDIY
	mxoDc9aZy4jsiB6PmCeGhEEhnrT0bfAeMC0+5VPZz7yrJux5NBAiMVkrRsCzHULGjpDa
	PjGHw0rLFKKY3DGefACDiZ63GaqHVeZnzGQDkRY0BvQYpp2RGU4ujIMjj4plSyfDAS3E
	OQgA==
MIME-Version: 1.0
X-Received: by 10.229.50.135 with SMTP id z7mr9700204qcf.21.1418226003666;
	Wed, 10 Dec 2014 07:40:03 -0800 (PST)
Received: by 10.140.97.38 with HTTP; Wed, 10 Dec 2014 07:40:03 -0800 (PST)
In-Reply-To: <CAHyyzzQNK-D0GRyQF2cc7xpXkTvhx0WQwdXracQaqETox+OS6Q@mail.gmail.com>
References: <CAMZ36x0+Bk92aKgX7J2peay9kLfGsuCZfZN3ciUbJ=-21xMr6A@mail.gmail.com>
	<CAHyyzzQNK-D0GRyQF2cc7xpXkTvhx0WQwdXracQaqETox+OS6Q@mail.gmail.com>
Date: Wed, 10 Dec 2014 08:40:03 -0700
Message-ID: <CAHyyzzQr40u4rrCwkz1o2zJLLof6C03SRSPNka=k_WcuFB091A@mail.gmail.com>
From: jacek burghardt <jaceksburghardt@gmail.com>
To: Phil Lello <phil.lello@googlemail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] 1000Hz kernel under Xen 4.4
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1098673818041370830=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============1098673818041370830==
Content-Type: multipart/alternative; boundary=001a11341e5c28f1170509de793d

--001a11341e5c28f1170509de793d
Content-Type: text/plain; charset=UTF-8

*I just found this *

*If you use Asterisk 1.6, just upgrade DAHDI to 2.2 and you won't need a
*>* 1000Hz kernel.
*

--001a11341e5c28f1170509de793d
Content-Type: text/html; charset=UTF-8

<div dir="ltr"><pre style="color:rgb(0,0,0)"><i>I just found this </i></pre><pre style="color:rgb(0,0,0)"><i>If you use Asterisk 1.6, just upgrade DAHDI to 2.2 and you won&#39;t need a
</i>&gt;<i> 1000Hz kernel.
</i></pre><div><i><br></i></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><br></div></div></div></div></div>

--001a11341e5c28f1170509de793d--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============1098673818041370830==--


From xen-users-bounces@lists.xen.org Wed Dec 10 15:56:45 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 10 Dec 2014 15:56:45 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xyjce-0006b4-R0; Wed, 10 Dec 2014 15:56:16 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <phil.lello@googlemail.com>) id 1Xyjcd-0006aj-B4
	for xen-users@lists.xen.org; Wed, 10 Dec 2014 15:56:15 +0000
Received: from [85.158.139.211] by server-3.bemta-5.messagelabs.com id
	BC/45-14727-B1D68845; Wed, 10 Dec 2014 15:56:11 +0000
X-Env-Sender: phil.lello@googlemail.com
X-Msg-Ref: server-15.tower-206.messagelabs.com!1418226970!9273859!1
X-Originating-IP: [209.85.212.180]
X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_60_70,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 22374 invoked from network); 10 Dec 2014 15:56:11 -0000
Received: from mail-wi0-f180.google.com (HELO mail-wi0-f180.google.com)
	(209.85.212.180)
	by server-15.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	10 Dec 2014 15:56:11 -0000
Received: by mail-wi0-f180.google.com with SMTP id n3so5649921wiv.7
	for <xen-users@lists.xen.org>; Wed, 10 Dec 2014 07:56:10 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=googlemail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=shGqFW719GGHxl0iG/wF2yujqLgUPLa2m/WPtTxmtu8=;
	b=q2OOwaf28R/Zlilue4cV8YF7cT82edVIqHa1nn+k9wsDJRucdBmGQKK0XoTPqjoN5C
	agVGaBN2FDsWx4oKXX6uy+xvzuADecD+vwb71LL1iiEKvGFDIWQXLADW9IclnHIt1BUm
	cvsZmIkRqZpU0QUUilown2O5+V3BHiVUDgCRnGsjr9WzBSfazerZ2ou/6mwdk0lAwq4b
	6zZVWOvxqUesMcl8baWojZDN+zoCewVZ+Livfc16Cb8oPhbZ+VAKBOntwWqo9h6mt3MX
	zxva4nW6BFx8w71Q4OZPbtHBPWPQ17rdL2RtpBTmv/2yfMug9N+U2fkuU+RbLpJ27ejC
	6M0g==
MIME-Version: 1.0
X-Received: by 10.181.8.193 with SMTP id dm1mr7375209wid.55.1418226970466;
	Wed, 10 Dec 2014 07:56:10 -0800 (PST)
Received: by 10.194.216.230 with HTTP; Wed, 10 Dec 2014 07:56:09 -0800 (PST)
Received: by 10.194.216.230 with HTTP; Wed, 10 Dec 2014 07:56:09 -0800 (PST)
In-Reply-To: <CAHyyzzQr40u4rrCwkz1o2zJLLof6C03SRSPNka=k_WcuFB091A@mail.gmail.com>
References: <CAMZ36x0+Bk92aKgX7J2peay9kLfGsuCZfZN3ciUbJ=-21xMr6A@mail.gmail.com>
	<CAHyyzzQNK-D0GRyQF2cc7xpXkTvhx0WQwdXracQaqETox+OS6Q@mail.gmail.com>
	<CAHyyzzQr40u4rrCwkz1o2zJLLof6C03SRSPNka=k_WcuFB091A@mail.gmail.com>
Date: Wed, 10 Dec 2014 15:56:09 +0000
Message-ID: <CAMZ36x30g4FnGn5gbayDjHLs7Z12hLdDQ0-HqjCMQOWpRS_sHQ@mail.gmail.com>
From: Phil Lello <phil.lello@googlemail.com>
To: jacek burghardt <jaceksburghardt@gmail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] 1000Hz kernel under Xen 4.4
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0011427932317311949=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============0011427932317311949==
Content-Type: multipart/alternative; boundary=001a1135f456c920900509deb29c

--001a1135f456c920900509deb29c
Content-Type: text/plain; charset=UTF-8

Ah, many thanks. It appears I've read a lot of outdated resources.
On 10 Dec 2014 15:40, "jacek burghardt" <jaceksburghardt@gmail.com> wrote:

> *I just found this *
>
> *If you use Asterisk 1.6, just upgrade DAHDI to 2.2 and you won't need a
> *>* 1000Hz kernel.
> *
>
>
>
>
>

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

<p dir=3D"ltr">Ah, many thanks. It appears I&#39;ve read a lot of outdated =
resources.</p>
<div class=3D"gmail_quote">On 10 Dec 2014 15:40, &quot;jacek burghardt&quot=
; &lt;<a href=3D"mailto:jaceksburghardt@gmail.com">jaceksburghardt@gmail.co=
m</a>&gt; wrote:<br type=3D"attribution"><blockquote class=3D"gmail_quote" =
style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><di=
v dir=3D"ltr"><pre style=3D"color:rgb(0,0,0)"><i>I just found this </i></pr=
e><pre style=3D"color:rgb(0,0,0)"><i>If you use Asterisk 1.6, just upgrade =
DAHDI to 2.2 and you won&#39;t need a
</i>&gt;<i> 1000Hz kernel.
</i></pre><div><i><br></i></div><div class=3D"gmail_extra"><br clear=3D"all=
"><div><div><div dir=3D"ltr"><br></div></div></div></div></div>
</blockquote></div>

--001a1135f456c920900509deb29c--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============0011427932317311949==--


From xen-users-bounces@lists.xen.org Wed Dec 10 15:56:45 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 10 Dec 2014 15:56:45 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xyjce-0006b4-R0; Wed, 10 Dec 2014 15:56:16 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <phil.lello@googlemail.com>) id 1Xyjcd-0006aj-B4
	for xen-users@lists.xen.org; Wed, 10 Dec 2014 15:56:15 +0000
Received: from [85.158.139.211] by server-3.bemta-5.messagelabs.com id
	BC/45-14727-B1D68845; Wed, 10 Dec 2014 15:56:11 +0000
X-Env-Sender: phil.lello@googlemail.com
X-Msg-Ref: server-15.tower-206.messagelabs.com!1418226970!9273859!1
X-Originating-IP: [209.85.212.180]
X-SpamReason: No, hits=0.6 required=7.0 tests=HTML_60_70,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 22374 invoked from network); 10 Dec 2014 15:56:11 -0000
Received: from mail-wi0-f180.google.com (HELO mail-wi0-f180.google.com)
	(209.85.212.180)
	by server-15.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	10 Dec 2014 15:56:11 -0000
Received: by mail-wi0-f180.google.com with SMTP id n3so5649921wiv.7
	for <xen-users@lists.xen.org>; Wed, 10 Dec 2014 07:56:10 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=googlemail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=shGqFW719GGHxl0iG/wF2yujqLgUPLa2m/WPtTxmtu8=;
	b=q2OOwaf28R/Zlilue4cV8YF7cT82edVIqHa1nn+k9wsDJRucdBmGQKK0XoTPqjoN5C
	agVGaBN2FDsWx4oKXX6uy+xvzuADecD+vwb71LL1iiEKvGFDIWQXLADW9IclnHIt1BUm
	cvsZmIkRqZpU0QUUilown2O5+V3BHiVUDgCRnGsjr9WzBSfazerZ2ou/6mwdk0lAwq4b
	6zZVWOvxqUesMcl8baWojZDN+zoCewVZ+Livfc16Cb8oPhbZ+VAKBOntwWqo9h6mt3MX
	zxva4nW6BFx8w71Q4OZPbtHBPWPQ17rdL2RtpBTmv/2yfMug9N+U2fkuU+RbLpJ27ejC
	6M0g==
MIME-Version: 1.0
X-Received: by 10.181.8.193 with SMTP id dm1mr7375209wid.55.1418226970466;
	Wed, 10 Dec 2014 07:56:10 -0800 (PST)
Received: by 10.194.216.230 with HTTP; Wed, 10 Dec 2014 07:56:09 -0800 (PST)
Received: by 10.194.216.230 with HTTP; Wed, 10 Dec 2014 07:56:09 -0800 (PST)
In-Reply-To: <CAHyyzzQr40u4rrCwkz1o2zJLLof6C03SRSPNka=k_WcuFB091A@mail.gmail.com>
References: <CAMZ36x0+Bk92aKgX7J2peay9kLfGsuCZfZN3ciUbJ=-21xMr6A@mail.gmail.com>
	<CAHyyzzQNK-D0GRyQF2cc7xpXkTvhx0WQwdXracQaqETox+OS6Q@mail.gmail.com>
	<CAHyyzzQr40u4rrCwkz1o2zJLLof6C03SRSPNka=k_WcuFB091A@mail.gmail.com>
Date: Wed, 10 Dec 2014 15:56:09 +0000
Message-ID: <CAMZ36x30g4FnGn5gbayDjHLs7Z12hLdDQ0-HqjCMQOWpRS_sHQ@mail.gmail.com>
From: Phil Lello <phil.lello@googlemail.com>
To: jacek burghardt <jaceksburghardt@gmail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] 1000Hz kernel under Xen 4.4
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0011427932317311949=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============0011427932317311949==
Content-Type: multipart/alternative; boundary=001a1135f456c920900509deb29c

--001a1135f456c920900509deb29c
Content-Type: text/plain; charset=UTF-8

Ah, many thanks. It appears I've read a lot of outdated resources.
On 10 Dec 2014 15:40, "jacek burghardt" <jaceksburghardt@gmail.com> wrote:

> *I just found this *
>
> *If you use Asterisk 1.6, just upgrade DAHDI to 2.2 and you won't need a
> *>* 1000Hz kernel.
> *
>
>
>
>
>

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

<p dir=3D"ltr">Ah, many thanks. It appears I&#39;ve read a lot of outdated =
resources.</p>
<div class=3D"gmail_quote">On 10 Dec 2014 15:40, &quot;jacek burghardt&quot=
; &lt;<a href=3D"mailto:jaceksburghardt@gmail.com">jaceksburghardt@gmail.co=
m</a>&gt; wrote:<br type=3D"attribution"><blockquote class=3D"gmail_quote" =
style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><di=
v dir=3D"ltr"><pre style=3D"color:rgb(0,0,0)"><i>I just found this </i></pr=
e><pre style=3D"color:rgb(0,0,0)"><i>If you use Asterisk 1.6, just upgrade =
DAHDI to 2.2 and you won&#39;t need a
</i>&gt;<i> 1000Hz kernel.
</i></pre><div><i><br></i></div><div class=3D"gmail_extra"><br clear=3D"all=
"><div><div><div dir=3D"ltr"><br></div></div></div></div></div>
</blockquote></div>

--001a1135f456c920900509deb29c--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============0011427932317311949==--


From xen-users-bounces@lists.xen.org Wed Dec 10 21:54:35 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 10 Dec 2014 21:54:35 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XypC3-0000oO-SG; Wed, 10 Dec 2014 21:53:11 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <marco.guazzone@gmail.com>) id 1XypC2-0000oJ-F0
	for xen-users@lists.xen.org; Wed, 10 Dec 2014 21:53:10 +0000
Received: from [85.158.139.211] by server-9.bemta-5.messagelabs.com id
	E3/71-22819-5C0C8845; Wed, 10 Dec 2014 21:53:09 +0000
X-Env-Sender: marco.guazzone@gmail.com
X-Msg-Ref: server-11.tower-206.messagelabs.com!1418248388!8554250!1
X-Originating-IP: [209.85.220.182]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11811 invoked from network); 10 Dec 2014 21:53:09 -0000
Received: from mail-vc0-f182.google.com (HELO mail-vc0-f182.google.com)
	(209.85.220.182)
	by server-11.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	10 Dec 2014 21:53:09 -0000
Received: by mail-vc0-f182.google.com with SMTP id hq12so1906667vcb.13
	for <xen-users@lists.xen.org>; Wed, 10 Dec 2014 13:53:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=x478n+FjjnmUXJVHI4codCdq/FfAQdw4uQnSWkBqEyo=;
	b=E1TY1rjJ4hvjjeWyldrUMHhEWSQj0O/ORBk7PTz9OQwk45zSVBBGpFtSnci0WvZqDD
	L+6KyQ2IA48389Vxxb3Q0P0dOei+C+zyUbDKSrO5F/J4Bb4iNN6BUqxJD7DEdkU7DqX9
	kaObW1/tH9kf+R8b8bzVDEdRUjvFb9yj1BsAUYiL9cFrM+yDNsSC1NanK3rXM6rYe4Oi
	F86ozfh2iI3geEJnm7ccie1dylNGbm+606wrAuY8iH/6M0Gig2huuN4o3r7jpMLqiyOn
	PJNy7YgnwwfPg8wsOnq9tW3Q3TpupOFQAjtZtkXTsYFW3qwikA8JoJI8wrAbdckfN/fn
	jing==
MIME-Version: 1.0
X-Received: by 10.53.4.37 with SMTP id cb5mr3649633vdd.23.1418248388246; Wed,
	10 Dec 2014 13:53:08 -0800 (PST)
Received: by 10.31.59.202 with HTTP; Wed, 10 Dec 2014 13:53:08 -0800 (PST)
Date: Wed, 10 Dec 2014 22:53:08 +0100
Message-ID: <CABbE_O50wAH4dEAuZxH1zSOr6g+OFQgAjSiTQDs5Tq1qnrXsug@mail.gmail.com>
From: Marco Guazzone <marco.guazzone@gmail.com>
To: xen-users@lists.xen.org
Subject: [Xen-users] Public IP on a domU
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hello,
I have a server with 2 public IP, say IP1 e IP2.
This server runs a domU

I'd like to setup a network such that:

IP1 -> dom0
IP2 -> domU

How can I do that?

Note, I'm not a Xen expert, so sorry if this question is trivial.

Thank you very much

Best,

-- Marco

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 10 21:54:35 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 10 Dec 2014 21:54:35 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XypC3-0000oO-SG; Wed, 10 Dec 2014 21:53:11 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <marco.guazzone@gmail.com>) id 1XypC2-0000oJ-F0
	for xen-users@lists.xen.org; Wed, 10 Dec 2014 21:53:10 +0000
Received: from [85.158.139.211] by server-9.bemta-5.messagelabs.com id
	E3/71-22819-5C0C8845; Wed, 10 Dec 2014 21:53:09 +0000
X-Env-Sender: marco.guazzone@gmail.com
X-Msg-Ref: server-11.tower-206.messagelabs.com!1418248388!8554250!1
X-Originating-IP: [209.85.220.182]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11811 invoked from network); 10 Dec 2014 21:53:09 -0000
Received: from mail-vc0-f182.google.com (HELO mail-vc0-f182.google.com)
	(209.85.220.182)
	by server-11.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	10 Dec 2014 21:53:09 -0000
Received: by mail-vc0-f182.google.com with SMTP id hq12so1906667vcb.13
	for <xen-users@lists.xen.org>; Wed, 10 Dec 2014 13:53:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=x478n+FjjnmUXJVHI4codCdq/FfAQdw4uQnSWkBqEyo=;
	b=E1TY1rjJ4hvjjeWyldrUMHhEWSQj0O/ORBk7PTz9OQwk45zSVBBGpFtSnci0WvZqDD
	L+6KyQ2IA48389Vxxb3Q0P0dOei+C+zyUbDKSrO5F/J4Bb4iNN6BUqxJD7DEdkU7DqX9
	kaObW1/tH9kf+R8b8bzVDEdRUjvFb9yj1BsAUYiL9cFrM+yDNsSC1NanK3rXM6rYe4Oi
	F86ozfh2iI3geEJnm7ccie1dylNGbm+606wrAuY8iH/6M0Gig2huuN4o3r7jpMLqiyOn
	PJNy7YgnwwfPg8wsOnq9tW3Q3TpupOFQAjtZtkXTsYFW3qwikA8JoJI8wrAbdckfN/fn
	jing==
MIME-Version: 1.0
X-Received: by 10.53.4.37 with SMTP id cb5mr3649633vdd.23.1418248388246; Wed,
	10 Dec 2014 13:53:08 -0800 (PST)
Received: by 10.31.59.202 with HTTP; Wed, 10 Dec 2014 13:53:08 -0800 (PST)
Date: Wed, 10 Dec 2014 22:53:08 +0100
Message-ID: <CABbE_O50wAH4dEAuZxH1zSOr6g+OFQgAjSiTQDs5Tq1qnrXsug@mail.gmail.com>
From: Marco Guazzone <marco.guazzone@gmail.com>
To: xen-users@lists.xen.org
Subject: [Xen-users] Public IP on a domU
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hello,
I have a server with 2 public IP, say IP1 e IP2.
This server runs a domU

I'd like to setup a network such that:

IP1 -> dom0
IP2 -> domU

How can I do that?

Note, I'm not a Xen expert, so sorry if this question is trivial.

Thank you very much

Best,

-- Marco

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 10 22:54:01 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 10 Dec 2014 22:54:01 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xyq7X-0004I9-NR; Wed, 10 Dec 2014 22:52:35 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <mailinglists@websitemanagers.com.au>)
	id 1Xyq7W-0004I4-Ix
	for xen-users@lists.xen.org; Wed, 10 Dec 2014 22:52:34 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	72/7A-25276-1BEC8845; Wed, 10 Dec 2014 22:52:33 +0000
X-Env-Sender: mailinglists@websitemanagers.com.au
X-Msg-Ref: server-11.tower-21.messagelabs.com!1418251949!14755816!1
X-Originating-IP: [203.98.89.10]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 24150 invoked from network); 10 Dec 2014 22:52:32 -0000
Received: from hammer.websitemanagers.com.au (HELO
	hammer.websitemanagers.com.au) (203.98.89.10)
	by server-11.tower-21.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 10 Dec 2014 22:52:32 -0000
Received: (qmail 20413 invoked by uid 1011); 10 Dec 2014 22:52:27 -0000
Received: from 124.246.8.196 by hammer (envelope-from
	<mailinglists@websitemanagers.com.au>,
	uid 1008) with qmail-scanner-1.24 
	(clamdscan: 0.98.1/19760. spamassassin: 3.3.1.  
	Clear:RC:1(124.246.8.196):. 
	Processed in 0.05426 secs); 10 Dec 2014 22:52:27 -0000
Received: from unknown (HELO ?10.97.0.6?) (124.246.8.196)
	by 0 with SMTP; 10 Dec 2014 22:52:27 -0000
Message-ID: <5488CEAB.50909@websitemanagers.com.au>
Date: Thu, 11 Dec 2014 09:52:27 +1100
From: Adam Goryachev <mailinglists@websitemanagers.com.au>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:31.0) Gecko/20100101 Thunderbird/31.3.0
MIME-Version: 1.0
To: xen-users@lists.xen.org
References: <CABbE_O50wAH4dEAuZxH1zSOr6g+OFQgAjSiTQDs5Tq1qnrXsug@mail.gmail.com>
In-Reply-To: <CABbE_O50wAH4dEAuZxH1zSOr6g+OFQgAjSiTQDs5Tq1qnrXsug@mail.gmail.com>
Subject: Re: [Xen-users] Public IP on a domU
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On 11/12/14 08:53, Marco Guazzone wrote:
> Hello,
> I have a server with 2 public IP, say IP1 e IP2.
> This server runs a domU
>
> I'd like to setup a network such that:
>
> IP1 -> dom0
> IP2 -> domU
>
> How can I do that?
>
> Note, I'm not a Xen expert, so sorry if this question is trivial.
>
> Thank you very much
>
First, setup the dom0 as a normal xen networking config (ie, create a 
bridge, attach your physical interface to the bridge, and configure one 
of the IP addresses to the bridge interface.

Second, setup the domU, assign a virtual network card using the above 
bridge, within the domU, assign the networking interface exactly like 
this was a normal physical machine connected to the network (ie, assign 
the second IP to the eth0 interface).

Hope that provides some clues/help. If not, please read the basic 
networking howto for xen for your distribution, and come back with more 
specific questions.

Regards,
Adam


-- 
Adam Goryachev Website Managers www.websitemanagers.com.au

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 10 22:54:01 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 10 Dec 2014 22:54:01 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xyq7X-0004I9-NR; Wed, 10 Dec 2014 22:52:35 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <mailinglists@websitemanagers.com.au>)
	id 1Xyq7W-0004I4-Ix
	for xen-users@lists.xen.org; Wed, 10 Dec 2014 22:52:34 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	72/7A-25276-1BEC8845; Wed, 10 Dec 2014 22:52:33 +0000
X-Env-Sender: mailinglists@websitemanagers.com.au
X-Msg-Ref: server-11.tower-21.messagelabs.com!1418251949!14755816!1
X-Originating-IP: [203.98.89.10]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 24150 invoked from network); 10 Dec 2014 22:52:32 -0000
Received: from hammer.websitemanagers.com.au (HELO
	hammer.websitemanagers.com.au) (203.98.89.10)
	by server-11.tower-21.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 10 Dec 2014 22:52:32 -0000
Received: (qmail 20413 invoked by uid 1011); 10 Dec 2014 22:52:27 -0000
Received: from 124.246.8.196 by hammer (envelope-from
	<mailinglists@websitemanagers.com.au>,
	uid 1008) with qmail-scanner-1.24 
	(clamdscan: 0.98.1/19760. spamassassin: 3.3.1.  
	Clear:RC:1(124.246.8.196):. 
	Processed in 0.05426 secs); 10 Dec 2014 22:52:27 -0000
Received: from unknown (HELO ?10.97.0.6?) (124.246.8.196)
	by 0 with SMTP; 10 Dec 2014 22:52:27 -0000
Message-ID: <5488CEAB.50909@websitemanagers.com.au>
Date: Thu, 11 Dec 2014 09:52:27 +1100
From: Adam Goryachev <mailinglists@websitemanagers.com.au>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:31.0) Gecko/20100101 Thunderbird/31.3.0
MIME-Version: 1.0
To: xen-users@lists.xen.org
References: <CABbE_O50wAH4dEAuZxH1zSOr6g+OFQgAjSiTQDs5Tq1qnrXsug@mail.gmail.com>
In-Reply-To: <CABbE_O50wAH4dEAuZxH1zSOr6g+OFQgAjSiTQDs5Tq1qnrXsug@mail.gmail.com>
Subject: Re: [Xen-users] Public IP on a domU
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On 11/12/14 08:53, Marco Guazzone wrote:
> Hello,
> I have a server with 2 public IP, say IP1 e IP2.
> This server runs a domU
>
> I'd like to setup a network such that:
>
> IP1 -> dom0
> IP2 -> domU
>
> How can I do that?
>
> Note, I'm not a Xen expert, so sorry if this question is trivial.
>
> Thank you very much
>
First, setup the dom0 as a normal xen networking config (ie, create a 
bridge, attach your physical interface to the bridge, and configure one 
of the IP addresses to the bridge interface.

Second, setup the domU, assign a virtual network card using the above 
bridge, within the domU, assign the networking interface exactly like 
this was a normal physical machine connected to the network (ie, assign 
the second IP to the eth0 interface).

Hope that provides some clues/help. If not, please read the basic 
networking howto for xen for your distribution, and come back with more 
specific questions.

Regards,
Adam


-- 
Adam Goryachev Website Managers www.websitemanagers.com.au

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 11 05:37:07 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 11 Dec 2014 05:37:07 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XywPi-0008Lx-Pj; Thu, 11 Dec 2014 05:35:46 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <phil.lello@googlemail.com>) id 1XywPh-0008Lp-I4
	for xen-users@lists.xen.org; Thu, 11 Dec 2014 05:35:45 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	51/23-25276-03D29845; Thu, 11 Dec 2014 05:35:44 +0000
X-Env-Sender: phil.lello@googlemail.com
X-Msg-Ref: server-16.tower-21.messagelabs.com!1418276143!11393740!1
X-Originating-IP: [74.125.82.52]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_30_40,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 13217 invoked from network); 11 Dec 2014 05:35:43 -0000
Received: from mail-wg0-f52.google.com (HELO mail-wg0-f52.google.com)
	(74.125.82.52)
	by server-16.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	11 Dec 2014 05:35:43 -0000
Received: by mail-wg0-f52.google.com with SMTP id x12so5431957wgg.39
	for <xen-users@lists.xen.org>; Wed, 10 Dec 2014 21:35:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=googlemail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=I7EL9pvbzrwUQzlju0hDD6fGX/bVs9BkoTbmco/LWks=;
	b=PD6+T54a38FVkftKE/pGY4zjKQ5GCzB8vqyMCL7JypTEVYQQbBSGznVuzXD3ZcCeE2
	GwZs0F3jYOm8z/zP3ci7ihHKiOXILkcJCmH0DDToMpWXSbzHzlah+w6jc2I/QLK7K3pY
	apGBpqNPcG/9UVadGgWdxWesZV9TeYpkPBrjjCSEVgICV3o0vUT2HqWt87OxU9X5DXKl
	Enxsi+Ql6Y0w7wTNajbL9qLQRnzKQZulHOaDkvZoHWIuawPyVmtChmcUDIw3/PaPbYrF
	n5IJmzlUD9i1W7ZjMdKLQEkvg0/74JTSGntq6rX2FN2UohnotgLUi33OqYFLNldzfNEM
	dq0w==
MIME-Version: 1.0
X-Received: by 10.180.90.179 with SMTP id bx19mr1458506wib.0.1418276143624;
	Wed, 10 Dec 2014 21:35:43 -0800 (PST)
Received: by 10.194.216.230 with HTTP; Wed, 10 Dec 2014 21:35:43 -0800 (PST)
In-Reply-To: <5488CEAB.50909@websitemanagers.com.au>
References: <CABbE_O50wAH4dEAuZxH1zSOr6g+OFQgAjSiTQDs5Tq1qnrXsug@mail.gmail.com>
	<5488CEAB.50909@websitemanagers.com.au>
Date: Thu, 11 Dec 2014 05:35:43 +0000
Message-ID: <CAMZ36x36Um--vyir16-5ZZAXSJN6btyFCZHNs06L9symwc1J+g@mail.gmail.com>
From: Phil Lello <phil.lello@googlemail.com>
To: Adam Goryachev <mailinglists@websitemanagers.com.au>
Cc: xen-users@lists.xen.org
Subject: Re: [Xen-users] Public IP on a domU
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============3444329535364483672=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============3444329535364483672==
Content-Type: multipart/alternative; boundary=f46d0435c066bbf8950509ea255d

--f46d0435c066bbf8950509ea255d
Content-Type: text/plain; charset=UTF-8

Hi all,

On a related note, is there a good guide on routed networking? I believe
the routed approach means only 1 MAC address is exposed to the network,
which is better in a  shared/hosted datacenter.

Phil

On Wed, Dec 10, 2014 at 10:52 PM, Adam Goryachev <
mailinglists@websitemanagers.com.au> wrote:

> On 11/12/14 08:53, Marco Guazzone wrote:
>
>> Hello,
>> I have a server with 2 public IP, say IP1 e IP2.
>> This server runs a domU
>>
>> I'd like to setup a network such that:
>>
>> IP1 -> dom0
>> IP2 -> domU
>>
>> How can I do that?
>>
>> Note, I'm not a Xen expert, so sorry if this question is trivial.
>>
>> Thank you very much
>>
>>  First, setup the dom0 as a normal xen networking config (ie, create a
> bridge, attach your physical interface to the bridge, and configure one of
> the IP addresses to the bridge interface.
>
> Second, setup the domU, assign a virtual network card using the above
> bridge, within the domU, assign the networking interface exactly like this
> was a normal physical machine connected to the network (ie, assign the
> second IP to the eth0 interface).
>
> Hope that provides some clues/help. If not, please read the basic
> networking howto for xen for your distribution, and come back with more
> specific questions.
>
> Regards,
> Adam
>
>
> --
> Adam Goryachev Website Managers www.websitemanagers.com.au
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users
>

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

<div dir=3D"ltr"><div>Hi all,<br></div><div><br>On a related note, is there=
 a good guide on routed networking? I believe the routed approach means onl=
y 1 MAC address is exposed to the network, which is better in a=C2=A0 share=
d/hosted datacenter.<br><br></div>Phil<br></div><div class=3D"gmail_extra">=
<br><div class=3D"gmail_quote">On Wed, Dec 10, 2014 at 10:52 PM, Adam Gorya=
chev <span dir=3D"ltr">&lt;<a href=3D"mailto:mailinglists@websitemanagers.c=
om.au" target=3D"_blank">mailinglists@websitemanagers.com.au</a>&gt;</span>=
 wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;bor=
der-left:1px #ccc solid;padding-left:1ex"><span class=3D"">On 11/12/14 08:5=
3, Marco Guazzone wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">
Hello,<br>
I have a server with 2 public IP, say IP1 e IP2.<br>
This server runs a domU<br>
<br>
I&#39;d like to setup a network such that:<br>
<br>
IP1 -&gt; dom0<br>
IP2 -&gt; domU<br>
<br>
How can I do that?<br>
<br>
Note, I&#39;m not a Xen expert, so sorry if this question is trivial.<br>
<br>
Thank you very much<br>
<br>
</blockquote></span>
First, setup the dom0 as a normal xen networking config (ie, create a bridg=
e, attach your physical interface to the bridge, and configure one of the I=
P addresses to the bridge interface.<br>
<br>
Second, setup the domU, assign a virtual network card using the above bridg=
e, within the domU, assign the networking interface exactly like this was a=
 normal physical machine connected to the network (ie, assign the second IP=
 to the eth0 interface).<br>
<br>
Hope that provides some clues/help. If not, please read the basic networkin=
g howto for xen for your distribution, and come back with more specific que=
stions.<br>
<br>
Regards,<br>
Adam<span class=3D"HOEnZb"><font color=3D"#888888"><br>
<br>
<br>
-- <br>
Adam Goryachev Website Managers <a href=3D"http://www.websitemanagers.com.a=
u" target=3D"_blank">www.websitemanagers.com.au</a></font></span><div class=
=3D"HOEnZb"><div class=3D"h5"><br>
<br>
______________________________<u></u>_________________<br>
Xen-users mailing list<br>
<a href=3D"mailto:Xen-users@lists.xen.org" target=3D"_blank">Xen-users@list=
s.xen.org</a><br>
<a href=3D"http://lists.xen.org/xen-users" target=3D"_blank">http://lists.x=
en.org/xen-users</a><br>
</div></div></blockquote></div><br></div>

--f46d0435c066bbf8950509ea255d--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============3444329535364483672==--


From xen-users-bounces@lists.xen.org Thu Dec 11 05:37:07 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 11 Dec 2014 05:37:07 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XywPi-0008Lx-Pj; Thu, 11 Dec 2014 05:35:46 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <phil.lello@googlemail.com>) id 1XywPh-0008Lp-I4
	for xen-users@lists.xen.org; Thu, 11 Dec 2014 05:35:45 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	51/23-25276-03D29845; Thu, 11 Dec 2014 05:35:44 +0000
X-Env-Sender: phil.lello@googlemail.com
X-Msg-Ref: server-16.tower-21.messagelabs.com!1418276143!11393740!1
X-Originating-IP: [74.125.82.52]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_30_40,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 13217 invoked from network); 11 Dec 2014 05:35:43 -0000
Received: from mail-wg0-f52.google.com (HELO mail-wg0-f52.google.com)
	(74.125.82.52)
	by server-16.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	11 Dec 2014 05:35:43 -0000
Received: by mail-wg0-f52.google.com with SMTP id x12so5431957wgg.39
	for <xen-users@lists.xen.org>; Wed, 10 Dec 2014 21:35:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=googlemail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=I7EL9pvbzrwUQzlju0hDD6fGX/bVs9BkoTbmco/LWks=;
	b=PD6+T54a38FVkftKE/pGY4zjKQ5GCzB8vqyMCL7JypTEVYQQbBSGznVuzXD3ZcCeE2
	GwZs0F3jYOm8z/zP3ci7ihHKiOXILkcJCmH0DDToMpWXSbzHzlah+w6jc2I/QLK7K3pY
	apGBpqNPcG/9UVadGgWdxWesZV9TeYpkPBrjjCSEVgICV3o0vUT2HqWt87OxU9X5DXKl
	Enxsi+Ql6Y0w7wTNajbL9qLQRnzKQZulHOaDkvZoHWIuawPyVmtChmcUDIw3/PaPbYrF
	n5IJmzlUD9i1W7ZjMdKLQEkvg0/74JTSGntq6rX2FN2UohnotgLUi33OqYFLNldzfNEM
	dq0w==
MIME-Version: 1.0
X-Received: by 10.180.90.179 with SMTP id bx19mr1458506wib.0.1418276143624;
	Wed, 10 Dec 2014 21:35:43 -0800 (PST)
Received: by 10.194.216.230 with HTTP; Wed, 10 Dec 2014 21:35:43 -0800 (PST)
In-Reply-To: <5488CEAB.50909@websitemanagers.com.au>
References: <CABbE_O50wAH4dEAuZxH1zSOr6g+OFQgAjSiTQDs5Tq1qnrXsug@mail.gmail.com>
	<5488CEAB.50909@websitemanagers.com.au>
Date: Thu, 11 Dec 2014 05:35:43 +0000
Message-ID: <CAMZ36x36Um--vyir16-5ZZAXSJN6btyFCZHNs06L9symwc1J+g@mail.gmail.com>
From: Phil Lello <phil.lello@googlemail.com>
To: Adam Goryachev <mailinglists@websitemanagers.com.au>
Cc: xen-users@lists.xen.org
Subject: Re: [Xen-users] Public IP on a domU
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============3444329535364483672=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============3444329535364483672==
Content-Type: multipart/alternative; boundary=f46d0435c066bbf8950509ea255d

--f46d0435c066bbf8950509ea255d
Content-Type: text/plain; charset=UTF-8

Hi all,

On a related note, is there a good guide on routed networking? I believe
the routed approach means only 1 MAC address is exposed to the network,
which is better in a  shared/hosted datacenter.

Phil

On Wed, Dec 10, 2014 at 10:52 PM, Adam Goryachev <
mailinglists@websitemanagers.com.au> wrote:

> On 11/12/14 08:53, Marco Guazzone wrote:
>
>> Hello,
>> I have a server with 2 public IP, say IP1 e IP2.
>> This server runs a domU
>>
>> I'd like to setup a network such that:
>>
>> IP1 -> dom0
>> IP2 -> domU
>>
>> How can I do that?
>>
>> Note, I'm not a Xen expert, so sorry if this question is trivial.
>>
>> Thank you very much
>>
>>  First, setup the dom0 as a normal xen networking config (ie, create a
> bridge, attach your physical interface to the bridge, and configure one of
> the IP addresses to the bridge interface.
>
> Second, setup the domU, assign a virtual network card using the above
> bridge, within the domU, assign the networking interface exactly like this
> was a normal physical machine connected to the network (ie, assign the
> second IP to the eth0 interface).
>
> Hope that provides some clues/help. If not, please read the basic
> networking howto for xen for your distribution, and come back with more
> specific questions.
>
> Regards,
> Adam
>
>
> --
> Adam Goryachev Website Managers www.websitemanagers.com.au
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users
>

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

<div dir=3D"ltr"><div>Hi all,<br></div><div><br>On a related note, is there=
 a good guide on routed networking? I believe the routed approach means onl=
y 1 MAC address is exposed to the network, which is better in a=C2=A0 share=
d/hosted datacenter.<br><br></div>Phil<br></div><div class=3D"gmail_extra">=
<br><div class=3D"gmail_quote">On Wed, Dec 10, 2014 at 10:52 PM, Adam Gorya=
chev <span dir=3D"ltr">&lt;<a href=3D"mailto:mailinglists@websitemanagers.c=
om.au" target=3D"_blank">mailinglists@websitemanagers.com.au</a>&gt;</span>=
 wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;bor=
der-left:1px #ccc solid;padding-left:1ex"><span class=3D"">On 11/12/14 08:5=
3, Marco Guazzone wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">
Hello,<br>
I have a server with 2 public IP, say IP1 e IP2.<br>
This server runs a domU<br>
<br>
I&#39;d like to setup a network such that:<br>
<br>
IP1 -&gt; dom0<br>
IP2 -&gt; domU<br>
<br>
How can I do that?<br>
<br>
Note, I&#39;m not a Xen expert, so sorry if this question is trivial.<br>
<br>
Thank you very much<br>
<br>
</blockquote></span>
First, setup the dom0 as a normal xen networking config (ie, create a bridg=
e, attach your physical interface to the bridge, and configure one of the I=
P addresses to the bridge interface.<br>
<br>
Second, setup the domU, assign a virtual network card using the above bridg=
e, within the domU, assign the networking interface exactly like this was a=
 normal physical machine connected to the network (ie, assign the second IP=
 to the eth0 interface).<br>
<br>
Hope that provides some clues/help. If not, please read the basic networkin=
g howto for xen for your distribution, and come back with more specific que=
stions.<br>
<br>
Regards,<br>
Adam<span class=3D"HOEnZb"><font color=3D"#888888"><br>
<br>
<br>
-- <br>
Adam Goryachev Website Managers <a href=3D"http://www.websitemanagers.com.a=
u" target=3D"_blank">www.websitemanagers.com.au</a></font></span><div class=
=3D"HOEnZb"><div class=3D"h5"><br>
<br>
______________________________<u></u>_________________<br>
Xen-users mailing list<br>
<a href=3D"mailto:Xen-users@lists.xen.org" target=3D"_blank">Xen-users@list=
s.xen.org</a><br>
<a href=3D"http://lists.xen.org/xen-users" target=3D"_blank">http://lists.x=
en.org/xen-users</a><br>
</div></div></blockquote></div><br></div>

--f46d0435c066bbf8950509ea255d--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============3444329535364483672==--


From xen-users-bounces@lists.xen.org Thu Dec 11 06:41:21 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 11 Dec 2014 06:41: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-users-bounces@lists.xen.org>)
	id 1XyxQB-0002A6-JH; Thu, 11 Dec 2014 06:40:19 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <c@charlesmatkinson.org>) id 1XyxQA-0002A1-BU
	for xen-users@lists.xen.org; Thu, 11 Dec 2014 06:40:18 +0000
Received: from [85.158.137.68] by server-14.bemta-3.messagelabs.com id
	E6/CB-07724-15C39845; Thu, 11 Dec 2014 06:40:17 +0000
X-Env-Sender: c@charlesmatkinson.org
X-Msg-Ref: server-5.tower-31.messagelabs.com!1418280015!12540610!1
X-Originating-IP: [65.39.216.14]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21969 invoked from network); 11 Dec 2014 06:40:16 -0000
Received: from smtp1.emailarray.com (HELO smtp1.emailarray.com) (65.39.216.14)
	by server-5.tower-31.messagelabs.com with DHE-RSA-AES256-SHA
	encrypted SMTP; 11 Dec 2014 06:40:16 -0000
Received: (qmail 99991 invoked by uid 89); 11 Dec 2014 06:40:14 -0000
Received: from unknown (HELO ?192.168.10.17?)
	(Y2hhcmxlc0BjaGFybGVzbWF0a2luc29uLm9yZ0AxMDMuOC4xMTguMTE0)
	(POLARISLOCAL) 
	by smtp1.emailarray.com with SMTP; 11 Dec 2014 06:40:14 -0000
Message-ID: <54893C49.10705@charlesmatkinson.org>
Date: Thu, 11 Dec 2014 12:10:09 +0530
From: Charles <c@charlesmatkinson.org>
MIME-Version: 1.0
To: xen-users@lists.xen.org
References: <CABbE_O50wAH4dEAuZxH1zSOr6g+OFQgAjSiTQDs5Tq1qnrXsug@mail.gmail.com>
	<5488CEAB.50909@websitemanagers.com.au>
	<CAMZ36x36Um--vyir16-5ZZAXSJN6btyFCZHNs06L9symwc1J+g@mail.gmail.com>
In-Reply-To: <CAMZ36x36Um--vyir16-5ZZAXSJN6btyFCZHNs06L9symwc1J+g@mail.gmail.com>
X-PolarisMail-Flags: 
Subject: Re: [Xen-users] Public IP on a domU
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

There is a little in our WIKI at

http://wiki.bluelightav.org/display/BLUE/Xen#Xen-SingleMACaddressontheLAN

On 11/12/14 11:05, Phil Lello wrote:
> Hi all,
> 
> On a related note, is there a good guide on routed networking? I believe
> the routed approach means only 1 MAC address is exposed to the network,
> which is better in a  shared/hosted datacenter.
> 
> Phil

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 11 06:41:21 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 11 Dec 2014 06:41: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-users-bounces@lists.xen.org>)
	id 1XyxQB-0002A6-JH; Thu, 11 Dec 2014 06:40:19 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <c@charlesmatkinson.org>) id 1XyxQA-0002A1-BU
	for xen-users@lists.xen.org; Thu, 11 Dec 2014 06:40:18 +0000
Received: from [85.158.137.68] by server-14.bemta-3.messagelabs.com id
	E6/CB-07724-15C39845; Thu, 11 Dec 2014 06:40:17 +0000
X-Env-Sender: c@charlesmatkinson.org
X-Msg-Ref: server-5.tower-31.messagelabs.com!1418280015!12540610!1
X-Originating-IP: [65.39.216.14]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21969 invoked from network); 11 Dec 2014 06:40:16 -0000
Received: from smtp1.emailarray.com (HELO smtp1.emailarray.com) (65.39.216.14)
	by server-5.tower-31.messagelabs.com with DHE-RSA-AES256-SHA
	encrypted SMTP; 11 Dec 2014 06:40:16 -0000
Received: (qmail 99991 invoked by uid 89); 11 Dec 2014 06:40:14 -0000
Received: from unknown (HELO ?192.168.10.17?)
	(Y2hhcmxlc0BjaGFybGVzbWF0a2luc29uLm9yZ0AxMDMuOC4xMTguMTE0)
	(POLARISLOCAL) 
	by smtp1.emailarray.com with SMTP; 11 Dec 2014 06:40:14 -0000
Message-ID: <54893C49.10705@charlesmatkinson.org>
Date: Thu, 11 Dec 2014 12:10:09 +0530
From: Charles <c@charlesmatkinson.org>
MIME-Version: 1.0
To: xen-users@lists.xen.org
References: <CABbE_O50wAH4dEAuZxH1zSOr6g+OFQgAjSiTQDs5Tq1qnrXsug@mail.gmail.com>
	<5488CEAB.50909@websitemanagers.com.au>
	<CAMZ36x36Um--vyir16-5ZZAXSJN6btyFCZHNs06L9symwc1J+g@mail.gmail.com>
In-Reply-To: <CAMZ36x36Um--vyir16-5ZZAXSJN6btyFCZHNs06L9symwc1J+g@mail.gmail.com>
X-PolarisMail-Flags: 
Subject: Re: [Xen-users] Public IP on a domU
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

There is a little in our WIKI at

http://wiki.bluelightav.org/display/BLUE/Xen#Xen-SingleMACaddressontheLAN

On 11/12/14 11:05, Phil Lello wrote:
> Hi all,
> 
> On a related note, is there a good guide on routed networking? I believe
> the routed approach means only 1 MAC address is exposed to the network,
> which is better in a  shared/hosted datacenter.
> 
> Phil

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 11 07:11:46 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 11 Dec 2014 07:11:46 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xyxty-0003Z3-Ny; Thu, 11 Dec 2014 07:11:06 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <fajar@fajar.net>) id 1Xyxtx-0003Yy-A6
	for xen-users@lists.xen.org; Thu, 11 Dec 2014 07:11:05 +0000
Received: from [193.109.254.147] by server-5.bemta-14.messagelabs.com id
	AC/F9-08051-88349845; Thu, 11 Dec 2014 07:11:04 +0000
X-Env-Sender: fajar@fajar.net
X-Msg-Ref: server-15.tower-27.messagelabs.com!1418281862!14364494!1
X-Originating-IP: [209.85.220.53]
X-SpamReason: No, hits=0.9 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 29252 invoked from network); 11 Dec 2014 07:11:03 -0000
Received: from mail-pa0-f53.google.com (HELO mail-pa0-f53.google.com)
	(209.85.220.53)
	by server-15.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	11 Dec 2014 07:11:03 -0000
Received: by mail-pa0-f53.google.com with SMTP id kq14so4421967pab.26
	for <xen-users@lists.xen.org>; Wed, 10 Dec 2014 23:11:01 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=1e100.net; s=20130820;
	h=x-gm-message-state:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:cc:content-type;
	bh=xh06srgyzx7ZqdR50jIwMchx40PGQX0borGwgkfLSIk=;
	b=T/vEUGtK1OL2u8dtzoypmaKay3dUPVTqgVEgg7BqGPddUcCNbJ9IDou183gKS0STbC
	9JDQ0TZiVxsWxzFZWloMbetBDHZdpxeVQFLhHrhsmmNlSD17mBnpC9zWLkG92LzCeCVx
	RloyEvc2tpOwiXlsPnScA7cgIttnf4Qynf0RDVn6cKxmSeZek42mmtc11/fH30Xro5Zj
	SOaAsJY5HoK/qwlLsM8zTuzDLG8QjfcfM54FZltWr4cgaEPsGklr0iiC4ZUdGED/UfGP
	Ww8jJ+vJEwKpxsV9vL/9M9K2QP2YPXFwQ3unfws2QQ7jvyTzhgbZYEmkCuBHWTCvxZ7O
	BUdA==
X-Gm-Message-State: ALoCoQmlP+fskS3inMr1p+sdO67Zsv+RAmVrsBbBfrbfcOqNJgZhol2cjNftUGFMW/t8k+jFb0GR
MIME-Version: 1.0
X-Received: by 10.66.255.40 with SMTP id an8mr14644985pad.64.1418281861822;
	Wed, 10 Dec 2014 23:11:01 -0800 (PST)
Received: by 10.70.35.69 with HTTP; Wed, 10 Dec 2014 23:11:01 -0800 (PST)
In-Reply-To: <CAMZ36x36Um--vyir16-5ZZAXSJN6btyFCZHNs06L9symwc1J+g@mail.gmail.com>
References: <CABbE_O50wAH4dEAuZxH1zSOr6g+OFQgAjSiTQDs5Tq1qnrXsug@mail.gmail.com>
	<5488CEAB.50909@websitemanagers.com.au>
	<CAMZ36x36Um--vyir16-5ZZAXSJN6btyFCZHNs06L9symwc1J+g@mail.gmail.com>
Date: Thu, 11 Dec 2014 14:11:01 +0700
Message-ID: <CAG1y0scNtFTWhtmwRMDJUMLUYjZWLGx1tNneNdnmtvtoRZBXJg@mail.gmail.com>
From: "Fajar A. Nugraha" <list@fajar.net>
To: Phil Lello <phil.lello@googlemail.com>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	Adam Goryachev <mailinglists@websitemanagers.com.au>
Subject: Re: [Xen-users] Public IP on a domU
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============4203856013608649792=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============4203856013608649792==
Content-Type: multipart/alternative; boundary=047d7b15ad9d90d6550509eb7a0a

--047d7b15ad9d90d6550509eb7a0a
Content-Type: text/plain; charset=UTF-8

On Thu, Dec 11, 2014 at 12:35 PM, Phil Lello <phil.lello@googlemail.com>
wrote:

> Hi all,
>
> On a related note, is there a good guide on routed networking? I believe
> the routed approach means only 1 MAC address is exposed to the network,
> which is better in a  shared/hosted datacenter.
>
>
Did you check the xen wiki, http://wiki.xen.org/wiki/Vif-route ?

I use slightly different method (in particular, using bridge + static
routes + static arp) but in general the principal is the same: get dom0's
eth0 to respond to arp request for domU's IP, use dom0's IP as domU's
gateway, and have specific routes to domU.

-- 
Fajar

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

<div dir=3D"ltr"><div class=3D"gmail_extra"><div class=3D"gmail_quote">On T=
hu, Dec 11, 2014 at 12:35 PM, Phil Lello <span dir=3D"ltr">&lt;<a href=3D"m=
ailto:phil.lello@googlemail.com" target=3D"_blank">phil.lello@googlemail.co=
m</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margi=
n:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204=
);border-left-style:solid;padding-left:1ex"><div dir=3D"ltr"><div>Hi all,<b=
r></div><div><br>On a related note, is there a good guide on routed network=
ing? I believe the routed approach means only 1 MAC address is exposed to t=
he network, which is better in a=C2=A0 shared/hosted datacenter.<span class=
=3D""><font color=3D"#888888"><br><br></font></span></div></div></blockquot=
e><div><br></div><div>Did you check the xen wiki,=C2=A0<a href=3D"http://wi=
ki.xen.org/wiki/Vif-route">http://wiki.xen.org/wiki/Vif-route</a> ?</div><d=
iv><br></div><div>I use slightly different method (in particular, using bri=
dge + static routes + static arp) but in general the principal is the same:=
 get dom0&#39;s eth0 to respond to arp request for domU&#39;s IP, use dom0&=
#39;s IP as domU&#39;s gateway, and have specific routes to domU.</div><div=
><br></div><div>--=C2=A0</div><div>Fajar</div></div></div></div>

--047d7b15ad9d90d6550509eb7a0a--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============4203856013608649792==--


From xen-users-bounces@lists.xen.org Thu Dec 11 07:11:46 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 11 Dec 2014 07:11:46 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xyxty-0003Z3-Ny; Thu, 11 Dec 2014 07:11:06 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <fajar@fajar.net>) id 1Xyxtx-0003Yy-A6
	for xen-users@lists.xen.org; Thu, 11 Dec 2014 07:11:05 +0000
Received: from [193.109.254.147] by server-5.bemta-14.messagelabs.com id
	AC/F9-08051-88349845; Thu, 11 Dec 2014 07:11:04 +0000
X-Env-Sender: fajar@fajar.net
X-Msg-Ref: server-15.tower-27.messagelabs.com!1418281862!14364494!1
X-Originating-IP: [209.85.220.53]
X-SpamReason: No, hits=0.9 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 29252 invoked from network); 11 Dec 2014 07:11:03 -0000
Received: from mail-pa0-f53.google.com (HELO mail-pa0-f53.google.com)
	(209.85.220.53)
	by server-15.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	11 Dec 2014 07:11:03 -0000
Received: by mail-pa0-f53.google.com with SMTP id kq14so4421967pab.26
	for <xen-users@lists.xen.org>; Wed, 10 Dec 2014 23:11:01 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=1e100.net; s=20130820;
	h=x-gm-message-state:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:cc:content-type;
	bh=xh06srgyzx7ZqdR50jIwMchx40PGQX0borGwgkfLSIk=;
	b=T/vEUGtK1OL2u8dtzoypmaKay3dUPVTqgVEgg7BqGPddUcCNbJ9IDou183gKS0STbC
	9JDQ0TZiVxsWxzFZWloMbetBDHZdpxeVQFLhHrhsmmNlSD17mBnpC9zWLkG92LzCeCVx
	RloyEvc2tpOwiXlsPnScA7cgIttnf4Qynf0RDVn6cKxmSeZek42mmtc11/fH30Xro5Zj
	SOaAsJY5HoK/qwlLsM8zTuzDLG8QjfcfM54FZltWr4cgaEPsGklr0iiC4ZUdGED/UfGP
	Ww8jJ+vJEwKpxsV9vL/9M9K2QP2YPXFwQ3unfws2QQ7jvyTzhgbZYEmkCuBHWTCvxZ7O
	BUdA==
X-Gm-Message-State: ALoCoQmlP+fskS3inMr1p+sdO67Zsv+RAmVrsBbBfrbfcOqNJgZhol2cjNftUGFMW/t8k+jFb0GR
MIME-Version: 1.0
X-Received: by 10.66.255.40 with SMTP id an8mr14644985pad.64.1418281861822;
	Wed, 10 Dec 2014 23:11:01 -0800 (PST)
Received: by 10.70.35.69 with HTTP; Wed, 10 Dec 2014 23:11:01 -0800 (PST)
In-Reply-To: <CAMZ36x36Um--vyir16-5ZZAXSJN6btyFCZHNs06L9symwc1J+g@mail.gmail.com>
References: <CABbE_O50wAH4dEAuZxH1zSOr6g+OFQgAjSiTQDs5Tq1qnrXsug@mail.gmail.com>
	<5488CEAB.50909@websitemanagers.com.au>
	<CAMZ36x36Um--vyir16-5ZZAXSJN6btyFCZHNs06L9symwc1J+g@mail.gmail.com>
Date: Thu, 11 Dec 2014 14:11:01 +0700
Message-ID: <CAG1y0scNtFTWhtmwRMDJUMLUYjZWLGx1tNneNdnmtvtoRZBXJg@mail.gmail.com>
From: "Fajar A. Nugraha" <list@fajar.net>
To: Phil Lello <phil.lello@googlemail.com>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	Adam Goryachev <mailinglists@websitemanagers.com.au>
Subject: Re: [Xen-users] Public IP on a domU
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============4203856013608649792=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============4203856013608649792==
Content-Type: multipart/alternative; boundary=047d7b15ad9d90d6550509eb7a0a

--047d7b15ad9d90d6550509eb7a0a
Content-Type: text/plain; charset=UTF-8

On Thu, Dec 11, 2014 at 12:35 PM, Phil Lello <phil.lello@googlemail.com>
wrote:

> Hi all,
>
> On a related note, is there a good guide on routed networking? I believe
> the routed approach means only 1 MAC address is exposed to the network,
> which is better in a  shared/hosted datacenter.
>
>
Did you check the xen wiki, http://wiki.xen.org/wiki/Vif-route ?

I use slightly different method (in particular, using bridge + static
routes + static arp) but in general the principal is the same: get dom0's
eth0 to respond to arp request for domU's IP, use dom0's IP as domU's
gateway, and have specific routes to domU.

-- 
Fajar

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

<div dir=3D"ltr"><div class=3D"gmail_extra"><div class=3D"gmail_quote">On T=
hu, Dec 11, 2014 at 12:35 PM, Phil Lello <span dir=3D"ltr">&lt;<a href=3D"m=
ailto:phil.lello@googlemail.com" target=3D"_blank">phil.lello@googlemail.co=
m</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margi=
n:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204=
);border-left-style:solid;padding-left:1ex"><div dir=3D"ltr"><div>Hi all,<b=
r></div><div><br>On a related note, is there a good guide on routed network=
ing? I believe the routed approach means only 1 MAC address is exposed to t=
he network, which is better in a=C2=A0 shared/hosted datacenter.<span class=
=3D""><font color=3D"#888888"><br><br></font></span></div></div></blockquot=
e><div><br></div><div>Did you check the xen wiki,=C2=A0<a href=3D"http://wi=
ki.xen.org/wiki/Vif-route">http://wiki.xen.org/wiki/Vif-route</a> ?</div><d=
iv><br></div><div>I use slightly different method (in particular, using bri=
dge + static routes + static arp) but in general the principal is the same:=
 get dom0&#39;s eth0 to respond to arp request for domU&#39;s IP, use dom0&=
#39;s IP as domU&#39;s gateway, and have specific routes to domU.</div><div=
><br></div><div>--=C2=A0</div><div>Fajar</div></div></div></div>

--047d7b15ad9d90d6550509eb7a0a--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============4203856013608649792==--


From xen-users-bounces@lists.xen.org Thu Dec 11 09:45:34 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 11 Dec 2014 09:45: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-users-bounces@lists.xen.org>)
	id 1Xz0IC-0001cI-0v; Thu, 11 Dec 2014 09:44:16 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <marco.guazzone@gmail.com>) id 1Xz0IB-0001cB-6g
	for xen-users@lists.xen.org; Thu, 11 Dec 2014 09:44:15 +0000
Received: from [85.158.143.35] by server-1.bemta-4.messagelabs.com id
	EE/57-09842-E6769845; Thu, 11 Dec 2014 09:44:14 +0000
X-Env-Sender: marco.guazzone@gmail.com
X-Msg-Ref: server-8.tower-21.messagelabs.com!1418291052!14884982!1
X-Originating-IP: [209.85.220.182]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 8053 invoked from network); 11 Dec 2014 09:44:13 -0000
Received: from mail-vc0-f182.google.com (HELO mail-vc0-f182.google.com)
	(209.85.220.182)
	by server-8.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	11 Dec 2014 09:44:13 -0000
Received: by mail-vc0-f182.google.com with SMTP id hq12so2329870vcb.13
	for <xen-users@lists.xen.org>; Thu, 11 Dec 2014 01:44:12 -0800 (PST)
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
	:content-type; bh=1/y66Svef7R/XejnJj5pkmsxQFe9UfIxagtc7KkXMuQ=;
	b=vj3vstLteAE3TpCFQiHVS9L48k5IlXhiPsQQ4Y+SSZSVckXgRfqe2sdtBZ+tn+ZUcr
	u+1TBWN4Id30QM89LXYiXD81Cjkz82IoEPWNkSagnjt8kWMb38rSrLtqb80mzk+SY8jv
	Vydf8CedTz/cCgCnvL1xVCZdcIr12UV8R9bBzu3A93LnsCPmRzf4vq0slxIze626kMkb
	cXrJkfGlV2Dfnsz4SZYSjr3uuHYgHwT1UlrWoTeioVCkWU3Qwqvwj7XCGiPQ8e9I9AEX
	1aBtMDr3BN3GsEGZ3XevgQTbcXi2SobKx1aJndzB55HbNubU261dT661hkfzQOe7Gm5Y
	eseQ==
MIME-Version: 1.0
X-Received: by 10.52.233.166 with SMTP id tx6mr4995173vdc.76.1418291052139;
	Thu, 11 Dec 2014 01:44:12 -0800 (PST)
Received: by 10.31.59.202 with HTTP; Thu, 11 Dec 2014 01:44:12 -0800 (PST)
In-Reply-To: <CAG1y0scNtFTWhtmwRMDJUMLUYjZWLGx1tNneNdnmtvtoRZBXJg@mail.gmail.com>
References: <CABbE_O50wAH4dEAuZxH1zSOr6g+OFQgAjSiTQDs5Tq1qnrXsug@mail.gmail.com>
	<5488CEAB.50909@websitemanagers.com.au>
	<CAMZ36x36Um--vyir16-5ZZAXSJN6btyFCZHNs06L9symwc1J+g@mail.gmail.com>
	<CAG1y0scNtFTWhtmwRMDJUMLUYjZWLGx1tNneNdnmtvtoRZBXJg@mail.gmail.com>
Date: Thu, 11 Dec 2014 10:44:12 +0100
Message-ID: <CABbE_O4ANaG9dBzZVhOWMbxVbz2QXV+75m28=a_MwKMP_1o83g@mail.gmail.com>
From: Marco Guazzone <marco.guazzone@gmail.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Public IP on a domU
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hello,

Thank you very much to everyone for the help.

I've tried the solution suggested by Adam Goryachev and it seems to
work like a charm.

For anyone interested, this are the details of my setup:

On dom0 (Fedora 20 x86_64):
- interface em1: bridged by xenbr0 (see below)
- interface em2: private IP
- bridge xenbr0: public IP#1

On domU (ubuntu 14.10 server x86_64)
- interface eth0: public IP#2

Cheers,

-- Marco


On Thu, Dec 11, 2014 at 8:11 AM, Fajar A. Nugraha <list@fajar.net> wrote:
> On Thu, Dec 11, 2014 at 12:35 PM, Phil Lello <phil.lello@googlemail.com>
> wrote:
>>
>> Hi all,
>>
>> On a related note, is there a good guide on routed networking? I believe
>> the routed approach means only 1 MAC address is exposed to the network,
>> which is better in a  shared/hosted datacenter.
>>
>
> Did you check the xen wiki, http://wiki.xen.org/wiki/Vif-route ?
>
> I use slightly different method (in particular, using bridge + static routes
> + static arp) but in general the principal is the same: get dom0's eth0 to
> respond to arp request for domU's IP, use dom0's IP as domU's gateway, and
> have specific routes to domU.
>
> --
> Fajar
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 11 09:45:34 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 11 Dec 2014 09:45: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-users-bounces@lists.xen.org>)
	id 1Xz0IC-0001cI-0v; Thu, 11 Dec 2014 09:44:16 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <marco.guazzone@gmail.com>) id 1Xz0IB-0001cB-6g
	for xen-users@lists.xen.org; Thu, 11 Dec 2014 09:44:15 +0000
Received: from [85.158.143.35] by server-1.bemta-4.messagelabs.com id
	EE/57-09842-E6769845; Thu, 11 Dec 2014 09:44:14 +0000
X-Env-Sender: marco.guazzone@gmail.com
X-Msg-Ref: server-8.tower-21.messagelabs.com!1418291052!14884982!1
X-Originating-IP: [209.85.220.182]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 8053 invoked from network); 11 Dec 2014 09:44:13 -0000
Received: from mail-vc0-f182.google.com (HELO mail-vc0-f182.google.com)
	(209.85.220.182)
	by server-8.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	11 Dec 2014 09:44:13 -0000
Received: by mail-vc0-f182.google.com with SMTP id hq12so2329870vcb.13
	for <xen-users@lists.xen.org>; Thu, 11 Dec 2014 01:44:12 -0800 (PST)
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
	:content-type; bh=1/y66Svef7R/XejnJj5pkmsxQFe9UfIxagtc7KkXMuQ=;
	b=vj3vstLteAE3TpCFQiHVS9L48k5IlXhiPsQQ4Y+SSZSVckXgRfqe2sdtBZ+tn+ZUcr
	u+1TBWN4Id30QM89LXYiXD81Cjkz82IoEPWNkSagnjt8kWMb38rSrLtqb80mzk+SY8jv
	Vydf8CedTz/cCgCnvL1xVCZdcIr12UV8R9bBzu3A93LnsCPmRzf4vq0slxIze626kMkb
	cXrJkfGlV2Dfnsz4SZYSjr3uuHYgHwT1UlrWoTeioVCkWU3Qwqvwj7XCGiPQ8e9I9AEX
	1aBtMDr3BN3GsEGZ3XevgQTbcXi2SobKx1aJndzB55HbNubU261dT661hkfzQOe7Gm5Y
	eseQ==
MIME-Version: 1.0
X-Received: by 10.52.233.166 with SMTP id tx6mr4995173vdc.76.1418291052139;
	Thu, 11 Dec 2014 01:44:12 -0800 (PST)
Received: by 10.31.59.202 with HTTP; Thu, 11 Dec 2014 01:44:12 -0800 (PST)
In-Reply-To: <CAG1y0scNtFTWhtmwRMDJUMLUYjZWLGx1tNneNdnmtvtoRZBXJg@mail.gmail.com>
References: <CABbE_O50wAH4dEAuZxH1zSOr6g+OFQgAjSiTQDs5Tq1qnrXsug@mail.gmail.com>
	<5488CEAB.50909@websitemanagers.com.au>
	<CAMZ36x36Um--vyir16-5ZZAXSJN6btyFCZHNs06L9symwc1J+g@mail.gmail.com>
	<CAG1y0scNtFTWhtmwRMDJUMLUYjZWLGx1tNneNdnmtvtoRZBXJg@mail.gmail.com>
Date: Thu, 11 Dec 2014 10:44:12 +0100
Message-ID: <CABbE_O4ANaG9dBzZVhOWMbxVbz2QXV+75m28=a_MwKMP_1o83g@mail.gmail.com>
From: Marco Guazzone <marco.guazzone@gmail.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Public IP on a domU
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hello,

Thank you very much to everyone for the help.

I've tried the solution suggested by Adam Goryachev and it seems to
work like a charm.

For anyone interested, this are the details of my setup:

On dom0 (Fedora 20 x86_64):
- interface em1: bridged by xenbr0 (see below)
- interface em2: private IP
- bridge xenbr0: public IP#1

On domU (ubuntu 14.10 server x86_64)
- interface eth0: public IP#2

Cheers,

-- Marco


On Thu, Dec 11, 2014 at 8:11 AM, Fajar A. Nugraha <list@fajar.net> wrote:
> On Thu, Dec 11, 2014 at 12:35 PM, Phil Lello <phil.lello@googlemail.com>
> wrote:
>>
>> Hi all,
>>
>> On a related note, is there a good guide on routed networking? I believe
>> the routed approach means only 1 MAC address is exposed to the network,
>> which is better in a  shared/hosted datacenter.
>>
>
> Did you check the xen wiki, http://wiki.xen.org/wiki/Vif-route ?
>
> I use slightly different method (in particular, using bridge + static routes
> + static arp) but in general the principal is the same: get dom0's eth0 to
> respond to arp request for domU's IP, use dom0's IP as domU's gateway, and
> have specific routes to domU.
>
> --
> Fajar
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 11 13:54:54 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 11 Dec 2014 13:54: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-users-bounces@lists.xen.org>)
	id 1Xz4BU-0001ID-0u; Thu, 11 Dec 2014 13:53:36 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <phil.lello@googlemail.com>) id 1Xz4BS-0001I8-4S
	for xen-users@lists.xen.org; Thu, 11 Dec 2014 13:53:34 +0000
Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id
	4E/EA-15461-DD1A9845; Thu, 11 Dec 2014 13:53:33 +0000
X-Env-Sender: phil.lello@googlemail.com
X-Msg-Ref: server-3.tower-21.messagelabs.com!1418306012!14609867!1
X-Originating-IP: [74.125.82.49]
X-SpamReason: No, hits=1.7 required=7.0 tests=BODY_RANDOM_LONG,
	HTML_10_20,HTML_MESSAGE,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12860 invoked from network); 11 Dec 2014 13:53:32 -0000
Received: from mail-wg0-f49.google.com (HELO mail-wg0-f49.google.com)
	(74.125.82.49)
	by server-3.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	11 Dec 2014 13:53:32 -0000
Received: by mail-wg0-f49.google.com with SMTP id n12so6470072wgh.36
	for <xen-users@lists.xen.org>; Thu, 11 Dec 2014 05:53:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=googlemail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=Vmrx5WozeSxOifGJJK2EBFhy+YeAQj9vVHj12Nti+WQ=;
	b=UfQUBg7rJptjz8Ei2sNzF20QuUm8NlQ2WWGklGBiyeMji7xNlq5KHECwZZmHq3trTa
	TJqKNJ2AVLiS/oJAyz/1I/080kBx0JUGojDqnt+ZQhqKTvHYHpOc24x9snNsh9phDavp
	182Hux8MhWZtGS8NH5QfY37w0DbBt6cTNrs8dEqnzFRT7v48WiXbBy7JX3kH2z8so6bT
	YufF/JZHVjHwPqTa6XQW+bQx4k3nprYdtubLa2h6P9D31hodmjoNlDetvGP6D3VO8sbA
	4t1Lra0zZLfPDEICg/70liw5z/2Nw6dLhaIvuHDxmGbYB13/SaMO1XqY8rrrtNWpRFsD
	r79Q==
MIME-Version: 1.0
X-Received: by 10.194.238.3 with SMTP id vg3mr16716085wjc.69.1418306012374;
	Thu, 11 Dec 2014 05:53:32 -0800 (PST)
Received: by 10.194.216.230 with HTTP; Thu, 11 Dec 2014 05:53:32 -0800 (PST)
Date: Thu, 11 Dec 2014 13:53:32 +0000
Message-ID: <CAMZ36x1f6U4QUHVof+YmigE720ZoOODM0a96HGV9dCdeDRQSgQ@mail.gmail.com>
From: Phil Lello <phil.lello@googlemail.com>
To: xen-users <xen-users@lists.xen.org>
Subject: [Xen-users] Routed Xen networking
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============9014193573372637643=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============9014193573372637643==
Content-Type: multipart/alternative; boundary=089e013d14a80cf1440509f11aa2

--089e013d14a80cf1440509f11aa2
Content-Type: text/plain; charset=UTF-8

Hi all,

I'm trying to get routed networking running on 4.4, but running into a few
issues.

My DomU config file:

builder='hvm'
memory = 1024

# Should be at least 2KB per MB of domain memory, plus a few MB per vcpu.
shadow_memory = 8
name = "windows2008"
vif = [ 'type=ioemu,script=vif-route,ip=A.B.C.46/32,gatewaydev=eth0' ]
acpi = 1
apic = 1
disk = [ 'file:/srv/xen/windows2008/windows2008.img,hda,w',
'file:/iso/en_windows_server_2008_r2_with_sp1_x64_dvd_617601.iso,hdc:cdrom,r'
]

#-----------------------------------------------------------------------------
# boot on floppy (a), hard disk (c) or CD-ROM (d)
# default: hard disk, cd-rom, floppy
boot="dc"
sdl=0
vnc=1
vncconsole=1
vncpasswd=''

serial='pty'
usbdevice='tablet'

My routes when the DomU is running:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
0.0.0.0         A.B.C.1     0.0.0.0         UG    0      0        0 eth0
A.B.C.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
A.B.C.46    0.0.0.0         255.255.255.255 UH    0      0        0 vif4.0

Ping response from Dom0:

PING A.B.C.46 (A.B.C.46) 56(84) bytes of data.
>From A.B.C.45 icmp_seq=1 Destination Host Unreachable

The DomU instance is configured with IP A.B.C.46/24 and gateway A.B.C.1

I've made a small patch to the vif-route script on Ubuntu 14.04, as the ip
route code was being called for online/offline and consequently failing
because ipcmd was unset.

Please let me know what else I may need to do,

Thanks,

Phil

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

<div dir=3D"ltr"><div><div><div><div><div><div><div><div><div>Hi all,<br><b=
r></div>I&#39;m trying to get routed networking running on 4.4, but running=
 into a few issues.<br><br></div>My DomU config file:<br><br>builder=3D&#39=
;hvm&#39;<br>memory =3D 1024<br><br># Should be at least 2KB per MB of doma=
in memory, plus a few MB per vcpu.<br>shadow_memory =3D 8<br>name =3D &quot=
;windows2008&quot;<br>vif =3D [ &#39;type=3Dioemu,script=3Dvif-route,ip=3DA=
.B.C.46/32,gatewaydev=3Deth0&#39; ]<br>acpi =3D 1<br>apic =3D 1<br>disk =3D=
 [ &#39;file:/srv/xen/windows2008/windows2008.img,hda,w&#39;, &#39;file:/is=
o/en_windows_server_2008_r2_with_sp1_x64_dvd_617601.iso,hdc:cdrom,r&#39; ]<=
br><br>#-------------------------------------------------------------------=
----------<br># boot on floppy (a), hard disk (c) or CD-ROM (d)<br># defaul=
t: hard disk, cd-rom, floppy<br>boot=3D&quot;dc&quot;<br>sdl=3D0<br>vnc=3D1=
<br>vncconsole=3D1<br>vncpasswd=3D&#39;&#39;<br><br>serial=3D&#39;pty&#39;<=
br>usbdevice=3D&#39;tablet&#39;<br><br></div>My routes when the DomU is run=
ning:<br><br>Kernel IP routing table<br>Destination=C2=A0=C2=A0=C2=A0=C2=A0=
 Gateway=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Genmask=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Flags Metric Ref=C2=A0=C2=A0=C2=A0 =
Use Iface<br>0.0.0.0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 A.B.C.=
1=C2=A0=C2=A0=C2=A0=C2=A0 0.0.0.0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0 UG=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0 eth0<br>A.B.C.0=C2=A0=C2=A0=C2=A0=C2=A0 0.=
0.0.0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 255.255.255.0=C2=A0=
=C2=A0 U=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0 eth0<br>A.B.C.46=C2=A0=C2=A0=C2=A0 0.0.=
0.0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 255.255.255.255 UH=C2=
=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 0 vif4.0<br><br></div>Ping response from Dom0:<br><br>PI=
NG A.B.C.46 (A.B.C.46) 56(84) bytes of data.<br>From A.B.C.45 icmp_seq=3D1 =
Destination Host Unreachable<br><br></div>The DomU instance is configured w=
ith IP A.B.C.46/24 and gateway A.B.C.1<br><br></div>I&#39;ve made a small p=
atch to the vif-route script on Ubuntu 14.04, as the ip route code was bein=
g called for online/offline and consequently failing because ipcmd was unse=
t.<br><br></div>Please let me know what else I may need to do,<br><br></div=
>Thanks,<br><br></div>Phil<br></div>

--089e013d14a80cf1440509f11aa2--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============9014193573372637643==--


From xen-users-bounces@lists.xen.org Thu Dec 11 13:54:54 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 11 Dec 2014 13:54: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-users-bounces@lists.xen.org>)
	id 1Xz4BU-0001ID-0u; Thu, 11 Dec 2014 13:53:36 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <phil.lello@googlemail.com>) id 1Xz4BS-0001I8-4S
	for xen-users@lists.xen.org; Thu, 11 Dec 2014 13:53:34 +0000
Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id
	4E/EA-15461-DD1A9845; Thu, 11 Dec 2014 13:53:33 +0000
X-Env-Sender: phil.lello@googlemail.com
X-Msg-Ref: server-3.tower-21.messagelabs.com!1418306012!14609867!1
X-Originating-IP: [74.125.82.49]
X-SpamReason: No, hits=1.7 required=7.0 tests=BODY_RANDOM_LONG,
	HTML_10_20,HTML_MESSAGE,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12860 invoked from network); 11 Dec 2014 13:53:32 -0000
Received: from mail-wg0-f49.google.com (HELO mail-wg0-f49.google.com)
	(74.125.82.49)
	by server-3.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	11 Dec 2014 13:53:32 -0000
Received: by mail-wg0-f49.google.com with SMTP id n12so6470072wgh.36
	for <xen-users@lists.xen.org>; Thu, 11 Dec 2014 05:53:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=googlemail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=Vmrx5WozeSxOifGJJK2EBFhy+YeAQj9vVHj12Nti+WQ=;
	b=UfQUBg7rJptjz8Ei2sNzF20QuUm8NlQ2WWGklGBiyeMji7xNlq5KHECwZZmHq3trTa
	TJqKNJ2AVLiS/oJAyz/1I/080kBx0JUGojDqnt+ZQhqKTvHYHpOc24x9snNsh9phDavp
	182Hux8MhWZtGS8NH5QfY37w0DbBt6cTNrs8dEqnzFRT7v48WiXbBy7JX3kH2z8so6bT
	YufF/JZHVjHwPqTa6XQW+bQx4k3nprYdtubLa2h6P9D31hodmjoNlDetvGP6D3VO8sbA
	4t1Lra0zZLfPDEICg/70liw5z/2Nw6dLhaIvuHDxmGbYB13/SaMO1XqY8rrrtNWpRFsD
	r79Q==
MIME-Version: 1.0
X-Received: by 10.194.238.3 with SMTP id vg3mr16716085wjc.69.1418306012374;
	Thu, 11 Dec 2014 05:53:32 -0800 (PST)
Received: by 10.194.216.230 with HTTP; Thu, 11 Dec 2014 05:53:32 -0800 (PST)
Date: Thu, 11 Dec 2014 13:53:32 +0000
Message-ID: <CAMZ36x1f6U4QUHVof+YmigE720ZoOODM0a96HGV9dCdeDRQSgQ@mail.gmail.com>
From: Phil Lello <phil.lello@googlemail.com>
To: xen-users <xen-users@lists.xen.org>
Subject: [Xen-users] Routed Xen networking
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============9014193573372637643=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============9014193573372637643==
Content-Type: multipart/alternative; boundary=089e013d14a80cf1440509f11aa2

--089e013d14a80cf1440509f11aa2
Content-Type: text/plain; charset=UTF-8

Hi all,

I'm trying to get routed networking running on 4.4, but running into a few
issues.

My DomU config file:

builder='hvm'
memory = 1024

# Should be at least 2KB per MB of domain memory, plus a few MB per vcpu.
shadow_memory = 8
name = "windows2008"
vif = [ 'type=ioemu,script=vif-route,ip=A.B.C.46/32,gatewaydev=eth0' ]
acpi = 1
apic = 1
disk = [ 'file:/srv/xen/windows2008/windows2008.img,hda,w',
'file:/iso/en_windows_server_2008_r2_with_sp1_x64_dvd_617601.iso,hdc:cdrom,r'
]

#-----------------------------------------------------------------------------
# boot on floppy (a), hard disk (c) or CD-ROM (d)
# default: hard disk, cd-rom, floppy
boot="dc"
sdl=0
vnc=1
vncconsole=1
vncpasswd=''

serial='pty'
usbdevice='tablet'

My routes when the DomU is running:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
0.0.0.0         A.B.C.1     0.0.0.0         UG    0      0        0 eth0
A.B.C.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
A.B.C.46    0.0.0.0         255.255.255.255 UH    0      0        0 vif4.0

Ping response from Dom0:

PING A.B.C.46 (A.B.C.46) 56(84) bytes of data.
>From A.B.C.45 icmp_seq=1 Destination Host Unreachable

The DomU instance is configured with IP A.B.C.46/24 and gateway A.B.C.1

I've made a small patch to the vif-route script on Ubuntu 14.04, as the ip
route code was being called for online/offline and consequently failing
because ipcmd was unset.

Please let me know what else I may need to do,

Thanks,

Phil

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

<div dir=3D"ltr"><div><div><div><div><div><div><div><div><div>Hi all,<br><b=
r></div>I&#39;m trying to get routed networking running on 4.4, but running=
 into a few issues.<br><br></div>My DomU config file:<br><br>builder=3D&#39=
;hvm&#39;<br>memory =3D 1024<br><br># Should be at least 2KB per MB of doma=
in memory, plus a few MB per vcpu.<br>shadow_memory =3D 8<br>name =3D &quot=
;windows2008&quot;<br>vif =3D [ &#39;type=3Dioemu,script=3Dvif-route,ip=3DA=
.B.C.46/32,gatewaydev=3Deth0&#39; ]<br>acpi =3D 1<br>apic =3D 1<br>disk =3D=
 [ &#39;file:/srv/xen/windows2008/windows2008.img,hda,w&#39;, &#39;file:/is=
o/en_windows_server_2008_r2_with_sp1_x64_dvd_617601.iso,hdc:cdrom,r&#39; ]<=
br><br>#-------------------------------------------------------------------=
----------<br># boot on floppy (a), hard disk (c) or CD-ROM (d)<br># defaul=
t: hard disk, cd-rom, floppy<br>boot=3D&quot;dc&quot;<br>sdl=3D0<br>vnc=3D1=
<br>vncconsole=3D1<br>vncpasswd=3D&#39;&#39;<br><br>serial=3D&#39;pty&#39;<=
br>usbdevice=3D&#39;tablet&#39;<br><br></div>My routes when the DomU is run=
ning:<br><br>Kernel IP routing table<br>Destination=C2=A0=C2=A0=C2=A0=C2=A0=
 Gateway=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Genmask=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Flags Metric Ref=C2=A0=C2=A0=C2=A0 =
Use Iface<br>0.0.0.0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 A.B.C.=
1=C2=A0=C2=A0=C2=A0=C2=A0 0.0.0.0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0 UG=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0 eth0<br>A.B.C.0=C2=A0=C2=A0=C2=A0=C2=A0 0.=
0.0.0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 255.255.255.0=C2=A0=
=C2=A0 U=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0 eth0<br>A.B.C.46=C2=A0=C2=A0=C2=A0 0.0.=
0.0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 255.255.255.255 UH=C2=
=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 0 vif4.0<br><br></div>Ping response from Dom0:<br><br>PI=
NG A.B.C.46 (A.B.C.46) 56(84) bytes of data.<br>From A.B.C.45 icmp_seq=3D1 =
Destination Host Unreachable<br><br></div>The DomU instance is configured w=
ith IP A.B.C.46/24 and gateway A.B.C.1<br><br></div>I&#39;ve made a small p=
atch to the vif-route script on Ubuntu 14.04, as the ip route code was bein=
g called for online/offline and consequently failing because ipcmd was unse=
t.<br><br></div>Please let me know what else I may need to do,<br><br></div=
>Thanks,<br><br></div>Phil<br></div>

--089e013d14a80cf1440509f11aa2--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============9014193573372637643==--


From xen-users-bounces@lists.xen.org Thu Dec 11 17:31:17 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 11 Dec 2014 17:31:17 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xz7Yf-0003c3-6C; Thu, 11 Dec 2014 17:29:45 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <nobody@nospam.hostisimo.com>) id 1Xz7Yd-0003bw-CW
	for xen-users@lists.xen.org; Thu, 11 Dec 2014 17:29:43 +0000
Received: from [85.158.137.68] by server-14.bemta-3.messagelabs.com id
	3C/7F-07724-684D9845; Thu, 11 Dec 2014 17:29:42 +0000
X-Env-Sender: nobody@nospam.hostisimo.com
X-Msg-Ref: server-10.tower-31.messagelabs.com!1418318981!12684406!1
X-Originating-IP: [204.11.228.190]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 22581 invoked from network); 11 Dec 2014 17:29:42 -0000
Received: from theorb.net (HELO b.mx.theorb.net) (204.11.228.190)
	by server-10.tower-31.messagelabs.com with SMTP;
	11 Dec 2014 17:29:42 -0000
Received: (qmail 24864 invoked from network); 11 Dec 2014 17:29:39 -0000
Received: from unknown (HELO ?10.1.0.70?) (10.1.0.70)
	by b.mx.theorb.net with SMTP; 11 Dec 2014 17:29:39 -0000
Message-ID: <5489D483.3040606@nospam.hostisimo.com>
Date: Thu, 11 Dec 2014 09:29:39 -0800
From: Mike Wright <nobody@nospam.hostisimo.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:31.0) Gecko/20100101 Thunderbird/31.2.0
MIME-Version: 1.0
To: xen-users <xen-users@lists.xen.org>
Subject: [Xen-users] PVH, kernel requirements
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hi all,

Looking forward to using PVH.  Is there a minimum kernel version required?

Thanks,
Mike Wright

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 11 17:31:17 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 11 Dec 2014 17:31:17 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Xz7Yf-0003c3-6C; Thu, 11 Dec 2014 17:29:45 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <nobody@nospam.hostisimo.com>) id 1Xz7Yd-0003bw-CW
	for xen-users@lists.xen.org; Thu, 11 Dec 2014 17:29:43 +0000
Received: from [85.158.137.68] by server-14.bemta-3.messagelabs.com id
	3C/7F-07724-684D9845; Thu, 11 Dec 2014 17:29:42 +0000
X-Env-Sender: nobody@nospam.hostisimo.com
X-Msg-Ref: server-10.tower-31.messagelabs.com!1418318981!12684406!1
X-Originating-IP: [204.11.228.190]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 22581 invoked from network); 11 Dec 2014 17:29:42 -0000
Received: from theorb.net (HELO b.mx.theorb.net) (204.11.228.190)
	by server-10.tower-31.messagelabs.com with SMTP;
	11 Dec 2014 17:29:42 -0000
Received: (qmail 24864 invoked from network); 11 Dec 2014 17:29:39 -0000
Received: from unknown (HELO ?10.1.0.70?) (10.1.0.70)
	by b.mx.theorb.net with SMTP; 11 Dec 2014 17:29:39 -0000
Message-ID: <5489D483.3040606@nospam.hostisimo.com>
Date: Thu, 11 Dec 2014 09:29:39 -0800
From: Mike Wright <nobody@nospam.hostisimo.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:31.0) Gecko/20100101 Thunderbird/31.2.0
MIME-Version: 1.0
To: xen-users <xen-users@lists.xen.org>
Subject: [Xen-users] PVH, kernel requirements
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hi all,

Looking forward to using PVH.  Is there a minimum kernel version required?

Thanks,
Mike Wright

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 11 17:38:14 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 11 Dec 2014 17:38: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-users-bounces@lists.xen.org>)
	id 1Xz7gb-00049U-Eg; Thu, 11 Dec 2014 17:37:57 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <roger.pau@citrix.com>) id 1Xz7ga-00049O-CA
	for xen-users@lists.xen.org; Thu, 11 Dec 2014 17:37:56 +0000
Received: from [85.158.137.68] by server-17.bemta-3.messagelabs.com id
	0D/42-11608-376D9845; Thu, 11 Dec 2014 17:37:55 +0000
X-Env-Sender: roger.pau@citrix.com
X-Msg-Ref: server-8.tower-31.messagelabs.com!1418319472!12734908!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.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 23739 invoked from network); 11 Dec 2014 17:37:54 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-8.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	11 Dec 2014 17:37:54 -0000
X-IronPort-AV: E=Sophos;i="5.07,558,1413244800"; d="scan'208";a="203479544"
Received: from [127.0.0.1] (10.80.16.47) by smtprelay.citrix.com
	(10.13.107.78) with Microsoft SMTP Server id 14.3.210.2;
	Thu, 11 Dec 2014 12:37:46 -0500
Message-ID: <5489D669.3020800@citrix.com>
Date: Thu, 11 Dec 2014 18:37:45 +0100
From: =?windows-1252?Q?Roger_Pau_Monn=E9?= <roger.pau@citrix.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9;
	rv:31.0) Gecko/20100101 Thunderbird/31.3.0
MIME-Version: 1.0
To: Mike Wright <nobody@nospam.hostisimo.com>, xen-users
	<xen-users@lists.xen.org>
References: <5489D483.3040606@nospam.hostisimo.com>
In-Reply-To: <5489D483.3040606@nospam.hostisimo.com>
X-DLP: MIA1
Subject: Re: [Xen-users] PVH, kernel requirements
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

El 11/12/14 a les 18.29, Mike Wright ha escrit:
> Hi all,
> 
> Looking forward to using PVH.  Is there a minimum kernel version required?

PVH is still under heavy development, so I would recommend to pick a
very recent kernel, like 3.18.

Roger.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 11 17:38:14 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 11 Dec 2014 17:38: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-users-bounces@lists.xen.org>)
	id 1Xz7gb-00049U-Eg; Thu, 11 Dec 2014 17:37:57 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <roger.pau@citrix.com>) id 1Xz7ga-00049O-CA
	for xen-users@lists.xen.org; Thu, 11 Dec 2014 17:37:56 +0000
Received: from [85.158.137.68] by server-17.bemta-3.messagelabs.com id
	0D/42-11608-376D9845; Thu, 11 Dec 2014 17:37:55 +0000
X-Env-Sender: roger.pau@citrix.com
X-Msg-Ref: server-8.tower-31.messagelabs.com!1418319472!12734908!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.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 23739 invoked from network); 11 Dec 2014 17:37:54 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-8.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	11 Dec 2014 17:37:54 -0000
X-IronPort-AV: E=Sophos;i="5.07,558,1413244800"; d="scan'208";a="203479544"
Received: from [127.0.0.1] (10.80.16.47) by smtprelay.citrix.com
	(10.13.107.78) with Microsoft SMTP Server id 14.3.210.2;
	Thu, 11 Dec 2014 12:37:46 -0500
Message-ID: <5489D669.3020800@citrix.com>
Date: Thu, 11 Dec 2014 18:37:45 +0100
From: =?windows-1252?Q?Roger_Pau_Monn=E9?= <roger.pau@citrix.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9;
	rv:31.0) Gecko/20100101 Thunderbird/31.3.0
MIME-Version: 1.0
To: Mike Wright <nobody@nospam.hostisimo.com>, xen-users
	<xen-users@lists.xen.org>
References: <5489D483.3040606@nospam.hostisimo.com>
In-Reply-To: <5489D483.3040606@nospam.hostisimo.com>
X-DLP: MIA1
Subject: Re: [Xen-users] PVH, kernel requirements
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

El 11/12/14 a les 18.29, Mike Wright ha escrit:
> Hi all,
> 
> Looking forward to using PVH.  Is there a minimum kernel version required?

PVH is still under heavy development, so I would recommend to pick a
very recent kernel, like 3.18.

Roger.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 11 19:48:10 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 11 Dec 2014 19:48: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-users-bounces@lists.xen.org>)
	id 1Xz9hP-00033B-PY; Thu, 11 Dec 2014 19:46:55 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <russell.pavlicek.xen@gmail.com>)
	id 1Xz9hN-00032c-DK; Thu, 11 Dec 2014 19:46:53 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	60/73-25276-CA4F9845; Thu, 11 Dec 2014 19:46:52 +0000
X-Env-Sender: russell.pavlicek.xen@gmail.com
X-Msg-Ref: server-9.tower-21.messagelabs.com!1418327211!15058148!1
X-Originating-IP: [209.85.217.178]
X-SpamReason: No, hits=2.5 required=7.0 tests=RCVD_BY_IP,
  SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20381 invoked from network); 11 Dec 2014 19:46:51 -0000
Received: from mail-lb0-f178.google.com (HELO mail-lb0-f178.google.com)
	(209.85.217.178)
	by server-9.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	11 Dec 2014 19:46:51 -0000
Received: by mail-lb0-f178.google.com with SMTP id f15so5197951lbj.37
	for <multiple recipients>; Thu, 11 Dec 2014 11:46:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:date:message-id:subject:from:to:content-type;
	bh=jTY3SSCjJXKEkf0lLNCG3D4OEA4TBYcqNWbuxLuBsqE=;
	b=ZVOOerKuoKO8uvY4FQJVhQzyS2DypGUJrpGJFgfsvPz9B0xb8/woIGWAPL86hOCpsD
	G5g86oG/+DstykIeQBc603LzkXPJsuRb7f8s4PAunf+9XnuPu06Xrs+E4qOPDpKCtPLp
	n132wkgWUuEccvqtdzpJKjVu4gaZ6P/kSUqeLFkQ/JeqdawK9tWjDInzzZmmiOkrjmQS
	1iiSi3v1xd8GevAV6qg9DhPsgoB57SJ3orLVNDSqKWtJx/Qo3+kQhnmq++1M8hA50pgw
	WWMYHVKf9RcymasoWn8OPIhad8cFP7JUufNrvTC8xu6pP2zpngT1OBmPcr3cHA7lmpM7
	4VrA==
MIME-Version: 1.0
X-Received: by 10.153.7.170 with SMTP id dd10mr11602423lad.44.1418327211131;
	Thu, 11 Dec 2014 11:46:51 -0800 (PST)
Received: by 10.112.0.104 with HTTP; Thu, 11 Dec 2014 11:46:51 -0800 (PST)
Date: Thu, 11 Dec 2014 14:46:51 -0500
X-Google-Sender-Auth: pHn9gd75f98-3gyK4Perd-dUCNY
Message-ID: <CAHehzX00Hg7CRLQt1Edmf2E6AW-ndZ54Tcofqcr2ovsyw1MYZQ@mail.gmail.com>
From: Russ Pavlicek <russell.pavlicek@xenproject.org>
To: xen-devel@lists.xen.org, 
	"xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	xen-api@lists.xen.org, 
	xs-devel@lists.xenserver.org, mirageos-devel@lists.xenproject.org
Subject: [Xen-users] Monday is the Last Xen Project Document Day of 2014
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Monday, December 15, will be our last Document Day of the year.

Given the 4.5 RC4 Testing scheduled for Wednesday of next week and the holidays
which occur later in the month, we have scheduled Document Day for Monday.

This is a great time to get our documentation ready for the new
release.  Have you
added a new feature in this release?  Make sure it is in the Wiki.
Have you noticed
pages which might be confusing for a new installation?  Now is a great
time to clean
it up.  Have you information on better integrating Xen Project with
other projects?
Share that information with others.

All the information you need to participate in Document Day is here:

http://wiki.xenproject.org/wiki/Xen_Document_Days

If you get a few moments before Monday, please take a look at the
current TODO list to see other items which need attention:

http://wiki.xenproject.org/wiki/Xen_Document_Days/TODO

Please think about how you can help out.  If you haven't requested
to be made a Wiki editor, save time and do it now so you are ready to
go on Document Day.  Just fill out the form below:

http://xenproject.org/component/content/article/100-misc/145-request-to-be-made-a-wiki-editor.html

We hope to see you Monday in #xendocs!

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 11 19:48:10 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 11 Dec 2014 19:48: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-users-bounces@lists.xen.org>)
	id 1Xz9hP-00033B-PY; Thu, 11 Dec 2014 19:46:55 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <russell.pavlicek.xen@gmail.com>)
	id 1Xz9hN-00032c-DK; Thu, 11 Dec 2014 19:46:53 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	60/73-25276-CA4F9845; Thu, 11 Dec 2014 19:46:52 +0000
X-Env-Sender: russell.pavlicek.xen@gmail.com
X-Msg-Ref: server-9.tower-21.messagelabs.com!1418327211!15058148!1
X-Originating-IP: [209.85.217.178]
X-SpamReason: No, hits=2.5 required=7.0 tests=RCVD_BY_IP,
  SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20381 invoked from network); 11 Dec 2014 19:46:51 -0000
Received: from mail-lb0-f178.google.com (HELO mail-lb0-f178.google.com)
	(209.85.217.178)
	by server-9.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	11 Dec 2014 19:46:51 -0000
Received: by mail-lb0-f178.google.com with SMTP id f15so5197951lbj.37
	for <multiple recipients>; Thu, 11 Dec 2014 11:46:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:date:message-id:subject:from:to:content-type;
	bh=jTY3SSCjJXKEkf0lLNCG3D4OEA4TBYcqNWbuxLuBsqE=;
	b=ZVOOerKuoKO8uvY4FQJVhQzyS2DypGUJrpGJFgfsvPz9B0xb8/woIGWAPL86hOCpsD
	G5g86oG/+DstykIeQBc603LzkXPJsuRb7f8s4PAunf+9XnuPu06Xrs+E4qOPDpKCtPLp
	n132wkgWUuEccvqtdzpJKjVu4gaZ6P/kSUqeLFkQ/JeqdawK9tWjDInzzZmmiOkrjmQS
	1iiSi3v1xd8GevAV6qg9DhPsgoB57SJ3orLVNDSqKWtJx/Qo3+kQhnmq++1M8hA50pgw
	WWMYHVKf9RcymasoWn8OPIhad8cFP7JUufNrvTC8xu6pP2zpngT1OBmPcr3cHA7lmpM7
	4VrA==
MIME-Version: 1.0
X-Received: by 10.153.7.170 with SMTP id dd10mr11602423lad.44.1418327211131;
	Thu, 11 Dec 2014 11:46:51 -0800 (PST)
Received: by 10.112.0.104 with HTTP; Thu, 11 Dec 2014 11:46:51 -0800 (PST)
Date: Thu, 11 Dec 2014 14:46:51 -0500
X-Google-Sender-Auth: pHn9gd75f98-3gyK4Perd-dUCNY
Message-ID: <CAHehzX00Hg7CRLQt1Edmf2E6AW-ndZ54Tcofqcr2ovsyw1MYZQ@mail.gmail.com>
From: Russ Pavlicek <russell.pavlicek@xenproject.org>
To: xen-devel@lists.xen.org, 
	"xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	xen-api@lists.xen.org, 
	xs-devel@lists.xenserver.org, mirageos-devel@lists.xenproject.org
Subject: [Xen-users] Monday is the Last Xen Project Document Day of 2014
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Monday, December 15, will be our last Document Day of the year.

Given the 4.5 RC4 Testing scheduled for Wednesday of next week and the holidays
which occur later in the month, we have scheduled Document Day for Monday.

This is a great time to get our documentation ready for the new
release.  Have you
added a new feature in this release?  Make sure it is in the Wiki.
Have you noticed
pages which might be confusing for a new installation?  Now is a great
time to clean
it up.  Have you information on better integrating Xen Project with
other projects?
Share that information with others.

All the information you need to participate in Document Day is here:

http://wiki.xenproject.org/wiki/Xen_Document_Days

If you get a few moments before Monday, please take a look at the
current TODO list to see other items which need attention:

http://wiki.xenproject.org/wiki/Xen_Document_Days/TODO

Please think about how you can help out.  If you haven't requested
to be made a Wiki editor, save time and do it now so you are ready to
go on Document Day.  Just fill out the form below:

http://xenproject.org/component/content/article/100-misc/145-request-to-be-made-a-wiki-editor.html

We hope to see you Monday in #xendocs!

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Fri Dec 12 06:24:35 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 12 Dec 2014 06:24:35 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XzJd9-00078u-Qv; Fri, 12 Dec 2014 06:23:11 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <tlviewer@yahoo.com>) id 1XzJd8-00078p-18
	for xen-users@lists.xen.org; Fri, 12 Dec 2014 06:23:10 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	46/54-25276-DC98A845; Fri, 12 Dec 2014 06:23:09 +0000
X-Env-Sender: tlviewer@yahoo.com
X-Msg-Ref: server-3.tower-21.messagelabs.com!1418365384!14752595!1
X-Originating-IP: [98.139.212.175]
X-SpamReason: No, hits=1.9 required=7.0 tests=FORGED_YAHOO_RCVD,
	HTML_MESSAGE,HTML_TINY_FONT,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 29531 invoked from network); 12 Dec 2014 06:23:05 -0000
Received: from nm16.bullet.mail.bf1.yahoo.com (HELO
	nm16.bullet.mail.bf1.yahoo.com) (98.139.212.175)
	by server-3.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	12 Dec 2014 06:23:05 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048;
	t=1418365384; bh=+UumkfKi+5E2F6RVSVIYA87uND5cYwdShJOyuELV+d0=;
	h=Date:From:Reply-To:To:Subject:From:Subject;
	b=CUjMqwn36b2CUe+ZJ/tCcL2qscI7+71NT5JkxnNuYCXF/I7AK4K/6CnE1yGEZd3+h1IkGqWXOTYx16izoxh98XHhteHBrVL0BSF2y+2aeHP7mVDg6ZyLrmgoxlWUjQJCbRajRBqmuRKvDBqA7V7L7KPLFs+7XO1m6IvLuNiKLnSG73fY938zqIcfMeHX707cOTMUGKHl3GOmPCYzM7CPDu4DBEBdjdAxHc3Ei5bYagt9mNXCfSsjxqIa2Ihvs20Hwz4kQLxerXn6j6Hi3Gthg0wcxFCdCiRxyJ2IFMzze+pRkiuDQCXiuQySX39xCIcbXHsaHYv5Dq0xYkrBluSsRA==
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com;
	b=WoWEve4CNhlZKijmPr4FUAmW4wppbkBVnMDJUZ+NBqe2arBOPzsCsj2agECpg5LxwzwOluAdrIbFaPU3mF9CUQ5BF5txJxpuN9Fat8Z6T8ll2toz+aF5HGCddSVmfw4Z3/UZHDxK3Bj43k6lvkJPhdQ3mVh3KZB7DN/rOYr8TdtIMBIyvW+CN1v4DhawscpZlFAcIu4dTiuzybxcxK08P0lzlm1+dATudioHqDzF5fZXaQmM4g9W228MdQvSI51bgMfkXp3UUp8vJN2zgOEhL1cb64TeGRIqzUD3NwIis28kz4qgDqFk0l7LSxXLhE0Z7fKlAQ/pjiJ0BkobWz+9Zg==;
Received: from [66.196.81.172] by nm16.bullet.mail.bf1.yahoo.com with NNFMP;
	12 Dec 2014 06:23:04 -0000
Received: from [98.139.212.211] by tm18.bullet.mail.bf1.yahoo.com with NNFMP;
	12 Dec 2014 06:23:04 -0000
Received: from [127.0.0.1] by omp1020.mail.bf1.yahoo.com with NNFMP;
	12 Dec 2014 06:23:04 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 604434.86379.bm@omp1020.mail.bf1.yahoo.com
X-YMail-OSG: jll3jI0VM1lemWHJQlTpBvOdfWTWhpGM5Y2Ox1.ANyz3XswiLa23ExDdiVbsN47
	uuJVFcoZ9RuPWNDmm_V7oTwsPQ0WLFnd9KvlZYeU8Ckc4E3N_aKiU2mtZ5sltc49njceCOAFj2HY
	g70axUPJvCCbDmgYvcbUcNUroQLd5Ddpj0E5olILUcGZGCbMTeVvoEWr.I7fPrOyyYKQs3ahSH9X
	0HzLEE2LGKAEsULItbYoNRh_jXR9FrxG4djhHGdm3Zqz.438lHF5n8z7R7RgioLESClBzzn7GvGr
	E1I1NwUWuCbYYymFDut8dlpLfgygn859zn6Bx6I4qOlKlBUCrWocrPwMWCB6x_MvN.ur23iQU8_m
	B33xhOsSAjVxvdwBaVzRiL2oe3_3v7OVvhdflQqPMnqImlxOIpX4fxnC9ww.CaMIYsyYu57a6O6.
	jNi4C5oNakqAcK2jqb9FKwfQjMv3Ifnxv0vaRzX2spx8B1ilA0CvGbMyQAPw4lgFDYvQ5dWDIDkM
	LcH0lpUXTsKsfZIUSUI0ib9UjBwGOY5Ou8cLWqerQvgrWJ_voIV8zbf64T5x0u0oAxlHVHDaz55_
	kmy6235PJDy3L1pIShL.t.jXAs_Y18ODvQieVIXlFhuYB7h8DWfWLPl3oB26p1GhtVHTrSM13gf.
	6U1xsz5s2TeZ1BgP0jkFrNVqgOV2HULkxflA4cT9l9DcyV753AHeoGcc2dcdAVxdNF.Dhtc2JMlv
	qEW0prZTq6lYUUunDEd0cRnj15dbziwHyYFpLMOMr_ob87w6Llpk-
Received: by 66.196.81.118; Fri, 12 Dec 2014 06:23:04 +0000 
Date: Fri, 12 Dec 2014 06:23:03 +0000 (UTC)
From: Mark Pryor <tlviewer@yahoo.com>
To: Xen-users <xen-users@lists.xen.org>
Message-ID: <1584762228.8817956.1418365383842.JavaMail.yahoo@jws106128.mail.bf1.yahoo.com>
MIME-Version: 1.0
Content-Length: 11687
Subject: [Xen-users] throw together candidate for xen-4.5 final on Jessie
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Mark Pryor <tlviewer@yahoo.com>
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0428086129855774722=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============0428086129855774722==
Content-Type: multipart/alternative; 
	boundary="----=_Part_8817955_7874100.1418365383837"
Content-Length: 11201

------=_Part_8817955_7874100.1418365383837
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hello,
from the README.deb.txt in the tar.gz found at link belowcat README.deb.txt
---------------- snip ------
Its 4 days till the 4.5 final release
---
In the mean time, make a candidate tarball tree this way:

clone the xen.git anywhere. I did it in C7.
Make a final patchset to bridge the rc3 tarball to master:
---
git checkout master
git diff -u 4.5.0-rc3 > rc3.diff
---
this diff file can now be used to patch the rc3 tarball.

In Jessie I extracted the rc3
wget http://bits.xensource.com/oss-xen/release/4.5.0-rc3/xen-4.5.0-rc3.tar.=
gz

setup your buildenv the usual way.
cd xen-4.5.0-rc3/
extract the xen-4.5.files.tar.gz found at link below.=20
xenprep.sh is the work flow
Of course, those are my steps and I include the rc3.diff below

Index of /xen/debian/jessie/450

| =C2=A0 |
| =C2=A0 | =C2=A0 | =C2=A0 | =C2=A0 | =C2=A0 |
| Index of /xen/debian/jessie/450Index of /xen/debian/jessie/450 Name Last =
modified Size Description Parent Directory =C2=A0 - =C2=A0 xen-4.5.files.ta=
r.gz 11-Dec-2014 22:14 15K =C2=A0 Apache/2.2.22 (Debian) Server at 107.185.=
144.55 Port 80  |
|  |
| View on 107.185.144.55 | Preview by Yahoo |
|  |
| =C2=A0 |



------=_Part_8817955_7874100.1418365383837
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"color:#000; background-color:#fff; font-family:He=
lveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;fo=
nt-size:16px"><div id=3D"yui_3_16_0_1_1418365079099_2863">Hello,</div><div =
id=3D"yui_3_16_0_1_1418365079099_3057"><br></div><div id=3D"yui_3_16_0_1_14=
18365079099_3058" dir=3D"ltr">from the README.deb.txt in the tar.gz found a=
t link below</div><div id=3D"yui_3_16_0_1_1418365079099_3059" dir=3D"ltr">c=
at README.deb.txt<br style=3D"" class=3D""></div><div id=3D"yui_3_16_0_1_14=
18365079099_3060" dir=3D"ltr">---------------- snip ------<br></div><div id=
=3D"yui_3_16_0_1_1418365079099_3061" dir=3D"ltr">Its 4 days till the 4.5 fi=
nal release<br style=3D"" class=3D"">---<br style=3D"" class=3D"">In the me=
an time, make a candidate tarball tree this way:<br style=3D"" class=3D""><=
br style=3D"" class=3D"">clone the xen.git anywhere. I did it in C7.<br sty=
le=3D"" class=3D"">Make a final patchset to bridge the rc3 tarball to maste=
r:<br style=3D"" class=3D"">---<br style=3D"" class=3D"">git checkout maste=
r<br style=3D"" class=3D"">git diff -u 4.5.0-rc3 &gt; rc3.diff<br style=3D"=
" class=3D"">---<br style=3D"" class=3D"">this diff file can now be used to=
 patch the rc3 tarball.<br style=3D"" class=3D""><br style=3D"" class=3D"">=
In Jessie I extracted the rc3<br style=3D"" class=3D"">wget http://bits.xen=
source.com/oss-xen/release/4.5.0-rc3/xen-4.5.0-rc3.tar.gz<br style=3D"" cla=
ss=3D""><br style=3D"" class=3D"">setup your buildenv the usual way.<br sty=
le=3D"" class=3D"">cd xen-4.5.0-rc3/<br style=3D"" class=3D"">extract the x=
en-4.5.files.tar.gz found at link below. <br></div><div id=3D"yui_3_16_0_1_=
1418365079099_3431" dir=3D"ltr">xenprep.sh is the work flow</div><div id=3D=
"yui_3_16_0_1_1418365079099_3432" dir=3D"ltr"><br></div><div id=3D"yui_3_16=
_0_1_1418365079099_3433" dir=3D"ltr">Of course, those are my steps and I in=
clude the rc3.diff below<br></div><div id=3D"yui_3_16_0_1_1418365079099_286=
4"><br></div><div id=3D"yui_3_16_0_1_1418365079099_2842"><a id=3D"yui_3_16_=
0_1_1418365079099_2841" href=3D"http://107.185.144.55/xen/debian/jessie/450=
/">Index of /xen/debian/jessie/450</a><br></div><div style=3D"width:450px; =
font-family: 'Georgia', 'Times', 'Times New Roman', 'serif';margin-top:5px;=
 margin-bottom: 5px; background-color: #ffffff;" id=3D"enhancrCard_0" class=
=3D"link-enhancr-attachment link-enhancr-element" contenteditable=3D"false"=
><table id=3D"yui_3_16_0_1_1418365079099_2869" class=3D"link-enhancr-elemen=
t" style=3D"width:450px; height:auto; position: relative; display: block;" =
border=3D"0" cellpadding=3D"0" cellspacing=3D"0"><tbody id=3D"yui_3_16_0_1_=
1418365079099_2868"><tr id=3D"yui_3_16_0_1_1418365079099_2878" class=3D"lin=
k-enhancr-element"><td id=3D"yui_3_16_0_1_1418365079099_2877" class=3D"link=
-enhancr-element" colspan=3D"7" style=3D"height: 1px; background-color: #e5=
e5e5; font-size: 1px; border-collapse: collapse;"><div id=3D"yui_3_16_0_1_1=
418365079099_2876" class=3D"link-enhancr-element" style=3D"height: 1px; bac=
kground-color: #e5e5e5; font-size: 1px; line-height:0px;">&nbsp;</div></td>=
</tr><tr id=3D"yui_3_16_0_1_1418365079099_2867" class=3D"link-enhancr-eleme=
nt"><td rowspan=3D"5" class=3D"link-enhancr-element" style=3D"width: 1px; b=
ackground-color: #e5e5e5; font-size: 1pt; border-collapse: collapse;"><div =
class=3D"link-enhancr-element" style=3D"width: 1px; background-color: #e5e5=
e5; font-size: 1pt;">&nbsp;</div></td><td rowspan=3D"5" class=3D"link-enhan=
cr-element" style=3D"width: 14px; background-color: #ffffff; font-size: 0pt=
; border-collapse: collapse;"><div class=3D"link-enhancr-element" style=3D"=
width: 14px; background-color: #ffffff; font-size: 14pt;">&nbsp;</div></td>=
<td id=3D"yui_3_16_0_1_1418365079099_2866" colspan=3D"2" class=3D"link-enha=
ncr-element" style=3D"height: 6px; background-color: #ffffff; font-size: 0p=
t; border-collapse: collapse;"><div id=3D"yui_3_16_0_1_1418365079099_2865" =
class=3D"link-enhancr-element" style=3D"height: 6px; background-color: #fff=
fff; font-size: 6pt;">&nbsp;</div></td><td rowspan=3D"5" class=3D"link-enha=
ncr-element" style=3D"width: 20px; background-color: #ffffff; font-size: 0p=
t; border-collapse: collapse;"><div class=3D"link-enhancr-element" style=3D=
"width: 20px; background-color: #ffffff; font-size: 20pt;">&nbsp;</div></td=
><td class=3D"link-enhancr-element" rowspan=3D"5" style=3D"width: 1px; back=
ground-color: #e5e5e5; font-size: 1pt; border-collapse: collapse;" width=3D=
"1"><div class=3D"link-enhancr-element" style=3D"width: 1px; background-col=
or: #e5e5e5; font-size: 1pt;">&nbsp;</div></td></tr><tr id=3D"yui_3_16_0_1_=
1418365079099_2875"><td id=3D"yui_3_16_0_1_1418365079099_2874" class=3D"lin=
k-enhancr-element" colspan=3D"2" style=3D"width: 100%; vertical-align: midd=
le; font-family: 'Georgia', 'Times', 'Times New Roman', 'serif';"><div id=
=3D"yui_3_16_0_1_1418365079099_2873" class=3D"link-enhancr-text-part link-e=
nhancr-element" style=3D"line-height:16.5px; background-color: #ffffff;  wi=
dth: 414px;"><div id=3D"yui_3_16_0_1_1418365079099_2872" class=3D"link-enha=
ncr-element" style=3D"word-wrap: break-word; word-break: break-all;"><span =
id=3D"yui_3_16_0_1_1418365079099_3434" class=3D"link-enhancr-element icon  =
icon-shrink link-enhancr-toggle"></span><span class=3D"link-enhancr-element=
 icon icon-close link-enhancr-delete"></span><a id=3D"yui_3_16_0_1_14183650=
79099_2871" href=3D"http://107.185.144.55/xen/debian/jessie/450/" class=3D"=
link-enhancr-card-urlWrapper link-enhancr-element" style=3D"text-decoration=
: none !important; color: #000000 !important; line-height: 100%; font-size:=
 18px; display: block;"><span id=3D"yui_3_16_0_1_1418365079099_2870" class=
=3D"link-enhancr-element link-enhancr-card-title" style=3D"margin: 0; font-=
weight: normal;margin-bottom: 3px; font-size: 18px; line-height: 21px; max-=
height: 43px; color: #000000; overflow: hidden !important; display: inline-=
block;">Index of /xen/debian/jessie/450</span></a><div id=3D"yui_3_16_0_1_1=
418365079099_2905" style=3D"font-size: 13px; line-height: 20px; color: #999=
999; max-height: 81px; font-family: 'Georgia', 'Times', 'Times New Roman', =
'serif';overflow: hidden;" class=3D"link-enhancr-card-description link-enha=
ncr-element">Index of /xen/debian/jessie/450 Name Last modified Size Descri=
ption Parent Directory &nbsp; - &nbsp; xen-4.5.files.tar.gz 11-Dec-2014 22:=
14 15K &nbsp; Apache/2.2.22 (Debian) Server at 107.185.144.55 Port 80 </div=
></div></div></td></tr><tr id=3D"yui_3_16_0_1_1418365079099_2950"><td id=3D=
"yui_3_16_0_1_1418365079099_2949" colspan=3D"2" class=3D"link-enhancr-eleme=
nt" style=3D"height: 6px; background-color: #ffffff; font-size: 0pt; border=
-collapse: collapse;"><div id=3D"yui_3_16_0_1_1418365079099_2948" class=3D"=
link-enhancr-element" style=3D"height: 6px; background-color: #ffffff; font=
-size: 6pt;"></div></td></tr><tr id=3D"yui_3_16_0_1_1418365079099_2908"><td=
 id=3D"yui_3_16_0_1_1418365079099_2952" class=3D"link-enhancr-element" styl=
e=3D"vertical-align: middle; font-family: 'Arial', 'Helvetica Neue', 'Helve=
tica', 'sans-serif';"><div id=3D"yui_3_16_0_1_1418365079099_2951" class=3D"=
link-enhancr-element" style=3D"font-size: 0pt;"><a href=3D"http://107.185.1=
44.55/xen/debian/jessie/450/" class=3D"link-enhancr-card-url link-enhancr-e=
lement" style=3D"color: black; text-decoration: none !important;cursor:poin=
ter !important;" target=3D"_blank"><span id=3D"yui_3_16_0_1_1418365079099_2=
856" class=3D"link-enhancr-element link-enhancr-view-on" style=3D"display: =
inline-block; line-height: 11px; max-width: 314px; min-width: 254px; overfl=
ow: hidden; max-height: 13px; word-break: break-all;"><span class=3D"link-e=
nhancr-element link-enhancr-mobile-no-resize" style=3D"vertical-align:middl=
e; font-size: 9px; line-height: 11px; color: #999999; -moz-text-size-adjust=
: none; -ms-text-size-adjust: none; -webkit-text-size-adjust:none; text-siz=
e-adjust:none;">View on <span style=3D"font-weight: bold" class=3D"link-enh=
ancr-view-on-domain">107.185.144.55</span></span></span></a></div></td><td =
id=3D"yui_3_16_0_1_1418365079099_2907" class=3D"link-enhancr-element" style=
=3D"vertical-align: middle; width: 100px; font-family: 'Arial', 'Helvetica =
Neue', 'Helvetica', 'sans-serif';"><div id=3D"yui_3_16_0_1_1418365079099_29=
06" class=3D"link-enhancr-element link-enhancr-preview-wrapper" style=3D"ma=
x-width: 100px; min-width: 80px; overflow: hidden; text-align: right; line-=
height: 11px; max-height: 13px; font-size: 0pt;"><span class=3D"link-enhanc=
r-element link-enhancr-preview-by link-enhancr-mobile-no-resize" style=3D"v=
ertical-align:middle; font-size: 9px; line-height: 11px; color: #999999; -m=
oz-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-text-size-ad=
just:none; text-size-adjust:none;">Preview by Yahoo</span></div></td></tr><=
tr id=3D"yui_3_16_0_1_1418365079099_2947"><td id=3D"yui_3_16_0_1_1418365079=
099_2946" colspan=3D"2" class=3D"link-enhancr-element" style=3D"height: 9px=
; background-color: #ffffff; font-size: 0pt; border-collapse: collapse;"><d=
iv id=3D"yui_3_16_0_1_1418365079099_2945" class=3D"link-enhancr-element" st=
yle=3D"height: 9px; background-color: #ffffff; font-size: 9pt;"></div></td>=
</tr><tr class=3D"link-enhancr-element"><td class=3D"link-enhancr-element" =
colspan=3D"7" style=3D"height: 1px; background-color: #e5e5e5; font-size: 1=
px; border-collapse: collapse;"><div class=3D"link-enhancr-element" style=
=3D"height: 1px; background-color: #e5e5e5; font-size: 1px; line-height:0px=
">&nbsp;</div></td></tr></tbody></table></div><div id=3D"yui_3_16_0_1_14183=
65079099_2828"><br></div></div></body></html>
------=_Part_8817955_7874100.1418365383837--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============0428086129855774722==--


From xen-users-bounces@lists.xen.org Fri Dec 12 06:24:35 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 12 Dec 2014 06:24:35 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XzJd9-00078u-Qv; Fri, 12 Dec 2014 06:23:11 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <tlviewer@yahoo.com>) id 1XzJd8-00078p-18
	for xen-users@lists.xen.org; Fri, 12 Dec 2014 06:23:10 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	46/54-25276-DC98A845; Fri, 12 Dec 2014 06:23:09 +0000
X-Env-Sender: tlviewer@yahoo.com
X-Msg-Ref: server-3.tower-21.messagelabs.com!1418365384!14752595!1
X-Originating-IP: [98.139.212.175]
X-SpamReason: No, hits=1.9 required=7.0 tests=FORGED_YAHOO_RCVD,
	HTML_MESSAGE,HTML_TINY_FONT,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 29531 invoked from network); 12 Dec 2014 06:23:05 -0000
Received: from nm16.bullet.mail.bf1.yahoo.com (HELO
	nm16.bullet.mail.bf1.yahoo.com) (98.139.212.175)
	by server-3.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	12 Dec 2014 06:23:05 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048;
	t=1418365384; bh=+UumkfKi+5E2F6RVSVIYA87uND5cYwdShJOyuELV+d0=;
	h=Date:From:Reply-To:To:Subject:From:Subject;
	b=CUjMqwn36b2CUe+ZJ/tCcL2qscI7+71NT5JkxnNuYCXF/I7AK4K/6CnE1yGEZd3+h1IkGqWXOTYx16izoxh98XHhteHBrVL0BSF2y+2aeHP7mVDg6ZyLrmgoxlWUjQJCbRajRBqmuRKvDBqA7V7L7KPLFs+7XO1m6IvLuNiKLnSG73fY938zqIcfMeHX707cOTMUGKHl3GOmPCYzM7CPDu4DBEBdjdAxHc3Ei5bYagt9mNXCfSsjxqIa2Ihvs20Hwz4kQLxerXn6j6Hi3Gthg0wcxFCdCiRxyJ2IFMzze+pRkiuDQCXiuQySX39xCIcbXHsaHYv5Dq0xYkrBluSsRA==
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com;
	b=WoWEve4CNhlZKijmPr4FUAmW4wppbkBVnMDJUZ+NBqe2arBOPzsCsj2agECpg5LxwzwOluAdrIbFaPU3mF9CUQ5BF5txJxpuN9Fat8Z6T8ll2toz+aF5HGCddSVmfw4Z3/UZHDxK3Bj43k6lvkJPhdQ3mVh3KZB7DN/rOYr8TdtIMBIyvW+CN1v4DhawscpZlFAcIu4dTiuzybxcxK08P0lzlm1+dATudioHqDzF5fZXaQmM4g9W228MdQvSI51bgMfkXp3UUp8vJN2zgOEhL1cb64TeGRIqzUD3NwIis28kz4qgDqFk0l7LSxXLhE0Z7fKlAQ/pjiJ0BkobWz+9Zg==;
Received: from [66.196.81.172] by nm16.bullet.mail.bf1.yahoo.com with NNFMP;
	12 Dec 2014 06:23:04 -0000
Received: from [98.139.212.211] by tm18.bullet.mail.bf1.yahoo.com with NNFMP;
	12 Dec 2014 06:23:04 -0000
Received: from [127.0.0.1] by omp1020.mail.bf1.yahoo.com with NNFMP;
	12 Dec 2014 06:23:04 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 604434.86379.bm@omp1020.mail.bf1.yahoo.com
X-YMail-OSG: jll3jI0VM1lemWHJQlTpBvOdfWTWhpGM5Y2Ox1.ANyz3XswiLa23ExDdiVbsN47
	uuJVFcoZ9RuPWNDmm_V7oTwsPQ0WLFnd9KvlZYeU8Ckc4E3N_aKiU2mtZ5sltc49njceCOAFj2HY
	g70axUPJvCCbDmgYvcbUcNUroQLd5Ddpj0E5olILUcGZGCbMTeVvoEWr.I7fPrOyyYKQs3ahSH9X
	0HzLEE2LGKAEsULItbYoNRh_jXR9FrxG4djhHGdm3Zqz.438lHF5n8z7R7RgioLESClBzzn7GvGr
	E1I1NwUWuCbYYymFDut8dlpLfgygn859zn6Bx6I4qOlKlBUCrWocrPwMWCB6x_MvN.ur23iQU8_m
	B33xhOsSAjVxvdwBaVzRiL2oe3_3v7OVvhdflQqPMnqImlxOIpX4fxnC9ww.CaMIYsyYu57a6O6.
	jNi4C5oNakqAcK2jqb9FKwfQjMv3Ifnxv0vaRzX2spx8B1ilA0CvGbMyQAPw4lgFDYvQ5dWDIDkM
	LcH0lpUXTsKsfZIUSUI0ib9UjBwGOY5Ou8cLWqerQvgrWJ_voIV8zbf64T5x0u0oAxlHVHDaz55_
	kmy6235PJDy3L1pIShL.t.jXAs_Y18ODvQieVIXlFhuYB7h8DWfWLPl3oB26p1GhtVHTrSM13gf.
	6U1xsz5s2TeZ1BgP0jkFrNVqgOV2HULkxflA4cT9l9DcyV753AHeoGcc2dcdAVxdNF.Dhtc2JMlv
	qEW0prZTq6lYUUunDEd0cRnj15dbziwHyYFpLMOMr_ob87w6Llpk-
Received: by 66.196.81.118; Fri, 12 Dec 2014 06:23:04 +0000 
Date: Fri, 12 Dec 2014 06:23:03 +0000 (UTC)
From: Mark Pryor <tlviewer@yahoo.com>
To: Xen-users <xen-users@lists.xen.org>
Message-ID: <1584762228.8817956.1418365383842.JavaMail.yahoo@jws106128.mail.bf1.yahoo.com>
MIME-Version: 1.0
Content-Length: 11687
Subject: [Xen-users] throw together candidate for xen-4.5 final on Jessie
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Mark Pryor <tlviewer@yahoo.com>
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0428086129855774722=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============0428086129855774722==
Content-Type: multipart/alternative; 
	boundary="----=_Part_8817955_7874100.1418365383837"
Content-Length: 11201

------=_Part_8817955_7874100.1418365383837
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hello,
from the README.deb.txt in the tar.gz found at link belowcat README.deb.txt
---------------- snip ------
Its 4 days till the 4.5 final release
---
In the mean time, make a candidate tarball tree this way:

clone the xen.git anywhere. I did it in C7.
Make a final patchset to bridge the rc3 tarball to master:
---
git checkout master
git diff -u 4.5.0-rc3 > rc3.diff
---
this diff file can now be used to patch the rc3 tarball.

In Jessie I extracted the rc3
wget http://bits.xensource.com/oss-xen/release/4.5.0-rc3/xen-4.5.0-rc3.tar.=
gz

setup your buildenv the usual way.
cd xen-4.5.0-rc3/
extract the xen-4.5.files.tar.gz found at link below.=20
xenprep.sh is the work flow
Of course, those are my steps and I include the rc3.diff below

Index of /xen/debian/jessie/450

| =C2=A0 |
| =C2=A0 | =C2=A0 | =C2=A0 | =C2=A0 | =C2=A0 |
| Index of /xen/debian/jessie/450Index of /xen/debian/jessie/450 Name Last =
modified Size Description Parent Directory =C2=A0 - =C2=A0 xen-4.5.files.ta=
r.gz 11-Dec-2014 22:14 15K =C2=A0 Apache/2.2.22 (Debian) Server at 107.185.=
144.55 Port 80  |
|  |
| View on 107.185.144.55 | Preview by Yahoo |
|  |
| =C2=A0 |



------=_Part_8817955_7874100.1418365383837
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"color:#000; background-color:#fff; font-family:He=
lveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;fo=
nt-size:16px"><div id=3D"yui_3_16_0_1_1418365079099_2863">Hello,</div><div =
id=3D"yui_3_16_0_1_1418365079099_3057"><br></div><div id=3D"yui_3_16_0_1_14=
18365079099_3058" dir=3D"ltr">from the README.deb.txt in the tar.gz found a=
t link below</div><div id=3D"yui_3_16_0_1_1418365079099_3059" dir=3D"ltr">c=
at README.deb.txt<br style=3D"" class=3D""></div><div id=3D"yui_3_16_0_1_14=
18365079099_3060" dir=3D"ltr">---------------- snip ------<br></div><div id=
=3D"yui_3_16_0_1_1418365079099_3061" dir=3D"ltr">Its 4 days till the 4.5 fi=
nal release<br style=3D"" class=3D"">---<br style=3D"" class=3D"">In the me=
an time, make a candidate tarball tree this way:<br style=3D"" class=3D""><=
br style=3D"" class=3D"">clone the xen.git anywhere. I did it in C7.<br sty=
le=3D"" class=3D"">Make a final patchset to bridge the rc3 tarball to maste=
r:<br style=3D"" class=3D"">---<br style=3D"" class=3D"">git checkout maste=
r<br style=3D"" class=3D"">git diff -u 4.5.0-rc3 &gt; rc3.diff<br style=3D"=
" class=3D"">---<br style=3D"" class=3D"">this diff file can now be used to=
 patch the rc3 tarball.<br style=3D"" class=3D""><br style=3D"" class=3D"">=
In Jessie I extracted the rc3<br style=3D"" class=3D"">wget http://bits.xen=
source.com/oss-xen/release/4.5.0-rc3/xen-4.5.0-rc3.tar.gz<br style=3D"" cla=
ss=3D""><br style=3D"" class=3D"">setup your buildenv the usual way.<br sty=
le=3D"" class=3D"">cd xen-4.5.0-rc3/<br style=3D"" class=3D"">extract the x=
en-4.5.files.tar.gz found at link below. <br></div><div id=3D"yui_3_16_0_1_=
1418365079099_3431" dir=3D"ltr">xenprep.sh is the work flow</div><div id=3D=
"yui_3_16_0_1_1418365079099_3432" dir=3D"ltr"><br></div><div id=3D"yui_3_16=
_0_1_1418365079099_3433" dir=3D"ltr">Of course, those are my steps and I in=
clude the rc3.diff below<br></div><div id=3D"yui_3_16_0_1_1418365079099_286=
4"><br></div><div id=3D"yui_3_16_0_1_1418365079099_2842"><a id=3D"yui_3_16_=
0_1_1418365079099_2841" href=3D"http://107.185.144.55/xen/debian/jessie/450=
/">Index of /xen/debian/jessie/450</a><br></div><div style=3D"width:450px; =
font-family: 'Georgia', 'Times', 'Times New Roman', 'serif';margin-top:5px;=
 margin-bottom: 5px; background-color: #ffffff;" id=3D"enhancrCard_0" class=
=3D"link-enhancr-attachment link-enhancr-element" contenteditable=3D"false"=
><table id=3D"yui_3_16_0_1_1418365079099_2869" class=3D"link-enhancr-elemen=
t" style=3D"width:450px; height:auto; position: relative; display: block;" =
border=3D"0" cellpadding=3D"0" cellspacing=3D"0"><tbody id=3D"yui_3_16_0_1_=
1418365079099_2868"><tr id=3D"yui_3_16_0_1_1418365079099_2878" class=3D"lin=
k-enhancr-element"><td id=3D"yui_3_16_0_1_1418365079099_2877" class=3D"link=
-enhancr-element" colspan=3D"7" style=3D"height: 1px; background-color: #e5=
e5e5; font-size: 1px; border-collapse: collapse;"><div id=3D"yui_3_16_0_1_1=
418365079099_2876" class=3D"link-enhancr-element" style=3D"height: 1px; bac=
kground-color: #e5e5e5; font-size: 1px; line-height:0px;">&nbsp;</div></td>=
</tr><tr id=3D"yui_3_16_0_1_1418365079099_2867" class=3D"link-enhancr-eleme=
nt"><td rowspan=3D"5" class=3D"link-enhancr-element" style=3D"width: 1px; b=
ackground-color: #e5e5e5; font-size: 1pt; border-collapse: collapse;"><div =
class=3D"link-enhancr-element" style=3D"width: 1px; background-color: #e5e5=
e5; font-size: 1pt;">&nbsp;</div></td><td rowspan=3D"5" class=3D"link-enhan=
cr-element" style=3D"width: 14px; background-color: #ffffff; font-size: 0pt=
; border-collapse: collapse;"><div class=3D"link-enhancr-element" style=3D"=
width: 14px; background-color: #ffffff; font-size: 14pt;">&nbsp;</div></td>=
<td id=3D"yui_3_16_0_1_1418365079099_2866" colspan=3D"2" class=3D"link-enha=
ncr-element" style=3D"height: 6px; background-color: #ffffff; font-size: 0p=
t; border-collapse: collapse;"><div id=3D"yui_3_16_0_1_1418365079099_2865" =
class=3D"link-enhancr-element" style=3D"height: 6px; background-color: #fff=
fff; font-size: 6pt;">&nbsp;</div></td><td rowspan=3D"5" class=3D"link-enha=
ncr-element" style=3D"width: 20px; background-color: #ffffff; font-size: 0p=
t; border-collapse: collapse;"><div class=3D"link-enhancr-element" style=3D=
"width: 20px; background-color: #ffffff; font-size: 20pt;">&nbsp;</div></td=
><td class=3D"link-enhancr-element" rowspan=3D"5" style=3D"width: 1px; back=
ground-color: #e5e5e5; font-size: 1pt; border-collapse: collapse;" width=3D=
"1"><div class=3D"link-enhancr-element" style=3D"width: 1px; background-col=
or: #e5e5e5; font-size: 1pt;">&nbsp;</div></td></tr><tr id=3D"yui_3_16_0_1_=
1418365079099_2875"><td id=3D"yui_3_16_0_1_1418365079099_2874" class=3D"lin=
k-enhancr-element" colspan=3D"2" style=3D"width: 100%; vertical-align: midd=
le; font-family: 'Georgia', 'Times', 'Times New Roman', 'serif';"><div id=
=3D"yui_3_16_0_1_1418365079099_2873" class=3D"link-enhancr-text-part link-e=
nhancr-element" style=3D"line-height:16.5px; background-color: #ffffff;  wi=
dth: 414px;"><div id=3D"yui_3_16_0_1_1418365079099_2872" class=3D"link-enha=
ncr-element" style=3D"word-wrap: break-word; word-break: break-all;"><span =
id=3D"yui_3_16_0_1_1418365079099_3434" class=3D"link-enhancr-element icon  =
icon-shrink link-enhancr-toggle"></span><span class=3D"link-enhancr-element=
 icon icon-close link-enhancr-delete"></span><a id=3D"yui_3_16_0_1_14183650=
79099_2871" href=3D"http://107.185.144.55/xen/debian/jessie/450/" class=3D"=
link-enhancr-card-urlWrapper link-enhancr-element" style=3D"text-decoration=
: none !important; color: #000000 !important; line-height: 100%; font-size:=
 18px; display: block;"><span id=3D"yui_3_16_0_1_1418365079099_2870" class=
=3D"link-enhancr-element link-enhancr-card-title" style=3D"margin: 0; font-=
weight: normal;margin-bottom: 3px; font-size: 18px; line-height: 21px; max-=
height: 43px; color: #000000; overflow: hidden !important; display: inline-=
block;">Index of /xen/debian/jessie/450</span></a><div id=3D"yui_3_16_0_1_1=
418365079099_2905" style=3D"font-size: 13px; line-height: 20px; color: #999=
999; max-height: 81px; font-family: 'Georgia', 'Times', 'Times New Roman', =
'serif';overflow: hidden;" class=3D"link-enhancr-card-description link-enha=
ncr-element">Index of /xen/debian/jessie/450 Name Last modified Size Descri=
ption Parent Directory &nbsp; - &nbsp; xen-4.5.files.tar.gz 11-Dec-2014 22:=
14 15K &nbsp; Apache/2.2.22 (Debian) Server at 107.185.144.55 Port 80 </div=
></div></div></td></tr><tr id=3D"yui_3_16_0_1_1418365079099_2950"><td id=3D=
"yui_3_16_0_1_1418365079099_2949" colspan=3D"2" class=3D"link-enhancr-eleme=
nt" style=3D"height: 6px; background-color: #ffffff; font-size: 0pt; border=
-collapse: collapse;"><div id=3D"yui_3_16_0_1_1418365079099_2948" class=3D"=
link-enhancr-element" style=3D"height: 6px; background-color: #ffffff; font=
-size: 6pt;"></div></td></tr><tr id=3D"yui_3_16_0_1_1418365079099_2908"><td=
 id=3D"yui_3_16_0_1_1418365079099_2952" class=3D"link-enhancr-element" styl=
e=3D"vertical-align: middle; font-family: 'Arial', 'Helvetica Neue', 'Helve=
tica', 'sans-serif';"><div id=3D"yui_3_16_0_1_1418365079099_2951" class=3D"=
link-enhancr-element" style=3D"font-size: 0pt;"><a href=3D"http://107.185.1=
44.55/xen/debian/jessie/450/" class=3D"link-enhancr-card-url link-enhancr-e=
lement" style=3D"color: black; text-decoration: none !important;cursor:poin=
ter !important;" target=3D"_blank"><span id=3D"yui_3_16_0_1_1418365079099_2=
856" class=3D"link-enhancr-element link-enhancr-view-on" style=3D"display: =
inline-block; line-height: 11px; max-width: 314px; min-width: 254px; overfl=
ow: hidden; max-height: 13px; word-break: break-all;"><span class=3D"link-e=
nhancr-element link-enhancr-mobile-no-resize" style=3D"vertical-align:middl=
e; font-size: 9px; line-height: 11px; color: #999999; -moz-text-size-adjust=
: none; -ms-text-size-adjust: none; -webkit-text-size-adjust:none; text-siz=
e-adjust:none;">View on <span style=3D"font-weight: bold" class=3D"link-enh=
ancr-view-on-domain">107.185.144.55</span></span></span></a></div></td><td =
id=3D"yui_3_16_0_1_1418365079099_2907" class=3D"link-enhancr-element" style=
=3D"vertical-align: middle; width: 100px; font-family: 'Arial', 'Helvetica =
Neue', 'Helvetica', 'sans-serif';"><div id=3D"yui_3_16_0_1_1418365079099_29=
06" class=3D"link-enhancr-element link-enhancr-preview-wrapper" style=3D"ma=
x-width: 100px; min-width: 80px; overflow: hidden; text-align: right; line-=
height: 11px; max-height: 13px; font-size: 0pt;"><span class=3D"link-enhanc=
r-element link-enhancr-preview-by link-enhancr-mobile-no-resize" style=3D"v=
ertical-align:middle; font-size: 9px; line-height: 11px; color: #999999; -m=
oz-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-text-size-ad=
just:none; text-size-adjust:none;">Preview by Yahoo</span></div></td></tr><=
tr id=3D"yui_3_16_0_1_1418365079099_2947"><td id=3D"yui_3_16_0_1_1418365079=
099_2946" colspan=3D"2" class=3D"link-enhancr-element" style=3D"height: 9px=
; background-color: #ffffff; font-size: 0pt; border-collapse: collapse;"><d=
iv id=3D"yui_3_16_0_1_1418365079099_2945" class=3D"link-enhancr-element" st=
yle=3D"height: 9px; background-color: #ffffff; font-size: 9pt;"></div></td>=
</tr><tr class=3D"link-enhancr-element"><td class=3D"link-enhancr-element" =
colspan=3D"7" style=3D"height: 1px; background-color: #e5e5e5; font-size: 1=
px; border-collapse: collapse;"><div class=3D"link-enhancr-element" style=
=3D"height: 1px; background-color: #e5e5e5; font-size: 1px; line-height:0px=
">&nbsp;</div></td></tr></tbody></table></div><div id=3D"yui_3_16_0_1_14183=
65079099_2828"><br></div></div></body></html>
------=_Part_8817955_7874100.1418365383837--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============0428086129855774722==--


From xen-users-bounces@lists.xen.org Fri Dec 12 11:51:33 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 12 Dec 2014 11:51: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-users-bounces@lists.xen.org>)
	id 1XzOjO-0003Ji-88; Fri, 12 Dec 2014 11:49:58 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <darren.poulson@genesys.com>) id 1XzOjM-0003Jb-PF
	for xen-users@lists.xen.org; Fri, 12 Dec 2014 11:49:56 +0000
Received: from [85.158.137.68] by server-9.bemta-3.messagelabs.com id
	FD/8A-25727-366DA845; Fri, 12 Dec 2014 11:49:55 +0000
X-Env-Sender: darren.poulson@genesys.com
X-Msg-Ref: server-5.tower-31.messagelabs.com!1418384994!12914312!1
X-Originating-IP: [207.211.31.84]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogMjA3LjIxMS4zMS44NCA9PiAzNDkzMQ==\n
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 30551 invoked from network); 12 Dec 2014 11:49:55 -0000
Received: from service107-us.mimecast.com (HELO service107-us.mimecast.com)
	(207.211.31.84)
	by server-5.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	12 Dec 2014 11:49:55 -0000
Received: from webmail-us.genesys.com (250-75-168-3.navisite.com
	[168.75.250.3]) (Using TLS) by service107-us.mimecast.com;
	Fri, 12 Dec 2014 06:49:53 -0500
Received: from GENSJZMBX03.msg.int.genesyslab.com
	([fe80::fc31:8268:eb4c:f8af]) by GENSJZFE01.msg.int.genesyslab.com
	([::1]) with mapi id 14.03.0174.001; Fri, 12 Dec 2014 03:49:51 -0800
From: Darren Poulson <darren.poulson@genesys.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Thread-Topic: PAM authentication with FreeIPA
Thread-Index: AdAWAXOy7Z2gDKKRTeayev1/lWEovg==
Date: Fri, 12 Dec 2014 11:49:50 +0000
Message-ID: <26274E768E1C7F44A8406CD7AEE820EA031EE09A@GENSJZMBX03.msg.int.genesyslab.com>
Accept-Language: en-GB, en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [74.118.253.1]
MIME-Version: 1.0
X-MC-Unique: 114121206495301801
Subject: [Xen-users] PAM authentication with FreeIPA
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hi,

I'm having some issues authenticating against FreeIPA/SSSD using the PAM module. It seems to be set up correctly, but it shows my user as disabled. Even tho I can connect to the server ok.

 [root@xen2-01 log]# xe subject-list
uuid ( RO)                  : 315e4f29-bf99-ba41-67c4-07fca0e0f4a3
    subject-identifier ( RO): g50108
          other-config (MRO): subject-name: ops_admins; subject-uid: g50108; subject-gid: g50108; subject-is-group: true
                 roles (SRO): pool-admin

The user I'm using is in the ops_admins group:

[root@xen2-01 log]# groups dpoulson
dpoulson : ops_users admins helpdesk ops_admins sbmonitor_users


The xensource.log shows this:

Dec 12 06:19:47 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80||cli] xe vm-list username=dpoulson password=(omitted)
Dec 12 06:19:47 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|xapi] External authentication PAM is enabled
Dec 12 06:19:47 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|xapi] Failed to locally authenticate user dpoulson from HTTP request from Internet with User-Agent: xen-api-libs/1.0: Local superuser must be root
Dec 12 06:19:47 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|extauth] using external auth plugin PAM
Dec 12 06:19:48 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|extauth_plugin_PAM_NSS] Executing cmd [/usr/bin/getent "passwd" ]
Dec 12 06:19:48 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|xapi] Successful external authentication user dpoulson (subject_identifier, u50004 from HTTP request from Internet with User-Agent: xen-api-libs/1.0)
Dec 12 06:19:48 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|extauth] using external auth plugin PAM
Dec 12 06:19:48 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|extauth_plugin_PAM_NSS] Executing cmd [/usr/bin/getent "passwd" ]
Dec 12 06:19:48 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|xapi] Subject Suspension Status: a.disabled=true a.expired=false a.locked=false p.expired=false
Dec 12 06:19:48 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|xapi] Subject identifier u50004 is suspended
Dec 12 06:19:48 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|xapi] User dpoulson (subject_id u50004, from HTTP request from Internet with User-Agent: xen-api-libs/1.0) suspended in external directory

So, it recognises the user from getent passwd, but then shows the user as disabled. Any ideas what I might need to set/do? 

[root@xen2-01 log]# cat /etc/redhat-release 
XenServer release 6.2.0-70446c (xenenterprise)

Patches are full applied up to XS62ESP1014

Cheers,

Darren.






_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Fri Dec 12 11:51:33 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 12 Dec 2014 11:51: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-users-bounces@lists.xen.org>)
	id 1XzOjO-0003Ji-88; Fri, 12 Dec 2014 11:49:58 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <darren.poulson@genesys.com>) id 1XzOjM-0003Jb-PF
	for xen-users@lists.xen.org; Fri, 12 Dec 2014 11:49:56 +0000
Received: from [85.158.137.68] by server-9.bemta-3.messagelabs.com id
	FD/8A-25727-366DA845; Fri, 12 Dec 2014 11:49:55 +0000
X-Env-Sender: darren.poulson@genesys.com
X-Msg-Ref: server-5.tower-31.messagelabs.com!1418384994!12914312!1
X-Originating-IP: [207.211.31.84]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogMjA3LjIxMS4zMS44NCA9PiAzNDkzMQ==\n
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 30551 invoked from network); 12 Dec 2014 11:49:55 -0000
Received: from service107-us.mimecast.com (HELO service107-us.mimecast.com)
	(207.211.31.84)
	by server-5.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	12 Dec 2014 11:49:55 -0000
Received: from webmail-us.genesys.com (250-75-168-3.navisite.com
	[168.75.250.3]) (Using TLS) by service107-us.mimecast.com;
	Fri, 12 Dec 2014 06:49:53 -0500
Received: from GENSJZMBX03.msg.int.genesyslab.com
	([fe80::fc31:8268:eb4c:f8af]) by GENSJZFE01.msg.int.genesyslab.com
	([::1]) with mapi id 14.03.0174.001; Fri, 12 Dec 2014 03:49:51 -0800
From: Darren Poulson <darren.poulson@genesys.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Thread-Topic: PAM authentication with FreeIPA
Thread-Index: AdAWAXOy7Z2gDKKRTeayev1/lWEovg==
Date: Fri, 12 Dec 2014 11:49:50 +0000
Message-ID: <26274E768E1C7F44A8406CD7AEE820EA031EE09A@GENSJZMBX03.msg.int.genesyslab.com>
Accept-Language: en-GB, en-US
Content-Language: en-GB
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [74.118.253.1]
MIME-Version: 1.0
X-MC-Unique: 114121206495301801
Subject: [Xen-users] PAM authentication with FreeIPA
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hi,

I'm having some issues authenticating against FreeIPA/SSSD using the PAM module. It seems to be set up correctly, but it shows my user as disabled. Even tho I can connect to the server ok.

 [root@xen2-01 log]# xe subject-list
uuid ( RO)                  : 315e4f29-bf99-ba41-67c4-07fca0e0f4a3
    subject-identifier ( RO): g50108
          other-config (MRO): subject-name: ops_admins; subject-uid: g50108; subject-gid: g50108; subject-is-group: true
                 roles (SRO): pool-admin

The user I'm using is in the ops_admins group:

[root@xen2-01 log]# groups dpoulson
dpoulson : ops_users admins helpdesk ops_admins sbmonitor_users


The xensource.log shows this:

Dec 12 06:19:47 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80||cli] xe vm-list username=dpoulson password=(omitted)
Dec 12 06:19:47 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|xapi] External authentication PAM is enabled
Dec 12 06:19:47 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|xapi] Failed to locally authenticate user dpoulson from HTTP request from Internet with User-Agent: xen-api-libs/1.0: Local superuser must be root
Dec 12 06:19:47 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|extauth] using external auth plugin PAM
Dec 12 06:19:48 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|extauth_plugin_PAM_NSS] Executing cmd [/usr/bin/getent "passwd" ]
Dec 12 06:19:48 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|xapi] Successful external authentication user dpoulson (subject_identifier, u50004 from HTTP request from Internet with User-Agent: xen-api-libs/1.0)
Dec 12 06:19:48 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|extauth] using external auth plugin PAM
Dec 12 06:19:48 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|extauth_plugin_PAM_NSS] Executing cmd [/usr/bin/getent "passwd" ]
Dec 12 06:19:48 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|xapi] Subject Suspension Status: a.disabled=true a.expired=false a.locked=false p.expired=false
Dec 12 06:19:48 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|xapi] Subject identifier u50004 is suspended
Dec 12 06:19:48 xen2-01 xapi: [debug|xen2-01.bur.us.genops|7372 INET 0.0.0.0:80|session.login_with_password D:4f21e7fcdb94|xapi] User dpoulson (subject_id u50004, from HTTP request from Internet with User-Agent: xen-api-libs/1.0) suspended in external directory

So, it recognises the user from getent passwd, but then shows the user as disabled. Any ideas what I might need to set/do? 

[root@xen2-01 log]# cat /etc/redhat-release 
XenServer release 6.2.0-70446c (xenenterprise)

Patches are full applied up to XS62ESP1014

Cheers,

Darren.






_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Fri Dec 12 12:28:31 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 12 Dec 2014 12: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-users-bounces@lists.xen.org>)
	id 1XzPJQ-0005dK-0m; Fri, 12 Dec 2014 12:27:12 +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 1XzPJO-0005dF-DO
	for xen-users@lists.xen.org; Fri, 12 Dec 2014 12:27:10 +0000
Received: from [85.158.139.211] by server-4.bemta-5.messagelabs.com id
	6D/B6-22737-D1FDA845; Fri, 12 Dec 2014 12:27:09 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-7.tower-206.messagelabs.com!1418387226!13066221!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 1431 invoked from network); 12 Dec 2014 12:27:07 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-7.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	12 Dec 2014 12:27:07 -0000
X-IronPort-AV: E=Sophos;i="5.07,563,1413244800"; d="scan'208";a="203435629"
Message-ID: <1418387224.23309.66.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Darren Poulson <darren.poulson@genesys.com>
Date: Fri, 12 Dec 2014 12:27:04 +0000
In-Reply-To: <26274E768E1C7F44A8406CD7AEE820EA031EE09A@GENSJZMBX03.msg.int.genesyslab.com>
References: <26274E768E1C7F44A8406CD7AEE820EA031EE09A@GENSJZMBX03.msg.int.genesyslab.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.9-1 
MIME-Version: 1.0
X-DLP: MIA1
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] PAM authentication with FreeIPA
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Fri, 2014-12-12 at 11:49 +0000, Darren Poulson wrote:
> Hi,
> 
> I'm having some issues authenticating against FreeIPA/SSSD using the PAM module.

You seem to be using xenserver which is a separate product/project, this
list deals with users of the upstream Xen Project.

If you are a Citrix customer then you should contact your support rep,
otherwise there are lists and forums etc over at www.xenserver.org.

Ian.



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Fri Dec 12 12:28:31 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 12 Dec 2014 12: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-users-bounces@lists.xen.org>)
	id 1XzPJQ-0005dK-0m; Fri, 12 Dec 2014 12:27:12 +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 1XzPJO-0005dF-DO
	for xen-users@lists.xen.org; Fri, 12 Dec 2014 12:27:10 +0000
Received: from [85.158.139.211] by server-4.bemta-5.messagelabs.com id
	6D/B6-22737-D1FDA845; Fri, 12 Dec 2014 12:27:09 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-7.tower-206.messagelabs.com!1418387226!13066221!1
X-Originating-IP: [66.165.176.89]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 1431 invoked from network); 12 Dec 2014 12:27:07 -0000
Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89)
	by server-7.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	12 Dec 2014 12:27:07 -0000
X-IronPort-AV: E=Sophos;i="5.07,563,1413244800"; d="scan'208";a="203435629"
Message-ID: <1418387224.23309.66.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Darren Poulson <darren.poulson@genesys.com>
Date: Fri, 12 Dec 2014 12:27:04 +0000
In-Reply-To: <26274E768E1C7F44A8406CD7AEE820EA031EE09A@GENSJZMBX03.msg.int.genesyslab.com>
References: <26274E768E1C7F44A8406CD7AEE820EA031EE09A@GENSJZMBX03.msg.int.genesyslab.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.9-1 
MIME-Version: 1.0
X-DLP: MIA1
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] PAM authentication with FreeIPA
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Fri, 2014-12-12 at 11:49 +0000, Darren Poulson wrote:
> Hi,
> 
> I'm having some issues authenticating against FreeIPA/SSSD using the PAM module.

You seem to be using xenserver which is a separate product/project, this
list deals with users of the upstream Xen Project.

If you are a Citrix customer then you should contact your support rep,
otherwise there are lists and forums etc over at www.xenserver.org.

Ian.



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Fri Dec 12 14:27:30 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 12 Dec 2014 14:27: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-users-bounces@lists.xen.org>)
	id 1XzRAO-0001p0-Gq; Fri, 12 Dec 2014 14:26:00 +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 1XzRAM-0001ov-LL
	for xen-users@lists.xen.org; Fri, 12 Dec 2014 14:25:58 +0000
Received: from [85.158.139.211] by server-7.bemta-5.messagelabs.com id
	53/47-31453-5FAFA845; Fri, 12 Dec 2014 14:25:57 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-7.tower-206.messagelabs.com!1418394355!13095620!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 8311 invoked from network); 12 Dec 2014 14:25:57 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-7.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	12 Dec 2014 14:25:57 -0000
X-IronPort-AV: E=Sophos;i="5.07,564,1413244800"; d="scan'208";a="203886177"
Message-ID: <1418394353.23309.84.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Phil Lello <phil.lello@googlemail.com>
Date: Fri, 12 Dec 2014 14:25:53 +0000
In-Reply-To: <CAMZ36x1f6U4QUHVof+YmigE720ZoOODM0a96HGV9dCdeDRQSgQ@mail.gmail.com>
References: <CAMZ36x1f6U4QUHVof+YmigE720ZoOODM0a96HGV9dCdeDRQSgQ@mail.gmail.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.9-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Routed Xen networking
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Thu, 2014-12-11 at 13:53 +0000, Phil Lello wrote:

> name = "windows2008"
> vif = [ 'type=ioemu,script=vif-route,ip=A.B.C.46/32,gatewaydev=eth0'

I've not use routing mode very much but
http://wiki.xenproject.org/wiki/Xen_Networking#Associating_routes_with_virtual_devices seems to suggest that you don't need the /32 bit in the above. Not sure if it is harmful or not.

> Please let me know what else I may need to do,

Have you enabled the sysctls mentioned in
http://wiki.xenproject.org/wiki/Host_Configuration/Networking#Routing ?

Since you are running a windows guest, do you have PV drivers installed?
Or if not then is there a vif4.0-emu device in dom0 which isn't being
routed?

If none of that produces any success then my next step would be
traceroute or mtr to see where the pings were actually going, maybe a
spot of tcpdump too.

Ian.



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Fri Dec 12 14:27:30 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 12 Dec 2014 14:27: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-users-bounces@lists.xen.org>)
	id 1XzRAO-0001p0-Gq; Fri, 12 Dec 2014 14:26:00 +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 1XzRAM-0001ov-LL
	for xen-users@lists.xen.org; Fri, 12 Dec 2014 14:25:58 +0000
Received: from [85.158.139.211] by server-7.bemta-5.messagelabs.com id
	53/47-31453-5FAFA845; Fri, 12 Dec 2014 14:25:57 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-7.tower-206.messagelabs.com!1418394355!13095620!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 8311 invoked from network); 12 Dec 2014 14:25:57 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-7.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	12 Dec 2014 14:25:57 -0000
X-IronPort-AV: E=Sophos;i="5.07,564,1413244800"; d="scan'208";a="203886177"
Message-ID: <1418394353.23309.84.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Phil Lello <phil.lello@googlemail.com>
Date: Fri, 12 Dec 2014 14:25:53 +0000
In-Reply-To: <CAMZ36x1f6U4QUHVof+YmigE720ZoOODM0a96HGV9dCdeDRQSgQ@mail.gmail.com>
References: <CAMZ36x1f6U4QUHVof+YmigE720ZoOODM0a96HGV9dCdeDRQSgQ@mail.gmail.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.9-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Routed Xen networking
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Thu, 2014-12-11 at 13:53 +0000, Phil Lello wrote:

> name = "windows2008"
> vif = [ 'type=ioemu,script=vif-route,ip=A.B.C.46/32,gatewaydev=eth0'

I've not use routing mode very much but
http://wiki.xenproject.org/wiki/Xen_Networking#Associating_routes_with_virtual_devices seems to suggest that you don't need the /32 bit in the above. Not sure if it is harmful or not.

> Please let me know what else I may need to do,

Have you enabled the sysctls mentioned in
http://wiki.xenproject.org/wiki/Host_Configuration/Networking#Routing ?

Since you are running a windows guest, do you have PV drivers installed?
Or if not then is there a vif4.0-emu device in dom0 which isn't being
routed?

If none of that produces any success then my next step would be
traceroute or mtr to see where the pings were actually going, maybe a
spot of tcpdump too.

Ian.



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Fri Dec 12 14:34:19 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 12 Dec 2014 14:34:19 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XzRIA-0002JP-TB; Fri, 12 Dec 2014 14:34:02 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <phil.lello@googlemail.com>) id 1XzRI9-0002JI-Ev
	for xen-users@lists.xen.org; Fri, 12 Dec 2014 14:34:01 +0000
Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id
	31/F4-15461-8DCFA845; Fri, 12 Dec 2014 14:34:00 +0000
X-Env-Sender: phil.lello@googlemail.com
X-Msg-Ref: server-10.tower-21.messagelabs.com!1418394839!15230998!1
X-Originating-IP: [74.125.82.43]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_30_40,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 32074 invoked from network); 12 Dec 2014 14:33:59 -0000
Received: from mail-wg0-f43.google.com (HELO mail-wg0-f43.google.com)
	(74.125.82.43)
	by server-10.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	12 Dec 2014 14:33:59 -0000
Received: by mail-wg0-f43.google.com with SMTP id l18so9196234wgh.30
	for <xen-users@lists.xen.org>; Fri, 12 Dec 2014 06:33:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=googlemail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=lubqWL89l4t8LXurM7F235CdEx245bwag8MtIDkYEH8=;
	b=jZ+MYV0Zbse6VmlE23HGGMVm3kt215QLrzAkf6eI57ph+FsgR+mYMr95Z6wixb4nD3
	34Yob+eijHXcmtxCiNVcjGC1M69nQt5lEWoEV6OF24Am8KRKsWIaLzZlWh2RCxv5mwIx
	JyJ4oWEmuwSRyrlG8kSflpl8VlmCRCkZM6hdoIzS9rc1wqfsUxPSJA7gr0rYDsynQs25
	N7D4jAuHENT7QdolSU2picEyUKap3QjR7nKtwYygyBotQQnv5c7MZ8f3rexars7lED4p
	MoYgg/bTdIAHm7DkOcGcq8WZOmTjzmKHTLtHBV6ifWXSIYb3hjHT9KEm7n+FV5iJtVNo
	NlhA==
MIME-Version: 1.0
X-Received: by 10.181.8.193 with SMTP id dm1mr8005860wid.55.1418394838185;
	Fri, 12 Dec 2014 06:33:58 -0800 (PST)
Received: by 10.194.216.230 with HTTP; Fri, 12 Dec 2014 06:33:58 -0800 (PST)
In-Reply-To: <1418394353.23309.84.camel@citrix.com>
References: <CAMZ36x1f6U4QUHVof+YmigE720ZoOODM0a96HGV9dCdeDRQSgQ@mail.gmail.com>
	<1418394353.23309.84.camel@citrix.com>
Date: Fri, 12 Dec 2014 14:33:58 +0000
Message-ID: <CAMZ36x1tLd+S2o=5fmxo3L_CWLw5qCiRAKEYNGtuew36B2VWQg@mail.gmail.com>
From: Phil Lello <phil.lello@googlemail.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Routed Xen networking
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1033903536176986670=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============1033903536176986670==
Content-Type: multipart/alternative; boundary=001a1135f4567b3d2c050a05c81f

--001a1135f4567b3d2c050a05c81f
Content-Type: text/plain; charset=UTF-8

Hi,

I managed to get this working by dropping the type=ioemu from the vif
tuple, and building an ISO with the PV drivers. My issue turned out to be a
problem with the emulated NIC.

I think the wiki for Windows2008 needs updating for Xen 4.4/4.5, as some of
the config options have changed, although I'm not sure what the correct
options would be for an emulated NIC.

Phil

On Fri, Dec 12, 2014 at 2:25 PM, Ian Campbell <Ian.Campbell@citrix.com>
wrote:

> On Thu, 2014-12-11 at 13:53 +0000, Phil Lello wrote:
>
> > name = "windows2008"
> > vif = [ 'type=ioemu,script=vif-route,ip=A.B.C.46/32,gatewaydev=eth0'
>
> I've not use routing mode very much but
>
> http://wiki.xenproject.org/wiki/Xen_Networking#Associating_routes_with_virtual_devices
> seems to suggest that you don't need the /32 bit in the above. Not sure if
> it is harmful or not.
>
> > Please let me know what else I may need to do,
>
> Have you enabled the sysctls mentioned in
> http://wiki.xenproject.org/wiki/Host_Configuration/Networking#Routing ?
>
> Since you are running a windows guest, do you have PV drivers installed?
> Or if not then is there a vif4.0-emu device in dom0 which isn't being
> routed?
>
> If none of that produces any success then my next step would be
> traceroute or mtr to see where the pings were actually going, maybe a
> spot of tcpdump too.
>
> Ian.
>
>
>

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

<div dir=3D"ltr"><div><div>Hi,<br><br>I managed to get this working by drop=
ping the type=3Dioemu from the vif tuple, and building an ISO with the PV d=
rivers. My issue turned out to be a problem with the emulated NIC.<br><br><=
/div>I think the wiki for Windows2008 needs updating for Xen 4.4/4.5, as so=
me of the config options have changed, although I&#39;m not sure what the c=
orrect options would be for an emulated NIC.<br><br></div>Phil<br></div><di=
v class=3D"gmail_extra"><br><div class=3D"gmail_quote">On Fri, Dec 12, 2014=
 at 2:25 PM, Ian Campbell <span dir=3D"ltr">&lt;<a href=3D"mailto:Ian.Campb=
ell@citrix.com" target=3D"_blank">Ian.Campbell@citrix.com</a>&gt;</span> wr=
ote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border=
-left:1px #ccc solid;padding-left:1ex"><span class=3D"">On Thu, 2014-12-11 =
at 13:53 +0000, Phil Lello wrote:<br>
<br>
&gt; name =3D &quot;windows2008&quot;<br>
&gt; vif =3D [ &#39;type=3Dioemu,script=3Dvif-route,ip=3DA.B.C.46/32,gatewa=
ydev=3Deth0&#39;<br>
<br>
</span>I&#39;ve not use routing mode very much but<br>
<a href=3D"http://wiki.xenproject.org/wiki/Xen_Networking#Associating_route=
s_with_virtual_devices" target=3D"_blank">http://wiki.xenproject.org/wiki/X=
en_Networking#Associating_routes_with_virtual_devices</a> seems to suggest =
that you don&#39;t need the /32 bit in the above. Not sure if it is harmful=
 or not.<br>
<span class=3D""><br>
&gt; Please let me know what else I may need to do,<br>
<br>
</span>Have you enabled the sysctls mentioned in<br>
<a href=3D"http://wiki.xenproject.org/wiki/Host_Configuration/Networking#Ro=
uting" target=3D"_blank">http://wiki.xenproject.org/wiki/Host_Configuration=
/Networking#Routing</a> ?<br>
<br>
Since you are running a windows guest, do you have PV drivers installed?<br=
>
Or if not then is there a vif4.0-emu device in dom0 which isn&#39;t being<b=
r>
routed?<br>
<br>
If none of that produces any success then my next step would be<br>
traceroute or mtr to see where the pings were actually going, maybe a<br>
spot of tcpdump too.<br>
<span class=3D"HOEnZb"><font color=3D"#888888"><br>
Ian.<br>
<br>
<br>
</font></span></blockquote></div><br></div>

--001a1135f4567b3d2c050a05c81f--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============1033903536176986670==--


From xen-users-bounces@lists.xen.org Fri Dec 12 14:34:19 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 12 Dec 2014 14:34:19 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1XzRIA-0002JP-TB; Fri, 12 Dec 2014 14:34:02 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <phil.lello@googlemail.com>) id 1XzRI9-0002JI-Ev
	for xen-users@lists.xen.org; Fri, 12 Dec 2014 14:34:01 +0000
Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id
	31/F4-15461-8DCFA845; Fri, 12 Dec 2014 14:34:00 +0000
X-Env-Sender: phil.lello@googlemail.com
X-Msg-Ref: server-10.tower-21.messagelabs.com!1418394839!15230998!1
X-Originating-IP: [74.125.82.43]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_30_40,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 32074 invoked from network); 12 Dec 2014 14:33:59 -0000
Received: from mail-wg0-f43.google.com (HELO mail-wg0-f43.google.com)
	(74.125.82.43)
	by server-10.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	12 Dec 2014 14:33:59 -0000
Received: by mail-wg0-f43.google.com with SMTP id l18so9196234wgh.30
	for <xen-users@lists.xen.org>; Fri, 12 Dec 2014 06:33:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=googlemail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=lubqWL89l4t8LXurM7F235CdEx245bwag8MtIDkYEH8=;
	b=jZ+MYV0Zbse6VmlE23HGGMVm3kt215QLrzAkf6eI57ph+FsgR+mYMr95Z6wixb4nD3
	34Yob+eijHXcmtxCiNVcjGC1M69nQt5lEWoEV6OF24Am8KRKsWIaLzZlWh2RCxv5mwIx
	JyJ4oWEmuwSRyrlG8kSflpl8VlmCRCkZM6hdoIzS9rc1wqfsUxPSJA7gr0rYDsynQs25
	N7D4jAuHENT7QdolSU2picEyUKap3QjR7nKtwYygyBotQQnv5c7MZ8f3rexars7lED4p
	MoYgg/bTdIAHm7DkOcGcq8WZOmTjzmKHTLtHBV6ifWXSIYb3hjHT9KEm7n+FV5iJtVNo
	NlhA==
MIME-Version: 1.0
X-Received: by 10.181.8.193 with SMTP id dm1mr8005860wid.55.1418394838185;
	Fri, 12 Dec 2014 06:33:58 -0800 (PST)
Received: by 10.194.216.230 with HTTP; Fri, 12 Dec 2014 06:33:58 -0800 (PST)
In-Reply-To: <1418394353.23309.84.camel@citrix.com>
References: <CAMZ36x1f6U4QUHVof+YmigE720ZoOODM0a96HGV9dCdeDRQSgQ@mail.gmail.com>
	<1418394353.23309.84.camel@citrix.com>
Date: Fri, 12 Dec 2014 14:33:58 +0000
Message-ID: <CAMZ36x1tLd+S2o=5fmxo3L_CWLw5qCiRAKEYNGtuew36B2VWQg@mail.gmail.com>
From: Phil Lello <phil.lello@googlemail.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Routed Xen networking
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1033903536176986670=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============1033903536176986670==
Content-Type: multipart/alternative; boundary=001a1135f4567b3d2c050a05c81f

--001a1135f4567b3d2c050a05c81f
Content-Type: text/plain; charset=UTF-8

Hi,

I managed to get this working by dropping the type=ioemu from the vif
tuple, and building an ISO with the PV drivers. My issue turned out to be a
problem with the emulated NIC.

I think the wiki for Windows2008 needs updating for Xen 4.4/4.5, as some of
the config options have changed, although I'm not sure what the correct
options would be for an emulated NIC.

Phil

On Fri, Dec 12, 2014 at 2:25 PM, Ian Campbell <Ian.Campbell@citrix.com>
wrote:

> On Thu, 2014-12-11 at 13:53 +0000, Phil Lello wrote:
>
> > name = "windows2008"
> > vif = [ 'type=ioemu,script=vif-route,ip=A.B.C.46/32,gatewaydev=eth0'
>
> I've not use routing mode very much but
>
> http://wiki.xenproject.org/wiki/Xen_Networking#Associating_routes_with_virtual_devices
> seems to suggest that you don't need the /32 bit in the above. Not sure if
> it is harmful or not.
>
> > Please let me know what else I may need to do,
>
> Have you enabled the sysctls mentioned in
> http://wiki.xenproject.org/wiki/Host_Configuration/Networking#Routing ?
>
> Since you are running a windows guest, do you have PV drivers installed?
> Or if not then is there a vif4.0-emu device in dom0 which isn't being
> routed?
>
> If none of that produces any success then my next step would be
> traceroute or mtr to see where the pings were actually going, maybe a
> spot of tcpdump too.
>
> Ian.
>
>
>

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

<div dir=3D"ltr"><div><div>Hi,<br><br>I managed to get this working by drop=
ping the type=3Dioemu from the vif tuple, and building an ISO with the PV d=
rivers. My issue turned out to be a problem with the emulated NIC.<br><br><=
/div>I think the wiki for Windows2008 needs updating for Xen 4.4/4.5, as so=
me of the config options have changed, although I&#39;m not sure what the c=
orrect options would be for an emulated NIC.<br><br></div>Phil<br></div><di=
v class=3D"gmail_extra"><br><div class=3D"gmail_quote">On Fri, Dec 12, 2014=
 at 2:25 PM, Ian Campbell <span dir=3D"ltr">&lt;<a href=3D"mailto:Ian.Campb=
ell@citrix.com" target=3D"_blank">Ian.Campbell@citrix.com</a>&gt;</span> wr=
ote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border=
-left:1px #ccc solid;padding-left:1ex"><span class=3D"">On Thu, 2014-12-11 =
at 13:53 +0000, Phil Lello wrote:<br>
<br>
&gt; name =3D &quot;windows2008&quot;<br>
&gt; vif =3D [ &#39;type=3Dioemu,script=3Dvif-route,ip=3DA.B.C.46/32,gatewa=
ydev=3Deth0&#39;<br>
<br>
</span>I&#39;ve not use routing mode very much but<br>
<a href=3D"http://wiki.xenproject.org/wiki/Xen_Networking#Associating_route=
s_with_virtual_devices" target=3D"_blank">http://wiki.xenproject.org/wiki/X=
en_Networking#Associating_routes_with_virtual_devices</a> seems to suggest =
that you don&#39;t need the /32 bit in the above. Not sure if it is harmful=
 or not.<br>
<span class=3D""><br>
&gt; Please let me know what else I may need to do,<br>
<br>
</span>Have you enabled the sysctls mentioned in<br>
<a href=3D"http://wiki.xenproject.org/wiki/Host_Configuration/Networking#Ro=
uting" target=3D"_blank">http://wiki.xenproject.org/wiki/Host_Configuration=
/Networking#Routing</a> ?<br>
<br>
Since you are running a windows guest, do you have PV drivers installed?<br=
>
Or if not then is there a vif4.0-emu device in dom0 which isn&#39;t being<b=
r>
routed?<br>
<br>
If none of that produces any success then my next step would be<br>
traceroute or mtr to see where the pings were actually going, maybe a<br>
spot of tcpdump too.<br>
<span class=3D"HOEnZb"><font color=3D"#888888"><br>
Ian.<br>
<br>
<br>
</font></span></blockquote></div><br></div>

--001a1135f4567b3d2c050a05c81f--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============1033903536176986670==--


From xen-users-bounces@lists.xen.org Sun Dec 14 22:28:16 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sun, 14 Dec 2014 22:28: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-users-bounces@lists.xen.org>)
	id 1Y0Hcf-0007vf-04; Sun, 14 Dec 2014 22:26:41 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <symack@gmail.com>) id 1Y0Hcd-0007va-LC
	for xen-users@lists.xen.org; Sun, 14 Dec 2014 22:26:39 +0000
Received: from [193.109.254.147] by server-11.bemta-14.messagelabs.com id
	44/1E-02696-F9E0E845; Sun, 14 Dec 2014 22:26:39 +0000
X-Env-Sender: symack@gmail.com
X-Msg-Ref: server-12.tower-27.messagelabs.com!1418595997!15001453!1
X-Originating-IP: [209.85.217.175]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_30_40,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 6935 invoked from network); 14 Dec 2014 22:26:38 -0000
Received: from mail-lb0-f175.google.com (HELO mail-lb0-f175.google.com)
	(209.85.217.175)
	by server-12.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	14 Dec 2014 22:26:38 -0000
Received: by mail-lb0-f175.google.com with SMTP id u10so8105319lbd.6
	for <xen-users@lists.xen.org>; Sun, 14 Dec 2014 14:26:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=2C6upYTJBHKEyeWzaha9IGRyrDjyTbgPVGO0P1kPDqo=;
	b=XXOQv0/GyCCkjmtiUnkPkVpJzKX+f/Fr9YyrrMDWK1bKLi+NPI4qr+JB7ci2fQMKCi
	MOrlS8zJiTji95As18RAVoXL3rskiUra6q44Pm9La98ZatEOJYxQ2Wj0br3sBHtd0YnB
	jWuYICce1meOKRwSpKLQvRdrYrh++x9rQsypLT5L1HasSKzsa4xC8TX0dwwtsEOdOEoC
	0i0Ht6avt9g/II0+zVU3gmhLiv8TPUlJgooR5OGFciigvxydklMPTRoMBbK59rAvx8WH
	hVQFOkPwqQkYyitOZ/b23IgXR55mH7nJS2seTSkLcQy//CdRpjoNF/0eqHhSFWgWgE8J
	xJeA==
MIME-Version: 1.0
X-Received: by 10.152.87.100 with SMTP id w4mr27255676laz.71.1418595997607;
	Sun, 14 Dec 2014 14:26:37 -0800 (PST)
Received: by 10.114.10.234 with HTTP; Sun, 14 Dec 2014 14:26:37 -0800 (PST)
Date: Sun, 14 Dec 2014 17:26:37 -0500
Message-ID: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
From: symack <symack@gmail.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: [Xen-users] PV vs HVM for PCI-Passthrough
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2220341294771313918=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============2220341294771313918==
Content-Type: multipart/alternative; boundary=001a11c365ae846d3e050a349ed0

--001a11c365ae846d3e050a349ed0
Content-Type: text/plain; charset=UTF-8

Hello Everyone,

We would like to setup our xen virtual machines on an older server and
migrate
them over to our production server which supports vt-d. Is it recommended to
setup PV or HVM guests. Also, is there any recent up to date documentation
on installing xen from source (latest stable) on a gentoo machine.

Kind Regards,

Nick.

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

<div dir=3D"ltr">Hello Everyone,<div><br></div><div>We would like to setup =
our xen virtual machines on an older server and migrate</div><div>them over=
 to our production server which supports vt-d. Is it recommended to</div><d=
iv style>setup PV or HVM guests. Also, is there any recent up to date docum=
entation</div><div style>on installing xen from source (latest stable) on a=
 gentoo machine.</div><div style><br></div><div style>Kind Regards,</div><d=
iv style><br></div><div style>Nick.</div></div>

--001a11c365ae846d3e050a349ed0--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============2220341294771313918==--


From xen-users-bounces@lists.xen.org Sun Dec 14 22:28:16 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sun, 14 Dec 2014 22:28: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-users-bounces@lists.xen.org>)
	id 1Y0Hcf-0007vf-04; Sun, 14 Dec 2014 22:26:41 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <symack@gmail.com>) id 1Y0Hcd-0007va-LC
	for xen-users@lists.xen.org; Sun, 14 Dec 2014 22:26:39 +0000
Received: from [193.109.254.147] by server-11.bemta-14.messagelabs.com id
	44/1E-02696-F9E0E845; Sun, 14 Dec 2014 22:26:39 +0000
X-Env-Sender: symack@gmail.com
X-Msg-Ref: server-12.tower-27.messagelabs.com!1418595997!15001453!1
X-Originating-IP: [209.85.217.175]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_30_40,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 6935 invoked from network); 14 Dec 2014 22:26:38 -0000
Received: from mail-lb0-f175.google.com (HELO mail-lb0-f175.google.com)
	(209.85.217.175)
	by server-12.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	14 Dec 2014 22:26:38 -0000
Received: by mail-lb0-f175.google.com with SMTP id u10so8105319lbd.6
	for <xen-users@lists.xen.org>; Sun, 14 Dec 2014 14:26:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=2C6upYTJBHKEyeWzaha9IGRyrDjyTbgPVGO0P1kPDqo=;
	b=XXOQv0/GyCCkjmtiUnkPkVpJzKX+f/Fr9YyrrMDWK1bKLi+NPI4qr+JB7ci2fQMKCi
	MOrlS8zJiTji95As18RAVoXL3rskiUra6q44Pm9La98ZatEOJYxQ2Wj0br3sBHtd0YnB
	jWuYICce1meOKRwSpKLQvRdrYrh++x9rQsypLT5L1HasSKzsa4xC8TX0dwwtsEOdOEoC
	0i0Ht6avt9g/II0+zVU3gmhLiv8TPUlJgooR5OGFciigvxydklMPTRoMBbK59rAvx8WH
	hVQFOkPwqQkYyitOZ/b23IgXR55mH7nJS2seTSkLcQy//CdRpjoNF/0eqHhSFWgWgE8J
	xJeA==
MIME-Version: 1.0
X-Received: by 10.152.87.100 with SMTP id w4mr27255676laz.71.1418595997607;
	Sun, 14 Dec 2014 14:26:37 -0800 (PST)
Received: by 10.114.10.234 with HTTP; Sun, 14 Dec 2014 14:26:37 -0800 (PST)
Date: Sun, 14 Dec 2014 17:26:37 -0500
Message-ID: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
From: symack <symack@gmail.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: [Xen-users] PV vs HVM for PCI-Passthrough
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2220341294771313918=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============2220341294771313918==
Content-Type: multipart/alternative; boundary=001a11c365ae846d3e050a349ed0

--001a11c365ae846d3e050a349ed0
Content-Type: text/plain; charset=UTF-8

Hello Everyone,

We would like to setup our xen virtual machines on an older server and
migrate
them over to our production server which supports vt-d. Is it recommended to
setup PV or HVM guests. Also, is there any recent up to date documentation
on installing xen from source (latest stable) on a gentoo machine.

Kind Regards,

Nick.

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

<div dir=3D"ltr">Hello Everyone,<div><br></div><div>We would like to setup =
our xen virtual machines on an older server and migrate</div><div>them over=
 to our production server which supports vt-d. Is it recommended to</div><d=
iv style>setup PV or HVM guests. Also, is there any recent up to date docum=
entation</div><div style>on installing xen from source (latest stable) on a=
 gentoo machine.</div><div style><br></div><div style>Kind Regards,</div><d=
iv style><br></div><div style>Nick.</div></div>

--001a11c365ae846d3e050a349ed0--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============2220341294771313918==--


From xen-users-bounces@lists.xen.org Mon Dec 15 03:57:17 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 15 Dec 2014 03:57:17 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y0MlT-0002dh-Oa; Mon, 15 Dec 2014 03:56:07 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <russell.pavlicek.xen@gmail.com>)
	id 1Y0MlR-0002d7-IS; Mon, 15 Dec 2014 03:56:05 +0000
Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id
	DF/76-15461-4DB5E845; Mon, 15 Dec 2014 03:56:04 +0000
X-Env-Sender: russell.pavlicek.xen@gmail.com
X-Msg-Ref: server-3.tower-21.messagelabs.com!1418615763!15204616!1
X-Originating-IP: [209.85.215.41]
X-SpamReason: No, hits=2.5 required=7.0 tests=RCVD_BY_IP,
  SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 32592 invoked from network); 15 Dec 2014 03:56:03 -0000
Received: from mail-la0-f41.google.com (HELO mail-la0-f41.google.com)
	(209.85.215.41)
	by server-3.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	15 Dec 2014 03:56:03 -0000
Received: by mail-la0-f41.google.com with SMTP id hv19so8818982lab.28
	for <multiple recipients>; Sun, 14 Dec 2014 19:56:03 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:in-reply-to:references:date:message-id:subject
	:from:to:cc:content-type;
	bh=zU5ONomH9f2+bGyxrvK3wQvBVh5+CTNuxsoFrg6cTFw=;
	b=byn2sSnXSXTnIM0BhwuN/LQFqmtZoZqxtq18b6sXSsy6OgUgPH6ntwR39I36RGa9ON
	oyTXEyJ7k+kJqLICDAPSj9/HdsQ5raVgRRWUN7I+crR6x5ZbcJ+Ngl6xwC9gDEM2u9kg
	RqfzuFngUbEapupi+0x7zEAHhxlEIwRAsJgRTY5hYcJFlj8WJAwP1y0T7NJzy5thiX81
	/gkGb+Wyzy/LOAvNP7aCK575Q9lUT1WUFYajxWfWDXGHNjDbFNiZAQe/ij0yx1RJcVq2
	W5URJoCC3P47lguo3RBbeQ78B+NPrAslqQ7GrPZNHmlXisbTZPhKx31qGHtRUMQM3PBH
	TJUw==
MIME-Version: 1.0
X-Received: by 10.152.22.199 with SMTP id g7mr28280771laf.23.1418615763113;
	Sun, 14 Dec 2014 19:56:03 -0800 (PST)
Received: by 10.112.0.104 with HTTP; Sun, 14 Dec 2014 19:56:03 -0800 (PST)
In-Reply-To: <CAHehzX00Hg7CRLQt1Edmf2E6AW-ndZ54Tcofqcr2ovsyw1MYZQ@mail.gmail.com>
References: <CAHehzX00Hg7CRLQt1Edmf2E6AW-ndZ54Tcofqcr2ovsyw1MYZQ@mail.gmail.com>
Date: Sun, 14 Dec 2014 22:56:03 -0500
X-Google-Sender-Auth: MKNeBMXQW11hrsybPbY5vDfwTEo
Message-ID: <CAHehzX2E33iRk44xUuqZaSqhVHdpDZd4BQ4pD5eMobrFJGCrKw@mail.gmail.com>
From: Russ Pavlicek <russell.pavlicek@xenproject.org>
To: Russ Pavlicek <russell.pavlicek@xenproject.org>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>, xen-api@lists.xen.org,
	xs-devel@lists.xenserver.org,
	mirageos-devel@lists.xenproject.org, xen-devel@lists.xen.org
Subject: Re: [Xen-users] Monday is the Last Xen Project Document Day of 2014
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Reminder: Today is Document Day!

Give someone a present and document a new capability, or improve an
older page so it is up to date.

More information is below.  See you in #xendocs on IRC.

On Thu, Dec 11, 2014 at 2:46 PM, Russ Pavlicek
<russell.pavlicek@xenproject.org> wrote:
> Monday, December 15, will be our last Document Day of the year.
>
> Given the 4.5 RC4 Testing scheduled for Wednesday of next week and the holidays
> which occur later in the month, we have scheduled Document Day for Monday.
>
> This is a great time to get our documentation ready for the new
> release.  Have you
> added a new feature in this release?  Make sure it is in the Wiki.
> Have you noticed
> pages which might be confusing for a new installation?  Now is a great
> time to clean
> it up.  Have you information on better integrating Xen Project with
> other projects?
> Share that information with others.
>
> All the information you need to participate in Document Day is here:
>
> http://wiki.xenproject.org/wiki/Xen_Document_Days
>
> If you get a few moments before Monday, please take a look at the
> current TODO list to see other items which need attention:
>
> http://wiki.xenproject.org/wiki/Xen_Document_Days/TODO
>
> Please think about how you can help out.  If you haven't requested
> to be made a Wiki editor, save time and do it now so you are ready to
> go on Document Day.  Just fill out the form below:
>
> http://xenproject.org/component/content/article/100-misc/145-request-to-be-made-a-wiki-editor.html
>
> We hope to see you Monday in #xendocs!

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 15 03:57:17 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 15 Dec 2014 03:57:17 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y0MlT-0002dh-Oa; Mon, 15 Dec 2014 03:56:07 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <russell.pavlicek.xen@gmail.com>)
	id 1Y0MlR-0002d7-IS; Mon, 15 Dec 2014 03:56:05 +0000
Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id
	DF/76-15461-4DB5E845; Mon, 15 Dec 2014 03:56:04 +0000
X-Env-Sender: russell.pavlicek.xen@gmail.com
X-Msg-Ref: server-3.tower-21.messagelabs.com!1418615763!15204616!1
X-Originating-IP: [209.85.215.41]
X-SpamReason: No, hits=2.5 required=7.0 tests=RCVD_BY_IP,
  SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 32592 invoked from network); 15 Dec 2014 03:56:03 -0000
Received: from mail-la0-f41.google.com (HELO mail-la0-f41.google.com)
	(209.85.215.41)
	by server-3.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	15 Dec 2014 03:56:03 -0000
Received: by mail-la0-f41.google.com with SMTP id hv19so8818982lab.28
	for <multiple recipients>; Sun, 14 Dec 2014 19:56:03 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:in-reply-to:references:date:message-id:subject
	:from:to:cc:content-type;
	bh=zU5ONomH9f2+bGyxrvK3wQvBVh5+CTNuxsoFrg6cTFw=;
	b=byn2sSnXSXTnIM0BhwuN/LQFqmtZoZqxtq18b6sXSsy6OgUgPH6ntwR39I36RGa9ON
	oyTXEyJ7k+kJqLICDAPSj9/HdsQ5raVgRRWUN7I+crR6x5ZbcJ+Ngl6xwC9gDEM2u9kg
	RqfzuFngUbEapupi+0x7zEAHhxlEIwRAsJgRTY5hYcJFlj8WJAwP1y0T7NJzy5thiX81
	/gkGb+Wyzy/LOAvNP7aCK575Q9lUT1WUFYajxWfWDXGHNjDbFNiZAQe/ij0yx1RJcVq2
	W5URJoCC3P47lguo3RBbeQ78B+NPrAslqQ7GrPZNHmlXisbTZPhKx31qGHtRUMQM3PBH
	TJUw==
MIME-Version: 1.0
X-Received: by 10.152.22.199 with SMTP id g7mr28280771laf.23.1418615763113;
	Sun, 14 Dec 2014 19:56:03 -0800 (PST)
Received: by 10.112.0.104 with HTTP; Sun, 14 Dec 2014 19:56:03 -0800 (PST)
In-Reply-To: <CAHehzX00Hg7CRLQt1Edmf2E6AW-ndZ54Tcofqcr2ovsyw1MYZQ@mail.gmail.com>
References: <CAHehzX00Hg7CRLQt1Edmf2E6AW-ndZ54Tcofqcr2ovsyw1MYZQ@mail.gmail.com>
Date: Sun, 14 Dec 2014 22:56:03 -0500
X-Google-Sender-Auth: MKNeBMXQW11hrsybPbY5vDfwTEo
Message-ID: <CAHehzX2E33iRk44xUuqZaSqhVHdpDZd4BQ4pD5eMobrFJGCrKw@mail.gmail.com>
From: Russ Pavlicek <russell.pavlicek@xenproject.org>
To: Russ Pavlicek <russell.pavlicek@xenproject.org>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>, xen-api@lists.xen.org,
	xs-devel@lists.xenserver.org,
	mirageos-devel@lists.xenproject.org, xen-devel@lists.xen.org
Subject: Re: [Xen-users] Monday is the Last Xen Project Document Day of 2014
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Reminder: Today is Document Day!

Give someone a present and document a new capability, or improve an
older page so it is up to date.

More information is below.  See you in #xendocs on IRC.

On Thu, Dec 11, 2014 at 2:46 PM, Russ Pavlicek
<russell.pavlicek@xenproject.org> wrote:
> Monday, December 15, will be our last Document Day of the year.
>
> Given the 4.5 RC4 Testing scheduled for Wednesday of next week and the holidays
> which occur later in the month, we have scheduled Document Day for Monday.
>
> This is a great time to get our documentation ready for the new
> release.  Have you
> added a new feature in this release?  Make sure it is in the Wiki.
> Have you noticed
> pages which might be confusing for a new installation?  Now is a great
> time to clean
> it up.  Have you information on better integrating Xen Project with
> other projects?
> Share that information with others.
>
> All the information you need to participate in Document Day is here:
>
> http://wiki.xenproject.org/wiki/Xen_Document_Days
>
> If you get a few moments before Monday, please take a look at the
> current TODO list to see other items which need attention:
>
> http://wiki.xenproject.org/wiki/Xen_Document_Days/TODO
>
> Please think about how you can help out.  If you haven't requested
> to be made a Wiki editor, save time and do it now so you are ready to
> go on Document Day.  Just fill out the form below:
>
> http://xenproject.org/component/content/article/100-misc/145-request-to-be-made-a-wiki-editor.html
>
> We hope to see you Monday in #xendocs!

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 15 15:11:44 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 15 Dec 2014 15:11:44 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y0XHu-0007f0-LB; Mon, 15 Dec 2014 15:10:18 +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 1Y0XHt-0007ev-Lm
	for xen-users@lists.xen.org; Mon, 15 Dec 2014 15:10:17 +0000
Received: from [85.158.137.68] by server-4.bemta-3.messagelabs.com id
	A6/34-23865-8D9FE845; Mon, 15 Dec 2014 15:10:16 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-10.tower-31.messagelabs.com!1418656213!13439054!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 19675 invoked from network); 15 Dec 2014 15:10:15 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-10.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	15 Dec 2014 15:10:15 -0000
X-IronPort-AV: E=Sophos;i="5.07,580,1413244800"; d="scan'208";a="204928253"
Message-ID: <1418656191.16425.144.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: symack <symack@gmail.com>
Date: Mon, 15 Dec 2014 15:09:51 +0000
In-Reply-To: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
References: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.9-1 
MIME-Version: 1.0
X-DLP: MIA1
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] PV vs HVM for PCI-Passthrough
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Sun, 2014-12-14 at 17:26 -0500, symack wrote:
> Hello Everyone,
> 
> 
> We would like to setup our xen virtual machines on an older server and
> migrate
> them over to our production server which supports vt-d. Is it
> recommended to setup PV or HVM guests.

It mostly depends on what your requirements for the guest are.

If your older staging server doesn't do vt-d then doing passthrough to
an HVM guest isn't possible I think. PV guests don't need VT-d to do
pasthrough, but it's not as safe.

> Also, is there any recent up to date documentation
> on installing xen from source (latest stable) on a gentoo machine.

Check the Xen wiki, there are guides to installing from source there.
http://wiki.xen.org/wiki/Category:Gentoo points to a page on
http://en.gentoo-wiki.com/wiki/Xen but it seems to not be responding,
maybe it should instead be http://wiki.gentoo.org/wiki/Xen which looks
quite good (I'm not a gentoo user, so I can't tell if it is accurate,
but it looks reasonable)

Ian.



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 15 15:11:44 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 15 Dec 2014 15:11:44 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y0XHu-0007f0-LB; Mon, 15 Dec 2014 15:10:18 +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 1Y0XHt-0007ev-Lm
	for xen-users@lists.xen.org; Mon, 15 Dec 2014 15:10:17 +0000
Received: from [85.158.137.68] by server-4.bemta-3.messagelabs.com id
	A6/34-23865-8D9FE845; Mon, 15 Dec 2014 15:10:16 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-10.tower-31.messagelabs.com!1418656213!13439054!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 19675 invoked from network); 15 Dec 2014 15:10:15 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-10.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	15 Dec 2014 15:10:15 -0000
X-IronPort-AV: E=Sophos;i="5.07,580,1413244800"; d="scan'208";a="204928253"
Message-ID: <1418656191.16425.144.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: symack <symack@gmail.com>
Date: Mon, 15 Dec 2014 15:09:51 +0000
In-Reply-To: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
References: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.9-1 
MIME-Version: 1.0
X-DLP: MIA1
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] PV vs HVM for PCI-Passthrough
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Sun, 2014-12-14 at 17:26 -0500, symack wrote:
> Hello Everyone,
> 
> 
> We would like to setup our xen virtual machines on an older server and
> migrate
> them over to our production server which supports vt-d. Is it
> recommended to setup PV or HVM guests.

It mostly depends on what your requirements for the guest are.

If your older staging server doesn't do vt-d then doing passthrough to
an HVM guest isn't possible I think. PV guests don't need VT-d to do
pasthrough, but it's not as safe.

> Also, is there any recent up to date documentation
> on installing xen from source (latest stable) on a gentoo machine.

Check the Xen wiki, there are guides to installing from source there.
http://wiki.xen.org/wiki/Category:Gentoo points to a page on
http://en.gentoo-wiki.com/wiki/Xen but it seems to not be responding,
maybe it should instead be http://wiki.gentoo.org/wiki/Xen which looks
quite good (I'm not a gentoo user, so I can't tell if it is accurate,
but it looks reasonable)

Ian.



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 15 15:18:36 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 15 Dec 2014 15:18: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-users-bounces@lists.xen.org>)
	id 1Y0XPh-00081P-JD; Mon, 15 Dec 2014 15:18:21 +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 1Y0XPg-00081K-J4
	for xen-users@lists.xen.org; Mon, 15 Dec 2014 15:18:20 +0000
Received: from [85.158.139.211] by server-8.bemta-5.messagelabs.com id
	16/D7-11581-BBBFE845; Mon, 15 Dec 2014 15:18:19 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-14.tower-206.messagelabs.com!1418656697!8023462!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 13908 invoked from network); 15 Dec 2014 15:18:18 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-14.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	15 Dec 2014 15:18:18 -0000
X-IronPort-AV: E=Sophos;i="5.07,580,1413244800"; d="scan'208";a="204932351"
Message-ID: <1418656694.16425.145.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: symack <symack@gmail.com>
Date: Mon, 15 Dec 2014 15:18:14 +0000
In-Reply-To: <1418656191.16425.144.camel@citrix.com>
References: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
	<1418656191.16425.144.camel@citrix.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.9-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] PV vs HVM for PCI-Passthrough
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, 2014-12-15 at 15:09 +0000, Ian Campbell wrote:
> On Sun, 2014-12-14 at 17:26 -0500, symack wrote:
> > Hello Everyone,
> > 
> > 
> > We would like to setup our xen virtual machines on an older server and
> > migrate
> > them over to our production server which supports vt-d. Is it
> > recommended to setup PV or HVM guests.
> 
> It mostly depends on what your requirements for the guest are.
> 
> If your older staging server doesn't do vt-d then doing passthrough to
> an HVM guest isn't possible I think. PV guests don't need VT-d to do
> pasthrough, but it's not as safe.
> 
> > Also, is there any recent up to date documentation
> > on installing xen from source (latest stable) on a gentoo machine.
> 
> Check the Xen wiki, there are guides to installing from source there.
> http://wiki.xen.org/wiki/Category:Gentoo points to a page on
> http://en.gentoo-wiki.com/wiki/Xen but it seems to not be responding,
> maybe it should instead be http://wiki.gentoo.org/wiki/Xen which looks
> quite good (I'm not a gentoo user, so I can't tell if it is accurate,
> but it looks reasonable)

Seems like gentoo-wiki.com has died (according to
http://www.gentoo-wiki.info/), I've changed the link to point to
wiki.gentoo.org.

Ian.


_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 15 15:18:36 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 15 Dec 2014 15:18: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-users-bounces@lists.xen.org>)
	id 1Y0XPh-00081P-JD; Mon, 15 Dec 2014 15:18:21 +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 1Y0XPg-00081K-J4
	for xen-users@lists.xen.org; Mon, 15 Dec 2014 15:18:20 +0000
Received: from [85.158.139.211] by server-8.bemta-5.messagelabs.com id
	16/D7-11581-BBBFE845; Mon, 15 Dec 2014 15:18:19 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-14.tower-206.messagelabs.com!1418656697!8023462!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 13908 invoked from network); 15 Dec 2014 15:18:18 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-14.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	15 Dec 2014 15:18:18 -0000
X-IronPort-AV: E=Sophos;i="5.07,580,1413244800"; d="scan'208";a="204932351"
Message-ID: <1418656694.16425.145.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: symack <symack@gmail.com>
Date: Mon, 15 Dec 2014 15:18:14 +0000
In-Reply-To: <1418656191.16425.144.camel@citrix.com>
References: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
	<1418656191.16425.144.camel@citrix.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.9-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] PV vs HVM for PCI-Passthrough
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, 2014-12-15 at 15:09 +0000, Ian Campbell wrote:
> On Sun, 2014-12-14 at 17:26 -0500, symack wrote:
> > Hello Everyone,
> > 
> > 
> > We would like to setup our xen virtual machines on an older server and
> > migrate
> > them over to our production server which supports vt-d. Is it
> > recommended to setup PV or HVM guests.
> 
> It mostly depends on what your requirements for the guest are.
> 
> If your older staging server doesn't do vt-d then doing passthrough to
> an HVM guest isn't possible I think. PV guests don't need VT-d to do
> pasthrough, but it's not as safe.
> 
> > Also, is there any recent up to date documentation
> > on installing xen from source (latest stable) on a gentoo machine.
> 
> Check the Xen wiki, there are guides to installing from source there.
> http://wiki.xen.org/wiki/Category:Gentoo points to a page on
> http://en.gentoo-wiki.com/wiki/Xen but it seems to not be responding,
> maybe it should instead be http://wiki.gentoo.org/wiki/Xen which looks
> quite good (I'm not a gentoo user, so I can't tell if it is accurate,
> but it looks reasonable)

Seems like gentoo-wiki.com has died (according to
http://www.gentoo-wiki.info/), I've changed the link to point to
wiki.gentoo.org.

Ian.


_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 15 16:56:18 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 15 Dec 2014 16:56: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-users-bounces@lists.xen.org>)
	id 1Y0Yvh-0004gg-HA; Mon, 15 Dec 2014 16:55:29 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <throwout@hirschstein.it>) id 1Y0Yvg-0004gb-1L
	for xen-users@lists.xen.org; Mon, 15 Dec 2014 16:55:28 +0000
Received: from [85.158.137.68] by server-16.bemta-3.messagelabs.com id
	D6/5C-09284-F721F845; Mon, 15 Dec 2014 16:55:27 +0000
X-Env-Sender: throwout@hirschstein.it
X-Msg-Ref: server-15.tower-31.messagelabs.com!1418662526!13365249!1
X-Originating-IP: [149.154.157.174]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 31461 invoked from network); 15 Dec 2014 16:55:26 -0000
Received: from mail.hirschstein.it (HELO mail.hirschstein.it) (149.154.157.174)
	by server-15.tower-31.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 15 Dec 2014 16:55:26 -0000
Received: from webmail.hirschstein.it (localhost [127.0.0.1])
	by mail.hirschstein.it (Postfix) with ESMTP id F0C9A29FD07
	for <xen-users@lists.xen.org>; Mon, 15 Dec 2014 17:55:25 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hirschstein.it;
	s=default; t=1418662526;
	bh=bCun5JBaDY/U59W9w4+iPk/rRT1HbFod0pmdHfUoD30=;
	h=Date:From:To:Subject;
	b=AQBm/KnXu/B3UnPP07DaoclOe85Q9khXFBIj3GX3GeKpc+492kzHOaxIOXoUHHMm4
	m4G72lRC4BsdAxlg0OIuxO3j/gsoeCE+WBBXxsZnb369ljtJQsaOqsXh2JDAhucDIj
	EAmnUPoeOa65MRELk71KDAZS0UvIboc/F2q3W1bAKbLTBXR5yhHV+Zo0PY/OmTnr07
	3alYgx1lZV/l5mxL7VNxG5gR3nMFC0xTQ3Nkd687dlJB7MEa8YBAsc36DjAtbzeEyF
	dewSV6kEynEusBDL/54m9aobciUYYtE2QcwjKnl5bs7sUB0fovd7lfxx3s9s69VE72
	FdvyR0132PVCQ==
MIME-Version: 1.0
Date: Mon, 15 Dec 2014 17:55:24 +0100
From: "p.q.b." <throwout@hirschstein.it>
To: xen-users@lists.xen.org
Message-ID: <abe5745f6e0455d060c68a877405cde2@webmail.hirschstein.it>
X-Sender: throwout@hirschstein.it
User-Agent: Roundcube Webmail/1.0.3
Subject: [Xen-users] VGA Passthrough on laptop IGD
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hi,

  I'm new to XEN and I'm starting my search for a VT-d enabled laptop.
Just for my personal curiousness, I'd want to try Qubes-os but I'd also 
appreciate a Windows HVM guest in which could watch my fullHD 
videos/youtube and so on, with full hardware acceleration.

I know XEN is continuosly improving, but I found a lot of outdated 
documentation and I'm not sure if VGA passthrough is possible or not on 
a laptop with only the integrated GPU (haswell, i3-4010u processor).

http://wiki.xen.org/wiki/Xen_VGA_Passthrough states "Status for Xen 
4.0.0: VGA passthru is known to work with Intel Integrated Graphics 
Devices (IGDs)"

Yeah, I'm happy! But...Xen 4.0.0 has been released on 2010, right? So, 
if the IGD passthrough is a feature of xen 4.0.0, after 5 years I 
shouldn't encounter any problems to use it! Everything will work for 
sure!

So, why on the net there are people telling that vga passthrough is 
possible only with a second vga (ATI or nvidia quadro) ????? I do not 
understand why many people is telling that with a single IGD is tricky 
and is better to give it up?  Is there something that I do not know? I 
have no problems to recompile a kernel or build a headless system, so 
why passing through the primary (and only) vga should be a problem?

Moreover I can't understang why many people says to use an ATI 
gpu...?!?! Is it  different between xen/qemu/vmware maybe?

Anyway, my choice should be the Lenovo Yoga 2 13", it has an i3-4010u. 
Anyone tried it?

Many thanks
p.q.b.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 15 16:56:18 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 15 Dec 2014 16:56: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-users-bounces@lists.xen.org>)
	id 1Y0Yvh-0004gg-HA; Mon, 15 Dec 2014 16:55:29 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <throwout@hirschstein.it>) id 1Y0Yvg-0004gb-1L
	for xen-users@lists.xen.org; Mon, 15 Dec 2014 16:55:28 +0000
Received: from [85.158.137.68] by server-16.bemta-3.messagelabs.com id
	D6/5C-09284-F721F845; Mon, 15 Dec 2014 16:55:27 +0000
X-Env-Sender: throwout@hirschstein.it
X-Msg-Ref: server-15.tower-31.messagelabs.com!1418662526!13365249!1
X-Originating-IP: [149.154.157.174]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 31461 invoked from network); 15 Dec 2014 16:55:26 -0000
Received: from mail.hirschstein.it (HELO mail.hirschstein.it) (149.154.157.174)
	by server-15.tower-31.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 15 Dec 2014 16:55:26 -0000
Received: from webmail.hirschstein.it (localhost [127.0.0.1])
	by mail.hirschstein.it (Postfix) with ESMTP id F0C9A29FD07
	for <xen-users@lists.xen.org>; Mon, 15 Dec 2014 17:55:25 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hirschstein.it;
	s=default; t=1418662526;
	bh=bCun5JBaDY/U59W9w4+iPk/rRT1HbFod0pmdHfUoD30=;
	h=Date:From:To:Subject;
	b=AQBm/KnXu/B3UnPP07DaoclOe85Q9khXFBIj3GX3GeKpc+492kzHOaxIOXoUHHMm4
	m4G72lRC4BsdAxlg0OIuxO3j/gsoeCE+WBBXxsZnb369ljtJQsaOqsXh2JDAhucDIj
	EAmnUPoeOa65MRELk71KDAZS0UvIboc/F2q3W1bAKbLTBXR5yhHV+Zo0PY/OmTnr07
	3alYgx1lZV/l5mxL7VNxG5gR3nMFC0xTQ3Nkd687dlJB7MEa8YBAsc36DjAtbzeEyF
	dewSV6kEynEusBDL/54m9aobciUYYtE2QcwjKnl5bs7sUB0fovd7lfxx3s9s69VE72
	FdvyR0132PVCQ==
MIME-Version: 1.0
Date: Mon, 15 Dec 2014 17:55:24 +0100
From: "p.q.b." <throwout@hirschstein.it>
To: xen-users@lists.xen.org
Message-ID: <abe5745f6e0455d060c68a877405cde2@webmail.hirschstein.it>
X-Sender: throwout@hirschstein.it
User-Agent: Roundcube Webmail/1.0.3
Subject: [Xen-users] VGA Passthrough on laptop IGD
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hi,

  I'm new to XEN and I'm starting my search for a VT-d enabled laptop.
Just for my personal curiousness, I'd want to try Qubes-os but I'd also 
appreciate a Windows HVM guest in which could watch my fullHD 
videos/youtube and so on, with full hardware acceleration.

I know XEN is continuosly improving, but I found a lot of outdated 
documentation and I'm not sure if VGA passthrough is possible or not on 
a laptop with only the integrated GPU (haswell, i3-4010u processor).

http://wiki.xen.org/wiki/Xen_VGA_Passthrough states "Status for Xen 
4.0.0: VGA passthru is known to work with Intel Integrated Graphics 
Devices (IGDs)"

Yeah, I'm happy! But...Xen 4.0.0 has been released on 2010, right? So, 
if the IGD passthrough is a feature of xen 4.0.0, after 5 years I 
shouldn't encounter any problems to use it! Everything will work for 
sure!

So, why on the net there are people telling that vga passthrough is 
possible only with a second vga (ATI or nvidia quadro) ????? I do not 
understand why many people is telling that with a single IGD is tricky 
and is better to give it up?  Is there something that I do not know? I 
have no problems to recompile a kernel or build a headless system, so 
why passing through the primary (and only) vga should be a problem?

Moreover I can't understang why many people says to use an ATI 
gpu...?!?! Is it  different between xen/qemu/vmware maybe?

Anyway, my choice should be the Lenovo Yoga 2 13", it has an i3-4010u. 
Anyone tried it?

Many thanks
p.q.b.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 15 18:29:39 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 15 Dec 2014 18:29:39 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y0aNo-0007Io-LB; Mon, 15 Dec 2014 18:28:36 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <symack@gmail.com>) id 1Y0aNm-0007Ij-Vb
	for xen-users@lists.xen.org; Mon, 15 Dec 2014 18:28:35 +0000
Received: from [85.158.139.211] by server-8.bemta-5.messagelabs.com id
	ED/28-11581-2582F845; Mon, 15 Dec 2014 18:28:34 +0000
X-Env-Sender: symack@gmail.com
X-Msg-Ref: server-14.tower-206.messagelabs.com!1418668112!8060209!1
X-Originating-IP: [209.85.215.41]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_30_40,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 22455 invoked from network); 15 Dec 2014 18:28:32 -0000
Received: from mail-la0-f41.google.com (HELO mail-la0-f41.google.com)
	(209.85.215.41)
	by server-14.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	15 Dec 2014 18:28:32 -0000
Received: by mail-la0-f41.google.com with SMTP id hv19so9800188lab.14
	for <xen-users@lists.xen.org>; Mon, 15 Dec 2014 10:28:32 -0800 (PST)
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=vtkDYGXZEOplPeNvVy1gHUjEZAECIq09K/SoeekUHIc=;
	b=XfyKsEnQaSbzV78OihVNhvtOx24Ohi+HS/UKMG86x8T+2af6wfPVeee3BJuEv4euGC
	ji7lpTXj5XAoecLX5PqpodgGw466OssJNt9JV7UMVDK2IUidE0YMSHGL5ArmdBvw2ejr
	cc2A9ayg/yXkMp2C2JLI0MsDeACDPmtUrBTF1yjb7dorynm2F57PFwNRIOqZaq2cyrxE
	Az3MrYyUAfBayiAijJZQSDa+hbbeNGOMOt/MEaBjrikg/r0apYNiEJY0Bi2whuViBK2B
	fiEGz7kKukEAKjlLvQmw7n8G81aOjv4R1IuuEpYiKzIr5k8dn+4b9sHRfVNQ/qgHPFLL
	WHFg==
MIME-Version: 1.0
X-Received: by 10.152.234.35 with SMTP id ub3mr31952145lac.70.1418668111957;
	Mon, 15 Dec 2014 10:28:31 -0800 (PST)
Received: by 10.114.10.234 with HTTP; Mon, 15 Dec 2014 10:28:31 -0800 (PST)
In-Reply-To: <1418656694.16425.145.camel@citrix.com>
References: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
	<1418656191.16425.144.camel@citrix.com>
	<1418656694.16425.145.camel@citrix.com>
Date: Mon, 15 Dec 2014 13:28:31 -0500
Message-ID: <CAGWRaZYFaoAdw6FFWwWQqaayzL29M-sp0OfPm2w3SrVcTAWmNQ@mail.gmail.com>
From: symack <symack@gmail.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] PV vs HVM for PCI-Passthrough
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============8760654363877084890=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============8760654363877084890==
Content-Type: multipart/alternative; boundary=001a1133ce7ade142e050a4568a5

--001a1133ce7ade142e050a4568a5
Content-Type: text/plain; charset=UTF-8

On Mon, Dec 15, 2014 at 10:18 AM, Ian Campbell <Ian.Campbell@citrix.com>
wrote:

> On Mon, 2014-12-15 at 15:09 +0000, Ian Campbell wrote:
> > On Sun, 2014-12-14 at 17:26 -0500, symack wrote:
> > > Hello Everyone,
> > >
> > >
> > > We would like to setup our xen virtual machines on an older server and
> > > migrate
> > > them over to our production server which supports vt-d. Is it
> > > recommended to setup PV or HVM guests.
> >
> > It mostly depends on what your requirements for the guest are.
> >
> > If your older staging server doesn't do vt-d then doing passthrough to
> > an HVM guest isn't possible I think. PV guests don't need VT-d to do
> > pasthrough, but it's not as safe.
> >
> > > Also, is there any recent up to date documentation
> > > on installing xen from source (latest stable) on a gentoo machine.
> >
> > Check the Xen wiki, there are guides to installing from source there.
> > http://wiki.xen.org/wiki/Category:Gentoo points to a page on
> > http://en.gentoo-wiki.com/wiki/Xen but it seems to not be responding,
> > maybe it should instead be http://wiki.gentoo.org/wiki/Xen which looks
> > quite good (I'm not a gentoo user, so I can't tell if it is accurate,
> > but it looks reasonable)
>
> Seems like gentoo-wiki.com has died (according to
> http://www.gentoo-wiki.info/), I've changed the link to point to
> wiki.gentoo.org.
>
> Ian.
>
>
Hey Ian!

Thank you so much for your response. The idea is to get the encapsulate
guest instances all setup and running
with their own services (ie, http, voip, db....) on the older machine with
no vt-d support. When the new machine
comes in mid next year, we would like to be able to just transfer the
guests to an iommu capable machine. Seems
like the idea is to stick with HVM instances to easily migrate? Thanks for
the links. Will go through them.

N.

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

<div dir=3D"ltr">On Mon, Dec 15, 2014 at 10:18 AM, Ian Campbell <span dir=
=3D"ltr">&lt;<a href=3D"mailto:Ian.Campbell@citrix.com" target=3D"_blank">I=
an.Campbell@citrix.com</a>&gt;</span> wrote:<br><div class=3D"gmail_extra">=
<div class=3D"gmail_quote"><blockquote class=3D"gmail_quote" style=3D"margi=
n:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=3D"HOE=
nZb"><div class=3D"h5">On Mon, 2014-12-15 at 15:09 +0000, Ian Campbell wrot=
e:<br>
&gt; On Sun, 2014-12-14 at 17:26 -0500, symack wrote:<br>
&gt; &gt; Hello Everyone,<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; We would like to setup our xen virtual machines on an older serve=
r and<br>
&gt; &gt; migrate<br>
&gt; &gt; them over to our production server which supports vt-d. Is it<br>
&gt; &gt; recommended to setup PV or HVM guests.<br>
&gt;<br>
&gt; It mostly depends on what your requirements for the guest are.<br>
&gt;<br>
&gt; If your older staging server doesn&#39;t do vt-d then doing passthroug=
h to<br>
&gt; an HVM guest isn&#39;t possible I think. PV guests don&#39;t need VT-d=
 to do<br>
&gt; pasthrough, but it&#39;s not as safe.<br>
&gt;<br>
&gt; &gt; Also, is there any recent up to date documentation<br>
&gt; &gt; on installing xen from source (latest stable) on a gentoo machine=
.<br>
&gt;<br>
&gt; Check the Xen wiki, there are guides to installing from source there.<=
br>
&gt; <a href=3D"http://wiki.xen.org/wiki/Category:Gentoo" target=3D"_blank"=
>http://wiki.xen.org/wiki/Category:Gentoo</a> points to a page on<br>
&gt; <a href=3D"http://en.gentoo-wiki.com/wiki/Xen" target=3D"_blank">http:=
//en.gentoo-wiki.com/wiki/Xen</a> but it seems to not be responding,<br>
&gt; maybe it should instead be <a href=3D"http://wiki.gentoo.org/wiki/Xen"=
 target=3D"_blank">http://wiki.gentoo.org/wiki/Xen</a> which looks<br>
&gt; quite good (I&#39;m not a gentoo user, so I can&#39;t tell if it is ac=
curate,<br>
&gt; but it looks reasonable)<br>
<br>
</div></div>Seems like <a href=3D"http://gentoo-wiki.com" target=3D"_blank"=
>gentoo-wiki.com</a> has died (according to<br>
<a href=3D"http://www.gentoo-wiki.info/" target=3D"_blank">http://www.gento=
o-wiki.info/</a>), I&#39;ve changed the link to point to<br>
<a href=3D"http://wiki.gentoo.org" target=3D"_blank">wiki.gentoo.org</a>.<b=
r>
<span class=3D"HOEnZb"><font color=3D"#888888"><br>
Ian.<br>
<br></font></span></blockquote><div><br></div><div style>Hey Ian!</div><div=
 style><br></div><div style>Thank you so much for your response. The idea i=
s to get the encapsulate guest instances all setup and running</div><div st=
yle>with their own services (ie, http, voip, db....) on the older machine w=
ith no vt-d support. When the new machine</div><div style>comes in mid next=
 year, we would like to be able to just transfer the guests to an iommu cap=
able machine. Seems</div><div style>like the idea is to stick with HVM inst=
ances to easily migrate? Thanks for the links. Will go through them.</div><=
div style><br></div><div style>N.</div></div></div></div>

--001a1133ce7ade142e050a4568a5--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============8760654363877084890==--


From xen-users-bounces@lists.xen.org Mon Dec 15 18:29:39 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 15 Dec 2014 18:29:39 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y0aNo-0007Io-LB; Mon, 15 Dec 2014 18:28:36 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <symack@gmail.com>) id 1Y0aNm-0007Ij-Vb
	for xen-users@lists.xen.org; Mon, 15 Dec 2014 18:28:35 +0000
Received: from [85.158.139.211] by server-8.bemta-5.messagelabs.com id
	ED/28-11581-2582F845; Mon, 15 Dec 2014 18:28:34 +0000
X-Env-Sender: symack@gmail.com
X-Msg-Ref: server-14.tower-206.messagelabs.com!1418668112!8060209!1
X-Originating-IP: [209.85.215.41]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_30_40,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 22455 invoked from network); 15 Dec 2014 18:28:32 -0000
Received: from mail-la0-f41.google.com (HELO mail-la0-f41.google.com)
	(209.85.215.41)
	by server-14.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	15 Dec 2014 18:28:32 -0000
Received: by mail-la0-f41.google.com with SMTP id hv19so9800188lab.14
	for <xen-users@lists.xen.org>; Mon, 15 Dec 2014 10:28:32 -0800 (PST)
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=vtkDYGXZEOplPeNvVy1gHUjEZAECIq09K/SoeekUHIc=;
	b=XfyKsEnQaSbzV78OihVNhvtOx24Ohi+HS/UKMG86x8T+2af6wfPVeee3BJuEv4euGC
	ji7lpTXj5XAoecLX5PqpodgGw466OssJNt9JV7UMVDK2IUidE0YMSHGL5ArmdBvw2ejr
	cc2A9ayg/yXkMp2C2JLI0MsDeACDPmtUrBTF1yjb7dorynm2F57PFwNRIOqZaq2cyrxE
	Az3MrYyUAfBayiAijJZQSDa+hbbeNGOMOt/MEaBjrikg/r0apYNiEJY0Bi2whuViBK2B
	fiEGz7kKukEAKjlLvQmw7n8G81aOjv4R1IuuEpYiKzIr5k8dn+4b9sHRfVNQ/qgHPFLL
	WHFg==
MIME-Version: 1.0
X-Received: by 10.152.234.35 with SMTP id ub3mr31952145lac.70.1418668111957;
	Mon, 15 Dec 2014 10:28:31 -0800 (PST)
Received: by 10.114.10.234 with HTTP; Mon, 15 Dec 2014 10:28:31 -0800 (PST)
In-Reply-To: <1418656694.16425.145.camel@citrix.com>
References: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
	<1418656191.16425.144.camel@citrix.com>
	<1418656694.16425.145.camel@citrix.com>
Date: Mon, 15 Dec 2014 13:28:31 -0500
Message-ID: <CAGWRaZYFaoAdw6FFWwWQqaayzL29M-sp0OfPm2w3SrVcTAWmNQ@mail.gmail.com>
From: symack <symack@gmail.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] PV vs HVM for PCI-Passthrough
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============8760654363877084890=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============8760654363877084890==
Content-Type: multipart/alternative; boundary=001a1133ce7ade142e050a4568a5

--001a1133ce7ade142e050a4568a5
Content-Type: text/plain; charset=UTF-8

On Mon, Dec 15, 2014 at 10:18 AM, Ian Campbell <Ian.Campbell@citrix.com>
wrote:

> On Mon, 2014-12-15 at 15:09 +0000, Ian Campbell wrote:
> > On Sun, 2014-12-14 at 17:26 -0500, symack wrote:
> > > Hello Everyone,
> > >
> > >
> > > We would like to setup our xen virtual machines on an older server and
> > > migrate
> > > them over to our production server which supports vt-d. Is it
> > > recommended to setup PV or HVM guests.
> >
> > It mostly depends on what your requirements for the guest are.
> >
> > If your older staging server doesn't do vt-d then doing passthrough to
> > an HVM guest isn't possible I think. PV guests don't need VT-d to do
> > pasthrough, but it's not as safe.
> >
> > > Also, is there any recent up to date documentation
> > > on installing xen from source (latest stable) on a gentoo machine.
> >
> > Check the Xen wiki, there are guides to installing from source there.
> > http://wiki.xen.org/wiki/Category:Gentoo points to a page on
> > http://en.gentoo-wiki.com/wiki/Xen but it seems to not be responding,
> > maybe it should instead be http://wiki.gentoo.org/wiki/Xen which looks
> > quite good (I'm not a gentoo user, so I can't tell if it is accurate,
> > but it looks reasonable)
>
> Seems like gentoo-wiki.com has died (according to
> http://www.gentoo-wiki.info/), I've changed the link to point to
> wiki.gentoo.org.
>
> Ian.
>
>
Hey Ian!

Thank you so much for your response. The idea is to get the encapsulate
guest instances all setup and running
with their own services (ie, http, voip, db....) on the older machine with
no vt-d support. When the new machine
comes in mid next year, we would like to be able to just transfer the
guests to an iommu capable machine. Seems
like the idea is to stick with HVM instances to easily migrate? Thanks for
the links. Will go through them.

N.

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

<div dir=3D"ltr">On Mon, Dec 15, 2014 at 10:18 AM, Ian Campbell <span dir=
=3D"ltr">&lt;<a href=3D"mailto:Ian.Campbell@citrix.com" target=3D"_blank">I=
an.Campbell@citrix.com</a>&gt;</span> wrote:<br><div class=3D"gmail_extra">=
<div class=3D"gmail_quote"><blockquote class=3D"gmail_quote" style=3D"margi=
n:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=3D"HOE=
nZb"><div class=3D"h5">On Mon, 2014-12-15 at 15:09 +0000, Ian Campbell wrot=
e:<br>
&gt; On Sun, 2014-12-14 at 17:26 -0500, symack wrote:<br>
&gt; &gt; Hello Everyone,<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; We would like to setup our xen virtual machines on an older serve=
r and<br>
&gt; &gt; migrate<br>
&gt; &gt; them over to our production server which supports vt-d. Is it<br>
&gt; &gt; recommended to setup PV or HVM guests.<br>
&gt;<br>
&gt; It mostly depends on what your requirements for the guest are.<br>
&gt;<br>
&gt; If your older staging server doesn&#39;t do vt-d then doing passthroug=
h to<br>
&gt; an HVM guest isn&#39;t possible I think. PV guests don&#39;t need VT-d=
 to do<br>
&gt; pasthrough, but it&#39;s not as safe.<br>
&gt;<br>
&gt; &gt; Also, is there any recent up to date documentation<br>
&gt; &gt; on installing xen from source (latest stable) on a gentoo machine=
.<br>
&gt;<br>
&gt; Check the Xen wiki, there are guides to installing from source there.<=
br>
&gt; <a href=3D"http://wiki.xen.org/wiki/Category:Gentoo" target=3D"_blank"=
>http://wiki.xen.org/wiki/Category:Gentoo</a> points to a page on<br>
&gt; <a href=3D"http://en.gentoo-wiki.com/wiki/Xen" target=3D"_blank">http:=
//en.gentoo-wiki.com/wiki/Xen</a> but it seems to not be responding,<br>
&gt; maybe it should instead be <a href=3D"http://wiki.gentoo.org/wiki/Xen"=
 target=3D"_blank">http://wiki.gentoo.org/wiki/Xen</a> which looks<br>
&gt; quite good (I&#39;m not a gentoo user, so I can&#39;t tell if it is ac=
curate,<br>
&gt; but it looks reasonable)<br>
<br>
</div></div>Seems like <a href=3D"http://gentoo-wiki.com" target=3D"_blank"=
>gentoo-wiki.com</a> has died (according to<br>
<a href=3D"http://www.gentoo-wiki.info/" target=3D"_blank">http://www.gento=
o-wiki.info/</a>), I&#39;ve changed the link to point to<br>
<a href=3D"http://wiki.gentoo.org" target=3D"_blank">wiki.gentoo.org</a>.<b=
r>
<span class=3D"HOEnZb"><font color=3D"#888888"><br>
Ian.<br>
<br></font></span></blockquote><div><br></div><div style>Hey Ian!</div><div=
 style><br></div><div style>Thank you so much for your response. The idea i=
s to get the encapsulate guest instances all setup and running</div><div st=
yle>with their own services (ie, http, voip, db....) on the older machine w=
ith no vt-d support. When the new machine</div><div style>comes in mid next=
 year, we would like to be able to just transfer the guests to an iommu cap=
able machine. Seems</div><div style>like the idea is to stick with HVM inst=
ances to easily migrate? Thanks for the links. Will go through them.</div><=
div style><br></div><div style>N.</div></div></div></div>

--001a1133ce7ade142e050a4568a5--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============8760654363877084890==--


From xen-users-bounces@lists.xen.org Mon Dec 15 18:45:14 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 15 Dec 2014 18:45: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-users-bounces@lists.xen.org>)
	id 1Y0adL-0007vp-MU; Mon, 15 Dec 2014 18:44:39 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jaceksburghardt@gmail.com>) id 1Y0adJ-0007vj-Pz
	for xen-users@lists.xen.org; Mon, 15 Dec 2014 18:44:38 +0000
Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id
	AD/58-15461-51C2F845; Mon, 15 Dec 2014 18:44:37 +0000
X-Env-Sender: jaceksburghardt@gmail.com
X-Msg-Ref: server-9.tower-21.messagelabs.com!1418669075!15779028!1
X-Originating-IP: [209.85.192.46]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_30_40,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 8992 invoked from network); 15 Dec 2014 18:44:36 -0000
Received: from mail-qg0-f46.google.com (HELO mail-qg0-f46.google.com)
	(209.85.192.46)
	by server-9.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	15 Dec 2014 18:44:36 -0000
Received: by mail-qg0-f46.google.com with SMTP id q107so6825280qgd.19
	for <xen-users@lists.xen.org>; Mon, 15 Dec 2014 10:44:35 -0800 (PST)
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=sPPKGSz7IvvosuX/i/82iDVTbNKkS/R6iqETAnyOWqE=;
	b=tnvsb0QgzukxvnZakgJddKCKiu5nMfNYM6Ww85OGiX+GwFGJb3AykX0VgjMxJsmxN4
	tnRhpxRZTtGherYSXUIMucl3Vh983PfuOAFr7GYoD5DhGx72rt0iE7HAV8tYwygboeKj
	7NZsw1Nr4YllIIyMYGHkElKEGvu9Tz1ulHbvLHtQzqr1esoTxQgDeIY9m6kGOOuk6u3+
	yyq4OP3wji4K/t9un4UdfLpSU9wAOWK8VY305Hn5H8J9uUEGflmaj8NVmrKJJTBpaP95
	fnNvoC5EZj7ziM6S+0deXKoKEt6lsk+9rrl3Durhor2LKQtdq04ChEca38c7P+8Xu5ud
	Zw2A==
MIME-Version: 1.0
X-Received: by 10.224.93.6 with SMTP id t6mr58124747qam.93.1418669075161; Mon,
	15 Dec 2014 10:44:35 -0800 (PST)
Received: by 10.140.97.38 with HTTP; Mon, 15 Dec 2014 10:44:35 -0800 (PST)
In-Reply-To: <abe5745f6e0455d060c68a877405cde2@webmail.hirschstein.it>
References: <abe5745f6e0455d060c68a877405cde2@webmail.hirschstein.it>
Date: Mon, 15 Dec 2014 11:44:35 -0700
Message-ID: <CAHyyzzTCiSRk-JM2+HtnfsepCyPN9-rEo4EJGWX1nrfi5iwGjw@mail.gmail.com>
From: jacek burghardt <jaceksburghardt@gmail.com>
To: "p.q.b." <throwout@hirschstein.it>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] VGA Passthrough on laptop IGD
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============5787020428716258286=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============5787020428716258286==
Content-Type: multipart/alternative; boundary=089e01495028476d35050a45a24e

--089e01495028476d35050a45a24e
Content-Type: text/plain; charset=UTF-8

Well maybe you should try kvm, arch linux has nice howto on passing vga
card? I saw some nice scripts which return vga card back to system after
guess shutdown.

Join my framily E02705708hn 3032 last name BURGHARDT state is co
Cheapest sprint service only 25 a month.

On Mon, Dec 15, 2014 at 9:55 AM, p.q.b. <throwout@hirschstein.it> wrote:
>
> Hi,
>
>  I'm new to XEN and I'm starting my search for a VT-d enabled laptop.
> Just for my personal curiousness, I'd want to try Qubes-os but I'd also
> appreciate a Windows HVM guest in which could watch my fullHD
> videos/youtube and so on, with full hardware acceleration.
>
> I know XEN is continuosly improving, but I found a lot of outdated
> documentation and I'm not sure if VGA passthrough is possible or not on a
> laptop with only the integrated GPU (haswell, i3-4010u processor).
>
> http://wiki.xen.org/wiki/Xen_VGA_Passthrough states "Status for Xen
> 4.0.0: VGA passthru is known to work with Intel Integrated Graphics Devices
> (IGDs)"
>
> Yeah, I'm happy! But...Xen 4.0.0 has been released on 2010, right? So, if
> the IGD passthrough is a feature of xen 4.0.0, after 5 years I shouldn't
> encounter any problems to use it! Everything will work for sure!
>
> So, why on the net there are people telling that vga passthrough is
> possible only with a second vga (ATI or nvidia quadro) ????? I do not
> understand why many people is telling that with a single IGD is tricky and
> is better to give it up?  Is there something that I do not know? I have no
> problems to recompile a kernel or build a headless system, so why passing
> through the primary (and only) vga should be a problem?
>
> Moreover I can't understang why many people says to use an ATI gpu...?!?!
> Is it  different between xen/qemu/vmware maybe?
>
> Anyway, my choice should be the Lenovo Yoga 2 13", it has an i3-4010u.
> Anyone tried it?
>
> Many thanks
> p.q.b.
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users
>

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

<div dir=3D"ltr">Well maybe you should try kvm, arch linux has nice howto o=
n passing vga card? I saw some nice scripts which return vga card back to s=
ystem after guess shutdown.</div><div class=3D"gmail_extra"><br clear=3D"al=
l"><div><div class=3D"gmail_signature"><div dir=3D"ltr"><span style=3D"colo=
r:rgb(51,51,51);font-family:Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif;=
background-color:rgb(250,250,250)">Join my framily E02705708hn 3032 last na=
me BURGHARDT state is co=C2=A0</span><br><div><span style=3D"color:rgb(51,5=
1,51);font-family:Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif;background=
-color:rgb(250,250,250)">Cheapest sprint service only 25 a month.=C2=A0</sp=
an></div></div></div></div>
<br><div class=3D"gmail_quote">On Mon, Dec 15, 2014 at 9:55 AM, p.q.b. <spa=
n dir=3D"ltr">&lt;<a href=3D"mailto:throwout@hirschstein.it" target=3D"_bla=
nk">throwout@hirschstein.it</a>&gt;</span> wrote:<blockquote class=3D"gmail=
_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:=
1ex">Hi,<br>
<br>
=C2=A0I&#39;m new to XEN and I&#39;m starting my search for a VT-d enabled =
laptop.<br>
Just for my personal curiousness, I&#39;d want to try Qubes-os but I&#39;d =
also appreciate a Windows HVM guest in which could watch my fullHD videos/y=
outube and so on, with full hardware acceleration.<br>
<br>
I know XEN is continuosly improving, but I found a lot of outdated document=
ation and I&#39;m not sure if VGA passthrough is possible or not on a lapto=
p with only the integrated GPU (haswell, i3-4010u processor).<br>
<br>
<a href=3D"http://wiki.xen.org/wiki/Xen_VGA_Passthrough" target=3D"_blank">=
http://wiki.xen.org/wiki/Xen_<u></u>VGA_Passthrough</a> states &quot;Status=
 for Xen 4.0.0: VGA passthru is known to work with Intel Integrated Graphic=
s Devices (IGDs)&quot;<br>
<br>
Yeah, I&#39;m happy! But...Xen 4.0.0 has been released on 2010, right? So, =
if the IGD passthrough is a feature of xen 4.0.0, after 5 years I shouldn&#=
39;t encounter any problems to use it! Everything will work for sure!<br>
<br>
So, why on the net there are people telling that vga passthrough is possibl=
e only with a second vga (ATI or nvidia quadro) ????? I do not understand w=
hy many people is telling that with a single IGD is tricky and is better to=
 give it up?=C2=A0 Is there something that I do not know? I have no problem=
s to recompile a kernel or build a headless system, so why passing through =
the primary (and only) vga should be a problem?<br>
<br>
Moreover I can&#39;t understang why many people says to use an ATI gpu...?!=
?! Is it=C2=A0 different between xen/qemu/vmware maybe?<br>
<br>
Anyway, my choice should be the Lenovo Yoga 2 13&quot;, it has an i3-4010u.=
 Anyone tried it?<br>
<br>
Many thanks<br>
p.q.b.<br>
<br>
______________________________<u></u>_________________<br>
Xen-users mailing list<br>
<a href=3D"mailto:Xen-users@lists.xen.org" target=3D"_blank">Xen-users@list=
s.xen.org</a><br>
<a href=3D"http://lists.xen.org/xen-users" target=3D"_blank">http://lists.x=
en.org/xen-users</a><br>
</blockquote></div></div>

--089e01495028476d35050a45a24e--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============5787020428716258286==--


From xen-users-bounces@lists.xen.org Mon Dec 15 18:45:14 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 15 Dec 2014 18:45: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-users-bounces@lists.xen.org>)
	id 1Y0adL-0007vp-MU; Mon, 15 Dec 2014 18:44:39 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jaceksburghardt@gmail.com>) id 1Y0adJ-0007vj-Pz
	for xen-users@lists.xen.org; Mon, 15 Dec 2014 18:44:38 +0000
Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id
	AD/58-15461-51C2F845; Mon, 15 Dec 2014 18:44:37 +0000
X-Env-Sender: jaceksburghardt@gmail.com
X-Msg-Ref: server-9.tower-21.messagelabs.com!1418669075!15779028!1
X-Originating-IP: [209.85.192.46]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_30_40,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 8992 invoked from network); 15 Dec 2014 18:44:36 -0000
Received: from mail-qg0-f46.google.com (HELO mail-qg0-f46.google.com)
	(209.85.192.46)
	by server-9.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	15 Dec 2014 18:44:36 -0000
Received: by mail-qg0-f46.google.com with SMTP id q107so6825280qgd.19
	for <xen-users@lists.xen.org>; Mon, 15 Dec 2014 10:44:35 -0800 (PST)
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=sPPKGSz7IvvosuX/i/82iDVTbNKkS/R6iqETAnyOWqE=;
	b=tnvsb0QgzukxvnZakgJddKCKiu5nMfNYM6Ww85OGiX+GwFGJb3AykX0VgjMxJsmxN4
	tnRhpxRZTtGherYSXUIMucl3Vh983PfuOAFr7GYoD5DhGx72rt0iE7HAV8tYwygboeKj
	7NZsw1Nr4YllIIyMYGHkElKEGvu9Tz1ulHbvLHtQzqr1esoTxQgDeIY9m6kGOOuk6u3+
	yyq4OP3wji4K/t9un4UdfLpSU9wAOWK8VY305Hn5H8J9uUEGflmaj8NVmrKJJTBpaP95
	fnNvoC5EZj7ziM6S+0deXKoKEt6lsk+9rrl3Durhor2LKQtdq04ChEca38c7P+8Xu5ud
	Zw2A==
MIME-Version: 1.0
X-Received: by 10.224.93.6 with SMTP id t6mr58124747qam.93.1418669075161; Mon,
	15 Dec 2014 10:44:35 -0800 (PST)
Received: by 10.140.97.38 with HTTP; Mon, 15 Dec 2014 10:44:35 -0800 (PST)
In-Reply-To: <abe5745f6e0455d060c68a877405cde2@webmail.hirschstein.it>
References: <abe5745f6e0455d060c68a877405cde2@webmail.hirschstein.it>
Date: Mon, 15 Dec 2014 11:44:35 -0700
Message-ID: <CAHyyzzTCiSRk-JM2+HtnfsepCyPN9-rEo4EJGWX1nrfi5iwGjw@mail.gmail.com>
From: jacek burghardt <jaceksburghardt@gmail.com>
To: "p.q.b." <throwout@hirschstein.it>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] VGA Passthrough on laptop IGD
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============5787020428716258286=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============5787020428716258286==
Content-Type: multipart/alternative; boundary=089e01495028476d35050a45a24e

--089e01495028476d35050a45a24e
Content-Type: text/plain; charset=UTF-8

Well maybe you should try kvm, arch linux has nice howto on passing vga
card? I saw some nice scripts which return vga card back to system after
guess shutdown.

Join my framily E02705708hn 3032 last name BURGHARDT state is co
Cheapest sprint service only 25 a month.

On Mon, Dec 15, 2014 at 9:55 AM, p.q.b. <throwout@hirschstein.it> wrote:
>
> Hi,
>
>  I'm new to XEN and I'm starting my search for a VT-d enabled laptop.
> Just for my personal curiousness, I'd want to try Qubes-os but I'd also
> appreciate a Windows HVM guest in which could watch my fullHD
> videos/youtube and so on, with full hardware acceleration.
>
> I know XEN is continuosly improving, but I found a lot of outdated
> documentation and I'm not sure if VGA passthrough is possible or not on a
> laptop with only the integrated GPU (haswell, i3-4010u processor).
>
> http://wiki.xen.org/wiki/Xen_VGA_Passthrough states "Status for Xen
> 4.0.0: VGA passthru is known to work with Intel Integrated Graphics Devices
> (IGDs)"
>
> Yeah, I'm happy! But...Xen 4.0.0 has been released on 2010, right? So, if
> the IGD passthrough is a feature of xen 4.0.0, after 5 years I shouldn't
> encounter any problems to use it! Everything will work for sure!
>
> So, why on the net there are people telling that vga passthrough is
> possible only with a second vga (ATI or nvidia quadro) ????? I do not
> understand why many people is telling that with a single IGD is tricky and
> is better to give it up?  Is there something that I do not know? I have no
> problems to recompile a kernel or build a headless system, so why passing
> through the primary (and only) vga should be a problem?
>
> Moreover I can't understang why many people says to use an ATI gpu...?!?!
> Is it  different between xen/qemu/vmware maybe?
>
> Anyway, my choice should be the Lenovo Yoga 2 13", it has an i3-4010u.
> Anyone tried it?
>
> Many thanks
> p.q.b.
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users
>

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

<div dir=3D"ltr">Well maybe you should try kvm, arch linux has nice howto o=
n passing vga card? I saw some nice scripts which return vga card back to s=
ystem after guess shutdown.</div><div class=3D"gmail_extra"><br clear=3D"al=
l"><div><div class=3D"gmail_signature"><div dir=3D"ltr"><span style=3D"colo=
r:rgb(51,51,51);font-family:Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif;=
background-color:rgb(250,250,250)">Join my framily E02705708hn 3032 last na=
me BURGHARDT state is co=C2=A0</span><br><div><span style=3D"color:rgb(51,5=
1,51);font-family:Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif;background=
-color:rgb(250,250,250)">Cheapest sprint service only 25 a month.=C2=A0</sp=
an></div></div></div></div>
<br><div class=3D"gmail_quote">On Mon, Dec 15, 2014 at 9:55 AM, p.q.b. <spa=
n dir=3D"ltr">&lt;<a href=3D"mailto:throwout@hirschstein.it" target=3D"_bla=
nk">throwout@hirschstein.it</a>&gt;</span> wrote:<blockquote class=3D"gmail=
_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:=
1ex">Hi,<br>
<br>
=C2=A0I&#39;m new to XEN and I&#39;m starting my search for a VT-d enabled =
laptop.<br>
Just for my personal curiousness, I&#39;d want to try Qubes-os but I&#39;d =
also appreciate a Windows HVM guest in which could watch my fullHD videos/y=
outube and so on, with full hardware acceleration.<br>
<br>
I know XEN is continuosly improving, but I found a lot of outdated document=
ation and I&#39;m not sure if VGA passthrough is possible or not on a lapto=
p with only the integrated GPU (haswell, i3-4010u processor).<br>
<br>
<a href=3D"http://wiki.xen.org/wiki/Xen_VGA_Passthrough" target=3D"_blank">=
http://wiki.xen.org/wiki/Xen_<u></u>VGA_Passthrough</a> states &quot;Status=
 for Xen 4.0.0: VGA passthru is known to work with Intel Integrated Graphic=
s Devices (IGDs)&quot;<br>
<br>
Yeah, I&#39;m happy! But...Xen 4.0.0 has been released on 2010, right? So, =
if the IGD passthrough is a feature of xen 4.0.0, after 5 years I shouldn&#=
39;t encounter any problems to use it! Everything will work for sure!<br>
<br>
So, why on the net there are people telling that vga passthrough is possibl=
e only with a second vga (ATI or nvidia quadro) ????? I do not understand w=
hy many people is telling that with a single IGD is tricky and is better to=
 give it up?=C2=A0 Is there something that I do not know? I have no problem=
s to recompile a kernel or build a headless system, so why passing through =
the primary (and only) vga should be a problem?<br>
<br>
Moreover I can&#39;t understang why many people says to use an ATI gpu...?!=
?! Is it=C2=A0 different between xen/qemu/vmware maybe?<br>
<br>
Anyway, my choice should be the Lenovo Yoga 2 13&quot;, it has an i3-4010u.=
 Anyone tried it?<br>
<br>
Many thanks<br>
p.q.b.<br>
<br>
______________________________<u></u>_________________<br>
Xen-users mailing list<br>
<a href=3D"mailto:Xen-users@lists.xen.org" target=3D"_blank">Xen-users@list=
s.xen.org</a><br>
<a href=3D"http://lists.xen.org/xen-users" target=3D"_blank">http://lists.x=
en.org/xen-users</a><br>
</blockquote></div></div>

--089e01495028476d35050a45a24e--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============5787020428716258286==--


From xen-users-bounces@lists.xen.org Mon Dec 15 18:48:39 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 15 Dec 2014 18:48:39 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y0ah4-00085S-I8; Mon, 15 Dec 2014 18:48:30 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jaceksburghardt@gmail.com>) id 1Y0ah2-00085J-UW
	for xen-users@lists.xen.org; Mon, 15 Dec 2014 18:48:29 +0000
Received: from [193.109.254.147] by server-8.bemta-14.messagelabs.com id
	9A/CA-03148-CFC2F845; Mon, 15 Dec 2014 18:48:28 +0000
X-Env-Sender: jaceksburghardt@gmail.com
X-Msg-Ref: server-5.tower-27.messagelabs.com!1418669306!10570865!1
X-Originating-IP: [209.85.216.169]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_20_30,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 722 invoked from network); 15 Dec 2014 18:48:27 -0000
Received: from mail-qc0-f169.google.com (HELO mail-qc0-f169.google.com)
	(209.85.216.169)
	by server-5.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	15 Dec 2014 18:48:27 -0000
Received: by mail-qc0-f169.google.com with SMTP id w7so9172586qcr.14
	for <xen-users@lists.xen.org>; Mon, 15 Dec 2014 10:48:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=zV1Qvv3GkCHFNtL5631HyYF48ttmyCZuEV6hbQiqXcc=;
	b=uNhp07RerW0vmBw2GYytslAoaosk30/4Ej0f686OhRz/vUyB4aad+IdqXahdHaZMH6
	jKd6BTUgQW01VW/t+VC8dAyklbuCigYoWdXGIkebMN/4w7h/v5lRzmx58iMIXKbzgqjb
	/IFjvV5kLJfniha6yWYq/I5YNbz1LJLW5AYk02yyhJ2v83rvN32KRORNrOoL00Hb3K1E
	OXjH+9zEIG/dAUW7yMgfdiQ+LgFUzthkH9yO9TMpSg5EUESFlQUJDw/nYzNBYGEntLgJ
	TdrOgcrZH0xDVWUM7JdIdTr96VVcrMGFKjNRYXHZXIngebAFWQ+A6nuG7J1lcbHEQjDC
	EUwQ==
MIME-Version: 1.0
X-Received: by 10.224.160.212 with SMTP id o20mr59465599qax.57.1418669305956; 
	Mon, 15 Dec 2014 10:48:25 -0800 (PST)
Received: by 10.140.97.38 with HTTP; Mon, 15 Dec 2014 10:48:25 -0800 (PST)
Date: Mon, 15 Dec 2014 11:48:25 -0700
Message-ID: <CAHyyzzRuGRfeT0_-YdYFB9H7-hMjc_Z9GN8NAaproQWObtdnMA@mail.gmail.com>
From: jacek burghardt <jaceksburghardt@gmail.com>
To: xen-users <xen-users@lists.xen.org>
Subject: [Xen-users] SystemError: error in mapistore_ini
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2828779305361391323=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============2828779305361391323==
Content-Type: multipart/alternative; boundary=089e0149cc52091128050a45b0de

--089e0149cc52091128050a45b0de
Content-Type: text/plain; charset=UTF-8

How do i fix this error SystemError: error in mapistore_ini
Traceback (most recent call last):
  File "/usr/sbin/paster", line 9, in <module>
    load_entry_point('PasteScript==1.7.5', 'console_scripts', 'paster')()
  File "/usr/lib/python2.7/site-packages/paste/script/command.py", line
104, in run
    invoke(command, command_name, options, args[1:])
  File "/usr/lib/python2.7/site-packages/paste/script/command.py", line
143, in invoke
    exit_code = runner.run(args)
  File "/usr/lib/python2.7/site-packages/paste/script/command.py", line
238, in run
    result = self.command()
  File "/usr/lib/python2.7/site-packages/paste/script/serve.py", line 284,
in command
    relative_to=base, global_conf=vars)
  File "/usr/lib/python2.7/site-packages/paste/script/serve.py", line 321,
in loadapp
    **kw)
  File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line
247, in loadapp
    return loadobj(APP, uri, name=name, **kw)
  File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line
272, in loadobj
    return context.create()
  File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line
710, in create
    return self.object_type.invoke(self)
  File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line
146, in invoke
    return fix_call(context.object, context.global_conf,
**context.local_conf)
  File "/usr/lib/python2.7/site-packages/paste/deploy/util.py", line 56, in
fix_call
    val = callable(*args, **kw)
  File "/usr/lib/python2.7/site-packages/ocsmanager/config/middleware.py",
line 43, in make_app
    config = load_environment(global_conf, app_conf)
  File "/usr/lib/python2.7/site-packages/ocsmanager/config/environment.py",
line 135, in load_environment
    mstore =
mapistore.MAPIStore(config['ocsmanager']['main']['mapistore_root'])
SystemError: error in mapistore_init

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

<div dir=3D"ltr"><div>How do i fix this error SystemError: error in mapisto=
re_ini=C2=A0</div><div>Traceback (most recent call last):</div><div>=C2=A0 =
File &quot;/usr/sbin/paster&quot;, line 9, in &lt;module&gt;</div><div>=C2=
=A0 =C2=A0 load_entry_point(&#39;PasteScript=3D=3D1.7.5&#39;, &#39;console_=
scripts&#39;, &#39;paster&#39;)()</div><div>=C2=A0 File &quot;/usr/lib/pyth=
on2.7/site-packages/paste/script/command.py&quot;, line 104, in run</div><d=
iv>=C2=A0 =C2=A0 invoke(command, command_name, options, args[1:])</div><div=
>=C2=A0 File &quot;/usr/lib/python2.7/site-packages/paste/script/command.py=
&quot;, line 143, in invoke</div><div>=C2=A0 =C2=A0 exit_code =3D runner.ru=
n(args)</div><div>=C2=A0 File &quot;/usr/lib/python2.7/site-packages/paste/=
script/command.py&quot;, line 238, in run</div><div>=C2=A0 =C2=A0 result =
=3D self.command()</div><div>=C2=A0 File &quot;/usr/lib/python2.7/site-pack=
ages/paste/script/serve.py&quot;, line 284, in command</div><div>=C2=A0 =C2=
=A0 relative_to=3Dbase, global_conf=3Dvars)</div><div>=C2=A0 File &quot;/us=
r/lib/python2.7/site-packages/paste/script/serve.py&quot;, line 321, in loa=
dapp</div><div>=C2=A0 =C2=A0 **kw)</div><div>=C2=A0 File &quot;/usr/lib/pyt=
hon2.7/site-packages/paste/deploy/loadwsgi.py&quot;, line 247, in loadapp</=
div><div>=C2=A0 =C2=A0 return loadobj(APP, uri, name=3Dname, **kw)</div><di=
v>=C2=A0 File &quot;/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.=
py&quot;, line 272, in loadobj</div><div>=C2=A0 =C2=A0 return context.creat=
e()</div><div>=C2=A0 File &quot;/usr/lib/python2.7/site-packages/paste/depl=
oy/loadwsgi.py&quot;, line 710, in create</div><div>=C2=A0 =C2=A0 return se=
lf.object_type.invoke(self)</div><div>=C2=A0 File &quot;/usr/lib/python2.7/=
site-packages/paste/deploy/loadwsgi.py&quot;, line 146, in invoke</div><div=
>=C2=A0 =C2=A0 return fix_call(context.object, context.global_conf, **conte=
xt.local_conf)</div><div>=C2=A0 File &quot;/usr/lib/python2.7/site-packages=
/paste/deploy/util.py&quot;, line 56, in fix_call</div><div>=C2=A0 =C2=A0 v=
al =3D callable(*args, **kw)</div><div>=C2=A0 File &quot;/usr/lib/python2.7=
/site-packages/ocsmanager/config/middleware.py&quot;, line 43, in make_app<=
/div><div>=C2=A0 =C2=A0 config =3D load_environment(global_conf, app_conf)<=
/div><div>=C2=A0 File &quot;/usr/lib/python2.7/site-packages/ocsmanager/con=
fig/environment.py&quot;, line 135, in load_environment</div><div>=C2=A0 =
=C2=A0 mstore =3D mapistore.MAPIStore(config[&#39;ocsmanager&#39;][&#39;mai=
n&#39;][&#39;mapistore_root&#39;])</div><div>SystemError: error in mapistor=
e_init</div><div><br></div>
</div>

--089e0149cc52091128050a45b0de--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============2828779305361391323==--


From xen-users-bounces@lists.xen.org Mon Dec 15 18:48:39 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 15 Dec 2014 18:48:39 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y0ah4-00085S-I8; Mon, 15 Dec 2014 18:48:30 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jaceksburghardt@gmail.com>) id 1Y0ah2-00085J-UW
	for xen-users@lists.xen.org; Mon, 15 Dec 2014 18:48:29 +0000
Received: from [193.109.254.147] by server-8.bemta-14.messagelabs.com id
	9A/CA-03148-CFC2F845; Mon, 15 Dec 2014 18:48:28 +0000
X-Env-Sender: jaceksburghardt@gmail.com
X-Msg-Ref: server-5.tower-27.messagelabs.com!1418669306!10570865!1
X-Originating-IP: [209.85.216.169]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_20_30,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 722 invoked from network); 15 Dec 2014 18:48:27 -0000
Received: from mail-qc0-f169.google.com (HELO mail-qc0-f169.google.com)
	(209.85.216.169)
	by server-5.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	15 Dec 2014 18:48:27 -0000
Received: by mail-qc0-f169.google.com with SMTP id w7so9172586qcr.14
	for <xen-users@lists.xen.org>; Mon, 15 Dec 2014 10:48:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=zV1Qvv3GkCHFNtL5631HyYF48ttmyCZuEV6hbQiqXcc=;
	b=uNhp07RerW0vmBw2GYytslAoaosk30/4Ej0f686OhRz/vUyB4aad+IdqXahdHaZMH6
	jKd6BTUgQW01VW/t+VC8dAyklbuCigYoWdXGIkebMN/4w7h/v5lRzmx58iMIXKbzgqjb
	/IFjvV5kLJfniha6yWYq/I5YNbz1LJLW5AYk02yyhJ2v83rvN32KRORNrOoL00Hb3K1E
	OXjH+9zEIG/dAUW7yMgfdiQ+LgFUzthkH9yO9TMpSg5EUESFlQUJDw/nYzNBYGEntLgJ
	TdrOgcrZH0xDVWUM7JdIdTr96VVcrMGFKjNRYXHZXIngebAFWQ+A6nuG7J1lcbHEQjDC
	EUwQ==
MIME-Version: 1.0
X-Received: by 10.224.160.212 with SMTP id o20mr59465599qax.57.1418669305956; 
	Mon, 15 Dec 2014 10:48:25 -0800 (PST)
Received: by 10.140.97.38 with HTTP; Mon, 15 Dec 2014 10:48:25 -0800 (PST)
Date: Mon, 15 Dec 2014 11:48:25 -0700
Message-ID: <CAHyyzzRuGRfeT0_-YdYFB9H7-hMjc_Z9GN8NAaproQWObtdnMA@mail.gmail.com>
From: jacek burghardt <jaceksburghardt@gmail.com>
To: xen-users <xen-users@lists.xen.org>
Subject: [Xen-users] SystemError: error in mapistore_ini
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2828779305361391323=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============2828779305361391323==
Content-Type: multipart/alternative; boundary=089e0149cc52091128050a45b0de

--089e0149cc52091128050a45b0de
Content-Type: text/plain; charset=UTF-8

How do i fix this error SystemError: error in mapistore_ini
Traceback (most recent call last):
  File "/usr/sbin/paster", line 9, in <module>
    load_entry_point('PasteScript==1.7.5', 'console_scripts', 'paster')()
  File "/usr/lib/python2.7/site-packages/paste/script/command.py", line
104, in run
    invoke(command, command_name, options, args[1:])
  File "/usr/lib/python2.7/site-packages/paste/script/command.py", line
143, in invoke
    exit_code = runner.run(args)
  File "/usr/lib/python2.7/site-packages/paste/script/command.py", line
238, in run
    result = self.command()
  File "/usr/lib/python2.7/site-packages/paste/script/serve.py", line 284,
in command
    relative_to=base, global_conf=vars)
  File "/usr/lib/python2.7/site-packages/paste/script/serve.py", line 321,
in loadapp
    **kw)
  File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line
247, in loadapp
    return loadobj(APP, uri, name=name, **kw)
  File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line
272, in loadobj
    return context.create()
  File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line
710, in create
    return self.object_type.invoke(self)
  File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line
146, in invoke
    return fix_call(context.object, context.global_conf,
**context.local_conf)
  File "/usr/lib/python2.7/site-packages/paste/deploy/util.py", line 56, in
fix_call
    val = callable(*args, **kw)
  File "/usr/lib/python2.7/site-packages/ocsmanager/config/middleware.py",
line 43, in make_app
    config = load_environment(global_conf, app_conf)
  File "/usr/lib/python2.7/site-packages/ocsmanager/config/environment.py",
line 135, in load_environment
    mstore =
mapistore.MAPIStore(config['ocsmanager']['main']['mapistore_root'])
SystemError: error in mapistore_init

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

<div dir=3D"ltr"><div>How do i fix this error SystemError: error in mapisto=
re_ini=C2=A0</div><div>Traceback (most recent call last):</div><div>=C2=A0 =
File &quot;/usr/sbin/paster&quot;, line 9, in &lt;module&gt;</div><div>=C2=
=A0 =C2=A0 load_entry_point(&#39;PasteScript=3D=3D1.7.5&#39;, &#39;console_=
scripts&#39;, &#39;paster&#39;)()</div><div>=C2=A0 File &quot;/usr/lib/pyth=
on2.7/site-packages/paste/script/command.py&quot;, line 104, in run</div><d=
iv>=C2=A0 =C2=A0 invoke(command, command_name, options, args[1:])</div><div=
>=C2=A0 File &quot;/usr/lib/python2.7/site-packages/paste/script/command.py=
&quot;, line 143, in invoke</div><div>=C2=A0 =C2=A0 exit_code =3D runner.ru=
n(args)</div><div>=C2=A0 File &quot;/usr/lib/python2.7/site-packages/paste/=
script/command.py&quot;, line 238, in run</div><div>=C2=A0 =C2=A0 result =
=3D self.command()</div><div>=C2=A0 File &quot;/usr/lib/python2.7/site-pack=
ages/paste/script/serve.py&quot;, line 284, in command</div><div>=C2=A0 =C2=
=A0 relative_to=3Dbase, global_conf=3Dvars)</div><div>=C2=A0 File &quot;/us=
r/lib/python2.7/site-packages/paste/script/serve.py&quot;, line 321, in loa=
dapp</div><div>=C2=A0 =C2=A0 **kw)</div><div>=C2=A0 File &quot;/usr/lib/pyt=
hon2.7/site-packages/paste/deploy/loadwsgi.py&quot;, line 247, in loadapp</=
div><div>=C2=A0 =C2=A0 return loadobj(APP, uri, name=3Dname, **kw)</div><di=
v>=C2=A0 File &quot;/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.=
py&quot;, line 272, in loadobj</div><div>=C2=A0 =C2=A0 return context.creat=
e()</div><div>=C2=A0 File &quot;/usr/lib/python2.7/site-packages/paste/depl=
oy/loadwsgi.py&quot;, line 710, in create</div><div>=C2=A0 =C2=A0 return se=
lf.object_type.invoke(self)</div><div>=C2=A0 File &quot;/usr/lib/python2.7/=
site-packages/paste/deploy/loadwsgi.py&quot;, line 146, in invoke</div><div=
>=C2=A0 =C2=A0 return fix_call(context.object, context.global_conf, **conte=
xt.local_conf)</div><div>=C2=A0 File &quot;/usr/lib/python2.7/site-packages=
/paste/deploy/util.py&quot;, line 56, in fix_call</div><div>=C2=A0 =C2=A0 v=
al =3D callable(*args, **kw)</div><div>=C2=A0 File &quot;/usr/lib/python2.7=
/site-packages/ocsmanager/config/middleware.py&quot;, line 43, in make_app<=
/div><div>=C2=A0 =C2=A0 config =3D load_environment(global_conf, app_conf)<=
/div><div>=C2=A0 File &quot;/usr/lib/python2.7/site-packages/ocsmanager/con=
fig/environment.py&quot;, line 135, in load_environment</div><div>=C2=A0 =
=C2=A0 mstore =3D mapistore.MAPIStore(config[&#39;ocsmanager&#39;][&#39;mai=
n&#39;][&#39;mapistore_root&#39;])</div><div>SystemError: error in mapistor=
e_init</div><div><br></div>
</div>

--089e0149cc52091128050a45b0de--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============2828779305361391323==--


From xen-users-bounces@lists.xen.org Mon Dec 15 19:34:29 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 15 Dec 2014 19:34: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-users-bounces@lists.xen.org>)
	id 1Y0bOk-00010y-Gb; Mon, 15 Dec 2014 19:33:38 +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 1Y0bOh-000102-UE; Mon, 15 Dec 2014 19:33:36 +0000
Received: from [85.158.139.211] by server-17.bemta-5.messagelabs.com id
	11/AA-28865-F873F845; Mon, 15 Dec 2014 19:33:35 +0000
X-Env-Sender: russell.pavlicek.xen@gmail.com
X-Msg-Ref: server-8.tower-206.messagelabs.com!1418672014!13452195!1
X-Originating-IP: [209.85.215.44]
X-SpamReason: No, hits=2.5 required=7.0 tests=RCVD_BY_IP,
  SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 26279 invoked from network); 15 Dec 2014 19:33:34 -0000
Received: from mail-la0-f44.google.com (HELO mail-la0-f44.google.com)
	(209.85.215.44)
	by server-8.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	15 Dec 2014 19:33:34 -0000
Received: by mail-la0-f44.google.com with SMTP id gd6so10151006lab.17
	for <multiple recipients>; Mon, 15 Dec 2014 11:33:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:date:message-id:subject:from:to:content-type;
	bh=7JCCyf6D6ODSy4vnOa90gWOm+uFIx/9shetJ8P46w/w=;
	b=0lPeIKL1KavE5vlhlt0ZK3siMWqX/67GZ8psLRisgiAHyEOjPthGVoQwtRJKht0HyI
	i3lmi75MXlnJ7j7x/ZI4IpVa+Gm53icpQib0WbAhjw5+CHh9kIQ4uT/n8X91UxvbHYZp
	Z6TbOPE53maVPP4fhIRDF+oBw3FShl0MKpJ86fJavhwh7a+gSzUGjP/LT9AVyXY39QHp
	k0f9Dqzpjtr1bNmuAXW0gEDKe6KIHyaa5LqJSYll4Bh/8JCH3OO0YdeiekJNSjmw+1dG
	VT1ukNLUvL/AJVYb0ZDxMfFSRQ+K4nAesRFCHadpVMj1ekQxX7CboxLzNV80nsqj+mb+
	z7CA==
MIME-Version: 1.0
X-Received: by 10.152.22.199 with SMTP id g7mr32128361laf.23.1418672013522;
	Mon, 15 Dec 2014 11:33:33 -0800 (PST)
Received: by 10.112.0.104 with HTTP; Mon, 15 Dec 2014 11:33:33 -0800 (PST)
Date: Mon, 15 Dec 2014 14:33:33 -0500
X-Google-Sender-Auth: yMPoFFj8CUUqcuCLhNWJRWHDkNI
Message-ID: <CAHehzX0pBPaWuUjZE-wMR+D=2_A06VJN7Nr=rrmxpYiVCQTNug@mail.gmail.com>
From: Russ Pavlicek <russell.pavlicek@xenproject.org>
To: xen-devel@lists.xen.org, 
	"xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	xen-announce@lists.xenproject.org, 
	xs-devel@lists.xenserver.org, mirageos-devel@lists.xenproject.org, 
	xen-api@lists.xen.org
Subject: [Xen-users] Xen Project 4.5 RC4 is Ready Today;
	Test Day is Wednesday
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Folks,

This Wednesday, December 17, is our fourth and FINAL Test Day
for the 4.5 release cycle (barring any changes which may result from
Wednesday's Test Day). Release Candidate 4 is available for
assessment today.

If you've held off testing the new release until it matures, delay no
longer!  Test and state your concerns now or the next release you
see could be the official one

Information about testing this release can be found here:
http://wiki.xenproject.org/wiki/Xen_4.5_RC4_test_instructions

To learn more about Test Days, including the scheduled date
for the final release, check out:
http://wiki.xenproject.org/wiki/Xen_Project_Test_Days

See you in #xentest on IRC this Wednesday for Test Day!

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 15 19:34:29 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 15 Dec 2014 19:34: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-users-bounces@lists.xen.org>)
	id 1Y0bOk-00010y-Gb; Mon, 15 Dec 2014 19:33:38 +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 1Y0bOh-000102-UE; Mon, 15 Dec 2014 19:33:36 +0000
Received: from [85.158.139.211] by server-17.bemta-5.messagelabs.com id
	11/AA-28865-F873F845; Mon, 15 Dec 2014 19:33:35 +0000
X-Env-Sender: russell.pavlicek.xen@gmail.com
X-Msg-Ref: server-8.tower-206.messagelabs.com!1418672014!13452195!1
X-Originating-IP: [209.85.215.44]
X-SpamReason: No, hits=2.5 required=7.0 tests=RCVD_BY_IP,
  SUSPICIOUS_RECIPS
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 26279 invoked from network); 15 Dec 2014 19:33:34 -0000
Received: from mail-la0-f44.google.com (HELO mail-la0-f44.google.com)
	(209.85.215.44)
	by server-8.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	15 Dec 2014 19:33:34 -0000
Received: by mail-la0-f44.google.com with SMTP id gd6so10151006lab.17
	for <multiple recipients>; Mon, 15 Dec 2014 11:33:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:sender:date:message-id:subject:from:to:content-type;
	bh=7JCCyf6D6ODSy4vnOa90gWOm+uFIx/9shetJ8P46w/w=;
	b=0lPeIKL1KavE5vlhlt0ZK3siMWqX/67GZ8psLRisgiAHyEOjPthGVoQwtRJKht0HyI
	i3lmi75MXlnJ7j7x/ZI4IpVa+Gm53icpQib0WbAhjw5+CHh9kIQ4uT/n8X91UxvbHYZp
	Z6TbOPE53maVPP4fhIRDF+oBw3FShl0MKpJ86fJavhwh7a+gSzUGjP/LT9AVyXY39QHp
	k0f9Dqzpjtr1bNmuAXW0gEDKe6KIHyaa5LqJSYll4Bh/8JCH3OO0YdeiekJNSjmw+1dG
	VT1ukNLUvL/AJVYb0ZDxMfFSRQ+K4nAesRFCHadpVMj1ekQxX7CboxLzNV80nsqj+mb+
	z7CA==
MIME-Version: 1.0
X-Received: by 10.152.22.199 with SMTP id g7mr32128361laf.23.1418672013522;
	Mon, 15 Dec 2014 11:33:33 -0800 (PST)
Received: by 10.112.0.104 with HTTP; Mon, 15 Dec 2014 11:33:33 -0800 (PST)
Date: Mon, 15 Dec 2014 14:33:33 -0500
X-Google-Sender-Auth: yMPoFFj8CUUqcuCLhNWJRWHDkNI
Message-ID: <CAHehzX0pBPaWuUjZE-wMR+D=2_A06VJN7Nr=rrmxpYiVCQTNug@mail.gmail.com>
From: Russ Pavlicek <russell.pavlicek@xenproject.org>
To: xen-devel@lists.xen.org, 
	"xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	xen-announce@lists.xenproject.org, 
	xs-devel@lists.xenserver.org, mirageos-devel@lists.xenproject.org, 
	xen-api@lists.xen.org
Subject: [Xen-users] Xen Project 4.5 RC4 is Ready Today;
	Test Day is Wednesday
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Folks,

This Wednesday, December 17, is our fourth and FINAL Test Day
for the 4.5 release cycle (barring any changes which may result from
Wednesday's Test Day). Release Candidate 4 is available for
assessment today.

If you've held off testing the new release until it matures, delay no
longer!  Test and state your concerns now or the next release you
see could be the official one

Information about testing this release can be found here:
http://wiki.xenproject.org/wiki/Xen_4.5_RC4_test_instructions

To learn more about Test Days, including the scheduled date
for the final release, check out:
http://wiki.xenproject.org/wiki/Xen_Project_Test_Days

See you in #xentest on IRC this Wednesday for Test Day!

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 16 09:22:42 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 16 Dec 2014 09:22: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-users-bounces@lists.xen.org>)
	id 1Y0oJe-0007jW-1i; Tue, 16 Dec 2014 09:21:14 +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 1Y0oJc-0007jR-Ot
	for xen-users@lists.xen.org; Tue, 16 Dec 2014 09:21:12 +0000
Received: from [85.158.139.211] by server-4.bemta-5.messagelabs.com id
	74/10-22737-789FF845; Tue, 16 Dec 2014 09:21:11 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-8.tower-206.messagelabs.com!1418721669!13539276!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 17884 invoked from network); 16 Dec 2014 09:21:11 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-8.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	16 Dec 2014 09:21:11 -0000
X-IronPort-AV: E=Sophos;i="5.07,585,1413244800"; d="scan'208";a="205277041"
Message-ID: <1418721668.16425.173.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: symack <symack@gmail.com>
Date: Tue, 16 Dec 2014 09:21:08 +0000
In-Reply-To: <CAGWRaZYFaoAdw6FFWwWQqaayzL29M-sp0OfPm2w3SrVcTAWmNQ@mail.gmail.com>
References: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
	<1418656191.16425.144.camel@citrix.com>
	<1418656694.16425.145.camel@citrix.com>
	<CAGWRaZYFaoAdw6FFWwWQqaayzL29M-sp0OfPm2w3SrVcTAWmNQ@mail.gmail.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.9-1 
MIME-Version: 1.0
X-DLP: MIA1
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] PV vs HVM for PCI-Passthrough
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, 2014-12-15 at 13:28 -0500, symack wrote:

> Thank you so much for your response. The idea is to get the
> encapsulate guest instances all setup and running
> with their own services (ie, http, voip, db....) on the older machine
> with no vt-d support. When the new machine
> comes in mid next year, we would like to be able to just transfer the
> guests to an iommu capable machine. Seems
> like the idea is to stick with HVM instances to easily migrate?

If those VMs have passthrough devices then no, the opposite. Only PV
guests can have passthrough devices on a system with no iommu. HVM
requires iommu to do passthrough.

If the VMs have no passthrough devices then PV vs HVM is up to you
and/or other factors.

Ian.



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 16 09:22:42 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 16 Dec 2014 09:22: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-users-bounces@lists.xen.org>)
	id 1Y0oJe-0007jW-1i; Tue, 16 Dec 2014 09:21:14 +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 1Y0oJc-0007jR-Ot
	for xen-users@lists.xen.org; Tue, 16 Dec 2014 09:21:12 +0000
Received: from [85.158.139.211] by server-4.bemta-5.messagelabs.com id
	74/10-22737-789FF845; Tue, 16 Dec 2014 09:21:11 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-8.tower-206.messagelabs.com!1418721669!13539276!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 17884 invoked from network); 16 Dec 2014 09:21:11 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-8.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	16 Dec 2014 09:21:11 -0000
X-IronPort-AV: E=Sophos;i="5.07,585,1413244800"; d="scan'208";a="205277041"
Message-ID: <1418721668.16425.173.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: symack <symack@gmail.com>
Date: Tue, 16 Dec 2014 09:21:08 +0000
In-Reply-To: <CAGWRaZYFaoAdw6FFWwWQqaayzL29M-sp0OfPm2w3SrVcTAWmNQ@mail.gmail.com>
References: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
	<1418656191.16425.144.camel@citrix.com>
	<1418656694.16425.145.camel@citrix.com>
	<CAGWRaZYFaoAdw6FFWwWQqaayzL29M-sp0OfPm2w3SrVcTAWmNQ@mail.gmail.com>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.9-1 
MIME-Version: 1.0
X-DLP: MIA1
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] PV vs HVM for PCI-Passthrough
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, 2014-12-15 at 13:28 -0500, symack wrote:

> Thank you so much for your response. The idea is to get the
> encapsulate guest instances all setup and running
> with their own services (ie, http, voip, db....) on the older machine
> with no vt-d support. When the new machine
> comes in mid next year, we would like to be able to just transfer the
> guests to an iommu capable machine. Seems
> like the idea is to stick with HVM instances to easily migrate?

If those VMs have passthrough devices then no, the opposite. Only PV
guests can have passthrough devices on a system with no iommu. HVM
requires iommu to do passthrough.

If the VMs have no passthrough devices then PV vs HVM is up to you
and/or other factors.

Ian.



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 16 10:05:05 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 16 Dec 2014 10:05:05 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y0oyj-0001Ec-Sl; Tue, 16 Dec 2014 10:03:41 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72) (envelope-from <et@etit.hu>)
	id 1Y0oyi-0001EX-BL
	for xen-users@lists.xen.org; Tue, 16 Dec 2014 10:03:40 +0000
Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id
	2E/E0-15461-B7300945; Tue, 16 Dec 2014 10:03:39 +0000
X-Env-Sender: et@etit.hu
X-Msg-Ref: server-3.tower-21.messagelabs.com!1418724218!15538608!1
X-Originating-IP: [95.140.34.219]
X-SpamReason: No, hits=0.5 required=7.0 tests=BODY_RANDOM_LONG
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 5697 invoked from network); 16 Dec 2014 10:03:38 -0000
Received: from mail.etit.hu (HELO mail.etit.hu) (95.140.34.219)
	by server-3.tower-21.messagelabs.com with SMTP;
	16 Dec 2014 10:03:38 -0000
Received: from localhost (localhost [127.0.0.1])
	by mail.etit.hu (Postfix) with ESMTP id E639DE9D
	for <xen-users@lists.xen.org>; Tue, 16 Dec 2014 11:03:37 +0100 (CET)
Received: from [192.168.100.122] (87.229.89.127.z-net.hu [87.229.89.127])
	by mail.etit.hu (Postfix) with ESMTPSA id 14AE0D84
	for <xen-users@lists.xen.org>; Tue, 16 Dec 2014 11:03:29 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=etit.hu; s=etit.hu;
	t=1418724210; bh=sCVqpdkHtA5Ow+h2seGZdFRVPUtM8V1I1RyJcq/gVn8=;
	h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type:From;
	b=fV7tDckMAF9frF0UXnWLS2dnTFhgwqRgoJxqUqyeGLrBzZq/v9w5Idn3Pa+hAZJzK
	p1rJ3RTGl8vtCetPEZ2EM3kAgi2jJ+hI1Kl9X4w2MpEyGEmMN2oaH8SqKmIUugCdjk
	sRTfZTsAyqEhEOtUTlOm7Cz47rOH/pIdRMPxKweE=
Message-ID: <54900371.8000506@etit.hu>
Date: Tue, 16 Dec 2014 11:03:29 +0100
From: =?UTF-8?B?w4lsacOhcyBUYW3DoXM=?= <et@etit.hu>
Organization: ETIT[nwpro] KFT
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:31.0) Gecko/20100101 Thunderbird/31.3.0
MIME-Version: 1.0
To: xen-users@lists.xen.org
References: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
	<1418656191.16425.144.camel@citrix.com>
In-Reply-To: <1418656191.16425.144.camel@citrix.com>
X-TagToolbar-Keys: D20141216110329072
Subject: [Xen-users] mainboard serial (ttyS) port redirection AND pci
	passthrou
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============5907719399677566515=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--===============5907719399677566515==
Content-Type: multipart/signed; micalg=pgp-sha1;
 protocol="application/pgp-signature";
 boundary="EPtpctOW69cEN50dTUj3GgVSkAuVVLQE9"

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--EPtpctOW69cEN50dTUj3GgVSkAuVVLQE9
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi all.

I have a host system with debian linux and my self-compiled xen 4.4.1.
the guest is also a debian linux.

I have pci-passthrough working well for a pci card that provides 4
serial (COM) ports, these com ports are working from the domu
(more-or-less) well.

Now I have the need to passthrough the server's mainboard's onboard COM
port too to the virtual machine.

How can I do this?

the onboard COM port has no associated pci device to it, it is just
coming from from the mainboard chipset, so I cannot use pci passthrough.

Is there any way to give the onboard serial to the virtual machine
(exclusively)?

Thank you.

host lspci:

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core
processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core
processor PCI Express Root Port (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series
Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset
Family USB Enhanced Host Controller #2 (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
Family PCI Express Root Port 1 (rev b5)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
Family PCI Express Root Port 3 (rev b5)
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
Family PCI Express Root Port 6 (rev b5)
00:1c.6 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)
00:1c.7 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
Family PCI Express Root Port 8 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset
Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation P67 Express Chipset Family LPC
Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset
Family SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family
SMBus Controller (rev 05)
01:00.0 PCI bridge: Intel Corporation 80333 Segment-A PCI Express-to-PCI
Express Bridge
01:00.2 PCI bridge: Intel Corporation 80333 Segment-B PCI Express-to-PCI
Express Bridge
02:0e.0 RAID bus controller: Promise Technology, Inc. 80333 [SuperTrak
EX8350/EX16350], 80331 [SuperTrak EX8300/EX16300]
05:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network
Connection
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
07:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI
Bridge (rev 01)
08:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI
3D Rage II+ 215GTB [Mach64 GTB] (rev 9a)
08:02.0 Serial controller: NetMos Technology PCI 9845 Multi-I/O
Controller (rev 01)
09:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA
6Gb/s Controller (rev 11)

host dmesg relevant lines:
 dmesg | grep tty
[    0.000000] console [tty0] enabled
[    3.004207] 00:08: ttyS0 at I/O 0x3f8 (irq =3D 4, base_baud =3D 115200=
)
is a 16550A
[    3.025891] 0000:08:02.0: ttyS4 at I/O 0xc150 (irq =3D 16, base_baud =3D=

115200) is a 16550A
[    3.047065] 0000:08:02.0: ttyS5 at I/O 0xc140 (irq =3D 16, base_baud =3D=

115200) is a 16550A
[    3.068125] 0000:08:02.0: ttyS6 at I/O 0xc130 (irq =3D 16, base_baud =3D=

115200) is a 16550A
[    3.089184] 0000:08:02.0: ttyS7 at I/O 0xc120 (irq =3D 16, base_baud =3D=

115200) is a 16550A

I need to redirect ttyS0 (4-5-6-7 already given to the guest)!

guest lspci:
 lspci
00:00.0 Serial controller: NetMos Technology PCI 9845 Multi-I/O
Controller (rev 01)

guest dmesg
 dmesg|grep tty
[    0.000000] console [tty0] enabled
[    7.131109] 0000:00:00.0: ttyS4 at I/O 0xc150 (irq =3D 38, base_baud =3D=

115200) is a 16550A
[    7.152337] 0000:00:00.0: ttyS5 at I/O 0xc140 (irq =3D 38, base_baud =3D=

115200) is a 16550A
[    7.173591] 0000:00:00.0: ttyS6 at I/O 0xc130 (irq =3D 38, base_baud =3D=

115200) is a 16550A
[    7.194693] 0000:00:00.0: ttyS7 at I/O 0xc120 (irq =3D 38, base_baud =3D=

115200) is a 16550A



--=20


=C3=89li=C3=A1s Tam=C3=A1s
Thomas Elias

ETIT[nwpro] KFT, =C3=9Cgyvezet=C5=91
ETIT[nwpro] Ltd, General Manager

Tel. HU: +36/30-497-1626
Tel. DE: +49/160-651-8723
OpenPGP pubkey: http://etit.hu/doc/et-pub.asc

Okleveles m=C3=A9rn=C3=B6k-informatikus (MSC)
Master of Science in Information Technology (MSC)

Kapcsolat: http://etit.hu/index.php/hu/kapcsolat
Jogi nyilatkozat: http://etit.hu/disclaimer-email-hu.txt
Contact: http://etit.hu/index.php/en/contact
Disclaimer: http://etit.hu/disclaimer-email-en.txt


--EPtpctOW69cEN50dTUj3GgVSkAuVVLQE9
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJUkANxAAoJENWYes1C3s/CcjwP/RAP2yo3yZ+XBwKtMkEPTdra
dTFxJfJ7Htjue8RRH2eW1xhEiLKo8UHqfwSYAiz3XsqV26hy6sA6lEVuIaGjwEfl
wYuO6Dl1ztlNwMadK/Z0PoIrC4rc2W5MXa4K6zagNohSRr1AVrRQ2dTscTqFFYYt
2p8tqa0eSOsvDWnS3nQAAhsFZlDnXtDKGR4zNQGgOg+YlwO09wTD7DhkgGlMJEye
Eygn6rnhVGUTGzG5PZTVVJf/vzE7MKYbrohD0cnMLRj1fAUOBX7HWWU3kSWV7o9P
ao6pqrLxAHHmkYulopqt0QzlTj3zF1mWmY0hoJnoIO5o/gOh6Gi1nnYrZ93Hqeii
6ItFRdLV4g2y/ozSoCi9Mhh86TTu9Vafrv/N0IQzw712ygw94iWJSVPw5Q4+AohG
gru9wpwevdvOdCT22K6mYZWf3SA1mLVE5iDuitZiFaV6YMf/ev9Q836EXNToN02i
Mr/QpUvE1be8ZlIBPu1mdQDYSXQEK5/NpYUnGu1R+wn2VzZSzE6j7ps09K5bGt01
avntWlN/RdavumDC/N4t/YXudaTKrbE2nxWMJblbl+zFcdvaUeL28MtNUbtvvvyP
0gVi7CCPn5WsIY8vtrqDdVWdt31pRQZmNtZyjfL/fmy4TqvhFpnGZZ6AerMDDGfi
hMxqMeFIuqVnwsE3Mk4d
=TMZi
-----END PGP SIGNATURE-----

--EPtpctOW69cEN50dTUj3GgVSkAuVVLQE9--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============5907719399677566515==--


From xen-users-bounces@lists.xen.org Tue Dec 16 10:05:05 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 16 Dec 2014 10:05:05 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y0oyj-0001Ec-Sl; Tue, 16 Dec 2014 10:03:41 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72) (envelope-from <et@etit.hu>)
	id 1Y0oyi-0001EX-BL
	for xen-users@lists.xen.org; Tue, 16 Dec 2014 10:03:40 +0000
Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id
	2E/E0-15461-B7300945; Tue, 16 Dec 2014 10:03:39 +0000
X-Env-Sender: et@etit.hu
X-Msg-Ref: server-3.tower-21.messagelabs.com!1418724218!15538608!1
X-Originating-IP: [95.140.34.219]
X-SpamReason: No, hits=0.5 required=7.0 tests=BODY_RANDOM_LONG
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 5697 invoked from network); 16 Dec 2014 10:03:38 -0000
Received: from mail.etit.hu (HELO mail.etit.hu) (95.140.34.219)
	by server-3.tower-21.messagelabs.com with SMTP;
	16 Dec 2014 10:03:38 -0000
Received: from localhost (localhost [127.0.0.1])
	by mail.etit.hu (Postfix) with ESMTP id E639DE9D
	for <xen-users@lists.xen.org>; Tue, 16 Dec 2014 11:03:37 +0100 (CET)
Received: from [192.168.100.122] (87.229.89.127.z-net.hu [87.229.89.127])
	by mail.etit.hu (Postfix) with ESMTPSA id 14AE0D84
	for <xen-users@lists.xen.org>; Tue, 16 Dec 2014 11:03:29 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=etit.hu; s=etit.hu;
	t=1418724210; bh=sCVqpdkHtA5Ow+h2seGZdFRVPUtM8V1I1RyJcq/gVn8=;
	h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type:From;
	b=fV7tDckMAF9frF0UXnWLS2dnTFhgwqRgoJxqUqyeGLrBzZq/v9w5Idn3Pa+hAZJzK
	p1rJ3RTGl8vtCetPEZ2EM3kAgi2jJ+hI1Kl9X4w2MpEyGEmMN2oaH8SqKmIUugCdjk
	sRTfZTsAyqEhEOtUTlOm7Cz47rOH/pIdRMPxKweE=
Message-ID: <54900371.8000506@etit.hu>
Date: Tue, 16 Dec 2014 11:03:29 +0100
From: =?UTF-8?B?w4lsacOhcyBUYW3DoXM=?= <et@etit.hu>
Organization: ETIT[nwpro] KFT
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:31.0) Gecko/20100101 Thunderbird/31.3.0
MIME-Version: 1.0
To: xen-users@lists.xen.org
References: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
	<1418656191.16425.144.camel@citrix.com>
In-Reply-To: <1418656191.16425.144.camel@citrix.com>
X-TagToolbar-Keys: D20141216110329072
Subject: [Xen-users] mainboard serial (ttyS) port redirection AND pci
	passthrou
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============5907719399677566515=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--===============5907719399677566515==
Content-Type: multipart/signed; micalg=pgp-sha1;
 protocol="application/pgp-signature";
 boundary="EPtpctOW69cEN50dTUj3GgVSkAuVVLQE9"

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--EPtpctOW69cEN50dTUj3GgVSkAuVVLQE9
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi all.

I have a host system with debian linux and my self-compiled xen 4.4.1.
the guest is also a debian linux.

I have pci-passthrough working well for a pci card that provides 4
serial (COM) ports, these com ports are working from the domu
(more-or-less) well.

Now I have the need to passthrough the server's mainboard's onboard COM
port too to the virtual machine.

How can I do this?

the onboard COM port has no associated pci device to it, it is just
coming from from the mainboard chipset, so I cannot use pci passthrough.

Is there any way to give the onboard serial to the virtual machine
(exclusively)?

Thank you.

host lspci:

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core
processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core
processor PCI Express Root Port (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series
Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset
Family USB Enhanced Host Controller #2 (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
Family PCI Express Root Port 1 (rev b5)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
Family PCI Express Root Port 3 (rev b5)
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
Family PCI Express Root Port 6 (rev b5)
00:1c.6 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)
00:1c.7 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
Family PCI Express Root Port 8 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset
Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation P67 Express Chipset Family LPC
Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset
Family SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family
SMBus Controller (rev 05)
01:00.0 PCI bridge: Intel Corporation 80333 Segment-A PCI Express-to-PCI
Express Bridge
01:00.2 PCI bridge: Intel Corporation 80333 Segment-B PCI Express-to-PCI
Express Bridge
02:0e.0 RAID bus controller: Promise Technology, Inc. 80333 [SuperTrak
EX8350/EX16350], 80331 [SuperTrak EX8300/EX16300]
05:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network
Connection
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
07:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI
Bridge (rev 01)
08:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI
3D Rage II+ 215GTB [Mach64 GTB] (rev 9a)
08:02.0 Serial controller: NetMos Technology PCI 9845 Multi-I/O
Controller (rev 01)
09:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA
6Gb/s Controller (rev 11)

host dmesg relevant lines:
 dmesg | grep tty
[    0.000000] console [tty0] enabled
[    3.004207] 00:08: ttyS0 at I/O 0x3f8 (irq =3D 4, base_baud =3D 115200=
)
is a 16550A
[    3.025891] 0000:08:02.0: ttyS4 at I/O 0xc150 (irq =3D 16, base_baud =3D=

115200) is a 16550A
[    3.047065] 0000:08:02.0: ttyS5 at I/O 0xc140 (irq =3D 16, base_baud =3D=

115200) is a 16550A
[    3.068125] 0000:08:02.0: ttyS6 at I/O 0xc130 (irq =3D 16, base_baud =3D=

115200) is a 16550A
[    3.089184] 0000:08:02.0: ttyS7 at I/O 0xc120 (irq =3D 16, base_baud =3D=

115200) is a 16550A

I need to redirect ttyS0 (4-5-6-7 already given to the guest)!

guest lspci:
 lspci
00:00.0 Serial controller: NetMos Technology PCI 9845 Multi-I/O
Controller (rev 01)

guest dmesg
 dmesg|grep tty
[    0.000000] console [tty0] enabled
[    7.131109] 0000:00:00.0: ttyS4 at I/O 0xc150 (irq =3D 38, base_baud =3D=

115200) is a 16550A
[    7.152337] 0000:00:00.0: ttyS5 at I/O 0xc140 (irq =3D 38, base_baud =3D=

115200) is a 16550A
[    7.173591] 0000:00:00.0: ttyS6 at I/O 0xc130 (irq =3D 38, base_baud =3D=

115200) is a 16550A
[    7.194693] 0000:00:00.0: ttyS7 at I/O 0xc120 (irq =3D 38, base_baud =3D=

115200) is a 16550A



--=20


=C3=89li=C3=A1s Tam=C3=A1s
Thomas Elias

ETIT[nwpro] KFT, =C3=9Cgyvezet=C5=91
ETIT[nwpro] Ltd, General Manager

Tel. HU: +36/30-497-1626
Tel. DE: +49/160-651-8723
OpenPGP pubkey: http://etit.hu/doc/et-pub.asc

Okleveles m=C3=A9rn=C3=B6k-informatikus (MSC)
Master of Science in Information Technology (MSC)

Kapcsolat: http://etit.hu/index.php/hu/kapcsolat
Jogi nyilatkozat: http://etit.hu/disclaimer-email-hu.txt
Contact: http://etit.hu/index.php/en/contact
Disclaimer: http://etit.hu/disclaimer-email-en.txt


--EPtpctOW69cEN50dTUj3GgVSkAuVVLQE9
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJUkANxAAoJENWYes1C3s/CcjwP/RAP2yo3yZ+XBwKtMkEPTdra
dTFxJfJ7Htjue8RRH2eW1xhEiLKo8UHqfwSYAiz3XsqV26hy6sA6lEVuIaGjwEfl
wYuO6Dl1ztlNwMadK/Z0PoIrC4rc2W5MXa4K6zagNohSRr1AVrRQ2dTscTqFFYYt
2p8tqa0eSOsvDWnS3nQAAhsFZlDnXtDKGR4zNQGgOg+YlwO09wTD7DhkgGlMJEye
Eygn6rnhVGUTGzG5PZTVVJf/vzE7MKYbrohD0cnMLRj1fAUOBX7HWWU3kSWV7o9P
ao6pqrLxAHHmkYulopqt0QzlTj3zF1mWmY0hoJnoIO5o/gOh6Gi1nnYrZ93Hqeii
6ItFRdLV4g2y/ozSoCi9Mhh86TTu9Vafrv/N0IQzw712ygw94iWJSVPw5Q4+AohG
gru9wpwevdvOdCT22K6mYZWf3SA1mLVE5iDuitZiFaV6YMf/ev9Q836EXNToN02i
Mr/QpUvE1be8ZlIBPu1mdQDYSXQEK5/NpYUnGu1R+wn2VzZSzE6j7ps09K5bGt01
avntWlN/RdavumDC/N4t/YXudaTKrbE2nxWMJblbl+zFcdvaUeL28MtNUbtvvvyP
0gVi7CCPn5WsIY8vtrqDdVWdt31pRQZmNtZyjfL/fmy4TqvhFpnGZZ6AerMDDGfi
hMxqMeFIuqVnwsE3Mk4d
=TMZi
-----END PGP SIGNATURE-----

--EPtpctOW69cEN50dTUj3GgVSkAuVVLQE9--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============5907719399677566515==--


From xen-users-bounces@lists.xen.org Tue Dec 16 10:17:33 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 16 Dec 2014 10:17: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-users-bounces@lists.xen.org>)
	id 1Y0pBn-0001ny-Ve; Tue, 16 Dec 2014 10:17:11 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <skupko.sk@gmail.com>) id 1Y0pBm-0001nr-JZ
	for xen-users@lists.xen.org; Tue, 16 Dec 2014 10:17:10 +0000
Received: from [85.158.139.211] by server-2.bemta-5.messagelabs.com id
	85/99-14214-5A600945; Tue, 16 Dec 2014 10:17:09 +0000
X-Env-Sender: skupko.sk@gmail.com
X-Msg-Ref: server-11.tower-206.messagelabs.com!1418725028!9454646!1
X-Originating-IP: [74.125.82.49]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_10_20,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 8117 invoked from network); 16 Dec 2014 10:17:08 -0000
Received: from mail-wg0-f49.google.com (HELO mail-wg0-f49.google.com)
	(74.125.82.49)
	by server-11.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	16 Dec 2014 10:17:08 -0000
Received: by mail-wg0-f49.google.com with SMTP id n12so16824833wgh.8
	for <xen-users@lists.xen.org>; Tue, 16 Dec 2014 02:17:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=ykEWhRu6ZIaYt8C1s8pFYgirKkYcomFWcn50xIwMygo=;
	b=POmKsHBjiHTArQV0w4Ir1PBulI7cMnOfuh31X1MEdI2jfLHiTtS1RBE0XUQ3YLf+1e
	PfQv57c4KCPUhk9mlojNUfaxBEu16bbvVzytlNx/voDbF05tBoduTj9r0B2Saa9pYlbk
	7Bb8YjC/IwnN0F6nQto8Rj4cvH0rfdnBU/m5Wh2v94EcRbVUYTG+2W5+pXQD0BioTqrS
	Z3nlqW5UR9L8DrKirVhuduZvnsRGMWInItSJVM5ILDf/4Q4qB/c6oxMI5/1P6LNbuYgB
	YziXFsEf5b+O660e4VVlgFIylCMleAr56ZNNYC/T8NXJQBJrS/CYIMV4ogynxm/CP7VC
	sZxw==
MIME-Version: 1.0
X-Received: by 10.194.48.109 with SMTP id k13mr61584924wjn.7.1418725028390;
	Tue, 16 Dec 2014 02:17:08 -0800 (PST)
Received: by 10.217.182.196 with HTTP; Tue, 16 Dec 2014 02:17:08 -0800 (PST)
Date: Tue, 16 Dec 2014 11:17:08 +0100
Message-ID: <CAPa6PsEb6==RLfiUaVnm+rmkt-6w0oFL13bM-5tENDxu8UReEQ@mail.gmail.com>
From: Peter Viskup <skupko.sk@gmail.com>
To: xen-users <xen-users@lists.xen.org>
Subject: [Xen-users] Xen VMs management in Debian
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============4926491477712381141=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============4926491477712381141==
Content-Type: multipart/alternative; boundary=047d7b86d2ae59ef37050a52a92c

--047d7b86d2ae59ef37050a52a92c
Content-Type: text/plain; charset=UTF-8

Dear all,
I'm still running Xen with xm toolstack and xend on Debian Wheezy.
Would like to prepare for migration to xl toolstack in the near future. I'm
interested in your experience with user-friendly management interface for
managing the Xen VMs.

I was considering to participate on XOA development, but there could be
much better approach or complete solution (I'm not aware of) available
already.

The Debian XCP is quite old and looks like porting XCP to Debian is stopped
already (xcp packages removed from testing and unstable). The major
limitation of Debian's XCP for me there is that I'm not able to extend
virtual disks (LVM based) without reboot of VM. And I don't like the
networking management in XCP too much.

The requirements:
 - web based preffered
 - easy access to console
 - multiuser with list of VMs the user can manage

I'm still deciding on migration to XenServer + XOA as one of the
possibilities.

Will appreciate all your inputs.

Best regards,
-- 
Peter Viskup

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

<div dir=3D"ltr"><div><div><div><div><div>Dear all,<br></div>I&#39;m still =
running Xen with xm toolstack and xend on Debian Wheezy.<br></div>Would lik=
e to prepare for migration to xl toolstack in the near future. I&#39;m inte=
rested in your experience with user-friendly management interface for manag=
ing the Xen VMs.<br><br>I was considering to participate on XOA development=
, but there could be much better approach or complete solution (I&#39;m not=
 aware of) available already.<br><br></div>The Debian XCP is quite old and =
looks like porting XCP to Debian is stopped already (xcp packages removed f=
rom testing and unstable). The major limitation of Debian&#39;s XCP for me =
there is that I&#39;m not able to extend virtual disks (LVM based) without =
reboot of VM. And I don&#39;t like the networking management in XCP too muc=
h.<br><br></div><div>The requirements:<br></div><div>=C2=A0- web based pref=
fered<br></div><div>=C2=A0- easy access to console<br></div><div>=C2=A0- mu=
ltiuser with list of VMs the user can manage<br></div><div><br></div><div><=
/div><div>I&#39;m still deciding on migration to XenServer + XOA as one of =
the possibilities.<br><br>Will appreciate all your inputs.<br></div><div><b=
r></div>Best regards,<br>-- <br></div>Peter Viskup<br></div>

--047d7b86d2ae59ef37050a52a92c--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============4926491477712381141==--


From xen-users-bounces@lists.xen.org Tue Dec 16 10:17:33 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 16 Dec 2014 10:17: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-users-bounces@lists.xen.org>)
	id 1Y0pBn-0001ny-Ve; Tue, 16 Dec 2014 10:17:11 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <skupko.sk@gmail.com>) id 1Y0pBm-0001nr-JZ
	for xen-users@lists.xen.org; Tue, 16 Dec 2014 10:17:10 +0000
Received: from [85.158.139.211] by server-2.bemta-5.messagelabs.com id
	85/99-14214-5A600945; Tue, 16 Dec 2014 10:17:09 +0000
X-Env-Sender: skupko.sk@gmail.com
X-Msg-Ref: server-11.tower-206.messagelabs.com!1418725028!9454646!1
X-Originating-IP: [74.125.82.49]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_10_20,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 8117 invoked from network); 16 Dec 2014 10:17:08 -0000
Received: from mail-wg0-f49.google.com (HELO mail-wg0-f49.google.com)
	(74.125.82.49)
	by server-11.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	16 Dec 2014 10:17:08 -0000
Received: by mail-wg0-f49.google.com with SMTP id n12so16824833wgh.8
	for <xen-users@lists.xen.org>; Tue, 16 Dec 2014 02:17:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=ykEWhRu6ZIaYt8C1s8pFYgirKkYcomFWcn50xIwMygo=;
	b=POmKsHBjiHTArQV0w4Ir1PBulI7cMnOfuh31X1MEdI2jfLHiTtS1RBE0XUQ3YLf+1e
	PfQv57c4KCPUhk9mlojNUfaxBEu16bbvVzytlNx/voDbF05tBoduTj9r0B2Saa9pYlbk
	7Bb8YjC/IwnN0F6nQto8Rj4cvH0rfdnBU/m5Wh2v94EcRbVUYTG+2W5+pXQD0BioTqrS
	Z3nlqW5UR9L8DrKirVhuduZvnsRGMWInItSJVM5ILDf/4Q4qB/c6oxMI5/1P6LNbuYgB
	YziXFsEf5b+O660e4VVlgFIylCMleAr56ZNNYC/T8NXJQBJrS/CYIMV4ogynxm/CP7VC
	sZxw==
MIME-Version: 1.0
X-Received: by 10.194.48.109 with SMTP id k13mr61584924wjn.7.1418725028390;
	Tue, 16 Dec 2014 02:17:08 -0800 (PST)
Received: by 10.217.182.196 with HTTP; Tue, 16 Dec 2014 02:17:08 -0800 (PST)
Date: Tue, 16 Dec 2014 11:17:08 +0100
Message-ID: <CAPa6PsEb6==RLfiUaVnm+rmkt-6w0oFL13bM-5tENDxu8UReEQ@mail.gmail.com>
From: Peter Viskup <skupko.sk@gmail.com>
To: xen-users <xen-users@lists.xen.org>
Subject: [Xen-users] Xen VMs management in Debian
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============4926491477712381141=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============4926491477712381141==
Content-Type: multipart/alternative; boundary=047d7b86d2ae59ef37050a52a92c

--047d7b86d2ae59ef37050a52a92c
Content-Type: text/plain; charset=UTF-8

Dear all,
I'm still running Xen with xm toolstack and xend on Debian Wheezy.
Would like to prepare for migration to xl toolstack in the near future. I'm
interested in your experience with user-friendly management interface for
managing the Xen VMs.

I was considering to participate on XOA development, but there could be
much better approach or complete solution (I'm not aware of) available
already.

The Debian XCP is quite old and looks like porting XCP to Debian is stopped
already (xcp packages removed from testing and unstable). The major
limitation of Debian's XCP for me there is that I'm not able to extend
virtual disks (LVM based) without reboot of VM. And I don't like the
networking management in XCP too much.

The requirements:
 - web based preffered
 - easy access to console
 - multiuser with list of VMs the user can manage

I'm still deciding on migration to XenServer + XOA as one of the
possibilities.

Will appreciate all your inputs.

Best regards,
-- 
Peter Viskup

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

<div dir=3D"ltr"><div><div><div><div><div>Dear all,<br></div>I&#39;m still =
running Xen with xm toolstack and xend on Debian Wheezy.<br></div>Would lik=
e to prepare for migration to xl toolstack in the near future. I&#39;m inte=
rested in your experience with user-friendly management interface for manag=
ing the Xen VMs.<br><br>I was considering to participate on XOA development=
, but there could be much better approach or complete solution (I&#39;m not=
 aware of) available already.<br><br></div>The Debian XCP is quite old and =
looks like porting XCP to Debian is stopped already (xcp packages removed f=
rom testing and unstable). The major limitation of Debian&#39;s XCP for me =
there is that I&#39;m not able to extend virtual disks (LVM based) without =
reboot of VM. And I don&#39;t like the networking management in XCP too muc=
h.<br><br></div><div>The requirements:<br></div><div>=C2=A0- web based pref=
fered<br></div><div>=C2=A0- easy access to console<br></div><div>=C2=A0- mu=
ltiuser with list of VMs the user can manage<br></div><div><br></div><div><=
/div><div>I&#39;m still deciding on migration to XenServer + XOA as one of =
the possibilities.<br><br>Will appreciate all your inputs.<br></div><div><b=
r></div>Best regards,<br>-- <br></div>Peter Viskup<br></div>

--047d7b86d2ae59ef37050a52a92c--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============4926491477712381141==--


From xen-users-bounces@lists.xen.org Tue Dec 16 10:23:38 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 16 Dec 2014 10:23:38 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y0pHY-0002Ep-2I; Tue, 16 Dec 2014 10:23:08 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <skupko.sk@gmail.com>) id 1Y0pHW-0002Ec-Lx
	for xen-users@lists.xen.org; Tue, 16 Dec 2014 10:23:06 +0000
Received: from [85.158.139.211] by server-3.bemta-5.messagelabs.com id
	D5/8A-14727-90800945; Tue, 16 Dec 2014 10:23:05 +0000
X-Env-Sender: skupko.sk@gmail.com
X-Msg-Ref: server-14.tower-206.messagelabs.com!1418725383!8173933!1
X-Originating-IP: [209.85.212.177]
X-SpamReason: No, hits=1.7 required=7.0 tests=BODY_RANDOM_LONG,
	HTML_20_30,HTML_MESSAGE,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 1040 invoked from network); 16 Dec 2014 10:23:03 -0000
Received: from mail-wi0-f177.google.com (HELO mail-wi0-f177.google.com)
	(209.85.212.177)
	by server-14.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	16 Dec 2014 10:23:03 -0000
Received: by mail-wi0-f177.google.com with SMTP id l15so11977140wiw.4
	for <xen-users@lists.xen.org>; Tue, 16 Dec 2014 02:23:03 -0800 (PST)
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=miNAJpZGfGNwKZOn5OkxxnhKY1gfIvSdKwhv4pSFJew=;
	b=OsB2zMDBRWSAgdyVpW5/SIMy4ypE69q4XMlwZS+T16CGK/2J/zvNK+wSVS151nWhlU
	0h34MoVDlLwJrMgBZZplFTdf9K3Kq9mhEGq8J4ZbzUWZYfqCFnbm3LumhfnB1vqcm1Le
	9CTyRAAo5UMWnxaWmjPCfXpgDIqDRMMjcuvUroEkkx3H2p9wWodK0Xc+YkOCulfVsViv
	Vf4jUI72UHrjwP3WtzejOo6BExI/hzLYDjLlg0h4CO5Z2zixgvtswPC7/M/EFVLJ3P+d
	smVB60cCQ7w08UbCK1jN4LIzUxHoT/sB2F3RrR5cflwjhGUONrFeTWcbbCjSPR32ukN4
	coZA==
MIME-Version: 1.0
X-Received: by 10.180.97.195 with SMTP id ec3mr3418961wib.79.1418725382695;
	Tue, 16 Dec 2014 02:23:02 -0800 (PST)
Received: by 10.217.182.196 with HTTP; Tue, 16 Dec 2014 02:23:02 -0800 (PST)
In-Reply-To: <54900371.8000506@etit.hu>
References: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
	<1418656191.16425.144.camel@citrix.com> <54900371.8000506@etit.hu>
Date: Tue, 16 Dec 2014 11:23:02 +0100
Message-ID: <CAPa6PsHqGbQC8oM5gACcpW8W+QwWZcCkYV1zxDk=YBM6Ya3cCw@mail.gmail.com>
From: Peter Viskup <skupko.sk@gmail.com>
To: =?UTF-8?B?w4lsacOhcyBUYW3DoXM=?= <et@etit.hu>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] mainboard serial (ttyS) port redirection AND pci
	passthrou
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============3162707368610527980=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============3162707368610527980==
Content-Type: multipart/alternative; boundary=f46d0443066e78338b050a52beb4

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

It's the thing I was working on during last days.
For me the ser2net + socat was the solution. Be prepared for playing with
configuration.
This worked for me:
 - dom0 ser2net line
  - 10.0.0.2,11111:raw:0:/dev/ttyS0:38400 8DATABITS NONE 1STOPBIT
 - domU socat command
  - /usr/bin/socat pty,link=3D/dev/ttyS10 tcp:10.0.0.2:11111

Hope it helps.

--=20
Peter Viskup

On Tue, Dec 16, 2014 at 11:03 AM, =C3=89li=C3=A1s Tam=C3=A1s <et@etit.hu> w=
rote:
>
> Hi all.
>
> I have a host system with debian linux and my self-compiled xen 4.4.1.
> the guest is also a debian linux.
>
> I have pci-passthrough working well for a pci card that provides 4
> serial (COM) ports, these com ports are working from the domu
> (more-or-less) well.
>
> Now I have the need to passthrough the server's mainboard's onboard COM
> port too to the virtual machine.
>
> How can I do this?
>
> the onboard COM port has no associated pci device to it, it is just
> coming from from the mainboard chipset, so I cannot use pci passthrough.
>
> Is there any way to give the onboard serial to the virtual machine
> (exclusively)?
>
> Thank you.
>
> host lspci:
>
> 00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core
> processor DRAM Controller (rev 09)
> 00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core
> processor PCI Express Root Port (rev 09)
> 00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series
> Chipset Family MEI Controller #1 (rev 04)
> 00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset
> Family USB Enhanced Host Controller #2 (rev 05)
> 00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
> Family PCI Express Root Port 1 (rev b5)
> 00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
> Family PCI Express Root Port 3 (rev b5)
> 00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
> Family PCI Express Root Port 6 (rev b5)
> 00:1c.6 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)
> 00:1c.7 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
> Family PCI Express Root Port 8 (rev b5)
> 00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset
> Family USB Enhanced Host Controller #1 (rev 05)
> 00:1f.0 ISA bridge: Intel Corporation P67 Express Chipset Family LPC
> Controller (rev 05)
> 00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset
> Family SATA AHCI Controller (rev 05)
> 00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family
> SMBus Controller (rev 05)
> 01:00.0 PCI bridge: Intel Corporation 80333 Segment-A PCI Express-to-PCI
> Express Bridge
> 01:00.2 PCI bridge: Intel Corporation 80333 Segment-B PCI Express-to-PCI
> Express Bridge
> 02:0e.0 RAID bus controller: Promise Technology, Inc. 80333 [SuperTrak
> EX8350/EX16350], 80331 [SuperTrak EX8300/EX16300]
> 05:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network
> Connection
> 06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
> RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
> 07:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI
> Bridge (rev 01)
> 08:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI
> 3D Rage II+ 215GTB [Mach64 GTB] (rev 9a)
> 08:02.0 Serial controller: NetMos Technology PCI 9845 Multi-I/O
> Controller (rev 01)
> 09:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA
> 6Gb/s Controller (rev 11)
>
> host dmesg relevant lines:
>  dmesg | grep tty
> [    0.000000] console [tty0] enabled
> [    3.004207] 00:08: ttyS0 at I/O 0x3f8 (irq =3D 4, base_baud =3D 115200=
)
> is a 16550A
> [    3.025891] 0000:08:02.0: ttyS4 at I/O 0xc150 (irq =3D 16, base_baud =
=3D
> 115200) is a 16550A
> [    3.047065] 0000:08:02.0: ttyS5 at I/O 0xc140 (irq =3D 16, base_baud =
=3D
> 115200) is a 16550A
> [    3.068125] 0000:08:02.0: ttyS6 at I/O 0xc130 (irq =3D 16, base_baud =
=3D
> 115200) is a 16550A
> [    3.089184] 0000:08:02.0: ttyS7 at I/O 0xc120 (irq =3D 16, base_baud =
=3D
> 115200) is a 16550A
>
> I need to redirect ttyS0 (4-5-6-7 already given to the guest)!
>
> guest lspci:
>  lspci
> 00:00.0 Serial controller: NetMos Technology PCI 9845 Multi-I/O
> Controller (rev 01)
>
> guest dmesg
>  dmesg|grep tty
> [    0.000000] console [tty0] enabled
> [    7.131109] 0000:00:00.0: ttyS4 at I/O 0xc150 (irq =3D 38, base_baud =
=3D
> 115200) is a 16550A
> [    7.152337] 0000:00:00.0: ttyS5 at I/O 0xc140 (irq =3D 38, base_baud =
=3D
> 115200) is a 16550A
> [    7.173591] 0000:00:00.0: ttyS6 at I/O 0xc130 (irq =3D 38, base_baud =
=3D
> 115200) is a 16550A
> [    7.194693] 0000:00:00.0: ttyS7 at I/O 0xc120 (irq =3D 38, base_baud =
=3D
> 115200) is a 16550A
>
>
>
> --
>
>
> =C3=89li=C3=A1s Tam=C3=A1s
> Thomas Elias
>
> ETIT[nwpro] KFT, =C3=9Cgyvezet=C5=91
> ETIT[nwpro] Ltd, General Manager
>
> Tel. HU: +36/30-497-1626
> Tel. DE: +49/160-651-8723
> OpenPGP pubkey: http://etit.hu/doc/et-pub.asc
>
> Okleveles m=C3=A9rn=C3=B6k-informatikus (MSC)
> Master of Science in Information Technology (MSC)
>
> Kapcsolat: http://etit.hu/index.php/hu/kapcsolat
> Jogi nyilatkozat: http://etit.hu/disclaimer-email-hu.txt
> Contact: http://etit.hu/index.php/en/contact
> Disclaimer: http://etit.hu/disclaimer-email-en.txt
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users
>

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

<div dir=3D"ltr"><div><div><div><div>It&#39;s the thing I was working on du=
ring last days.<br></div>For me the ser2net + socat was the solution. Be pr=
epared for playing with configuration.<br>This worked for me:<br></div>=C2=
=A0- dom0 ser2net line<br>=C2=A0 - 10.0.0.2,11111:raw:0:/dev/ttyS0:38400 8D=
ATABITS NONE 1STOPBIT<br></div>=C2=A0- domU socat command<br>=C2=A0 - /usr/=
bin/socat pty,link=3D/dev/ttyS10 tcp:<a href=3D"http://10.0.0.2:11111">10.0=
.0.2:11111</a><br><br></div><div>Hope it helps.<br><br></div><div>-- <br></=
div>Peter Viskup<br></div><div class=3D"gmail_extra"><br><div class=3D"gmai=
l_quote">On Tue, Dec 16, 2014 at 11:03 AM, =C3=89li=C3=A1s Tam=C3=A1s <span=
 dir=3D"ltr">&lt;<a href=3D"mailto:et@etit.hu" target=3D"_blank">et@etit.hu=
</a>&gt;</span> wrote:<blockquote class=3D"gmail_quote" style=3D"margin:0 0=
 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all.<br>
<br>
I have a host system with debian linux and my self-compiled xen 4.4.1.<br>
the guest is also a debian linux.<br>
<br>
I have pci-passthrough working well for a pci card that provides 4<br>
serial (COM) ports, these com ports are working from the domu<br>
(more-or-less) well.<br>
<br>
Now I have the need to passthrough the server&#39;s mainboard&#39;s onboard=
 COM<br>
port too to the virtual machine.<br>
<br>
How can I do this?<br>
<br>
the onboard COM port has no associated pci device to it, it is just<br>
coming from from the mainboard chipset, so I cannot use pci passthrough.<br=
>
<br>
Is there any way to give the onboard serial to the virtual machine<br>
(exclusively)?<br>
<br>
Thank you.<br>
<br>
host lspci:<br>
<br>
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core<br>
processor DRAM Controller (rev 09)<br>
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core<br>
processor PCI Express Root Port (rev 09)<br>
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series<br=
>
Chipset Family MEI Controller #1 (rev 04)<br>
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset<br>
Family USB Enhanced Host Controller #2 (rev 05)<br>
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset<br>
Family PCI Express Root Port 1 (rev b5)<br>
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset<br>
Family PCI Express Root Port 3 (rev b5)<br>
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset<br>
Family PCI Express Root Port 6 (rev b5)<br>
00:1c.6 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)<br>
00:1c.7 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset<br>
Family PCI Express Root Port 8 (rev b5)<br>
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset<br>
Family USB Enhanced Host Controller #1 (rev 05)<br>
00:1f.0 ISA bridge: Intel Corporation P67 Express Chipset Family LPC<br>
Controller (rev 05)<br>
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset<br>
Family SATA AHCI Controller (rev 05)<br>
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family<br>
SMBus Controller (rev 05)<br>
01:00.0 PCI bridge: Intel Corporation 80333 Segment-A PCI Express-to-PCI<br=
>
Express Bridge<br>
01:00.2 PCI bridge: Intel Corporation 80333 Segment-B PCI Express-to-PCI<br=
>
Express Bridge<br>
02:0e.0 RAID bus controller: Promise Technology, Inc. 80333 [SuperTrak<br>
EX8350/EX16350], 80331 [SuperTrak EX8300/EX16300]<br>
05:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network<br>
Connection<br>
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.<br>
RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)<br>
07:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI<br>
Bridge (rev 01)<br>
08:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI<br>
3D Rage II+ 215GTB [Mach64 GTB] (rev 9a)<br>
08:02.0 Serial controller: NetMos Technology PCI 9845 Multi-I/O<br>
Controller (rev 01)<br>
09:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA<br>
6Gb/s Controller (rev 11)<br>
<br>
host dmesg relevant lines:<br>
=C2=A0dmesg | grep tty<br>
[=C2=A0 =C2=A0 0.000000] console [tty0] enabled<br>
[=C2=A0 =C2=A0 3.004207] 00:08: ttyS0 at I/O 0x3f8 (irq =3D 4, base_baud =
=3D 115200)<br>
is a 16550A<br>
[=C2=A0 =C2=A0 3.025891] 0000:08:02.0: ttyS4 at I/O 0xc150 (irq =3D 16, bas=
e_baud =3D<br>
115200) is a 16550A<br>
[=C2=A0 =C2=A0 3.047065] 0000:08:02.0: ttyS5 at I/O 0xc140 (irq =3D 16, bas=
e_baud =3D<br>
115200) is a 16550A<br>
[=C2=A0 =C2=A0 3.068125] 0000:08:02.0: ttyS6 at I/O 0xc130 (irq =3D 16, bas=
e_baud =3D<br>
115200) is a 16550A<br>
[=C2=A0 =C2=A0 3.089184] 0000:08:02.0: ttyS7 at I/O 0xc120 (irq =3D 16, bas=
e_baud =3D<br>
115200) is a 16550A<br>
<br>
I need to redirect ttyS0 (4-5-6-7 already given to the guest)!<br>
<br>
guest lspci:<br>
=C2=A0lspci<br>
00:00.0 Serial controller: NetMos Technology PCI 9845 Multi-I/O<br>
Controller (rev 01)<br>
<br>
guest dmesg<br>
=C2=A0dmesg|grep tty<br>
[=C2=A0 =C2=A0 0.000000] console [tty0] enabled<br>
[=C2=A0 =C2=A0 7.131109] 0000:00:00.0: ttyS4 at I/O 0xc150 (irq =3D 38, bas=
e_baud =3D<br>
115200) is a 16550A<br>
[=C2=A0 =C2=A0 7.152337] 0000:00:00.0: ttyS5 at I/O 0xc140 (irq =3D 38, bas=
e_baud =3D<br>
115200) is a 16550A<br>
[=C2=A0 =C2=A0 7.173591] 0000:00:00.0: ttyS6 at I/O 0xc130 (irq =3D 38, bas=
e_baud =3D<br>
115200) is a 16550A<br>
[=C2=A0 =C2=A0 7.194693] 0000:00:00.0: ttyS7 at I/O 0xc120 (irq =3D 38, bas=
e_baud =3D<br>
115200) is a 16550A<br>
<br>
<br>
<br>
--<br>
<br>
<br>
=C3=89li=C3=A1s Tam=C3=A1s<br>
Thomas Elias<br>
<br>
ETIT[nwpro] KFT, =C3=9Cgyvezet=C5=91<br>
ETIT[nwpro] Ltd, General Manager<br>
<br>
Tel. HU: +36/30-497-1626<br>
Tel. DE: +49/160-651-8723<br>
OpenPGP pubkey: <a href=3D"http://etit.hu/doc/et-pub.asc" target=3D"_blank"=
>http://etit.hu/doc/et-pub.asc</a><br>
<br>
Okleveles m=C3=A9rn=C3=B6k-informatikus (MSC)<br>
Master of Science in Information Technology (MSC)<br>
<br>
Kapcsolat: <a href=3D"http://etit.hu/index.php/hu/kapcsolat" target=3D"_bla=
nk">http://etit.hu/index.php/hu/kapcsolat</a><br>
Jogi nyilatkozat: <a href=3D"http://etit.hu/disclaimer-email-hu.txt" target=
=3D"_blank">http://etit.hu/disclaimer-email-hu.txt</a><br>
Contact: <a href=3D"http://etit.hu/index.php/en/contact" target=3D"_blank">=
http://etit.hu/index.php/en/contact</a><br>
Disclaimer: <a href=3D"http://etit.hu/disclaimer-email-en.txt" target=3D"_b=
lank">http://etit.hu/disclaimer-email-en.txt</a><br>
<br>
<br>_______________________________________________<br>
Xen-users mailing list<br>
<a href=3D"mailto:Xen-users@lists.xen.org">Xen-users@lists.xen.org</a><br>
<a href=3D"http://lists.xen.org/xen-users" target=3D"_blank">http://lists.x=
en.org/xen-users</a><br></blockquote></div></div>

--f46d0443066e78338b050a52beb4--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============3162707368610527980==--


From xen-users-bounces@lists.xen.org Tue Dec 16 10:23:38 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 16 Dec 2014 10:23:38 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y0pHY-0002Ep-2I; Tue, 16 Dec 2014 10:23:08 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <skupko.sk@gmail.com>) id 1Y0pHW-0002Ec-Lx
	for xen-users@lists.xen.org; Tue, 16 Dec 2014 10:23:06 +0000
Received: from [85.158.139.211] by server-3.bemta-5.messagelabs.com id
	D5/8A-14727-90800945; Tue, 16 Dec 2014 10:23:05 +0000
X-Env-Sender: skupko.sk@gmail.com
X-Msg-Ref: server-14.tower-206.messagelabs.com!1418725383!8173933!1
X-Originating-IP: [209.85.212.177]
X-SpamReason: No, hits=1.7 required=7.0 tests=BODY_RANDOM_LONG,
	HTML_20_30,HTML_MESSAGE,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 1040 invoked from network); 16 Dec 2014 10:23:03 -0000
Received: from mail-wi0-f177.google.com (HELO mail-wi0-f177.google.com)
	(209.85.212.177)
	by server-14.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	16 Dec 2014 10:23:03 -0000
Received: by mail-wi0-f177.google.com with SMTP id l15so11977140wiw.4
	for <xen-users@lists.xen.org>; Tue, 16 Dec 2014 02:23:03 -0800 (PST)
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=miNAJpZGfGNwKZOn5OkxxnhKY1gfIvSdKwhv4pSFJew=;
	b=OsB2zMDBRWSAgdyVpW5/SIMy4ypE69q4XMlwZS+T16CGK/2J/zvNK+wSVS151nWhlU
	0h34MoVDlLwJrMgBZZplFTdf9K3Kq9mhEGq8J4ZbzUWZYfqCFnbm3LumhfnB1vqcm1Le
	9CTyRAAo5UMWnxaWmjPCfXpgDIqDRMMjcuvUroEkkx3H2p9wWodK0Xc+YkOCulfVsViv
	Vf4jUI72UHrjwP3WtzejOo6BExI/hzLYDjLlg0h4CO5Z2zixgvtswPC7/M/EFVLJ3P+d
	smVB60cCQ7w08UbCK1jN4LIzUxHoT/sB2F3RrR5cflwjhGUONrFeTWcbbCjSPR32ukN4
	coZA==
MIME-Version: 1.0
X-Received: by 10.180.97.195 with SMTP id ec3mr3418961wib.79.1418725382695;
	Tue, 16 Dec 2014 02:23:02 -0800 (PST)
Received: by 10.217.182.196 with HTTP; Tue, 16 Dec 2014 02:23:02 -0800 (PST)
In-Reply-To: <54900371.8000506@etit.hu>
References: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
	<1418656191.16425.144.camel@citrix.com> <54900371.8000506@etit.hu>
Date: Tue, 16 Dec 2014 11:23:02 +0100
Message-ID: <CAPa6PsHqGbQC8oM5gACcpW8W+QwWZcCkYV1zxDk=YBM6Ya3cCw@mail.gmail.com>
From: Peter Viskup <skupko.sk@gmail.com>
To: =?UTF-8?B?w4lsacOhcyBUYW3DoXM=?= <et@etit.hu>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] mainboard serial (ttyS) port redirection AND pci
	passthrou
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============3162707368610527980=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============3162707368610527980==
Content-Type: multipart/alternative; boundary=f46d0443066e78338b050a52beb4

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

It's the thing I was working on during last days.
For me the ser2net + socat was the solution. Be prepared for playing with
configuration.
This worked for me:
 - dom0 ser2net line
  - 10.0.0.2,11111:raw:0:/dev/ttyS0:38400 8DATABITS NONE 1STOPBIT
 - domU socat command
  - /usr/bin/socat pty,link=3D/dev/ttyS10 tcp:10.0.0.2:11111

Hope it helps.

--=20
Peter Viskup

On Tue, Dec 16, 2014 at 11:03 AM, =C3=89li=C3=A1s Tam=C3=A1s <et@etit.hu> w=
rote:
>
> Hi all.
>
> I have a host system with debian linux and my self-compiled xen 4.4.1.
> the guest is also a debian linux.
>
> I have pci-passthrough working well for a pci card that provides 4
> serial (COM) ports, these com ports are working from the domu
> (more-or-less) well.
>
> Now I have the need to passthrough the server's mainboard's onboard COM
> port too to the virtual machine.
>
> How can I do this?
>
> the onboard COM port has no associated pci device to it, it is just
> coming from from the mainboard chipset, so I cannot use pci passthrough.
>
> Is there any way to give the onboard serial to the virtual machine
> (exclusively)?
>
> Thank you.
>
> host lspci:
>
> 00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core
> processor DRAM Controller (rev 09)
> 00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core
> processor PCI Express Root Port (rev 09)
> 00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series
> Chipset Family MEI Controller #1 (rev 04)
> 00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset
> Family USB Enhanced Host Controller #2 (rev 05)
> 00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
> Family PCI Express Root Port 1 (rev b5)
> 00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
> Family PCI Express Root Port 3 (rev b5)
> 00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
> Family PCI Express Root Port 6 (rev b5)
> 00:1c.6 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)
> 00:1c.7 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
> Family PCI Express Root Port 8 (rev b5)
> 00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset
> Family USB Enhanced Host Controller #1 (rev 05)
> 00:1f.0 ISA bridge: Intel Corporation P67 Express Chipset Family LPC
> Controller (rev 05)
> 00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset
> Family SATA AHCI Controller (rev 05)
> 00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family
> SMBus Controller (rev 05)
> 01:00.0 PCI bridge: Intel Corporation 80333 Segment-A PCI Express-to-PCI
> Express Bridge
> 01:00.2 PCI bridge: Intel Corporation 80333 Segment-B PCI Express-to-PCI
> Express Bridge
> 02:0e.0 RAID bus controller: Promise Technology, Inc. 80333 [SuperTrak
> EX8350/EX16350], 80331 [SuperTrak EX8300/EX16300]
> 05:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network
> Connection
> 06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
> RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
> 07:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI
> Bridge (rev 01)
> 08:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI
> 3D Rage II+ 215GTB [Mach64 GTB] (rev 9a)
> 08:02.0 Serial controller: NetMos Technology PCI 9845 Multi-I/O
> Controller (rev 01)
> 09:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA
> 6Gb/s Controller (rev 11)
>
> host dmesg relevant lines:
>  dmesg | grep tty
> [    0.000000] console [tty0] enabled
> [    3.004207] 00:08: ttyS0 at I/O 0x3f8 (irq =3D 4, base_baud =3D 115200=
)
> is a 16550A
> [    3.025891] 0000:08:02.0: ttyS4 at I/O 0xc150 (irq =3D 16, base_baud =
=3D
> 115200) is a 16550A
> [    3.047065] 0000:08:02.0: ttyS5 at I/O 0xc140 (irq =3D 16, base_baud =
=3D
> 115200) is a 16550A
> [    3.068125] 0000:08:02.0: ttyS6 at I/O 0xc130 (irq =3D 16, base_baud =
=3D
> 115200) is a 16550A
> [    3.089184] 0000:08:02.0: ttyS7 at I/O 0xc120 (irq =3D 16, base_baud =
=3D
> 115200) is a 16550A
>
> I need to redirect ttyS0 (4-5-6-7 already given to the guest)!
>
> guest lspci:
>  lspci
> 00:00.0 Serial controller: NetMos Technology PCI 9845 Multi-I/O
> Controller (rev 01)
>
> guest dmesg
>  dmesg|grep tty
> [    0.000000] console [tty0] enabled
> [    7.131109] 0000:00:00.0: ttyS4 at I/O 0xc150 (irq =3D 38, base_baud =
=3D
> 115200) is a 16550A
> [    7.152337] 0000:00:00.0: ttyS5 at I/O 0xc140 (irq =3D 38, base_baud =
=3D
> 115200) is a 16550A
> [    7.173591] 0000:00:00.0: ttyS6 at I/O 0xc130 (irq =3D 38, base_baud =
=3D
> 115200) is a 16550A
> [    7.194693] 0000:00:00.0: ttyS7 at I/O 0xc120 (irq =3D 38, base_baud =
=3D
> 115200) is a 16550A
>
>
>
> --
>
>
> =C3=89li=C3=A1s Tam=C3=A1s
> Thomas Elias
>
> ETIT[nwpro] KFT, =C3=9Cgyvezet=C5=91
> ETIT[nwpro] Ltd, General Manager
>
> Tel. HU: +36/30-497-1626
> Tel. DE: +49/160-651-8723
> OpenPGP pubkey: http://etit.hu/doc/et-pub.asc
>
> Okleveles m=C3=A9rn=C3=B6k-informatikus (MSC)
> Master of Science in Information Technology (MSC)
>
> Kapcsolat: http://etit.hu/index.php/hu/kapcsolat
> Jogi nyilatkozat: http://etit.hu/disclaimer-email-hu.txt
> Contact: http://etit.hu/index.php/en/contact
> Disclaimer: http://etit.hu/disclaimer-email-en.txt
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users
>

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

<div dir=3D"ltr"><div><div><div><div>It&#39;s the thing I was working on du=
ring last days.<br></div>For me the ser2net + socat was the solution. Be pr=
epared for playing with configuration.<br>This worked for me:<br></div>=C2=
=A0- dom0 ser2net line<br>=C2=A0 - 10.0.0.2,11111:raw:0:/dev/ttyS0:38400 8D=
ATABITS NONE 1STOPBIT<br></div>=C2=A0- domU socat command<br>=C2=A0 - /usr/=
bin/socat pty,link=3D/dev/ttyS10 tcp:<a href=3D"http://10.0.0.2:11111">10.0=
.0.2:11111</a><br><br></div><div>Hope it helps.<br><br></div><div>-- <br></=
div>Peter Viskup<br></div><div class=3D"gmail_extra"><br><div class=3D"gmai=
l_quote">On Tue, Dec 16, 2014 at 11:03 AM, =C3=89li=C3=A1s Tam=C3=A1s <span=
 dir=3D"ltr">&lt;<a href=3D"mailto:et@etit.hu" target=3D"_blank">et@etit.hu=
</a>&gt;</span> wrote:<blockquote class=3D"gmail_quote" style=3D"margin:0 0=
 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all.<br>
<br>
I have a host system with debian linux and my self-compiled xen 4.4.1.<br>
the guest is also a debian linux.<br>
<br>
I have pci-passthrough working well for a pci card that provides 4<br>
serial (COM) ports, these com ports are working from the domu<br>
(more-or-less) well.<br>
<br>
Now I have the need to passthrough the server&#39;s mainboard&#39;s onboard=
 COM<br>
port too to the virtual machine.<br>
<br>
How can I do this?<br>
<br>
the onboard COM port has no associated pci device to it, it is just<br>
coming from from the mainboard chipset, so I cannot use pci passthrough.<br=
>
<br>
Is there any way to give the onboard serial to the virtual machine<br>
(exclusively)?<br>
<br>
Thank you.<br>
<br>
host lspci:<br>
<br>
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core<br>
processor DRAM Controller (rev 09)<br>
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core<br>
processor PCI Express Root Port (rev 09)<br>
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series<br=
>
Chipset Family MEI Controller #1 (rev 04)<br>
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset<br>
Family USB Enhanced Host Controller #2 (rev 05)<br>
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset<br>
Family PCI Express Root Port 1 (rev b5)<br>
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset<br>
Family PCI Express Root Port 3 (rev b5)<br>
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset<br>
Family PCI Express Root Port 6 (rev b5)<br>
00:1c.6 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)<br>
00:1c.7 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset<br>
Family PCI Express Root Port 8 (rev b5)<br>
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset<br>
Family USB Enhanced Host Controller #1 (rev 05)<br>
00:1f.0 ISA bridge: Intel Corporation P67 Express Chipset Family LPC<br>
Controller (rev 05)<br>
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset<br>
Family SATA AHCI Controller (rev 05)<br>
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family<br>
SMBus Controller (rev 05)<br>
01:00.0 PCI bridge: Intel Corporation 80333 Segment-A PCI Express-to-PCI<br=
>
Express Bridge<br>
01:00.2 PCI bridge: Intel Corporation 80333 Segment-B PCI Express-to-PCI<br=
>
Express Bridge<br>
02:0e.0 RAID bus controller: Promise Technology, Inc. 80333 [SuperTrak<br>
EX8350/EX16350], 80331 [SuperTrak EX8300/EX16300]<br>
05:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network<br>
Connection<br>
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.<br>
RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)<br>
07:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI<br>
Bridge (rev 01)<br>
08:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI<br>
3D Rage II+ 215GTB [Mach64 GTB] (rev 9a)<br>
08:02.0 Serial controller: NetMos Technology PCI 9845 Multi-I/O<br>
Controller (rev 01)<br>
09:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA<br>
6Gb/s Controller (rev 11)<br>
<br>
host dmesg relevant lines:<br>
=C2=A0dmesg | grep tty<br>
[=C2=A0 =C2=A0 0.000000] console [tty0] enabled<br>
[=C2=A0 =C2=A0 3.004207] 00:08: ttyS0 at I/O 0x3f8 (irq =3D 4, base_baud =
=3D 115200)<br>
is a 16550A<br>
[=C2=A0 =C2=A0 3.025891] 0000:08:02.0: ttyS4 at I/O 0xc150 (irq =3D 16, bas=
e_baud =3D<br>
115200) is a 16550A<br>
[=C2=A0 =C2=A0 3.047065] 0000:08:02.0: ttyS5 at I/O 0xc140 (irq =3D 16, bas=
e_baud =3D<br>
115200) is a 16550A<br>
[=C2=A0 =C2=A0 3.068125] 0000:08:02.0: ttyS6 at I/O 0xc130 (irq =3D 16, bas=
e_baud =3D<br>
115200) is a 16550A<br>
[=C2=A0 =C2=A0 3.089184] 0000:08:02.0: ttyS7 at I/O 0xc120 (irq =3D 16, bas=
e_baud =3D<br>
115200) is a 16550A<br>
<br>
I need to redirect ttyS0 (4-5-6-7 already given to the guest)!<br>
<br>
guest lspci:<br>
=C2=A0lspci<br>
00:00.0 Serial controller: NetMos Technology PCI 9845 Multi-I/O<br>
Controller (rev 01)<br>
<br>
guest dmesg<br>
=C2=A0dmesg|grep tty<br>
[=C2=A0 =C2=A0 0.000000] console [tty0] enabled<br>
[=C2=A0 =C2=A0 7.131109] 0000:00:00.0: ttyS4 at I/O 0xc150 (irq =3D 38, bas=
e_baud =3D<br>
115200) is a 16550A<br>
[=C2=A0 =C2=A0 7.152337] 0000:00:00.0: ttyS5 at I/O 0xc140 (irq =3D 38, bas=
e_baud =3D<br>
115200) is a 16550A<br>
[=C2=A0 =C2=A0 7.173591] 0000:00:00.0: ttyS6 at I/O 0xc130 (irq =3D 38, bas=
e_baud =3D<br>
115200) is a 16550A<br>
[=C2=A0 =C2=A0 7.194693] 0000:00:00.0: ttyS7 at I/O 0xc120 (irq =3D 38, bas=
e_baud =3D<br>
115200) is a 16550A<br>
<br>
<br>
<br>
--<br>
<br>
<br>
=C3=89li=C3=A1s Tam=C3=A1s<br>
Thomas Elias<br>
<br>
ETIT[nwpro] KFT, =C3=9Cgyvezet=C5=91<br>
ETIT[nwpro] Ltd, General Manager<br>
<br>
Tel. HU: +36/30-497-1626<br>
Tel. DE: +49/160-651-8723<br>
OpenPGP pubkey: <a href=3D"http://etit.hu/doc/et-pub.asc" target=3D"_blank"=
>http://etit.hu/doc/et-pub.asc</a><br>
<br>
Okleveles m=C3=A9rn=C3=B6k-informatikus (MSC)<br>
Master of Science in Information Technology (MSC)<br>
<br>
Kapcsolat: <a href=3D"http://etit.hu/index.php/hu/kapcsolat" target=3D"_bla=
nk">http://etit.hu/index.php/hu/kapcsolat</a><br>
Jogi nyilatkozat: <a href=3D"http://etit.hu/disclaimer-email-hu.txt" target=
=3D"_blank">http://etit.hu/disclaimer-email-hu.txt</a><br>
Contact: <a href=3D"http://etit.hu/index.php/en/contact" target=3D"_blank">=
http://etit.hu/index.php/en/contact</a><br>
Disclaimer: <a href=3D"http://etit.hu/disclaimer-email-en.txt" target=3D"_b=
lank">http://etit.hu/disclaimer-email-en.txt</a><br>
<br>
<br>_______________________________________________<br>
Xen-users mailing list<br>
<a href=3D"mailto:Xen-users@lists.xen.org">Xen-users@lists.xen.org</a><br>
<a href=3D"http://lists.xen.org/xen-users" target=3D"_blank">http://lists.x=
en.org/xen-users</a><br></blockquote></div></div>

--f46d0443066e78338b050a52beb4--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============3162707368610527980==--


From xen-users-bounces@lists.xen.org Tue Dec 16 12:33:39 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 16 Dec 2014 12:33:39 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y0rIU-0006pF-Rr; Tue, 16 Dec 2014 12:32:14 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <throwout@hirschstein.it>) id 1Y0rIT-0006pA-PD
	for xen-users@lists.xen.org; Tue, 16 Dec 2014 12:32:13 +0000
Received: from [193.109.254.147] by server-2.bemta-14.messagelabs.com id
	5B/94-02957-D4620945; Tue, 16 Dec 2014 12:32:13 +0000
X-Env-Sender: throwout@hirschstein.it
X-Msg-Ref: server-5.tower-27.messagelabs.com!1418733131!10735770!1
X-Originating-IP: [149.154.157.174]
X-SpamReason: No, hits=0.1 required=7.0 tests=HTML_30_40,HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 1935 invoked from network); 16 Dec 2014 12:32:11 -0000
Received: from mail.hirschstein.it (HELO mail.hirschstein.it) (149.154.157.174)
	by server-5.tower-27.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 16 Dec 2014 12:32:11 -0000
Received: from webmail.hirschstein.it (localhost [127.0.0.1])
	by mail.hirschstein.it (Postfix) with ESMTP id 2AED92A0FC0;
	Tue, 16 Dec 2014 13:32:11 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hirschstein.it;
	s=default; t=1418733131;
	bh=ATukvnKQV6LR3G8v0k18GEdVWUttk7JQ1Z0ArbBY4rQ=;
	h=Date:From:To:Cc:Subject:In-Reply-To:References;
	b=rX1r6YyMlvRuS4MvFwgpJKLfFNK3sn/niBexTb+PajiP9AZrOJSJlWZKI/fDd6tCn
	TLRdz0PSnrF52G55XXoMJg0IugiJsQnwESWYtCR/uAHH4zO6NHEgc7Uos5HwbLNsM6
	T23P7rwbpGQp0o9wkfFkqwpWdeInVg4pKTanm1GzXf8Zn4BhsUGc4HCKSN9xe/Bn0D
	hSHpra2EbvOEgzq/z6DV1OWhW3qqd2GGJPywOfzWlrKnSueZkU5WTwy5mUudMVKbrU
	M5mUSTjGTkuSX6f7fLCp2wrPCWNuAOzK/33kqSHibBLdoVggof3sz6JMoCmEdQ0D6p
	eVIS/oiilskCA==
MIME-Version: 1.0
Date: Tue, 16 Dec 2014 13:32:09 +0100
From: "p.q.b." <throwout@hirschstein.it>
To: jacek burghardt <jaceksburghardt@gmail.com>
Mail-Followup-To: xen-users <xen-users@lists.xen.org>
In-Reply-To: <CAHyyzzTCiSRk-JM2+HtnfsepCyPN9-rEo4EJGWX1nrfi5iwGjw@mail.gmail.com>
References: <abe5745f6e0455d060c68a877405cde2@webmail.hirschstein.it>
	<CAHyyzzTCiSRk-JM2+HtnfsepCyPN9-rEo4EJGWX1nrfi5iwGjw@mail.gmail.com>
Message-ID: <90d0218ae8170864195d1e3f8f061d4a@webmail.hirschstein.it>
X-Sender: throwout@hirschstein.it
User-Agent: Roundcube Webmail/1.0.3
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] VGA Passthrough on laptop IGD
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0565249994488486435=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============0565249994488486435==
Content-Type: multipart/alternative;
 boundary="=_4b69580422c7db6a42f717563edd6911"

--=_4b69580422c7db6a42f717563edd6911
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=US-ASCII

 

Ok, why do you consider kvm better for my goal? Moreover, can you
confirm or not that a laptop can passthrough the primary and only video
card with the only requirement Vt-d? Does this sound "normal", "tricky"
or "impossible" to do? 

Many thanks 

On 15.12.2014 19:44, jacek burghardt wrote: 

> Well maybe you should try kvm, arch linux has nice howto on passing vga card? I saw some nice scripts which return vga card back to system after guess shutdown. 
> 
> Join my framily E02705708hn 3032 last name BURGHARDT state is co 
> 
> Cheapest sprint service only 25 a month. 
> 
> On Mon, Dec 15, 2014 at 9:55 AM, p.q.b. <throwout@hirschstein.it> wrote: 
> 
>> Hi,
>> 
>> I'm new to XEN and I'm starting my search for a VT-d enabled laptop.
>> Just for my personal curiousness, I'd want to try Qubes-os but I'd also appreciate a Windows HVM guest in which could watch my fullHD videos/youtube and so on, with full hardware acceleration.
>> 
>> I know XEN is continuosly improving, but I found a lot of outdated documentation and I'm not sure if VGA passthrough is possible or not on a laptop with only the integrated GPU (haswell, i3-4010u processor).
>> 
>> http://wiki.xen.org/wiki/Xen_VGA_Passthrough [1] states "Status for Xen 4.0.0: VGA passthru is known to work with Intel Integrated Graphics Devices (IGDs)"
>> 
>> Yeah, I'm happy! But...Xen 4.0.0 has been released on 2010, right? So, if the IGD passthrough is a feature of xen 4.0.0, after 5 years I shouldn't encounter any problems to use it! Everything will work for sure!
>> 
>> So, why on the net there are people telling that vga passthrough is possible only with a second vga (ATI or nvidia quadro) ????? I do not understand why many people is telling that with a single IGD is tricky and is better to give it up? Is there something that I do not know? I have no problems to recompile a kernel or build a headless system, so why passing through the primary (and only) vga should be a problem?
>> 
>> Moreover I can't understang why many people says to use an ATI gpu...?!?! Is it different between xen/qemu/vmware maybe?
>> 
>> Anyway, my choice should be the Lenovo Yoga 2 13", it has an i3-4010u. Anyone tried it?
>> 
>> Many thanks
>> p.q.b.
>> 
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@lists.xen.org
>> http://lists.xen.org/xen-users [2]
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users [2]
 

Links:
------
[1] http://wiki.xen.org/wiki/Xen_VGA_Passthrough
[2] http://lists.xen.org/xen-users

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

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style=3D'font-size: 10pt; font-family: Verdana,Geneva,sans-seri=
f'>
<p>Ok, why do you consider kvm better for my goal? Moreover, can you confir=
m or not that a laptop can passthrough the primary and only video card with=
 the only requirement Vt-d? Does this sound "normal", "tricky" or "impossib=
le" to do?</p>
<p>Many thanks</p>
<p>On 15.12.2014 19:44, jacek burghardt wrote:</p>
<blockquote type=3D"cite" style=3D"padding-left:5px; border-left:#1010ff 2p=
x solid; margin-left:5px"><!-- html ignored --><!-- head ignored --><!-- me=
ta ignored -->
<div dir=3D"ltr">Well maybe you should try kvm, arch linux has nice howto o=
n passing vga card? I saw some nice scripts which return vga card back to s=
ystem after guess shutdown.</div>
<div class=3D"gmail_extra"><br clear=3D"all" />
<div>
<div class=3D"gmail_signature">
<div dir=3D"ltr"><span style=3D"color: #333333; font-family: Verdana,Arial,=
Tahoma,Calibri,Geneva,sans-serif; background-color: #fafafa;">Join my frami=
ly E02705708hn 3032 last name BURGHARDT state is co&nbsp;</span><br />
<div><span style=3D"color: #333333; font-family: Verdana,Arial,Tahoma,Calib=
ri,Geneva,sans-serif; background-color: #fafafa;">Cheapest sprint service o=
nly 25 a month.&nbsp;</span></div>
</div>
</div>
</div>
<br />
<div class=3D"gmail_quote">On Mon, Dec 15, 2014 at 9:55 AM, p.q.b. <span>&l=
t;<a href=3D"mailto:throwout@hirschstein.it">throwout@hirschstein.it</a>&gt=
;</span> wrote:
<blockquote class=3D"gmail_quote" style=3D"margin: 0 0 0 .8ex; border-left:=
 1px #ccc solid; padding-left: 1ex;">Hi,<br /><br /> &nbsp;I'm new to XEN a=
nd I'm starting my search for a VT-d enabled laptop.<br /> Just for my pers=
onal curiousness, I'd want to try Qubes-os but I'd also appreciate a Window=
s HVM guest in which could watch my fullHD videos/youtube and so on, with f=
ull hardware acceleration.<br /><br /> I know XEN is continuosly improving,=
 but I found a lot of outdated documentation and I'm not sure if VGA passth=
rough is possible or not on a laptop with only the integrated GPU (haswell,=
 i3-4010u processor).<br /><br /><a href=3D"http://wiki.xen.org/wiki/Xen_VG=
A_Passthrough">http://wiki.xen.org/wiki/Xen_<span style=3D"text-decoration:=
 underline;"></span>VGA_Passthrough</a> states "Status for Xen 4.0.0: VGA p=
assthru is known to work with Intel Integrated Graphics Devices (IGDs)"<br =
/><br /> Yeah, I'm happy! But...Xen 4.0.0 has been released on 2010, right?=
 So, if the IGD passthrough is a feature of xen 4.0.0, after 5 years I shou=
ldn't encounter any problems to use it! Everything will work for sure!<br /=
><br /> So, why on the net there are people telling that vga passthrough is=
 possible only with a second vga (ATI or nvidia quadro) ????? I do not unde=
rstand why many people is telling that with a single IGD is tricky and is b=
etter to give it up?&nbsp; Is there something that I do not know? I have no=
 problems to recompile a kernel or build a headless system, so why passing =
through the primary (and only) vga should be a problem?<br /><br /> Moreove=
r I can't understang why many people says to use an ATI gpu...?!?! Is it&nb=
sp; different between xen/qemu/vmware maybe?<br /><br /> Anyway, my choice =
should be the Lenovo Yoga 2 13", it has an i3-4010u. Anyone tried it?<br />=
<br /> Many thanks<br /> p.q.b.<br /><br /> ______________________________<=
span style=3D"text-decoration: underline;"></span>_________________<br /> X=
en-users mailing list<br /><a href=3D"mailto:Xen-users@lists.xen.org">Xen-u=
sers@lists.xen.org</a><br /><a href=3D"http://lists.xen.org/xen-users">http=
://lists.xen.org/xen-users</a></blockquote>
</div>
</div>
<br />
<pre>_______________________________________________
Xen-users mailing list
<a href=3D"mailto:Xen-users@lists.xen.org">Xen-users@lists.xen.org</a>
<a href=3D"http://lists.xen.org/xen-users">http://lists.xen.org/xen-users</=
a>
</pre>
</blockquote>
</body></html>

--=_4b69580422c7db6a42f717563edd6911--



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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============0565249994488486435==--



From xen-users-bounces@lists.xen.org Tue Dec 16 12:33:39 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 16 Dec 2014 12:33:39 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y0rIU-0006pF-Rr; Tue, 16 Dec 2014 12:32:14 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <throwout@hirschstein.it>) id 1Y0rIT-0006pA-PD
	for xen-users@lists.xen.org; Tue, 16 Dec 2014 12:32:13 +0000
Received: from [193.109.254.147] by server-2.bemta-14.messagelabs.com id
	5B/94-02957-D4620945; Tue, 16 Dec 2014 12:32:13 +0000
X-Env-Sender: throwout@hirschstein.it
X-Msg-Ref: server-5.tower-27.messagelabs.com!1418733131!10735770!1
X-Originating-IP: [149.154.157.174]
X-SpamReason: No, hits=0.1 required=7.0 tests=HTML_30_40,HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 1935 invoked from network); 16 Dec 2014 12:32:11 -0000
Received: from mail.hirschstein.it (HELO mail.hirschstein.it) (149.154.157.174)
	by server-5.tower-27.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 16 Dec 2014 12:32:11 -0000
Received: from webmail.hirschstein.it (localhost [127.0.0.1])
	by mail.hirschstein.it (Postfix) with ESMTP id 2AED92A0FC0;
	Tue, 16 Dec 2014 13:32:11 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hirschstein.it;
	s=default; t=1418733131;
	bh=ATukvnKQV6LR3G8v0k18GEdVWUttk7JQ1Z0ArbBY4rQ=;
	h=Date:From:To:Cc:Subject:In-Reply-To:References;
	b=rX1r6YyMlvRuS4MvFwgpJKLfFNK3sn/niBexTb+PajiP9AZrOJSJlWZKI/fDd6tCn
	TLRdz0PSnrF52G55XXoMJg0IugiJsQnwESWYtCR/uAHH4zO6NHEgc7Uos5HwbLNsM6
	T23P7rwbpGQp0o9wkfFkqwpWdeInVg4pKTanm1GzXf8Zn4BhsUGc4HCKSN9xe/Bn0D
	hSHpra2EbvOEgzq/z6DV1OWhW3qqd2GGJPywOfzWlrKnSueZkU5WTwy5mUudMVKbrU
	M5mUSTjGTkuSX6f7fLCp2wrPCWNuAOzK/33kqSHibBLdoVggof3sz6JMoCmEdQ0D6p
	eVIS/oiilskCA==
MIME-Version: 1.0
Date: Tue, 16 Dec 2014 13:32:09 +0100
From: "p.q.b." <throwout@hirschstein.it>
To: jacek burghardt <jaceksburghardt@gmail.com>
Mail-Followup-To: xen-users <xen-users@lists.xen.org>
In-Reply-To: <CAHyyzzTCiSRk-JM2+HtnfsepCyPN9-rEo4EJGWX1nrfi5iwGjw@mail.gmail.com>
References: <abe5745f6e0455d060c68a877405cde2@webmail.hirschstein.it>
	<CAHyyzzTCiSRk-JM2+HtnfsepCyPN9-rEo4EJGWX1nrfi5iwGjw@mail.gmail.com>
Message-ID: <90d0218ae8170864195d1e3f8f061d4a@webmail.hirschstein.it>
X-Sender: throwout@hirschstein.it
User-Agent: Roundcube Webmail/1.0.3
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] VGA Passthrough on laptop IGD
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0565249994488486435=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============0565249994488486435==
Content-Type: multipart/alternative;
 boundary="=_4b69580422c7db6a42f717563edd6911"

--=_4b69580422c7db6a42f717563edd6911
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=US-ASCII

 

Ok, why do you consider kvm better for my goal? Moreover, can you
confirm or not that a laptop can passthrough the primary and only video
card with the only requirement Vt-d? Does this sound "normal", "tricky"
or "impossible" to do? 

Many thanks 

On 15.12.2014 19:44, jacek burghardt wrote: 

> Well maybe you should try kvm, arch linux has nice howto on passing vga card? I saw some nice scripts which return vga card back to system after guess shutdown. 
> 
> Join my framily E02705708hn 3032 last name BURGHARDT state is co 
> 
> Cheapest sprint service only 25 a month. 
> 
> On Mon, Dec 15, 2014 at 9:55 AM, p.q.b. <throwout@hirschstein.it> wrote: 
> 
>> Hi,
>> 
>> I'm new to XEN and I'm starting my search for a VT-d enabled laptop.
>> Just for my personal curiousness, I'd want to try Qubes-os but I'd also appreciate a Windows HVM guest in which could watch my fullHD videos/youtube and so on, with full hardware acceleration.
>> 
>> I know XEN is continuosly improving, but I found a lot of outdated documentation and I'm not sure if VGA passthrough is possible or not on a laptop with only the integrated GPU (haswell, i3-4010u processor).
>> 
>> http://wiki.xen.org/wiki/Xen_VGA_Passthrough [1] states "Status for Xen 4.0.0: VGA passthru is known to work with Intel Integrated Graphics Devices (IGDs)"
>> 
>> Yeah, I'm happy! But...Xen 4.0.0 has been released on 2010, right? So, if the IGD passthrough is a feature of xen 4.0.0, after 5 years I shouldn't encounter any problems to use it! Everything will work for sure!
>> 
>> So, why on the net there are people telling that vga passthrough is possible only with a second vga (ATI or nvidia quadro) ????? I do not understand why many people is telling that with a single IGD is tricky and is better to give it up? Is there something that I do not know? I have no problems to recompile a kernel or build a headless system, so why passing through the primary (and only) vga should be a problem?
>> 
>> Moreover I can't understang why many people says to use an ATI gpu...?!?! Is it different between xen/qemu/vmware maybe?
>> 
>> Anyway, my choice should be the Lenovo Yoga 2 13", it has an i3-4010u. Anyone tried it?
>> 
>> Many thanks
>> p.q.b.
>> 
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@lists.xen.org
>> http://lists.xen.org/xen-users [2]
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users [2]
 

Links:
------
[1] http://wiki.xen.org/wiki/Xen_VGA_Passthrough
[2] http://lists.xen.org/xen-users

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

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style=3D'font-size: 10pt; font-family: Verdana,Geneva,sans-seri=
f'>
<p>Ok, why do you consider kvm better for my goal? Moreover, can you confir=
m or not that a laptop can passthrough the primary and only video card with=
 the only requirement Vt-d? Does this sound "normal", "tricky" or "impossib=
le" to do?</p>
<p>Many thanks</p>
<p>On 15.12.2014 19:44, jacek burghardt wrote:</p>
<blockquote type=3D"cite" style=3D"padding-left:5px; border-left:#1010ff 2p=
x solid; margin-left:5px"><!-- html ignored --><!-- head ignored --><!-- me=
ta ignored -->
<div dir=3D"ltr">Well maybe you should try kvm, arch linux has nice howto o=
n passing vga card? I saw some nice scripts which return vga card back to s=
ystem after guess shutdown.</div>
<div class=3D"gmail_extra"><br clear=3D"all" />
<div>
<div class=3D"gmail_signature">
<div dir=3D"ltr"><span style=3D"color: #333333; font-family: Verdana,Arial,=
Tahoma,Calibri,Geneva,sans-serif; background-color: #fafafa;">Join my frami=
ly E02705708hn 3032 last name BURGHARDT state is co&nbsp;</span><br />
<div><span style=3D"color: #333333; font-family: Verdana,Arial,Tahoma,Calib=
ri,Geneva,sans-serif; background-color: #fafafa;">Cheapest sprint service o=
nly 25 a month.&nbsp;</span></div>
</div>
</div>
</div>
<br />
<div class=3D"gmail_quote">On Mon, Dec 15, 2014 at 9:55 AM, p.q.b. <span>&l=
t;<a href=3D"mailto:throwout@hirschstein.it">throwout@hirschstein.it</a>&gt=
;</span> wrote:
<blockquote class=3D"gmail_quote" style=3D"margin: 0 0 0 .8ex; border-left:=
 1px #ccc solid; padding-left: 1ex;">Hi,<br /><br /> &nbsp;I'm new to XEN a=
nd I'm starting my search for a VT-d enabled laptop.<br /> Just for my pers=
onal curiousness, I'd want to try Qubes-os but I'd also appreciate a Window=
s HVM guest in which could watch my fullHD videos/youtube and so on, with f=
ull hardware acceleration.<br /><br /> I know XEN is continuosly improving,=
 but I found a lot of outdated documentation and I'm not sure if VGA passth=
rough is possible or not on a laptop with only the integrated GPU (haswell,=
 i3-4010u processor).<br /><br /><a href=3D"http://wiki.xen.org/wiki/Xen_VG=
A_Passthrough">http://wiki.xen.org/wiki/Xen_<span style=3D"text-decoration:=
 underline;"></span>VGA_Passthrough</a> states "Status for Xen 4.0.0: VGA p=
assthru is known to work with Intel Integrated Graphics Devices (IGDs)"<br =
/><br /> Yeah, I'm happy! But...Xen 4.0.0 has been released on 2010, right?=
 So, if the IGD passthrough is a feature of xen 4.0.0, after 5 years I shou=
ldn't encounter any problems to use it! Everything will work for sure!<br /=
><br /> So, why on the net there are people telling that vga passthrough is=
 possible only with a second vga (ATI or nvidia quadro) ????? I do not unde=
rstand why many people is telling that with a single IGD is tricky and is b=
etter to give it up?&nbsp; Is there something that I do not know? I have no=
 problems to recompile a kernel or build a headless system, so why passing =
through the primary (and only) vga should be a problem?<br /><br /> Moreove=
r I can't understang why many people says to use an ATI gpu...?!?! Is it&nb=
sp; different between xen/qemu/vmware maybe?<br /><br /> Anyway, my choice =
should be the Lenovo Yoga 2 13", it has an i3-4010u. Anyone tried it?<br />=
<br /> Many thanks<br /> p.q.b.<br /><br /> ______________________________<=
span style=3D"text-decoration: underline;"></span>_________________<br /> X=
en-users mailing list<br /><a href=3D"mailto:Xen-users@lists.xen.org">Xen-u=
sers@lists.xen.org</a><br /><a href=3D"http://lists.xen.org/xen-users">http=
://lists.xen.org/xen-users</a></blockquote>
</div>
</div>
<br />
<pre>_______________________________________________
Xen-users mailing list
<a href=3D"mailto:Xen-users@lists.xen.org">Xen-users@lists.xen.org</a>
<a href=3D"http://lists.xen.org/xen-users">http://lists.xen.org/xen-users</=
a>
</pre>
</blockquote>
</body></html>

--=_4b69580422c7db6a42f717563edd6911--



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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============0565249994488486435==--



From xen-users-bounces@lists.xen.org Tue Dec 16 14:28:43 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 16 Dec 2014 14:28:43 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y0t5n-0001gi-4u; Tue, 16 Dec 2014 14:27:15 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jaceksburghardt@gmail.com>) id 1Y0t5m-0001gd-2K
	for xen-users@lists.xen.org; Tue, 16 Dec 2014 14:27:14 +0000
Received: from [85.158.137.68] by server-11.bemta-3.messagelabs.com id
	F8/88-25547-14140945; Tue, 16 Dec 2014 14:27:13 +0000
X-Env-Sender: jaceksburghardt@gmail.com
X-Msg-Ref: server-6.tower-31.messagelabs.com!1418740031!9323760!1
X-Originating-IP: [209.85.192.42]
X-SpamReason: No, hits=2.6 required=7.0 tests=HTML_20_30,HTML_MESSAGE,
	HTML_OBFUSCATE_05_10,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11992 invoked from network); 16 Dec 2014 14:27:12 -0000
Received: from mail-qg0-f42.google.com (HELO mail-qg0-f42.google.com)
	(209.85.192.42)
	by server-6.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	16 Dec 2014 14:27:12 -0000
Received: by mail-qg0-f42.google.com with SMTP id q108so8225062qgd.15
	for <xen-users@lists.xen.org>; Tue, 16 Dec 2014 06:27:11 -0800 (PST)
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
	:content-type; bh=fQZCfpc+bDYLjmEOv32WTR1GwuvL0NgVbvpqRWDZonY=;
	b=f3/ZMpov/Ohk2DuRmS5dCKrldQjZ2LtuEU3k48wQTkwU+zLybkkA4Hm5KlMObhH1Z3
	rbmkwKVhYfw0t+7OUdF3/y7LaGgrBNWBbXL2n+i841XMa4DB7Aj+KESpdTfnbFuNJegx
	yC0AGtSyVyW9FfvDvN1TeahzrCm+/JA0+kWVAEonOaHebctZoC/5nRmdwr3x4YbWAwS8
	LrAm7JcrxtasV46AvX6yUycLWB363CYdGjDBQoO3F0QuV3S029EJTSqkQldMpsAM/27N
	IEeE+GRyaUNW3P0rr/VQVsbzG6Xv89LahVRcgM14hFLi+0cRgkz64KWjTzdnAoYBR7oZ
	RDSw==
MIME-Version: 1.0
X-Received: by 10.224.160.212 with SMTP id o20mr67360149qax.57.1418740030856; 
	Tue, 16 Dec 2014 06:27:10 -0800 (PST)
Received: by 10.140.97.38 with HTTP; Tue, 16 Dec 2014 06:27:10 -0800 (PST)
In-Reply-To: <90d0218ae8170864195d1e3f8f061d4a@webmail.hirschstein.it>
References: <abe5745f6e0455d060c68a877405cde2@webmail.hirschstein.it>
	<CAHyyzzTCiSRk-JM2+HtnfsepCyPN9-rEo4EJGWX1nrfi5iwGjw@mail.gmail.com>
	<90d0218ae8170864195d1e3f8f061d4a@webmail.hirschstein.it>
Date: Tue, 16 Dec 2014 07:27:10 -0700
Message-ID: <CAHyyzzSKs-P=qd6zUanTgGy0fRY7SZAq5m_b3FSKVs9p=yW4UA@mail.gmail.com>
From: jacek burghardt <jaceksburghardt@gmail.com>
To: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] VGA Passthrough on laptop IGD
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7628988650969443453=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============7628988650969443453==
Content-Type: multipart/alternative; boundary=089e0149cc52916943050a56275b

--089e0149cc52916943050a56275b
Content-Type: text/plain; charset=UTF-8

I recommend kvm because of better documentation and power savings support
of kernel is preserved. I use xen on servers and i have desktop where i
passed secondary video cards to guess systems, never the one on the chip. I
guess is harder to pass primary video card so if you get a gaming laptop
and pass nvidia card to guest it would be easier. With primary display you
have to detach screen and linux drivers before you pass it
I bet you noticed that not many people are willing to share their
experience on this mailing list.
http://wiki.xen.org/wiki/Xen_VGA_Passthrough_Tested_Adapters
https://www.youtube.com/watch?v=37D2bRsthfI
https://bbs.archlinux.org/viewtopic.php?id=162768

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

<div dir=3D"ltr">I recommend kvm because of better documentation and power =
savings support of kernel is preserved. I use xen on servers and i have des=
ktop where i passed secondary video cards to guess systems, never the one o=
n the chip. I guess is harder to pass primary video card so if you get a ga=
ming laptop and pass nvidia card to guest it would be easier. With primary =
display you have to detach screen and linux drivers before you pass it<div>=
I bet you noticed that not many people are willing to share their experienc=
e on this mailing list.<br><div><a href=3D"http://wiki.xen.org/wiki/Xen_VGA=
_Passthrough_Tested_Adapters">http://wiki.xen.org/wiki/Xen_VGA_Passthrough_=
Tested_Adapters</a>=C2=A0<div><a href=3D"https://www.youtube.com/watch?v=3D=
37D2bRsthfI">https://www.youtube.com/watch?v=3D37D2bRsthfI</a><br><div><a h=
ref=3D"https://bbs.archlinux.org/viewtopic.php?id=3D162768">https://bbs.arc=
hlinux.org/viewtopic.php?id=3D162768</a><br></div></div></div></div></div>

--089e0149cc52916943050a56275b--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============7628988650969443453==--


From xen-users-bounces@lists.xen.org Tue Dec 16 14:28:43 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 16 Dec 2014 14:28:43 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y0t5n-0001gi-4u; Tue, 16 Dec 2014 14:27:15 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jaceksburghardt@gmail.com>) id 1Y0t5m-0001gd-2K
	for xen-users@lists.xen.org; Tue, 16 Dec 2014 14:27:14 +0000
Received: from [85.158.137.68] by server-11.bemta-3.messagelabs.com id
	F8/88-25547-14140945; Tue, 16 Dec 2014 14:27:13 +0000
X-Env-Sender: jaceksburghardt@gmail.com
X-Msg-Ref: server-6.tower-31.messagelabs.com!1418740031!9323760!1
X-Originating-IP: [209.85.192.42]
X-SpamReason: No, hits=2.6 required=7.0 tests=HTML_20_30,HTML_MESSAGE,
	HTML_OBFUSCATE_05_10,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11992 invoked from network); 16 Dec 2014 14:27:12 -0000
Received: from mail-qg0-f42.google.com (HELO mail-qg0-f42.google.com)
	(209.85.192.42)
	by server-6.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	16 Dec 2014 14:27:12 -0000
Received: by mail-qg0-f42.google.com with SMTP id q108so8225062qgd.15
	for <xen-users@lists.xen.org>; Tue, 16 Dec 2014 06:27:11 -0800 (PST)
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
	:content-type; bh=fQZCfpc+bDYLjmEOv32WTR1GwuvL0NgVbvpqRWDZonY=;
	b=f3/ZMpov/Ohk2DuRmS5dCKrldQjZ2LtuEU3k48wQTkwU+zLybkkA4Hm5KlMObhH1Z3
	rbmkwKVhYfw0t+7OUdF3/y7LaGgrBNWBbXL2n+i841XMa4DB7Aj+KESpdTfnbFuNJegx
	yC0AGtSyVyW9FfvDvN1TeahzrCm+/JA0+kWVAEonOaHebctZoC/5nRmdwr3x4YbWAwS8
	LrAm7JcrxtasV46AvX6yUycLWB363CYdGjDBQoO3F0QuV3S029EJTSqkQldMpsAM/27N
	IEeE+GRyaUNW3P0rr/VQVsbzG6Xv89LahVRcgM14hFLi+0cRgkz64KWjTzdnAoYBR7oZ
	RDSw==
MIME-Version: 1.0
X-Received: by 10.224.160.212 with SMTP id o20mr67360149qax.57.1418740030856; 
	Tue, 16 Dec 2014 06:27:10 -0800 (PST)
Received: by 10.140.97.38 with HTTP; Tue, 16 Dec 2014 06:27:10 -0800 (PST)
In-Reply-To: <90d0218ae8170864195d1e3f8f061d4a@webmail.hirschstein.it>
References: <abe5745f6e0455d060c68a877405cde2@webmail.hirschstein.it>
	<CAHyyzzTCiSRk-JM2+HtnfsepCyPN9-rEo4EJGWX1nrfi5iwGjw@mail.gmail.com>
	<90d0218ae8170864195d1e3f8f061d4a@webmail.hirschstein.it>
Date: Tue, 16 Dec 2014 07:27:10 -0700
Message-ID: <CAHyyzzSKs-P=qd6zUanTgGy0fRY7SZAq5m_b3FSKVs9p=yW4UA@mail.gmail.com>
From: jacek burghardt <jaceksburghardt@gmail.com>
To: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] VGA Passthrough on laptop IGD
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7628988650969443453=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============7628988650969443453==
Content-Type: multipart/alternative; boundary=089e0149cc52916943050a56275b

--089e0149cc52916943050a56275b
Content-Type: text/plain; charset=UTF-8

I recommend kvm because of better documentation and power savings support
of kernel is preserved. I use xen on servers and i have desktop where i
passed secondary video cards to guess systems, never the one on the chip. I
guess is harder to pass primary video card so if you get a gaming laptop
and pass nvidia card to guest it would be easier. With primary display you
have to detach screen and linux drivers before you pass it
I bet you noticed that not many people are willing to share their
experience on this mailing list.
http://wiki.xen.org/wiki/Xen_VGA_Passthrough_Tested_Adapters
https://www.youtube.com/watch?v=37D2bRsthfI
https://bbs.archlinux.org/viewtopic.php?id=162768

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

<div dir=3D"ltr">I recommend kvm because of better documentation and power =
savings support of kernel is preserved. I use xen on servers and i have des=
ktop where i passed secondary video cards to guess systems, never the one o=
n the chip. I guess is harder to pass primary video card so if you get a ga=
ming laptop and pass nvidia card to guest it would be easier. With primary =
display you have to detach screen and linux drivers before you pass it<div>=
I bet you noticed that not many people are willing to share their experienc=
e on this mailing list.<br><div><a href=3D"http://wiki.xen.org/wiki/Xen_VGA=
_Passthrough_Tested_Adapters">http://wiki.xen.org/wiki/Xen_VGA_Passthrough_=
Tested_Adapters</a>=C2=A0<div><a href=3D"https://www.youtube.com/watch?v=3D=
37D2bRsthfI">https://www.youtube.com/watch?v=3D37D2bRsthfI</a><br><div><a h=
ref=3D"https://bbs.archlinux.org/viewtopic.php?id=3D162768">https://bbs.arc=
hlinux.org/viewtopic.php?id=3D162768</a><br></div></div></div></div></div>

--089e0149cc52916943050a56275b--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============7628988650969443453==--


From xen-users-bounces@lists.xen.org Tue Dec 16 15:40:25 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 16 Dec 2014 15:40:25 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y0uDE-0003q8-6H; Tue, 16 Dec 2014 15:39:00 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <symack@gmail.com>) id 1Y0uDC-0003q3-C2
	for xen-users@lists.xen.org; Tue, 16 Dec 2014 15:38:58 +0000
Received: from [85.158.137.68] by server-3.bemta-3.messagelabs.com id
	0C/92-16982-11250945; Tue, 16 Dec 2014 15:38:57 +0000
X-Env-Sender: symack@gmail.com
X-Msg-Ref: server-9.tower-31.messagelabs.com!1418744336!10052135!1
X-Originating-IP: [209.85.217.170]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_20_30,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20006 invoked from network); 16 Dec 2014 15:38:56 -0000
Received: from mail-lb0-f170.google.com (HELO mail-lb0-f170.google.com)
	(209.85.217.170)
	by server-9.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	16 Dec 2014 15:38:56 -0000
Received: by mail-lb0-f170.google.com with SMTP id 10so11209533lbg.29
	for <xen-users@lists.xen.org>; Tue, 16 Dec 2014 07:38:11 -0800 (PST)
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=QOQuTSn9jfi7xDywEs2WSYS+4DlWHd5wXYbq0Q3FxkE=;
	b=Iirf0sGyqmSB4vktmAQNebs6zpdVXcqm6kRaijez2KrUJumZ1E9wbNSlPUcwEtPyo+
	9JZBhUnAyUo0U7lPLTZe3O7sKj3eyVa3xWDUIkCiRykmA2o9l+CG8OEy+QLKmKt/75Ts
	LNHVlpGT7NPtJcAbvk1Wa5ZAO/Xdkb+Jkz07jro8WXk8dQROs2+4cLVBGm/tHUI7TAVD
	Cn9jLAR1+SHGeqc5XNBifiV9YTZDx97esL+l/m/LRNKNgCxCOfqL+BNIk8n9ZYWcijNn
	jvG0+3txGqtFoJZYgDLCJX/1yEazdeJjn+dP9G8cNCpgCrPOhq9MLRz3ZnM1SZny2zYw
	CHQQ==
MIME-Version: 1.0
X-Received: by 10.112.142.201 with SMTP id ry9mr13172822lbb.4.1418744282358;
	Tue, 16 Dec 2014 07:38:02 -0800 (PST)
Received: by 10.114.10.234 with HTTP; Tue, 16 Dec 2014 07:38:02 -0800 (PST)
In-Reply-To: <1418721668.16425.173.camel@citrix.com>
References: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
	<1418656191.16425.144.camel@citrix.com>
	<1418656694.16425.145.camel@citrix.com>
	<CAGWRaZYFaoAdw6FFWwWQqaayzL29M-sp0OfPm2w3SrVcTAWmNQ@mail.gmail.com>
	<1418721668.16425.173.camel@citrix.com>
Date: Tue, 16 Dec 2014 10:38:02 -0500
Message-ID: <CAGWRaZYVCxm+EbhTfOVXx9q8PNLvBqoS8aTsrOJyDUED1LOuBA@mail.gmail.com>
From: symack <symack@gmail.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] PV vs HVM for PCI-Passthrough
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7425660359508905016=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============7425660359508905016==
Content-Type: multipart/alternative; boundary=089e011836aafa293e050a5724de

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

Ian thank you for your response. Maybe if I take this a step back I can
better explain what
I am trying to achieve.

I need to create DomU  instances on a test server (non iommu capable), and
eventually
transfer the virutal machines to a shiny new server (iommu capable), and
setup passthough.

Should I be creating HVM or PV instances on the test server? Which is the
best approach
for easy migration.

If I can jump the gun, judging by what you are saying:

* PV only supports passthrough on non iommu capable machines
* HVM support passthrough on iommu capable machines

My question is then, is it best for me to just create HVM domus on the test
server, with the intention
to eventually migrate the virutual machines to an iommu environment. Is
this possible?

Thanks in Advance!

Nick from Toronto.




Currently the machine has no iommu capability however, instead of creating
PV guests on a
non iommu capable box, we are planning to create hvm domu instances, with
the hopes that we
can transfer the virtual machines to the new box (iommu capable) when the
time comes.

A little modification, the installation of some native drivers....
=E2=80=8B

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

<div dir=3D"ltr">Ian thank you for your response. Maybe if I take this a st=
ep back I can better explain what<div>I am trying to achieve.</div><div><br=
></div><div>I need to create DomU =C2=A0instances on a test server (non iom=
mu capable), and eventually</div><div>transfer the virutal machines to a sh=
iny new server (iommu capable), and setup passthough.</div><div><br></div><=
div>Should I be creating HVM or PV instances on the test server? Which is t=
he best approach</div><div style>for easy migration.</div><div style><br></=
div><div style>If I can jump the gun, judging by what you are saying:</div>=
<div style><br></div><div style>* PV only supports passthrough on non iommu=
 capable machines<br></div><div style>* HVM support passthrough on iommu ca=
pable machines</div><div style><br></div><div style>My question is then, is=
 it best for me to just create HVM domus on the test server, with the inten=
tion</div><div style>to eventually migrate the virutual machines to an iomm=
u environment. Is this possible?</div><div style><br></div><div style>Thank=
s in Advance!</div><div style><br></div><div style>Nick from Toronto.</div>=
<div style><br></div><div style><br></div><div><br></div><div><br><div styl=
e>Currently the machine has no iommu capability however, instead of creatin=
g PV guests on a</div><div style>non iommu capable box, we are planning to =
create hvm domu instances, with the hopes that we</div><div style>can trans=
fer the virtual machines to the new box (iommu capable) when the time comes=
.=C2=A0</div><div style><br></div><div style>A little modification, the ins=
tallation of some native drivers....=C2=A0</div><div style>=E2=80=8B</div><=
/div></div>

--089e011836aafa293e050a5724de--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============7425660359508905016==--


From xen-users-bounces@lists.xen.org Tue Dec 16 15:40:25 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 16 Dec 2014 15:40:25 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y0uDE-0003q8-6H; Tue, 16 Dec 2014 15:39:00 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <symack@gmail.com>) id 1Y0uDC-0003q3-C2
	for xen-users@lists.xen.org; Tue, 16 Dec 2014 15:38:58 +0000
Received: from [85.158.137.68] by server-3.bemta-3.messagelabs.com id
	0C/92-16982-11250945; Tue, 16 Dec 2014 15:38:57 +0000
X-Env-Sender: symack@gmail.com
X-Msg-Ref: server-9.tower-31.messagelabs.com!1418744336!10052135!1
X-Originating-IP: [209.85.217.170]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_20_30,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20006 invoked from network); 16 Dec 2014 15:38:56 -0000
Received: from mail-lb0-f170.google.com (HELO mail-lb0-f170.google.com)
	(209.85.217.170)
	by server-9.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	16 Dec 2014 15:38:56 -0000
Received: by mail-lb0-f170.google.com with SMTP id 10so11209533lbg.29
	for <xen-users@lists.xen.org>; Tue, 16 Dec 2014 07:38:11 -0800 (PST)
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=QOQuTSn9jfi7xDywEs2WSYS+4DlWHd5wXYbq0Q3FxkE=;
	b=Iirf0sGyqmSB4vktmAQNebs6zpdVXcqm6kRaijez2KrUJumZ1E9wbNSlPUcwEtPyo+
	9JZBhUnAyUo0U7lPLTZe3O7sKj3eyVa3xWDUIkCiRykmA2o9l+CG8OEy+QLKmKt/75Ts
	LNHVlpGT7NPtJcAbvk1Wa5ZAO/Xdkb+Jkz07jro8WXk8dQROs2+4cLVBGm/tHUI7TAVD
	Cn9jLAR1+SHGeqc5XNBifiV9YTZDx97esL+l/m/LRNKNgCxCOfqL+BNIk8n9ZYWcijNn
	jvG0+3txGqtFoJZYgDLCJX/1yEazdeJjn+dP9G8cNCpgCrPOhq9MLRz3ZnM1SZny2zYw
	CHQQ==
MIME-Version: 1.0
X-Received: by 10.112.142.201 with SMTP id ry9mr13172822lbb.4.1418744282358;
	Tue, 16 Dec 2014 07:38:02 -0800 (PST)
Received: by 10.114.10.234 with HTTP; Tue, 16 Dec 2014 07:38:02 -0800 (PST)
In-Reply-To: <1418721668.16425.173.camel@citrix.com>
References: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
	<1418656191.16425.144.camel@citrix.com>
	<1418656694.16425.145.camel@citrix.com>
	<CAGWRaZYFaoAdw6FFWwWQqaayzL29M-sp0OfPm2w3SrVcTAWmNQ@mail.gmail.com>
	<1418721668.16425.173.camel@citrix.com>
Date: Tue, 16 Dec 2014 10:38:02 -0500
Message-ID: <CAGWRaZYVCxm+EbhTfOVXx9q8PNLvBqoS8aTsrOJyDUED1LOuBA@mail.gmail.com>
From: symack <symack@gmail.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] PV vs HVM for PCI-Passthrough
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7425660359508905016=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============7425660359508905016==
Content-Type: multipart/alternative; boundary=089e011836aafa293e050a5724de

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

Ian thank you for your response. Maybe if I take this a step back I can
better explain what
I am trying to achieve.

I need to create DomU  instances on a test server (non iommu capable), and
eventually
transfer the virutal machines to a shiny new server (iommu capable), and
setup passthough.

Should I be creating HVM or PV instances on the test server? Which is the
best approach
for easy migration.

If I can jump the gun, judging by what you are saying:

* PV only supports passthrough on non iommu capable machines
* HVM support passthrough on iommu capable machines

My question is then, is it best for me to just create HVM domus on the test
server, with the intention
to eventually migrate the virutual machines to an iommu environment. Is
this possible?

Thanks in Advance!

Nick from Toronto.




Currently the machine has no iommu capability however, instead of creating
PV guests on a
non iommu capable box, we are planning to create hvm domu instances, with
the hopes that we
can transfer the virtual machines to the new box (iommu capable) when the
time comes.

A little modification, the installation of some native drivers....
=E2=80=8B

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

<div dir=3D"ltr">Ian thank you for your response. Maybe if I take this a st=
ep back I can better explain what<div>I am trying to achieve.</div><div><br=
></div><div>I need to create DomU =C2=A0instances on a test server (non iom=
mu capable), and eventually</div><div>transfer the virutal machines to a sh=
iny new server (iommu capable), and setup passthough.</div><div><br></div><=
div>Should I be creating HVM or PV instances on the test server? Which is t=
he best approach</div><div style>for easy migration.</div><div style><br></=
div><div style>If I can jump the gun, judging by what you are saying:</div>=
<div style><br></div><div style>* PV only supports passthrough on non iommu=
 capable machines<br></div><div style>* HVM support passthrough on iommu ca=
pable machines</div><div style><br></div><div style>My question is then, is=
 it best for me to just create HVM domus on the test server, with the inten=
tion</div><div style>to eventually migrate the virutual machines to an iomm=
u environment. Is this possible?</div><div style><br></div><div style>Thank=
s in Advance!</div><div style><br></div><div style>Nick from Toronto.</div>=
<div style><br></div><div style><br></div><div><br></div><div><br><div styl=
e>Currently the machine has no iommu capability however, instead of creatin=
g PV guests on a</div><div style>non iommu capable box, we are planning to =
create hvm domu instances, with the hopes that we</div><div style>can trans=
fer the virtual machines to the new box (iommu capable) when the time comes=
.=C2=A0</div><div style><br></div><div style>A little modification, the ins=
tallation of some native drivers....=C2=A0</div><div style>=E2=80=8B</div><=
/div></div>

--089e011836aafa293e050a5724de--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============7425660359508905016==--


From xen-users-bounces@lists.xen.org Wed Dec 17 22:08:06 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 17 Dec 2014 22:08:06 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y1Mjw-0005Ku-0J; Wed, 17 Dec 2014 22:06:40 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jmdebruin@xmsnet.nl>) id 1Y1Mju-0005Kp-Rm
	for xen-users@lists.xen.org; Wed, 17 Dec 2014 22:06:39 +0000
Received: from [85.158.137.68] by server-17.bemta-3.messagelabs.com id
	98/C3-11608-E6EF1945; Wed, 17 Dec 2014 22:06:38 +0000
X-Env-Sender: jmdebruin@xmsnet.nl
X-Msg-Ref: server-12.tower-31.messagelabs.com!1418853997!14082177!1
X-Originating-IP: [213.197.30.124]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogMjEzLjE5Ny4zMC4xMjQgPT4gMTEzODkz\n
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20236 invoked from network); 17 Dec 2014 22:06:37 -0000
Received: from smtp-1.concepts.nl (HELO smtp-1.concepts.nl) (213.197.30.124)
	by server-12.tower-31.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 17 Dec 2014 22:06:37 -0000
Received: from [213.197.58.42] (helo=[10.10.0.4])
	by smtp-1.concepts.nl with esmtp (Exim 4.80.1)
	(envelope-from <jmdebruin@xmsnet.nl>) id 1Y1Mjr-0008Fu-5H
	for xen-users@lists.xen.org; Wed, 17 Dec 2014 23:06:35 +0100
Message-ID: <5491FE6A.3050804@xmsnet.nl>
Date: Wed, 17 Dec 2014 23:06:34 +0100
From: Hans de Bruin <jmdebruin@xmsnet.nl>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.8.1
MIME-Version: 1.0
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
X-Concepts-MailScanner-Information: Please contact abuse@concepts.nl for more
	information
X-Concepts-MailScanner-ID: 1Y1Mjr-0008Fu-5H
X-Concepts-MailScanner: Found to be clean
X-Concepts-MailScanner-SpamCheck: 
X-Concepts-MailScanner-From: jmdebruin@xmsnet.nl
Subject: [Xen-users] kernel BUG at
	/usr/src/linux-stable/drivers/net/xen-netback/netback.c:540!
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hi

I just opgraded my test-host and guest to 3.14.27. Which probable was 
not a good idea. A nfsroot guest triggers a kernel BUG in the host when 
is starts its mediatomb deamon. Before the upgrade the host and guest 
were running 3.14.23:


[   87.011325] ------------[ cut here ]------------
[   87.011350] kernel BUG at 
/usr/src/linux-stable/drivers/net/xen-netback/netback.c:540!
[   87.011386] invalid opcode: 0000 [#1] SMP
[   87.011397] Modules linked in: xt_physdev xen_pciback xen_gntalloc 
xen_gntdev xt_multiport nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter 
ip6_tables xt_nat xt_conntrack xt_tcpudp xt_LOG iptable_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack 
iptable_filter ip_tables x_tables bridge stp llc ipv6 lp fuse i915 video 
r8169 8139too drm_kms_helper coretemp i2c_dev evdev intel_agp gpio_ich 
i2c_i801 mii processor ppdev drm intel_gtt agpgart lpc_ich 
snd_hda_codec_realtek snd_hda_codec_generic uhci_hcd ehci_pci ehci_hcd 
thermal_sys microcode snd_hda_intel i2c_algo_bit snd_hda_codec snd_hwdep 
i2c_core snd_pcm snd_timer snd soundcore parport_pc parport hwmon button 
loop
[   87.011550] CPU: 1 PID: 1221 Comm: vif1.0 Not tainted 3.14.27 #8
[   87.011560] Hardware name: To Be Filled By O.E.M. To Be Filled By 
O.E.M./To be filled by O.E.M., BIOS 080015  03/19/2010
[   87.011574] task: ffff8800701c1060 ti: ffff88005d1be000 task.ti: 
ffff88005d1be000
[   87.011584] RIP: e030:[<ffffffff81a60df8>]  [<ffffffff81a60df8>] 
xenvif_rx_action+0x888/0x890
[   87.011606] RSP: e02b:ffff88005d1bfdb8  EFLAGS: 00010297
[   87.011615] RAX: 0000000000000001 RBX: ffff88005d1bfdec RCX: 
3fffffffffffff00
[   87.011625] RDX: 0000000000000013 RSI: ffff8800574b5ee8 RDI: 
00000000000b195f
[   87.011635] RBP: ffff88005d1bfe68 R08: ffff88005d1bfdec R09: 
0000000000000001
[   87.011645] R10: ffff88005ccd0840 R11: ffff88005ccd7498 R12: 
0000000000016f8b
[   87.011654] R13: ffff88005ccd0840 R14: ffff8800574b5ee8 R15: 
ffff88005ccd0840
[   87.011672] FS:  00007fe579d85900(0000) GS:ffff88007f280000(0000) 
knlGS:0000000000000000
[   87.011683] CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
[   87.011692] CR2: 00007f4442b3e000 CR3: 000000005d127000 CR4: 
0000000000000660
[   87.011703] Stack:
[   87.011709]  ffff88005d1bfdec ffff88005ccd7360 00016f8b7f292d40 
ffff88005ccd0840
[   87.011724]  ffff88005ccd0840 0000001200000000 0000000075d2fb80 
ffff88005d1bfdf0
[   87.011739]  ffff88005d1bfdf0 ffff88005d1bfe00 ffff88005d1bfe00 
0000000000000000
[   87.011754] Call Trace:
[   87.011768]  [<ffffffff81a61874>] xenvif_kthread+0xa4/0x230
[   87.011782]  [<ffffffff810d26d0>] ? prepare_to_wait_event+0x100/0x100
[   87.011796]  [<ffffffff81a617d0>] ? xenvif_stop_queue+0x60/0x60
[   87.011809]  [<ffffffff810b1f82>] kthread+0xd2/0xf0
[   87.011821]  [<ffffffff810b1eb0>] ? kthread_create_on_node+0x180/0x180
[   87.011835]  [<ffffffff81c46dfc>] ret_from_fork+0x7c/0xb0
[   87.011847]  [<ffffffff810b1eb0>] ? kthread_create_on_node+0x180/0x180
[   87.011856] Code: 00 e9 57 fa ff ff c6 85 7c ff ff ff 00 e9 24 fc ff 
ff 83 c8 03 e9 aa fd ff ff 45 31 c0 b8 04 00 00 00 e9 82 fd ff ff 0f 0b 
0f 0b <0f> 0b 66 0f 1f 44 00 00 0f 1f 44 00 00 48 8b 97 18 6b 00 00 55
[   87.011974] RIP  [<ffffffff81a60df8>] xenvif_rx_action+0x888/0x890
[   87.011988]  RSP <ffff88005d1bfdb8>
[   87.011997] ---[ end trace 3690b03a5c0d0712 ]---


root@sol(test):/usr/src/linux-stable# xl info
host                   : sol
release                : 3.14.27
version                : #8 SMP Wed Dec 17 14:40:03 CET 2014
machine                : x86_64
nr_cpus                : 4
max_cpu_id             : 3
nr_nodes               : 1
cores_per_socket       : 2
threads_per_core       : 2
cpu_mhz                : 1666
hw_caps                : 
bfebfbff:20100800:00000000:00000900:0040e31d:00000000:00000001:00000000
virt_caps              :
total_memory           : 4086
free_memory            : 1476
sharing_freed_memory   : 0
sharing_used_memory    : 0
outstanding_claims     : 0
free_cpus              : 0
xen_major              : 4
xen_minor              : 3
xen_extra              : .3
xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p
xen_scheduler          : credit
xen_pagesize           : 4096
platform_params        : virt_start=0xffff800000000000
xen_changeset          :
xen_commandline        : dom0_mem=2G dom0_max_vcpus=4 loglvl=all 
guest_loglvl=all com1=115200,8n1 console=com1,vga
cc_compiler            : gcc (GCC) 4.8.2
cc_compile_by          : root
cc_compile_domain      : system
cc_compile_date        : Sat Nov 15 17:54:36 CET 2014
xend_config_format     : 4
root@sol(test):/usr/src/linux-stable#

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 17 22:08:06 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 17 Dec 2014 22:08:06 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y1Mjw-0005Ku-0J; Wed, 17 Dec 2014 22:06:40 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jmdebruin@xmsnet.nl>) id 1Y1Mju-0005Kp-Rm
	for xen-users@lists.xen.org; Wed, 17 Dec 2014 22:06:39 +0000
Received: from [85.158.137.68] by server-17.bemta-3.messagelabs.com id
	98/C3-11608-E6EF1945; Wed, 17 Dec 2014 22:06:38 +0000
X-Env-Sender: jmdebruin@xmsnet.nl
X-Msg-Ref: server-12.tower-31.messagelabs.com!1418853997!14082177!1
X-Originating-IP: [213.197.30.124]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogMjEzLjE5Ny4zMC4xMjQgPT4gMTEzODkz\n
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20236 invoked from network); 17 Dec 2014 22:06:37 -0000
Received: from smtp-1.concepts.nl (HELO smtp-1.concepts.nl) (213.197.30.124)
	by server-12.tower-31.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 17 Dec 2014 22:06:37 -0000
Received: from [213.197.58.42] (helo=[10.10.0.4])
	by smtp-1.concepts.nl with esmtp (Exim 4.80.1)
	(envelope-from <jmdebruin@xmsnet.nl>) id 1Y1Mjr-0008Fu-5H
	for xen-users@lists.xen.org; Wed, 17 Dec 2014 23:06:35 +0100
Message-ID: <5491FE6A.3050804@xmsnet.nl>
Date: Wed, 17 Dec 2014 23:06:34 +0100
From: Hans de Bruin <jmdebruin@xmsnet.nl>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.8.1
MIME-Version: 1.0
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
X-Concepts-MailScanner-Information: Please contact abuse@concepts.nl for more
	information
X-Concepts-MailScanner-ID: 1Y1Mjr-0008Fu-5H
X-Concepts-MailScanner: Found to be clean
X-Concepts-MailScanner-SpamCheck: 
X-Concepts-MailScanner-From: jmdebruin@xmsnet.nl
Subject: [Xen-users] kernel BUG at
	/usr/src/linux-stable/drivers/net/xen-netback/netback.c:540!
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hi

I just opgraded my test-host and guest to 3.14.27. Which probable was 
not a good idea. A nfsroot guest triggers a kernel BUG in the host when 
is starts its mediatomb deamon. Before the upgrade the host and guest 
were running 3.14.23:


[   87.011325] ------------[ cut here ]------------
[   87.011350] kernel BUG at 
/usr/src/linux-stable/drivers/net/xen-netback/netback.c:540!
[   87.011386] invalid opcode: 0000 [#1] SMP
[   87.011397] Modules linked in: xt_physdev xen_pciback xen_gntalloc 
xen_gntdev xt_multiport nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter 
ip6_tables xt_nat xt_conntrack xt_tcpudp xt_LOG iptable_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack 
iptable_filter ip_tables x_tables bridge stp llc ipv6 lp fuse i915 video 
r8169 8139too drm_kms_helper coretemp i2c_dev evdev intel_agp gpio_ich 
i2c_i801 mii processor ppdev drm intel_gtt agpgart lpc_ich 
snd_hda_codec_realtek snd_hda_codec_generic uhci_hcd ehci_pci ehci_hcd 
thermal_sys microcode snd_hda_intel i2c_algo_bit snd_hda_codec snd_hwdep 
i2c_core snd_pcm snd_timer snd soundcore parport_pc parport hwmon button 
loop
[   87.011550] CPU: 1 PID: 1221 Comm: vif1.0 Not tainted 3.14.27 #8
[   87.011560] Hardware name: To Be Filled By O.E.M. To Be Filled By 
O.E.M./To be filled by O.E.M., BIOS 080015  03/19/2010
[   87.011574] task: ffff8800701c1060 ti: ffff88005d1be000 task.ti: 
ffff88005d1be000
[   87.011584] RIP: e030:[<ffffffff81a60df8>]  [<ffffffff81a60df8>] 
xenvif_rx_action+0x888/0x890
[   87.011606] RSP: e02b:ffff88005d1bfdb8  EFLAGS: 00010297
[   87.011615] RAX: 0000000000000001 RBX: ffff88005d1bfdec RCX: 
3fffffffffffff00
[   87.011625] RDX: 0000000000000013 RSI: ffff8800574b5ee8 RDI: 
00000000000b195f
[   87.011635] RBP: ffff88005d1bfe68 R08: ffff88005d1bfdec R09: 
0000000000000001
[   87.011645] R10: ffff88005ccd0840 R11: ffff88005ccd7498 R12: 
0000000000016f8b
[   87.011654] R13: ffff88005ccd0840 R14: ffff8800574b5ee8 R15: 
ffff88005ccd0840
[   87.011672] FS:  00007fe579d85900(0000) GS:ffff88007f280000(0000) 
knlGS:0000000000000000
[   87.011683] CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
[   87.011692] CR2: 00007f4442b3e000 CR3: 000000005d127000 CR4: 
0000000000000660
[   87.011703] Stack:
[   87.011709]  ffff88005d1bfdec ffff88005ccd7360 00016f8b7f292d40 
ffff88005ccd0840
[   87.011724]  ffff88005ccd0840 0000001200000000 0000000075d2fb80 
ffff88005d1bfdf0
[   87.011739]  ffff88005d1bfdf0 ffff88005d1bfe00 ffff88005d1bfe00 
0000000000000000
[   87.011754] Call Trace:
[   87.011768]  [<ffffffff81a61874>] xenvif_kthread+0xa4/0x230
[   87.011782]  [<ffffffff810d26d0>] ? prepare_to_wait_event+0x100/0x100
[   87.011796]  [<ffffffff81a617d0>] ? xenvif_stop_queue+0x60/0x60
[   87.011809]  [<ffffffff810b1f82>] kthread+0xd2/0xf0
[   87.011821]  [<ffffffff810b1eb0>] ? kthread_create_on_node+0x180/0x180
[   87.011835]  [<ffffffff81c46dfc>] ret_from_fork+0x7c/0xb0
[   87.011847]  [<ffffffff810b1eb0>] ? kthread_create_on_node+0x180/0x180
[   87.011856] Code: 00 e9 57 fa ff ff c6 85 7c ff ff ff 00 e9 24 fc ff 
ff 83 c8 03 e9 aa fd ff ff 45 31 c0 b8 04 00 00 00 e9 82 fd ff ff 0f 0b 
0f 0b <0f> 0b 66 0f 1f 44 00 00 0f 1f 44 00 00 48 8b 97 18 6b 00 00 55
[   87.011974] RIP  [<ffffffff81a60df8>] xenvif_rx_action+0x888/0x890
[   87.011988]  RSP <ffff88005d1bfdb8>
[   87.011997] ---[ end trace 3690b03a5c0d0712 ]---


root@sol(test):/usr/src/linux-stable# xl info
host                   : sol
release                : 3.14.27
version                : #8 SMP Wed Dec 17 14:40:03 CET 2014
machine                : x86_64
nr_cpus                : 4
max_cpu_id             : 3
nr_nodes               : 1
cores_per_socket       : 2
threads_per_core       : 2
cpu_mhz                : 1666
hw_caps                : 
bfebfbff:20100800:00000000:00000900:0040e31d:00000000:00000001:00000000
virt_caps              :
total_memory           : 4086
free_memory            : 1476
sharing_freed_memory   : 0
sharing_used_memory    : 0
outstanding_claims     : 0
free_cpus              : 0
xen_major              : 4
xen_minor              : 3
xen_extra              : .3
xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p
xen_scheduler          : credit
xen_pagesize           : 4096
platform_params        : virt_start=0xffff800000000000
xen_changeset          :
xen_commandline        : dom0_mem=2G dom0_max_vcpus=4 loglvl=all 
guest_loglvl=all com1=115200,8n1 console=com1,vga
cc_compiler            : gcc (GCC) 4.8.2
cc_compile_by          : root
cc_compile_domain      : system
cc_compile_date        : Sat Nov 15 17:54:36 CET 2014
xend_config_format     : 4
root@sol(test):/usr/src/linux-stable#

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 18 11:28:21 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 18 Dec 2014 11:28: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-users-bounces@lists.xen.org>)
	id 1Y1ZET-00088u-Bm; Thu, 18 Dec 2014 11:27:01 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>) id 1Y1ZES-00088p-CE
	for xen-users@lists.xen.org; Thu, 18 Dec 2014 11:27:00 +0000
Received: from [193.109.254.147] by server-16.bemta-14.messagelabs.com id
	D6/84-02576-30AB2945; Thu, 18 Dec 2014 11:26:59 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-9.tower-27.messagelabs.com!1418902017!15873848!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 4917 invoked from network); 18 Dec 2014 11:26:58 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-9.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	18 Dec 2014 11:26:58 -0000
X-IronPort-AV: E=Sophos;i="5.07,600,1413244800"; d="scan'208";a="206212621"
Message-ID: <1418902015.11882.33.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: symack <symack@gmail.com>
Date: Thu, 18 Dec 2014 11:26:55 +0000
In-Reply-To: <CAGWRaZYVCxm+EbhTfOVXx9q8PNLvBqoS8aTsrOJyDUED1LOuBA@mail.gmail.com>
References: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
	<1418656191.16425.144.camel@citrix.com>
	<1418656694.16425.145.camel@citrix.com>
	<CAGWRaZYFaoAdw6FFWwWQqaayzL29M-sp0OfPm2w3SrVcTAWmNQ@mail.gmail.com>
	<1418721668.16425.173.camel@citrix.com>
	<CAGWRaZYVCxm+EbhTfOVXx9q8PNLvBqoS8aTsrOJyDUED1LOuBA@mail.gmail.com>
Organization: Citrix Systems, Inc.
Content-Length: 3709
X-Mailer: Evolution 3.12.9-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] PV vs HVM for PCI-Passthrough
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

SWYgeW91IGFyZW4ndCBwbGFubmluZyB0byB1c2UgYW55IHBhc3N0aHJvdWdoIG9uIHRoZSBvbGRl
ciBzdGFnaW5nCm1hY2hpbmUgdGhlbiBQViBvciBIVk0gaXNuJ3QgYSBjb25jZXJuLCB5b3UgY2Fu
IGNob29zZSBiYXNlZCBvbiB3aGF0ZXZlcgpvdGhlciBuZWVkcyB5b3UgaGF2ZSwgdGhlIHdpa2kg
aGFzIHNvbWUgZ3VpZGVzIG9uIHRoZSBmZWF0dXJlcyBhbmQKc3RyZW5ndGhzL3dlYWtuZXNzZXMg
b2YgdGhlIHZhcmlvdXMgbW9kZXMsIHNlZSBlLmcuIApodHRwOi8vd2lraS54ZW4ub3JnL3dpa2kv
WGVuX1Byb2plY3RfU29mdHdhcmVfT3ZlcnZpZXcKaHR0cDovL3dpa2kueGVuLm9yZy93aWtpL1Vu
ZGVyc3RhbmRpbmdfdGhlX1ZpcnR1YWxpemF0aW9uX1NwZWN0cnVtCmh0dHA6Ly93aWtpLnhlbi5v
cmcvd2lraS9WaXJ0dWFsaXphdGlvbl9TcGVjdHJ1bQoKQXMgZm9yIG1pZ3JhdGlvbiBpdCBkZXBl
bmRzIG9uIHdoYXQgeW91IG1lYW4uIElmIHlvdSBqdXN0IG1lYW4gInNodXQKZG93biB0aGUgVk0s
IGNvcHkgYWxsIGl0cyB2YXJpb3VzIGJpdHMgdG8gYW5vdGhlciBtYWNoaW5lIGFuZCBzdGFydCBp
dCIsCnRoZW4geW91IHNob3VsZCBiZSBhYnNvbHV0ZWx5IGZpbmUuCgpJZiBob3dldmVyIHlvdSBt
ZWFuIG1pZ3JhdGUgaW4gdGhlIHNlbnNlIG9mIGEgbGl2ZSBtaWdyYXRpb24sIG9yIGEKc3VzcGVu
ZCBvbiBvbmUgbWFjaGluZSByZXN1bWUgb24gdGhlIG90aGVyLCB0aGVuIHlvdSB3aWxsIG5lZWQg
dG8gd29ycnkKYWJvdXQgQ1BVIGZlYXR1cmUgY29tcGF0aWJpbGl0eSBiZXR3ZWVuIHRoZSB0d28g
bWFjaGluZXMsIGFuZCBwZXJoYXBzIGRvCmNwdWlkIGxldmVsbGluZyBvbiB0aGUgbW9yZSBjYXBh
YmxlIG9uZSwgZWl0aGVyIHZpYSB0aGUgeGwuY2ZnIGNwdWlkPQpvcHRpb24gb24gYSBwZXItZ3Vl
c3QgYmFzaXMgb3IgdGhlIGNwdV9tYXNrXyogaHlwZXJ2aXNvciBjb21tYW5kIGxpbmUKb3B0aW9u
cyB0byBsZXZlbCB0aGUgd2hvbGUgaG9zdC4KCkxhc3RseSB3cnQ6Cj4gKiBQViBvbmx5IHN1cHBv
cnRzIHBhc3N0aHJvdWdoIG9uIG5vbiBpb21tdSBjYXBhYmxlIG1hY2hpbmVzCgpQViBzdXBwb3J0
cyBwYXNzdGhyb3VnaCByZWdhcmRsZXNzIG9mIHRoZSBwcmVzZW5jZSBvZiBhbiBJT01NVSwgaXQg
anVzdApkb2Vzbid0ICpyZXF1aXJlKiBvbmUuIFRoaW5ncyB3aWxsIGJlIGJldHRlciAobW9yZSBz
ZWN1cmUpIGlmIHlvdSBkbwpoYXZlIGFuIElPTU1VIGJ1dCB3aWxsIHdvcmsgd2l0aG91dC4KCkhW
TSBkb2VzIHJlcXVpcmUgYW4gSU9NTVUgZm9yIHBhc3N0aHJvdWdoLgoKSWFuLgoKT24gVHVlLCAy
MDE0LTEyLTE2IGF0IDEwOjM4IC0wNTAwLCBzeW1hY2sgd3JvdGU6Cj4gSWFuIHRoYW5rIHlvdSBm
b3IgeW91ciByZXNwb25zZS4gTWF5YmUgaWYgSSB0YWtlIHRoaXMgYSBzdGVwIGJhY2sgSQo+IGNh
biBiZXR0ZXIgZXhwbGFpbiB3aGF0Cj4gSSBhbSB0cnlpbmcgdG8gYWNoaWV2ZS4KPiAKPiAKPiBJ
IG5lZWQgdG8gY3JlYXRlIERvbVUgIGluc3RhbmNlcyBvbiBhIHRlc3Qgc2VydmVyIChub24gaW9t
bXUgY2FwYWJsZSksCj4gYW5kIGV2ZW50dWFsbHkKPiB0cmFuc2ZlciB0aGUgdmlydXRhbCBtYWNo
aW5lcyB0byBhIHNoaW55IG5ldyBzZXJ2ZXIgKGlvbW11IGNhcGFibGUpLAo+IGFuZCBzZXR1cCBw
YXNzdGhvdWdoLgo+IAo+IAo+IFNob3VsZCBJIGJlIGNyZWF0aW5nIEhWTSBvciBQViBpbnN0YW5j
ZXMgb24gdGhlIHRlc3Qgc2VydmVyPyBXaGljaCBpcwo+IHRoZSBiZXN0IGFwcHJvYWNoCj4gZm9y
IGVhc3kgbWlncmF0aW9uLgo+IAo+IAo+IElmIEkgY2FuIGp1bXAgdGhlIGd1biwganVkZ2luZyBi
eSB3aGF0IHlvdSBhcmUgc2F5aW5nOgo+IAo+IAo+ICogUFYgb25seSBzdXBwb3J0cyBwYXNzdGhy
b3VnaCBvbiBub24gaW9tbXUgY2FwYWJsZSBtYWNoaW5lcwo+IAo+ICogSFZNIHN1cHBvcnQgcGFz
c3Rocm91Z2ggb24gaW9tbXUgY2FwYWJsZSBtYWNoaW5lcwo+IAo+IAo+IE15IHF1ZXN0aW9uIGlz
IHRoZW4sIGlzIGl0IGJlc3QgZm9yIG1lIHRvIGp1c3QgY3JlYXRlIEhWTSBkb211cyBvbiB0aGUK
PiB0ZXN0IHNlcnZlciwgd2l0aCB0aGUgaW50ZW50aW9uCj4gdG8gZXZlbnR1YWxseSBtaWdyYXRl
IHRoZSB2aXJ1dHVhbCBtYWNoaW5lcyB0byBhbiBpb21tdSBlbnZpcm9ubWVudC4KPiBJcyB0aGlz
IHBvc3NpYmxlPwo+IAo+IAo+IFRoYW5rcyBpbiBBZHZhbmNlIQo+IAo+IAo+IE5pY2sgZnJvbSBU
b3JvbnRvLgo+IAo+IAo+IAo+IAo+IAo+IAo+IAo+IEN1cnJlbnRseSB0aGUgbWFjaGluZSBoYXMg
bm8gaW9tbXUgY2FwYWJpbGl0eSBob3dldmVyLCBpbnN0ZWFkIG9mCj4gY3JlYXRpbmcgUFYgZ3Vl
c3RzIG9uIGEKPiBub24gaW9tbXUgY2FwYWJsZSBib3gsIHdlIGFyZSBwbGFubmluZyB0byBjcmVh
dGUgaHZtIGRvbXUgaW5zdGFuY2VzLAo+IHdpdGggdGhlIGhvcGVzIHRoYXQgd2UKPiBjYW4gdHJh
bnNmZXIgdGhlIHZpcnR1YWwgbWFjaGluZXMgdG8gdGhlIG5ldyBib3ggKGlvbW11IGNhcGFibGUp
IHdoZW4KPiB0aGUgdGltZSBjb21lcy4gCj4gCj4gCj4gQSBsaXR0bGUgbW9kaWZpY2F0aW9uLCB0
aGUgaW5zdGFsbGF0aW9uIG9mIHNvbWUgbmF0aXZlIGRyaXZlcnMuLi4uIAo+IOKAiwoKCgpfX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwpYZW4tdXNlcnMgbWFp
bGluZyBsaXN0Clhlbi11c2Vyc0BsaXN0cy54ZW4ub3JnCmh0dHA6Ly9saXN0cy54ZW4ub3JnL3hl
bi11c2Vycw==

From xen-users-bounces@lists.xen.org Thu Dec 18 11:28:21 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 18 Dec 2014 11:28: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-users-bounces@lists.xen.org>)
	id 1Y1ZET-00088u-Bm; Thu, 18 Dec 2014 11:27:01 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <Ian.Campbell@citrix.com>) id 1Y1ZES-00088p-CE
	for xen-users@lists.xen.org; Thu, 18 Dec 2014 11:27:00 +0000
Received: from [193.109.254.147] by server-16.bemta-14.messagelabs.com id
	D6/84-02576-30AB2945; Thu, 18 Dec 2014 11:26:59 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-9.tower-27.messagelabs.com!1418902017!15873848!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 4917 invoked from network); 18 Dec 2014 11:26:58 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-9.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	18 Dec 2014 11:26:58 -0000
X-IronPort-AV: E=Sophos;i="5.07,600,1413244800"; d="scan'208";a="206212621"
Message-ID: <1418902015.11882.33.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: symack <symack@gmail.com>
Date: Thu, 18 Dec 2014 11:26:55 +0000
In-Reply-To: <CAGWRaZYVCxm+EbhTfOVXx9q8PNLvBqoS8aTsrOJyDUED1LOuBA@mail.gmail.com>
References: <CAGWRaZbVtH4BNAK6_T7Zq7Don-fGAuB5tG7fGN1nbNbHJ6eN2g@mail.gmail.com>
	<1418656191.16425.144.camel@citrix.com>
	<1418656694.16425.145.camel@citrix.com>
	<CAGWRaZYFaoAdw6FFWwWQqaayzL29M-sp0OfPm2w3SrVcTAWmNQ@mail.gmail.com>
	<1418721668.16425.173.camel@citrix.com>
	<CAGWRaZYVCxm+EbhTfOVXx9q8PNLvBqoS8aTsrOJyDUED1LOuBA@mail.gmail.com>
Organization: Citrix Systems, Inc.
Content-Length: 3709
X-Mailer: Evolution 3.12.9-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] PV vs HVM for PCI-Passthrough
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

SWYgeW91IGFyZW4ndCBwbGFubmluZyB0byB1c2UgYW55IHBhc3N0aHJvdWdoIG9uIHRoZSBvbGRl
ciBzdGFnaW5nCm1hY2hpbmUgdGhlbiBQViBvciBIVk0gaXNuJ3QgYSBjb25jZXJuLCB5b3UgY2Fu
IGNob29zZSBiYXNlZCBvbiB3aGF0ZXZlcgpvdGhlciBuZWVkcyB5b3UgaGF2ZSwgdGhlIHdpa2kg
aGFzIHNvbWUgZ3VpZGVzIG9uIHRoZSBmZWF0dXJlcyBhbmQKc3RyZW5ndGhzL3dlYWtuZXNzZXMg
b2YgdGhlIHZhcmlvdXMgbW9kZXMsIHNlZSBlLmcuIApodHRwOi8vd2lraS54ZW4ub3JnL3dpa2kv
WGVuX1Byb2plY3RfU29mdHdhcmVfT3ZlcnZpZXcKaHR0cDovL3dpa2kueGVuLm9yZy93aWtpL1Vu
ZGVyc3RhbmRpbmdfdGhlX1ZpcnR1YWxpemF0aW9uX1NwZWN0cnVtCmh0dHA6Ly93aWtpLnhlbi5v
cmcvd2lraS9WaXJ0dWFsaXphdGlvbl9TcGVjdHJ1bQoKQXMgZm9yIG1pZ3JhdGlvbiBpdCBkZXBl
bmRzIG9uIHdoYXQgeW91IG1lYW4uIElmIHlvdSBqdXN0IG1lYW4gInNodXQKZG93biB0aGUgVk0s
IGNvcHkgYWxsIGl0cyB2YXJpb3VzIGJpdHMgdG8gYW5vdGhlciBtYWNoaW5lIGFuZCBzdGFydCBp
dCIsCnRoZW4geW91IHNob3VsZCBiZSBhYnNvbHV0ZWx5IGZpbmUuCgpJZiBob3dldmVyIHlvdSBt
ZWFuIG1pZ3JhdGUgaW4gdGhlIHNlbnNlIG9mIGEgbGl2ZSBtaWdyYXRpb24sIG9yIGEKc3VzcGVu
ZCBvbiBvbmUgbWFjaGluZSByZXN1bWUgb24gdGhlIG90aGVyLCB0aGVuIHlvdSB3aWxsIG5lZWQg
dG8gd29ycnkKYWJvdXQgQ1BVIGZlYXR1cmUgY29tcGF0aWJpbGl0eSBiZXR3ZWVuIHRoZSB0d28g
bWFjaGluZXMsIGFuZCBwZXJoYXBzIGRvCmNwdWlkIGxldmVsbGluZyBvbiB0aGUgbW9yZSBjYXBh
YmxlIG9uZSwgZWl0aGVyIHZpYSB0aGUgeGwuY2ZnIGNwdWlkPQpvcHRpb24gb24gYSBwZXItZ3Vl
c3QgYmFzaXMgb3IgdGhlIGNwdV9tYXNrXyogaHlwZXJ2aXNvciBjb21tYW5kIGxpbmUKb3B0aW9u
cyB0byBsZXZlbCB0aGUgd2hvbGUgaG9zdC4KCkxhc3RseSB3cnQ6Cj4gKiBQViBvbmx5IHN1cHBv
cnRzIHBhc3N0aHJvdWdoIG9uIG5vbiBpb21tdSBjYXBhYmxlIG1hY2hpbmVzCgpQViBzdXBwb3J0
cyBwYXNzdGhyb3VnaCByZWdhcmRsZXNzIG9mIHRoZSBwcmVzZW5jZSBvZiBhbiBJT01NVSwgaXQg
anVzdApkb2Vzbid0ICpyZXF1aXJlKiBvbmUuIFRoaW5ncyB3aWxsIGJlIGJldHRlciAobW9yZSBz
ZWN1cmUpIGlmIHlvdSBkbwpoYXZlIGFuIElPTU1VIGJ1dCB3aWxsIHdvcmsgd2l0aG91dC4KCkhW
TSBkb2VzIHJlcXVpcmUgYW4gSU9NTVUgZm9yIHBhc3N0aHJvdWdoLgoKSWFuLgoKT24gVHVlLCAy
MDE0LTEyLTE2IGF0IDEwOjM4IC0wNTAwLCBzeW1hY2sgd3JvdGU6Cj4gSWFuIHRoYW5rIHlvdSBm
b3IgeW91ciByZXNwb25zZS4gTWF5YmUgaWYgSSB0YWtlIHRoaXMgYSBzdGVwIGJhY2sgSQo+IGNh
biBiZXR0ZXIgZXhwbGFpbiB3aGF0Cj4gSSBhbSB0cnlpbmcgdG8gYWNoaWV2ZS4KPiAKPiAKPiBJ
IG5lZWQgdG8gY3JlYXRlIERvbVUgIGluc3RhbmNlcyBvbiBhIHRlc3Qgc2VydmVyIChub24gaW9t
bXUgY2FwYWJsZSksCj4gYW5kIGV2ZW50dWFsbHkKPiB0cmFuc2ZlciB0aGUgdmlydXRhbCBtYWNo
aW5lcyB0byBhIHNoaW55IG5ldyBzZXJ2ZXIgKGlvbW11IGNhcGFibGUpLAo+IGFuZCBzZXR1cCBw
YXNzdGhvdWdoLgo+IAo+IAo+IFNob3VsZCBJIGJlIGNyZWF0aW5nIEhWTSBvciBQViBpbnN0YW5j
ZXMgb24gdGhlIHRlc3Qgc2VydmVyPyBXaGljaCBpcwo+IHRoZSBiZXN0IGFwcHJvYWNoCj4gZm9y
IGVhc3kgbWlncmF0aW9uLgo+IAo+IAo+IElmIEkgY2FuIGp1bXAgdGhlIGd1biwganVkZ2luZyBi
eSB3aGF0IHlvdSBhcmUgc2F5aW5nOgo+IAo+IAo+ICogUFYgb25seSBzdXBwb3J0cyBwYXNzdGhy
b3VnaCBvbiBub24gaW9tbXUgY2FwYWJsZSBtYWNoaW5lcwo+IAo+ICogSFZNIHN1cHBvcnQgcGFz
c3Rocm91Z2ggb24gaW9tbXUgY2FwYWJsZSBtYWNoaW5lcwo+IAo+IAo+IE15IHF1ZXN0aW9uIGlz
IHRoZW4sIGlzIGl0IGJlc3QgZm9yIG1lIHRvIGp1c3QgY3JlYXRlIEhWTSBkb211cyBvbiB0aGUK
PiB0ZXN0IHNlcnZlciwgd2l0aCB0aGUgaW50ZW50aW9uCj4gdG8gZXZlbnR1YWxseSBtaWdyYXRl
IHRoZSB2aXJ1dHVhbCBtYWNoaW5lcyB0byBhbiBpb21tdSBlbnZpcm9ubWVudC4KPiBJcyB0aGlz
IHBvc3NpYmxlPwo+IAo+IAo+IFRoYW5rcyBpbiBBZHZhbmNlIQo+IAo+IAo+IE5pY2sgZnJvbSBU
b3JvbnRvLgo+IAo+IAo+IAo+IAo+IAo+IAo+IAo+IEN1cnJlbnRseSB0aGUgbWFjaGluZSBoYXMg
bm8gaW9tbXUgY2FwYWJpbGl0eSBob3dldmVyLCBpbnN0ZWFkIG9mCj4gY3JlYXRpbmcgUFYgZ3Vl
c3RzIG9uIGEKPiBub24gaW9tbXUgY2FwYWJsZSBib3gsIHdlIGFyZSBwbGFubmluZyB0byBjcmVh
dGUgaHZtIGRvbXUgaW5zdGFuY2VzLAo+IHdpdGggdGhlIGhvcGVzIHRoYXQgd2UKPiBjYW4gdHJh
bnNmZXIgdGhlIHZpcnR1YWwgbWFjaGluZXMgdG8gdGhlIG5ldyBib3ggKGlvbW11IGNhcGFibGUp
IHdoZW4KPiB0aGUgdGltZSBjb21lcy4gCj4gCj4gCj4gQSBsaXR0bGUgbW9kaWZpY2F0aW9uLCB0
aGUgaW5zdGFsbGF0aW9uIG9mIHNvbWUgbmF0aXZlIGRyaXZlcnMuLi4uIAo+IOKAiwoKCgpfX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwpYZW4tdXNlcnMgbWFp
bGluZyBsaXN0Clhlbi11c2Vyc0BsaXN0cy54ZW4ub3JnCmh0dHA6Ly9saXN0cy54ZW4ub3JnL3hl
bi11c2Vycw==

From xen-users-bounces@lists.xen.org Thu Dec 18 21:38:11 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 18 Dec 2014 21:38: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-users-bounces@lists.xen.org>)
	id 1Y1ikR-00088N-6W; Thu, 18 Dec 2014 21:36:39 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jmdebruin@xmsnet.nl>) id 1Y1ikP-00088I-Rd
	for xen-users@lists.xen.org; Thu, 18 Dec 2014 21:36:38 +0000
Received: from [85.158.139.211] by server-16.bemta-5.messagelabs.com id
	20/8A-29352-5E843945; Thu, 18 Dec 2014 21:36:37 +0000
X-Env-Sender: jmdebruin@xmsnet.nl
X-Msg-Ref: server-12.tower-206.messagelabs.com!1418938596!14209498!1
X-Originating-IP: [213.197.30.127]
X-SpamReason: No, hits=0.5 required=7.0 tests=BODY_RANDOM_LONG
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 18049 invoked from network); 18 Dec 2014 21:36:36 -0000
Received: from smtp-3.concepts.nl (HELO smtp-3.concepts.nl) (213.197.30.127)
	by server-12.tower-206.messagelabs.com with DHE-RSA-AES256-SHA
	encrypted SMTP; 18 Dec 2014 21:36:36 -0000
Received: from [213.197.58.42] (helo=[10.10.0.4])
	by smtp-3.concepts.nl with esmtp (Exim 4.80.1)
	(envelope-from <jmdebruin@xmsnet.nl>) id 1Y1ikO-0001Xr-31
	for xen-users@lists.xen.org; Thu, 18 Dec 2014 22:36:36 +0100
Message-ID: <549348DF.2080500@xmsnet.nl>
Date: Thu, 18 Dec 2014 22:36:31 +0100
From: Hans de Bruin <jmdebruin@xmsnet.nl>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.8.1
MIME-Version: 1.0
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
References: <5491FE6A.3050804@xmsnet.nl>
In-Reply-To: <5491FE6A.3050804@xmsnet.nl>
X-Concepts-MailScanner-Information: Please contact abuse@concepts.nl for more
	information
X-Concepts-MailScanner-ID: 1Y1ikO-0001Xr-31
X-Concepts-MailScanner: Found to be clean
X-Concepts-MailScanner-SpamCheck: 
X-Concepts-MailScanner-From: jmdebruin@xmsnet.nl
Subject: Re: [Xen-users] kernel BUG at
	/usr/src/linux-stable/drivers/net/xen-netback/netback.c:540!
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On 12/17/2014 11:06 PM, Hans de Bruin wrote:
> Hi
>
> I just opgraded my test-host and guest to 3.14.27. Which probable was
> not a good idea. A nfsroot guest triggers a kernel BUG in the host when
> is starts its mediatomb deamon. Before the upgrade the host and guest
> were running 3.14.23:


After some testing it looks like the guest is to blame, It does not 
matter if the host is running .23 or .27, but if the guest boots .27 the 
BUG happens and always when mediatomb is starting.

The above is after start-up of the host and the first boot of the guest. 
When a .23 guest is successfully started, it can be shut down and 
restarted with a .27 kernel.

Is there anything I should test or check before I start mailing to the 
dev-list?

-- 
Hans


>
>
> [   87.011325] ------------[ cut here ]------------
> [   87.011350] kernel BUG at
> /usr/src/linux-stable/drivers/net/xen-netback/netback.c:540!
> [   87.011386] invalid opcode: 0000 [#1] SMP
> [   87.011397] Modules linked in: xt_physdev xen_pciback xen_gntalloc
> xen_gntdev xt_multiport nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter
> ip6_tables xt_nat xt_conntrack xt_tcpudp xt_LOG iptable_nat
> nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack
> iptable_filter ip_tables x_tables bridge stp llc ipv6 lp fuse i915 video
> r8169 8139too drm_kms_helper coretemp i2c_dev evdev intel_agp gpio_ich
> i2c_i801 mii processor ppdev drm intel_gtt agpgart lpc_ich
> snd_hda_codec_realtek snd_hda_codec_generic uhci_hcd ehci_pci ehci_hcd
> thermal_sys microcode snd_hda_intel i2c_algo_bit snd_hda_codec snd_hwdep
> i2c_core snd_pcm snd_timer snd soundcore parport_pc parport hwmon button
> loop
> [   87.011550] CPU: 1 PID: 1221 Comm: vif1.0 Not tainted 3.14.27 #8
> [   87.011560] Hardware name: To Be Filled By O.E.M. To Be Filled By
> O.E.M./To be filled by O.E.M., BIOS 080015  03/19/2010
> [   87.011574] task: ffff8800701c1060 ti: ffff88005d1be000 task.ti:
> ffff88005d1be000
> [   87.011584] RIP: e030:[<ffffffff81a60df8>]  [<ffffffff81a60df8>]
> xenvif_rx_action+0x888/0x890
> [   87.011606] RSP: e02b:ffff88005d1bfdb8  EFLAGS: 00010297
> [   87.011615] RAX: 0000000000000001 RBX: ffff88005d1bfdec RCX:
> 3fffffffffffff00
> [   87.011625] RDX: 0000000000000013 RSI: ffff8800574b5ee8 RDI:
> 00000000000b195f
> [   87.011635] RBP: ffff88005d1bfe68 R08: ffff88005d1bfdec R09:
> 0000000000000001
> [   87.011645] R10: ffff88005ccd0840 R11: ffff88005ccd7498 R12:
> 0000000000016f8b
> [   87.011654] R13: ffff88005ccd0840 R14: ffff8800574b5ee8 R15:
> ffff88005ccd0840
> [   87.011672] FS:  00007fe579d85900(0000) GS:ffff88007f280000(0000)
> knlGS:0000000000000000
> [   87.011683] CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
> [   87.011692] CR2: 00007f4442b3e000 CR3: 000000005d127000 CR4:
> 0000000000000660
> [   87.011703] Stack:
> [   87.011709]  ffff88005d1bfdec ffff88005ccd7360 00016f8b7f292d40
> ffff88005ccd0840
> [   87.011724]  ffff88005ccd0840 0000001200000000 0000000075d2fb80
> ffff88005d1bfdf0
> [   87.011739]  ffff88005d1bfdf0 ffff88005d1bfe00 ffff88005d1bfe00
> 0000000000000000
> [   87.011754] Call Trace:
> [   87.011768]  [<ffffffff81a61874>] xenvif_kthread+0xa4/0x230
> [   87.011782]  [<ffffffff810d26d0>] ? prepare_to_wait_event+0x100/0x100
> [   87.011796]  [<ffffffff81a617d0>] ? xenvif_stop_queue+0x60/0x60
> [   87.011809]  [<ffffffff810b1f82>] kthread+0xd2/0xf0
> [   87.011821]  [<ffffffff810b1eb0>] ? kthread_create_on_node+0x180/0x180
> [   87.011835]  [<ffffffff81c46dfc>] ret_from_fork+0x7c/0xb0
> [   87.011847]  [<ffffffff810b1eb0>] ? kthread_create_on_node+0x180/0x180
> [   87.011856] Code: 00 e9 57 fa ff ff c6 85 7c ff ff ff 00 e9 24 fc ff
> ff 83 c8 03 e9 aa fd ff ff 45 31 c0 b8 04 00 00 00 e9 82 fd ff ff 0f 0b
> 0f 0b <0f> 0b 66 0f 1f 44 00 00 0f 1f 44 00 00 48 8b 97 18 6b 00 00 55
> [   87.011974] RIP  [<ffffffff81a60df8>] xenvif_rx_action+0x888/0x890
> [   87.011988]  RSP <ffff88005d1bfdb8>
> [   87.011997] ---[ end trace 3690b03a5c0d0712 ]---
>
>
> root@sol(test):/usr/src/linux-stable# xl info
> host                   : sol
> release                : 3.14.27
> version                : #8 SMP Wed Dec 17 14:40:03 CET 2014
> machine                : x86_64
> nr_cpus                : 4
> max_cpu_id             : 3
> nr_nodes               : 1
> cores_per_socket       : 2
> threads_per_core       : 2
> cpu_mhz                : 1666
> hw_caps                :
> bfebfbff:20100800:00000000:00000900:0040e31d:00000000:00000001:00000000
> virt_caps              :
> total_memory           : 4086
> free_memory            : 1476
> sharing_freed_memory   : 0
> sharing_used_memory    : 0
> outstanding_claims     : 0
> free_cpus              : 0
> xen_major              : 4
> xen_minor              : 3
> xen_extra              : .3
> xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p
> xen_scheduler          : credit
> xen_pagesize           : 4096
> platform_params        : virt_start=0xffff800000000000
> xen_changeset          :
> xen_commandline        : dom0_mem=2G dom0_max_vcpus=4 loglvl=all
> guest_loglvl=all com1=115200,8n1 console=com1,vga
> cc_compiler            : gcc (GCC) 4.8.2
> cc_compile_by          : root
> cc_compile_domain      : system
> cc_compile_date        : Sat Nov 15 17:54:36 CET 2014
> xend_config_format     : 4
> root@sol(test):/usr/src/linux-stable#


_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 18 21:38:11 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 18 Dec 2014 21:38: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-users-bounces@lists.xen.org>)
	id 1Y1ikR-00088N-6W; Thu, 18 Dec 2014 21:36:39 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jmdebruin@xmsnet.nl>) id 1Y1ikP-00088I-Rd
	for xen-users@lists.xen.org; Thu, 18 Dec 2014 21:36:38 +0000
Received: from [85.158.139.211] by server-16.bemta-5.messagelabs.com id
	20/8A-29352-5E843945; Thu, 18 Dec 2014 21:36:37 +0000
X-Env-Sender: jmdebruin@xmsnet.nl
X-Msg-Ref: server-12.tower-206.messagelabs.com!1418938596!14209498!1
X-Originating-IP: [213.197.30.127]
X-SpamReason: No, hits=0.5 required=7.0 tests=BODY_RANDOM_LONG
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 18049 invoked from network); 18 Dec 2014 21:36:36 -0000
Received: from smtp-3.concepts.nl (HELO smtp-3.concepts.nl) (213.197.30.127)
	by server-12.tower-206.messagelabs.com with DHE-RSA-AES256-SHA
	encrypted SMTP; 18 Dec 2014 21:36:36 -0000
Received: from [213.197.58.42] (helo=[10.10.0.4])
	by smtp-3.concepts.nl with esmtp (Exim 4.80.1)
	(envelope-from <jmdebruin@xmsnet.nl>) id 1Y1ikO-0001Xr-31
	for xen-users@lists.xen.org; Thu, 18 Dec 2014 22:36:36 +0100
Message-ID: <549348DF.2080500@xmsnet.nl>
Date: Thu, 18 Dec 2014 22:36:31 +0100
From: Hans de Bruin <jmdebruin@xmsnet.nl>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.8.1
MIME-Version: 1.0
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
References: <5491FE6A.3050804@xmsnet.nl>
In-Reply-To: <5491FE6A.3050804@xmsnet.nl>
X-Concepts-MailScanner-Information: Please contact abuse@concepts.nl for more
	information
X-Concepts-MailScanner-ID: 1Y1ikO-0001Xr-31
X-Concepts-MailScanner: Found to be clean
X-Concepts-MailScanner-SpamCheck: 
X-Concepts-MailScanner-From: jmdebruin@xmsnet.nl
Subject: Re: [Xen-users] kernel BUG at
	/usr/src/linux-stable/drivers/net/xen-netback/netback.c:540!
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On 12/17/2014 11:06 PM, Hans de Bruin wrote:
> Hi
>
> I just opgraded my test-host and guest to 3.14.27. Which probable was
> not a good idea. A nfsroot guest triggers a kernel BUG in the host when
> is starts its mediatomb deamon. Before the upgrade the host and guest
> were running 3.14.23:


After some testing it looks like the guest is to blame, It does not 
matter if the host is running .23 or .27, but if the guest boots .27 the 
BUG happens and always when mediatomb is starting.

The above is after start-up of the host and the first boot of the guest. 
When a .23 guest is successfully started, it can be shut down and 
restarted with a .27 kernel.

Is there anything I should test or check before I start mailing to the 
dev-list?

-- 
Hans


>
>
> [   87.011325] ------------[ cut here ]------------
> [   87.011350] kernel BUG at
> /usr/src/linux-stable/drivers/net/xen-netback/netback.c:540!
> [   87.011386] invalid opcode: 0000 [#1] SMP
> [   87.011397] Modules linked in: xt_physdev xen_pciback xen_gntalloc
> xen_gntdev xt_multiport nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter
> ip6_tables xt_nat xt_conntrack xt_tcpudp xt_LOG iptable_nat
> nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack
> iptable_filter ip_tables x_tables bridge stp llc ipv6 lp fuse i915 video
> r8169 8139too drm_kms_helper coretemp i2c_dev evdev intel_agp gpio_ich
> i2c_i801 mii processor ppdev drm intel_gtt agpgart lpc_ich
> snd_hda_codec_realtek snd_hda_codec_generic uhci_hcd ehci_pci ehci_hcd
> thermal_sys microcode snd_hda_intel i2c_algo_bit snd_hda_codec snd_hwdep
> i2c_core snd_pcm snd_timer snd soundcore parport_pc parport hwmon button
> loop
> [   87.011550] CPU: 1 PID: 1221 Comm: vif1.0 Not tainted 3.14.27 #8
> [   87.011560] Hardware name: To Be Filled By O.E.M. To Be Filled By
> O.E.M./To be filled by O.E.M., BIOS 080015  03/19/2010
> [   87.011574] task: ffff8800701c1060 ti: ffff88005d1be000 task.ti:
> ffff88005d1be000
> [   87.011584] RIP: e030:[<ffffffff81a60df8>]  [<ffffffff81a60df8>]
> xenvif_rx_action+0x888/0x890
> [   87.011606] RSP: e02b:ffff88005d1bfdb8  EFLAGS: 00010297
> [   87.011615] RAX: 0000000000000001 RBX: ffff88005d1bfdec RCX:
> 3fffffffffffff00
> [   87.011625] RDX: 0000000000000013 RSI: ffff8800574b5ee8 RDI:
> 00000000000b195f
> [   87.011635] RBP: ffff88005d1bfe68 R08: ffff88005d1bfdec R09:
> 0000000000000001
> [   87.011645] R10: ffff88005ccd0840 R11: ffff88005ccd7498 R12:
> 0000000000016f8b
> [   87.011654] R13: ffff88005ccd0840 R14: ffff8800574b5ee8 R15:
> ffff88005ccd0840
> [   87.011672] FS:  00007fe579d85900(0000) GS:ffff88007f280000(0000)
> knlGS:0000000000000000
> [   87.011683] CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
> [   87.011692] CR2: 00007f4442b3e000 CR3: 000000005d127000 CR4:
> 0000000000000660
> [   87.011703] Stack:
> [   87.011709]  ffff88005d1bfdec ffff88005ccd7360 00016f8b7f292d40
> ffff88005ccd0840
> [   87.011724]  ffff88005ccd0840 0000001200000000 0000000075d2fb80
> ffff88005d1bfdf0
> [   87.011739]  ffff88005d1bfdf0 ffff88005d1bfe00 ffff88005d1bfe00
> 0000000000000000
> [   87.011754] Call Trace:
> [   87.011768]  [<ffffffff81a61874>] xenvif_kthread+0xa4/0x230
> [   87.011782]  [<ffffffff810d26d0>] ? prepare_to_wait_event+0x100/0x100
> [   87.011796]  [<ffffffff81a617d0>] ? xenvif_stop_queue+0x60/0x60
> [   87.011809]  [<ffffffff810b1f82>] kthread+0xd2/0xf0
> [   87.011821]  [<ffffffff810b1eb0>] ? kthread_create_on_node+0x180/0x180
> [   87.011835]  [<ffffffff81c46dfc>] ret_from_fork+0x7c/0xb0
> [   87.011847]  [<ffffffff810b1eb0>] ? kthread_create_on_node+0x180/0x180
> [   87.011856] Code: 00 e9 57 fa ff ff c6 85 7c ff ff ff 00 e9 24 fc ff
> ff 83 c8 03 e9 aa fd ff ff 45 31 c0 b8 04 00 00 00 e9 82 fd ff ff 0f 0b
> 0f 0b <0f> 0b 66 0f 1f 44 00 00 0f 1f 44 00 00 48 8b 97 18 6b 00 00 55
> [   87.011974] RIP  [<ffffffff81a60df8>] xenvif_rx_action+0x888/0x890
> [   87.011988]  RSP <ffff88005d1bfdb8>
> [   87.011997] ---[ end trace 3690b03a5c0d0712 ]---
>
>
> root@sol(test):/usr/src/linux-stable# xl info
> host                   : sol
> release                : 3.14.27
> version                : #8 SMP Wed Dec 17 14:40:03 CET 2014
> machine                : x86_64
> nr_cpus                : 4
> max_cpu_id             : 3
> nr_nodes               : 1
> cores_per_socket       : 2
> threads_per_core       : 2
> cpu_mhz                : 1666
> hw_caps                :
> bfebfbff:20100800:00000000:00000900:0040e31d:00000000:00000001:00000000
> virt_caps              :
> total_memory           : 4086
> free_memory            : 1476
> sharing_freed_memory   : 0
> sharing_used_memory    : 0
> outstanding_claims     : 0
> free_cpus              : 0
> xen_major              : 4
> xen_minor              : 3
> xen_extra              : .3
> xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p
> xen_scheduler          : credit
> xen_pagesize           : 4096
> platform_params        : virt_start=0xffff800000000000
> xen_changeset          :
> xen_commandline        : dom0_mem=2G dom0_max_vcpus=4 loglvl=all
> guest_loglvl=all com1=115200,8n1 console=com1,vga
> cc_compiler            : gcc (GCC) 4.8.2
> cc_compile_by          : root
> cc_compile_domain      : system
> cc_compile_date        : Sat Nov 15 17:54:36 CET 2014
> xend_config_format     : 4
> root@sol(test):/usr/src/linux-stable#


_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Fri Dec 19 10:07:43 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 19 Dec 2014 10:07:43 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y1uRw-00089c-GF; Fri, 19 Dec 2014 10:06:20 +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 1Y1uRv-00089K-GC
	for xen-users@lists.xen.org; Fri, 19 Dec 2014 10:06:19 +0000
Received: from [85.158.137.68] by server-6.bemta-3.messagelabs.com id
	96/DB-17694-A98F3945; Fri, 19 Dec 2014 10:06:18 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-10.tower-31.messagelabs.com!1418983576!14550207!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 24066 invoked from network); 19 Dec 2014 10:06:18 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-10.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	19 Dec 2014 10:06:18 -0000
X-IronPort-AV: E=Sophos;i="5.07,606,1413244800"; d="scan'208";a="206665169"
Message-ID: <1418983574.20028.6.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Hans de Bruin <jmdebruin@xmsnet.nl>
Date: Fri, 19 Dec 2014 10:06:14 +0000
In-Reply-To: <549348DF.2080500@xmsnet.nl>
References: <5491FE6A.3050804@xmsnet.nl> <549348DF.2080500@xmsnet.nl>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.9-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] kernel BUG at
 /usr/src/linux-stable/drivers/net/xen-netback/netback.c:540!
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Thu, 2014-12-18 at 22:36 +0100, Hans de Bruin wrote:
> On 12/17/2014 11:06 PM, Hans de Bruin wrote:
> > Hi
> >
> > I just opgraded my test-host and guest to 3.14.27. Which probable was
> > not a good idea. A nfsroot guest triggers a kernel BUG in the host when
> > is starts its mediatomb deamon. Before the upgrade the host and guest
> > were running 3.14.23:
> 
> 
> After some testing it looks like the guest is to blame, It does not 
> matter if the host is running .23 or .27, but if the guest boots .27 the 
> BUG happens and always when mediatomb is starting.
> 
> The above is after start-up of the host and the first boot of the guest. 
> When a .23 guest is successfully started, it can be shut down and 
> restarted with a .27 kernel.
> 
> Is there anything I should test or check before I start mailing to the 
> dev-list?

Please check later kernels for netback fixes, I have a feeling this
issue was fixed but I don't recall the details.

Ian.



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Fri Dec 19 10:07:43 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 19 Dec 2014 10:07:43 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y1uRw-00089c-GF; Fri, 19 Dec 2014 10:06:20 +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 1Y1uRv-00089K-GC
	for xen-users@lists.xen.org; Fri, 19 Dec 2014 10:06:19 +0000
Received: from [85.158.137.68] by server-6.bemta-3.messagelabs.com id
	96/DB-17694-A98F3945; Fri, 19 Dec 2014 10:06:18 +0000
X-Env-Sender: Ian.Campbell@citrix.com
X-Msg-Ref: server-10.tower-31.messagelabs.com!1418983576!14550207!1
X-Originating-IP: [66.165.176.63]
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: 
	VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n,
	received_headers: No Received headers
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 24066 invoked from network); 19 Dec 2014 10:06:18 -0000
Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63)
	by server-10.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	19 Dec 2014 10:06:18 -0000
X-IronPort-AV: E=Sophos;i="5.07,606,1413244800"; d="scan'208";a="206665169"
Message-ID: <1418983574.20028.6.camel@citrix.com>
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Hans de Bruin <jmdebruin@xmsnet.nl>
Date: Fri, 19 Dec 2014 10:06:14 +0000
In-Reply-To: <549348DF.2080500@xmsnet.nl>
References: <5491FE6A.3050804@xmsnet.nl> <549348DF.2080500@xmsnet.nl>
Organization: Citrix Systems, Inc.
X-Mailer: Evolution 3.12.9-1 
MIME-Version: 1.0
X-DLP: MIA2
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] kernel BUG at
 /usr/src/linux-stable/drivers/net/xen-netback/netback.c:540!
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Thu, 2014-12-18 at 22:36 +0100, Hans de Bruin wrote:
> On 12/17/2014 11:06 PM, Hans de Bruin wrote:
> > Hi
> >
> > I just opgraded my test-host and guest to 3.14.27. Which probable was
> > not a good idea. A nfsroot guest triggers a kernel BUG in the host when
> > is starts its mediatomb deamon. Before the upgrade the host and guest
> > were running 3.14.23:
> 
> 
> After some testing it looks like the guest is to blame, It does not 
> matter if the host is running .23 or .27, but if the guest boots .27 the 
> BUG happens and always when mediatomb is starting.
> 
> The above is after start-up of the host and the first boot of the guest. 
> When a .23 guest is successfully started, it can be shut down and 
> restarted with a .27 kernel.
> 
> Is there anything I should test or check before I start mailing to the 
> dev-list?

Please check later kernels for netback fixes, I have a feeling this
issue was fixed but I don't recall the details.

Ian.



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Fri Dec 19 10:27:33 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 19 Dec 2014 10:27: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-users-bounces@lists.xen.org>)
	id 1Y1ulI-0000v0-9R; Fri, 19 Dec 2014 10:26:20 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <henric@halfbug.com>) id 1Y1ulG-0000uo-NO
	for Xen-users@lists.xen.org; Fri, 19 Dec 2014 10:26:18 +0000
Received: from [85.158.139.211] by server-17.bemta-5.messagelabs.com id
	CE/D5-28865-94DF3945; Fri, 19 Dec 2014 10:26:17 +0000
X-Env-Sender: henric@halfbug.com
X-Msg-Ref: server-11.tower-206.messagelabs.com!1418984775!10170779!1
X-Originating-IP: [23.91.25.197]
X-SpamReason: No, hits=0.2 required=7.0 tests=RCVD_ILLEGAL_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 10753 invoked from network); 19 Dec 2014 10:26:15 -0000
Received: from mx02.halfbug.com (HELO mx02.halfbug.com) (23.91.25.197)
	by server-11.tower-206.messagelabs.com with SMTP;
	19 Dec 2014 10:26:15 -0000
Received: from mx.halfbug.com (h61n14-nt-a12.ias.bredband.telia.com
	[2.248.93.61]) by mx02.halfbug.com (Postfix) with ESMTP id 93999C406
	for <Xen-users@lists.xen.org>; Fri, 19 Dec 2014 11:26:14 +0100 (CET)
Received: by mx.halfbug.com (Postfix, from userid 1002)
	id 136061AE2E8; Fri, 19 Dec 2014 11:26:12 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=halfbug.com;
	s=default; t=1418984773;
	bh=9ACbq9GK77eL+Bcan3P4z9Q3fFR2qvEKyywQTYxjoBM=;
	h=To:Subject:Date:From:From;
	b=ZBFoVTMiVRXEzVXWTkxZfgZ9Qfk85tjhdxJs74SVULe0EgLxuexEoKne4IF8qmwGX
	5fKaYXO8LwTXC14gXjOmhRizcMlLBDD62esA6W2gUhe6hWlJKwIIB6DuJx8e8bI1yR
	+Qd/bjBi9eSvxMhQH1V7tEo45/C006//HireIDQg=
To: Xen-users@lists.xen.org
X-PHP-Originating-Script: 1002:rcube.php
MIME-Version: 1.0
Date: Fri, 19 Dec 2014 11:26:12 +0100
From: Henric <henric@halfbug.com>
Message-ID: <743bab0d998f5a2112001ee3e7f77592@halfbug.com>
X-Sender: henric@halfbug.com
User-Agent: Roundcube Webmail/1.0.3
Subject: [Xen-users] Multi-server setup, storage question
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hi,

To make life easier, this e-mail is divided in three sections 
(background/specs, question, goal).

First some information that might be useful to the question further 
down.

I have two identical servers as per this config:
  - 8 cores each
  - 64 GB ram each
  - HW-RAID backed storage (~695 GB/SAS 15k RAID6)
  - Quad Gigabit NIC
  - Linux 18.1 (currently)
  - Xen 4.4.1 from openstack's gplhost repos (currently)
  - Debian Wheezy with Backports (currently)

I am looking to run all the XEN guests from the local hw-raid storage 
and use LVM for the guest disks.
I am using local storage as opposed to an iSCSI SAN since performance / 
latency is very important in this project.


Now for the question:

Is it a good idea to use a distributed file-system to make "one big 
slab" of LVM storage and then set up guests disks on that?
Or should I use DRBD to mirror the whole storage between the servers?

Ideally I would want to be able to use both machines to run guests at 
the same time, but I am quite happy to have one server on "hot standby" 
too.

But I am unsure about the performance impact a distributed file-system 
would have?
And which one to choose if that was the case?


The goal:
To have full hardware fail-over.

Let's say server 1 has a catastrophic failure, then I want to be able to 
retain all the data and start the guests on server 2.

DRBD would solve this, since it could mirror the whole "storage surface" 
between server A and server B.

But if I had a distributed filesystem, then ideally I could run guests 
on both server A and B at the same time.
And if server A or B died, I would still have all the data and be able 
to run the guests on the surviving server (since I will not 
over-provision storage over the ~695GB available).


-- 

Henric Blomgren

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Fri Dec 19 10:27:33 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 19 Dec 2014 10:27: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-users-bounces@lists.xen.org>)
	id 1Y1ulI-0000v0-9R; Fri, 19 Dec 2014 10:26:20 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <henric@halfbug.com>) id 1Y1ulG-0000uo-NO
	for Xen-users@lists.xen.org; Fri, 19 Dec 2014 10:26:18 +0000
Received: from [85.158.139.211] by server-17.bemta-5.messagelabs.com id
	CE/D5-28865-94DF3945; Fri, 19 Dec 2014 10:26:17 +0000
X-Env-Sender: henric@halfbug.com
X-Msg-Ref: server-11.tower-206.messagelabs.com!1418984775!10170779!1
X-Originating-IP: [23.91.25.197]
X-SpamReason: No, hits=0.2 required=7.0 tests=RCVD_ILLEGAL_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 10753 invoked from network); 19 Dec 2014 10:26:15 -0000
Received: from mx02.halfbug.com (HELO mx02.halfbug.com) (23.91.25.197)
	by server-11.tower-206.messagelabs.com with SMTP;
	19 Dec 2014 10:26:15 -0000
Received: from mx.halfbug.com (h61n14-nt-a12.ias.bredband.telia.com
	[2.248.93.61]) by mx02.halfbug.com (Postfix) with ESMTP id 93999C406
	for <Xen-users@lists.xen.org>; Fri, 19 Dec 2014 11:26:14 +0100 (CET)
Received: by mx.halfbug.com (Postfix, from userid 1002)
	id 136061AE2E8; Fri, 19 Dec 2014 11:26:12 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=halfbug.com;
	s=default; t=1418984773;
	bh=9ACbq9GK77eL+Bcan3P4z9Q3fFR2qvEKyywQTYxjoBM=;
	h=To:Subject:Date:From:From;
	b=ZBFoVTMiVRXEzVXWTkxZfgZ9Qfk85tjhdxJs74SVULe0EgLxuexEoKne4IF8qmwGX
	5fKaYXO8LwTXC14gXjOmhRizcMlLBDD62esA6W2gUhe6hWlJKwIIB6DuJx8e8bI1yR
	+Qd/bjBi9eSvxMhQH1V7tEo45/C006//HireIDQg=
To: Xen-users@lists.xen.org
X-PHP-Originating-Script: 1002:rcube.php
MIME-Version: 1.0
Date: Fri, 19 Dec 2014 11:26:12 +0100
From: Henric <henric@halfbug.com>
Message-ID: <743bab0d998f5a2112001ee3e7f77592@halfbug.com>
X-Sender: henric@halfbug.com
User-Agent: Roundcube Webmail/1.0.3
Subject: [Xen-users] Multi-server setup, storage question
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hi,

To make life easier, this e-mail is divided in three sections 
(background/specs, question, goal).

First some information that might be useful to the question further 
down.

I have two identical servers as per this config:
  - 8 cores each
  - 64 GB ram each
  - HW-RAID backed storage (~695 GB/SAS 15k RAID6)
  - Quad Gigabit NIC
  - Linux 18.1 (currently)
  - Xen 4.4.1 from openstack's gplhost repos (currently)
  - Debian Wheezy with Backports (currently)

I am looking to run all the XEN guests from the local hw-raid storage 
and use LVM for the guest disks.
I am using local storage as opposed to an iSCSI SAN since performance / 
latency is very important in this project.


Now for the question:

Is it a good idea to use a distributed file-system to make "one big 
slab" of LVM storage and then set up guests disks on that?
Or should I use DRBD to mirror the whole storage between the servers?

Ideally I would want to be able to use both machines to run guests at 
the same time, but I am quite happy to have one server on "hot standby" 
too.

But I am unsure about the performance impact a distributed file-system 
would have?
And which one to choose if that was the case?


The goal:
To have full hardware fail-over.

Let's say server 1 has a catastrophic failure, then I want to be able to 
retain all the data and start the guests on server 2.

DRBD would solve this, since it could mirror the whole "storage surface" 
between server A and server B.

But if I had a distributed filesystem, then ideally I could run guests 
on both server A and B at the same time.
And if server A or B died, I would still have all the data and be able 
to run the guests on the surviving server (since I will not 
over-provision storage over the ~695GB available).


-- 

Henric Blomgren

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Fri Dec 19 15:49:43 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 19 Dec 2014 15:49:43 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y1zms-00085m-Sx; Fri, 19 Dec 2014 15:48:18 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <upanshu.singhal@emc.com>) id 1Y1wDq-0006Sh-UG
	for xen-users@lists.xen.org; Fri, 19 Dec 2014 11:59:55 +0000
Received: from [85.158.137.68] by server-13.bemta-3.messagelabs.com id
	21/CC-27623-A3314945; Fri, 19 Dec 2014 11:59:54 +0000
X-Env-Sender: upanshu.singhal@emc.com
X-Msg-Ref: server-14.tower-31.messagelabs.com!1418990391!12161904!1
X-Originating-IP: [128.221.224.79]
X-SpamReason: No, hits=1.5 required=7.0 tests=HOT_NASTY,HTML_60_70,
	HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 29310 invoked from network); 19 Dec 2014 11:59:52 -0000
Received: from mailuogwdur.emc.com (HELO mailuogwdur.emc.com) (128.221.224.79)
	by server-14.tower-31.messagelabs.com with DHE-RSA-AES256-SHA
	encrypted SMTP; 19 Dec 2014 11:59:52 -0000
Received: from maildlpprd53.lss.emc.com (maildlpprd53.lss.emc.com
	[10.106.48.157])
	by mailuogwprd54.lss.emc.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.0)
	with ESMTP id sBJBxoWF000371
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <xen-users@lists.xen.org>; Fri, 19 Dec 2014 06:59:51 -0500
X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd54.lss.emc.com sBJBxoWF000371
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=emc.com; s=jan2013;
	t=1418990391; bh=v0uuaSrLf/8EuZ2q/fAF2RMiEq4=;
	h=From:To:Subject:Date:Message-ID:Content-Type:MIME-Version;
	b=B9xKm5Ydx2/nOOQaqwSILYi8XlmbcHk6E1ku3lpEV3JoPu3U8TP9t9FyJ1cwa/bYI
	4SNBdV0q9SzG5sr3iBWWANGVq0e58JwZxdM1IJafYulKVrob3ldDLr2OhLRaf1Hdml
	JbXKGxpFu5fs8UCXdkVR0edgJxUXOotQRyRWIXUA=
X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd54.lss.emc.com sBJBxoWF000371
Received: from mailusrhubprd01.lss.emc.com (mailusrhubprd01.lss.emc.com
	[10.253.24.19]) by maildlpprd53.lss.emc.com (RSA Interceptor)
	for <xen-users@lists.xen.org>; Fri, 19 Dec 2014 06:58:05 -0500
Received: from mxhub13.corp.emc.com (mxhub13.corp.emc.com [128.222.70.234])
	by mailusrhubprd01.lss.emc.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.0)
	with ESMTP id sBJBxaNR025005
	(version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL)
	for <xen-users@lists.xen.org>; Fri, 19 Dec 2014 06:59:37 -0500
Received: from MXHUB205.corp.emc.com (10.253.68.31) by mxhub13.corp.emc.com
	(128.222.70.234) with Microsoft SMTP Server (TLS) id 8.3.327.1;
	Fri, 19 Dec 2014 06:59:37 -0500
Received: from MX101CL01.corp.emc.com ([169.254.1.90]) by
	MXHUB205.corp.emc.com ([10.253.68.31]) with mapi id 14.03.0195.001;
	Fri, 19 Dec 2014 06:59:36 -0500
From: "Singhal, Upanshu" <upanshu.singhal@emc.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Thread-Topic: Help: VMXNET3 support with XEN 4.4.1
Thread-Index: AdAbgiE3p1/EgSJoT5eLpW9WxxEiDQ==
Date: Fri, 19 Dec 2014 11:59:36 +0000
Message-ID: <6A5D14D0DFEABC43BE832A0E492963F14EBB8359@MX101CL01.corp.emc.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.30.79.11]
MIME-Version: 1.0
X-Sentrion-Hostname: mailusrhubprd01.lss.emc.com
X-RSA-Classifications: DLP to NYP, public
X-Mailman-Approved-At: Fri, 19 Dec 2014 15:48:17 +0000
Subject: [Xen-users] Help: VMXNET3 support with XEN 4.4.1
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7162651759810568845=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============7162651759810568845==
Content-Language: en-US
Content-Type: multipart/alternative;
	boundary="_000_6A5D14D0DFEABC43BE832A0E492963F14EBB8359MX101CL01corpem_"

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

Hello,

In one of my experiment, I am building a Linux VM with Network interface mo=
del as "vmxnet3". I am able to create the VM successfully, but I see that t=
he driver loaded is "vif" and not "vmxnet3". I am using the following optio=
n for the network interface: vif =3D [ 'type=3Dioemu, mac=3D00:16:3e:00:00:=
22, bridge=3Dxenbr0, model=3Dvmxnet3' ]

I tried with model as e1000 and it works fine. Lspci command also does not =
show vmxnet3. Though, qemu device help shows that "vmxnet3" is supported on=
 XEN 4.4.1 version I am using.

I tried searching on internet about the right configuration for vmxnet3 wit=
h XEN, but not able to find right information. Can someone please help me o=
n how to create a VM with vmxnet3?

This experiment I am doing to compare the difference between vmxnet3 bandwi=
dth on VMWARE ESXi vs. XEN Server. My sample VM configuration file is:

# This configures an HVM rather than PV guest
builder =3D "hvm"

# Guest name
name =3D "rhel-vmxnet3-xen-2.hvm"

# 128-bit UUID for the domain as a hexadecimal number.
# Use "uuidgen" to generate one if required.
# The default behavior is to generate a new UUID each time the guest is sta=
rted.
#uuid =3D "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"

# Enable Microsoft Hyper-V compatibile paravirtualisation /
# enlightenment interfaces. Turning this on can improve Windows guest
# performance and is therefore recommended
#viridian =3D 1

# Initial memory allocation (MB)
memory =3D 8192

# Maximum memory (MB)
# If this is greater than `memory' then the slack will start ballooned
# (this assumes guest kernel support for ballooning)
#maxmem =3D 512

# Number of VCPUS
vcpus =3D 8

# Network devices
# A list of 'vifspec' entries as described in
# docs/misc/xl-network-configuration.markdown
vif =3D [ 'type=3Dioemu, mac=3D00:16:3e:00:00:22, bridge=3Dxenbr1, model=3D=
vmxnet3' ]

# Disk Devices
# A list of `diskspec' entries as described in
# docs/misc/xl-disk-configuration.txt
disk =3D [ '/root/rhel_6_4/rhel-vmxnet3-xen-2.img,raw,xvda,rw', 'file:/root=
/rhel-server-6.4-x86_64-dvd.iso,hdc:cdrom,r' ]
boot=3D'cd'

# Guest VGA console configuration, either SDL or VNC
# sdl =3D 1
vnc =3D 2

Thanks,
-Upanshu



Upanshu Singhal
EMC Data Storage Systems, Bangalore, India.
Phone: 91-80-67375604


--_000_6A5D14D0DFEABC43BE832A0E492963F14EBB8359MX101CL01corpem_
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">Hello,<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">In one of my experiment, I am building a Linux VM wi=
th Network interface model as &#8220;vmxnet3&#8221;. I am able to create th=
e VM successfully, but I see that the driver loaded is &#8220;vif&#8221; an=
d not &#8220;vmxnet3&#8221;. I am using the following option for the networ=
k
 interface: <b>vif =3D [ 'type=3Dioemu, mac=3D00:16:3e:00:00:22, bridge=3Dx=
enbr0, model=3Dvmxnet3' ]<o:p></o:p></b></p>
<p class=3D"MsoNormal"><b><o:p>&nbsp;</o:p></b></p>
<p class=3D"MsoNormal">I tried with model as e1000 and it works fine. Lspci=
 command also does not show vmxnet3. Though, qemu device help shows that &#=
8220;vmxnet3&#8221; is supported on XEN 4.4.1 version I am using.
<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">I tried searching on internet about the right config=
uration for vmxnet3 with XEN, but not able to find right information. Can s=
omeone please help me on how to create a VM with vmxnet3?<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">This experiment I am doing to compare the difference=
 between vmxnet3 bandwidth on VMWARE ESXi vs. XEN Server. My sample VM conf=
iguration file is:<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># This configures an HVM rather than PV guest<o:p></=
o:p></p>
<p class=3D"MsoNormal">builder =3D &quot;hvm&quot;<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># Guest name<o:p></o:p></p>
<p class=3D"MsoNormal"><b>name =3D &quot;rhel-vmxnet3-xen-2.hvm&quot;<o:p><=
/o:p></b></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># 128-bit UUID for the domain as a hexadecimal numbe=
r.<o:p></o:p></p>
<p class=3D"MsoNormal"># Use &quot;uuidgen&quot; to generate one if require=
d.<o:p></o:p></p>
<p class=3D"MsoNormal"># The default behavior is to generate a new UUID eac=
h time the guest is started.<o:p></o:p></p>
<p class=3D"MsoNormal">#uuid =3D &quot;XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX=
&quot;<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># Enable Microsoft Hyper-V compatibile paravirtualis=
ation /<o:p></o:p></p>
<p class=3D"MsoNormal"># enlightenment interfaces. Turning this on can impr=
ove Windows guest<o:p></o:p></p>
<p class=3D"MsoNormal"># performance and is therefore recommended<o:p></o:p=
></p>
<p class=3D"MsoNormal">#viridian =3D 1<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># Initial memory allocation (MB)<o:p></o:p></p>
<p class=3D"MsoNormal"><b>memory =3D 8192<o:p></o:p></b></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># Maximum memory (MB)<o:p></o:p></p>
<p class=3D"MsoNormal"># If this is greater than `memory' then the slack wi=
ll start ballooned<o:p></o:p></p>
<p class=3D"MsoNormal"># (this assumes guest kernel support for ballooning)=
<o:p></o:p></p>
<p class=3D"MsoNormal">#maxmem =3D 512<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># Number of VCPUS<o:p></o:p></p>
<p class=3D"MsoNormal"><b>vcpus =3D 8<o:p></o:p></b></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># Network devices<o:p></o:p></p>
<p class=3D"MsoNormal"># A list of 'vifspec' entries as described in<o:p></=
o:p></p>
<p class=3D"MsoNormal"># docs/misc/xl-network-configuration.markdown<o:p></=
o:p></p>
<p class=3D"MsoNormal">vif =3D [ 'type=3Dioemu, mac=3D00:16:3e:00:00:22, br=
idge=3Dxenbr1, model=3Dvmxnet3' ]<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># Disk Devices<o:p></o:p></p>
<p class=3D"MsoNormal"># A list of `diskspec' entries as described in<o:p><=
/o:p></p>
<p class=3D"MsoNormal"># docs/misc/xl-disk-configuration.txt<o:p></o:p></p>
<p class=3D"MsoNormal"><b>disk =3D [ '/root/rhel_6_4/rhel-vmxnet3-xen-2.img=
,raw,xvda,rw', 'file:/root/rhel-server-6.4-x86_64-dvd.iso,hdc:cdrom,r' ]<o:=
p></o:p></b></p>
<p class=3D"MsoNormal"><b>boot=3D'cd'</b><o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># Guest VGA console configuration, either SDL or VNC=
<o:p></o:p></p>
<p class=3D"MsoNormal"># sdl =3D 1<o:p></o:p></p>
<p class=3D"MsoNormal"><b>vnc =3D 2<o:p></o:p></b></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Thanks,<o:p></o:p></p>
<p class=3D"MsoNormal">-Upanshu<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"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Upanshu Singhal<o:p></o:p></p>
<p class=3D"MsoNormal">EMC Data Storage Systems, Bangalore, India.<o:p></o:=
p></p>
<p class=3D"MsoNormal">Phone: 91-80-67375604<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</body>
</html>

--_000_6A5D14D0DFEABC43BE832A0E492963F14EBB8359MX101CL01corpem_--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============7162651759810568845==--


From xen-users-bounces@lists.xen.org Fri Dec 19 15:49:43 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 19 Dec 2014 15:49:43 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y1zms-00085m-Sx; Fri, 19 Dec 2014 15:48:18 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <upanshu.singhal@emc.com>) id 1Y1wDq-0006Sh-UG
	for xen-users@lists.xen.org; Fri, 19 Dec 2014 11:59:55 +0000
Received: from [85.158.137.68] by server-13.bemta-3.messagelabs.com id
	21/CC-27623-A3314945; Fri, 19 Dec 2014 11:59:54 +0000
X-Env-Sender: upanshu.singhal@emc.com
X-Msg-Ref: server-14.tower-31.messagelabs.com!1418990391!12161904!1
X-Originating-IP: [128.221.224.79]
X-SpamReason: No, hits=1.5 required=7.0 tests=HOT_NASTY,HTML_60_70,
	HTML_MESSAGE
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 29310 invoked from network); 19 Dec 2014 11:59:52 -0000
Received: from mailuogwdur.emc.com (HELO mailuogwdur.emc.com) (128.221.224.79)
	by server-14.tower-31.messagelabs.com with DHE-RSA-AES256-SHA
	encrypted SMTP; 19 Dec 2014 11:59:52 -0000
Received: from maildlpprd53.lss.emc.com (maildlpprd53.lss.emc.com
	[10.106.48.157])
	by mailuogwprd54.lss.emc.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.0)
	with ESMTP id sBJBxoWF000371
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <xen-users@lists.xen.org>; Fri, 19 Dec 2014 06:59:51 -0500
X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd54.lss.emc.com sBJBxoWF000371
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=emc.com; s=jan2013;
	t=1418990391; bh=v0uuaSrLf/8EuZ2q/fAF2RMiEq4=;
	h=From:To:Subject:Date:Message-ID:Content-Type:MIME-Version;
	b=B9xKm5Ydx2/nOOQaqwSILYi8XlmbcHk6E1ku3lpEV3JoPu3U8TP9t9FyJ1cwa/bYI
	4SNBdV0q9SzG5sr3iBWWANGVq0e58JwZxdM1IJafYulKVrob3ldDLr2OhLRaf1Hdml
	JbXKGxpFu5fs8UCXdkVR0edgJxUXOotQRyRWIXUA=
X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd54.lss.emc.com sBJBxoWF000371
Received: from mailusrhubprd01.lss.emc.com (mailusrhubprd01.lss.emc.com
	[10.253.24.19]) by maildlpprd53.lss.emc.com (RSA Interceptor)
	for <xen-users@lists.xen.org>; Fri, 19 Dec 2014 06:58:05 -0500
Received: from mxhub13.corp.emc.com (mxhub13.corp.emc.com [128.222.70.234])
	by mailusrhubprd01.lss.emc.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.0)
	with ESMTP id sBJBxaNR025005
	(version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL)
	for <xen-users@lists.xen.org>; Fri, 19 Dec 2014 06:59:37 -0500
Received: from MXHUB205.corp.emc.com (10.253.68.31) by mxhub13.corp.emc.com
	(128.222.70.234) with Microsoft SMTP Server (TLS) id 8.3.327.1;
	Fri, 19 Dec 2014 06:59:37 -0500
Received: from MX101CL01.corp.emc.com ([169.254.1.90]) by
	MXHUB205.corp.emc.com ([10.253.68.31]) with mapi id 14.03.0195.001;
	Fri, 19 Dec 2014 06:59:36 -0500
From: "Singhal, Upanshu" <upanshu.singhal@emc.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Thread-Topic: Help: VMXNET3 support with XEN 4.4.1
Thread-Index: AdAbgiE3p1/EgSJoT5eLpW9WxxEiDQ==
Date: Fri, 19 Dec 2014 11:59:36 +0000
Message-ID: <6A5D14D0DFEABC43BE832A0E492963F14EBB8359@MX101CL01.corp.emc.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.30.79.11]
MIME-Version: 1.0
X-Sentrion-Hostname: mailusrhubprd01.lss.emc.com
X-RSA-Classifications: DLP to NYP, public
X-Mailman-Approved-At: Fri, 19 Dec 2014 15:48:17 +0000
Subject: [Xen-users] Help: VMXNET3 support with XEN 4.4.1
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7162651759810568845=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============7162651759810568845==
Content-Language: en-US
Content-Type: multipart/alternative;
	boundary="_000_6A5D14D0DFEABC43BE832A0E492963F14EBB8359MX101CL01corpem_"

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

Hello,

In one of my experiment, I am building a Linux VM with Network interface mo=
del as "vmxnet3". I am able to create the VM successfully, but I see that t=
he driver loaded is "vif" and not "vmxnet3". I am using the following optio=
n for the network interface: vif =3D [ 'type=3Dioemu, mac=3D00:16:3e:00:00:=
22, bridge=3Dxenbr0, model=3Dvmxnet3' ]

I tried with model as e1000 and it works fine. Lspci command also does not =
show vmxnet3. Though, qemu device help shows that "vmxnet3" is supported on=
 XEN 4.4.1 version I am using.

I tried searching on internet about the right configuration for vmxnet3 wit=
h XEN, but not able to find right information. Can someone please help me o=
n how to create a VM with vmxnet3?

This experiment I am doing to compare the difference between vmxnet3 bandwi=
dth on VMWARE ESXi vs. XEN Server. My sample VM configuration file is:

# This configures an HVM rather than PV guest
builder =3D "hvm"

# Guest name
name =3D "rhel-vmxnet3-xen-2.hvm"

# 128-bit UUID for the domain as a hexadecimal number.
# Use "uuidgen" to generate one if required.
# The default behavior is to generate a new UUID each time the guest is sta=
rted.
#uuid =3D "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"

# Enable Microsoft Hyper-V compatibile paravirtualisation /
# enlightenment interfaces. Turning this on can improve Windows guest
# performance and is therefore recommended
#viridian =3D 1

# Initial memory allocation (MB)
memory =3D 8192

# Maximum memory (MB)
# If this is greater than `memory' then the slack will start ballooned
# (this assumes guest kernel support for ballooning)
#maxmem =3D 512

# Number of VCPUS
vcpus =3D 8

# Network devices
# A list of 'vifspec' entries as described in
# docs/misc/xl-network-configuration.markdown
vif =3D [ 'type=3Dioemu, mac=3D00:16:3e:00:00:22, bridge=3Dxenbr1, model=3D=
vmxnet3' ]

# Disk Devices
# A list of `diskspec' entries as described in
# docs/misc/xl-disk-configuration.txt
disk =3D [ '/root/rhel_6_4/rhel-vmxnet3-xen-2.img,raw,xvda,rw', 'file:/root=
/rhel-server-6.4-x86_64-dvd.iso,hdc:cdrom,r' ]
boot=3D'cd'

# Guest VGA console configuration, either SDL or VNC
# sdl =3D 1
vnc =3D 2

Thanks,
-Upanshu



Upanshu Singhal
EMC Data Storage Systems, Bangalore, India.
Phone: 91-80-67375604


--_000_6A5D14D0DFEABC43BE832A0E492963F14EBB8359MX101CL01corpem_
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">Hello,<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">In one of my experiment, I am building a Linux VM wi=
th Network interface model as &#8220;vmxnet3&#8221;. I am able to create th=
e VM successfully, but I see that the driver loaded is &#8220;vif&#8221; an=
d not &#8220;vmxnet3&#8221;. I am using the following option for the networ=
k
 interface: <b>vif =3D [ 'type=3Dioemu, mac=3D00:16:3e:00:00:22, bridge=3Dx=
enbr0, model=3Dvmxnet3' ]<o:p></o:p></b></p>
<p class=3D"MsoNormal"><b><o:p>&nbsp;</o:p></b></p>
<p class=3D"MsoNormal">I tried with model as e1000 and it works fine. Lspci=
 command also does not show vmxnet3. Though, qemu device help shows that &#=
8220;vmxnet3&#8221; is supported on XEN 4.4.1 version I am using.
<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">I tried searching on internet about the right config=
uration for vmxnet3 with XEN, but not able to find right information. Can s=
omeone please help me on how to create a VM with vmxnet3?<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">This experiment I am doing to compare the difference=
 between vmxnet3 bandwidth on VMWARE ESXi vs. XEN Server. My sample VM conf=
iguration file is:<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># This configures an HVM rather than PV guest<o:p></=
o:p></p>
<p class=3D"MsoNormal">builder =3D &quot;hvm&quot;<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># Guest name<o:p></o:p></p>
<p class=3D"MsoNormal"><b>name =3D &quot;rhel-vmxnet3-xen-2.hvm&quot;<o:p><=
/o:p></b></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># 128-bit UUID for the domain as a hexadecimal numbe=
r.<o:p></o:p></p>
<p class=3D"MsoNormal"># Use &quot;uuidgen&quot; to generate one if require=
d.<o:p></o:p></p>
<p class=3D"MsoNormal"># The default behavior is to generate a new UUID eac=
h time the guest is started.<o:p></o:p></p>
<p class=3D"MsoNormal">#uuid =3D &quot;XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX=
&quot;<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># Enable Microsoft Hyper-V compatibile paravirtualis=
ation /<o:p></o:p></p>
<p class=3D"MsoNormal"># enlightenment interfaces. Turning this on can impr=
ove Windows guest<o:p></o:p></p>
<p class=3D"MsoNormal"># performance and is therefore recommended<o:p></o:p=
></p>
<p class=3D"MsoNormal">#viridian =3D 1<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># Initial memory allocation (MB)<o:p></o:p></p>
<p class=3D"MsoNormal"><b>memory =3D 8192<o:p></o:p></b></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># Maximum memory (MB)<o:p></o:p></p>
<p class=3D"MsoNormal"># If this is greater than `memory' then the slack wi=
ll start ballooned<o:p></o:p></p>
<p class=3D"MsoNormal"># (this assumes guest kernel support for ballooning)=
<o:p></o:p></p>
<p class=3D"MsoNormal">#maxmem =3D 512<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># Number of VCPUS<o:p></o:p></p>
<p class=3D"MsoNormal"><b>vcpus =3D 8<o:p></o:p></b></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># Network devices<o:p></o:p></p>
<p class=3D"MsoNormal"># A list of 'vifspec' entries as described in<o:p></=
o:p></p>
<p class=3D"MsoNormal"># docs/misc/xl-network-configuration.markdown<o:p></=
o:p></p>
<p class=3D"MsoNormal">vif =3D [ 'type=3Dioemu, mac=3D00:16:3e:00:00:22, br=
idge=3Dxenbr1, model=3Dvmxnet3' ]<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># Disk Devices<o:p></o:p></p>
<p class=3D"MsoNormal"># A list of `diskspec' entries as described in<o:p><=
/o:p></p>
<p class=3D"MsoNormal"># docs/misc/xl-disk-configuration.txt<o:p></o:p></p>
<p class=3D"MsoNormal"><b>disk =3D [ '/root/rhel_6_4/rhel-vmxnet3-xen-2.img=
,raw,xvda,rw', 'file:/root/rhel-server-6.4-x86_64-dvd.iso,hdc:cdrom,r' ]<o:=
p></o:p></b></p>
<p class=3D"MsoNormal"><b>boot=3D'cd'</b><o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"># Guest VGA console configuration, either SDL or VNC=
<o:p></o:p></p>
<p class=3D"MsoNormal"># sdl =3D 1<o:p></o:p></p>
<p class=3D"MsoNormal"><b>vnc =3D 2<o:p></o:p></b></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Thanks,<o:p></o:p></p>
<p class=3D"MsoNormal">-Upanshu<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"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Upanshu Singhal<o:p></o:p></p>
<p class=3D"MsoNormal">EMC Data Storage Systems, Bangalore, India.<o:p></o:=
p></p>
<p class=3D"MsoNormal">Phone: 91-80-67375604<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</body>
</html>

--_000_6A5D14D0DFEABC43BE832A0E492963F14EBB8359MX101CL01corpem_--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============7162651759810568845==--


From xen-users-bounces@lists.xen.org Fri Dec 19 20:00:53 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 19 Dec 2014 20:00:53 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y23iB-00021v-3Y; Fri, 19 Dec 2014 19:59:43 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <symack@gmail.com>) id 1Y23i9-00021p-Oe
	for xen-users@lists.xensource.com; Fri, 19 Dec 2014 19:59:41 +0000
Received: from [85.158.143.35] by server-1.bemta-4.messagelabs.com id
	CD/99-09842-DA384945; Fri, 19 Dec 2014 19:59:41 +0000
X-Env-Sender: symack@gmail.com
X-Msg-Ref: server-3.tower-21.messagelabs.com!1419019179!16501258!1
X-Originating-IP: [209.85.215.45]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_20_30,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 17650 invoked from network); 19 Dec 2014 19:59:40 -0000
Received: from mail-la0-f45.google.com (HELO mail-la0-f45.google.com)
	(209.85.215.45)
	by server-3.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	19 Dec 2014 19:59:40 -0000
Received: by mail-la0-f45.google.com with SMTP id gq15so1432091lab.32
	for <xen-users@lists.xensource.com>;
	Fri, 19 Dec 2014 11:59:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=YMbJYPhteOEF8C4vBLqbPT/h79tkkzNwoemCf+wSsf0=;
	b=Bede2y1JAvY2Ck4ukSZoAzRrsecdFrV5nToL2VAH25QLNPVeLLkxvpnOnoCyzmv75I
	2EmOLWkNAAkpxr7AXM/E4pClCVZ/uQAhnybmpIJBdnGnhAjXqlaas8c1SrYw959kHbaI
	YVZxnt/23XRnU8UbtTM2rHiVBJ/9xA7O/OD31tek8UckmHcmpl5Ostjl9JIALaxk1MkJ
	1YxRRyquPCQwmS8zsq7mwYDH9Be3AfybBNmJp1RK2a0poKjrkNDrq056E36oG1GqunLg
	juUdkWwZZahzAXiqfOBZ+TNOnVQ+zwzuxIIB6vE40p5SdOutT4rUpKfV8KNakdTTEUlU
	QxqA==
MIME-Version: 1.0
X-Received: by 10.112.142.201 with SMTP id ry9mr9669964lbb.4.1419019179611;
	Fri, 19 Dec 2014 11:59:39 -0800 (PST)
Received: by 10.114.10.234 with HTTP; Fri, 19 Dec 2014 11:59:39 -0800 (PST)
Date: Fri, 19 Dec 2014 14:59:39 -0500
Message-ID: <CAGWRaZbZAgkFKAoK34DfeQf028PVyotrnnL+fzro+d1QVbwdaA@mail.gmail.com>
From: symack <symack@gmail.com>
To: xen-users <xen-users@lists.xensource.com>
Subject: [Xen-users] HVM vs PV vs PVHVM vs PVH and then there was DirectIO -
 Now that's quite to swallow!
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0907135421025797009=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============0907135421025797009==
Content-Type: multipart/alternative; boundary=089e011836aa215bfd050a972636

--089e011836aa215bfd050a972636
Content-Type: text/plain; charset=UTF-8

Had an interesting conversation with Ian Campbell, regarding the general
"what to"... Which led us to
this link:

http://wiki.xen.org/wiki/Xen_Project_Software_Overview

Which brought up the concern of how do we stay on top of things? What do we
stay clear
from (ie becoming obsolete) in the current world of virutalization, how do
we equip ourselves moving forward...

For the "depends what you're trying to accomplish", it's the same bare
metal server with virtual instances each serving up different services (eg,
HTTP, SMTP, Video, VoIP....). Basically domus banging out packets as
efficient as possible. Emphasis on performance and reliability... Also,
there is the required ability for live migrations, seamless redundancy so
on and so forth.

The question:

As we seek this "silver bullet", what are some configuration people are
using out there for production mission critical set-ups. As a means of
limiting the scope, I am referring to the XEN setup itself. We could
possibly talk about how NFS and NAS/SAN fit into the equation however, no
need to talk about OpenAIS and clustering suites used for fail over and
alike tasks..

What I am about to suggest is a IOMMU enabled setup with line cards that
support VF and putting on a basic XEN environment with HVM. Is this  the
direction that is being sought as the "best performing" and "secure".
Anyone using PVH? Will those setups perform better than direct I/O.

Your insights on setups with near host performance are greatly appreciate!

Nick from Toronto.

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

<div dir=3D"ltr">Had an interesting conversation with Ian Campbell, regardi=
ng the general &quot;what to&quot;... Which led us to<div>this link:</div><=
div><br></div><div><a href=3D"http://wiki.xen.org/wiki/Xen_Project_Software=
_Overview">http://wiki.xen.org/wiki/Xen_Project_Software_Overview</a><br></=
div><div><br></div><div style>Which brought up the concern of how do we sta=
y on top of things? What do we stay clear</div><div style>from (ie becoming=
 obsolete) in the current world of virutalization, how do we equip ourselve=
s moving forward...</div><div style><br></div><div style>For the &quot;depe=
nds what you&#39;re trying to accomplish&quot;, it&#39;s the same bare meta=
l server with virtual instances each serving up different services (eg, HTT=
P, SMTP, Video, VoIP....). Basically domus banging out packets as efficient=
 as possible. Emphasis on performance and reliability... Also, there is the=
 required ability for live migrations, seamless redundancy so on and so for=
th.</div><div style><br></div><div style>The question:</div><div style><br>=
</div><div style>As we seek this &quot;silver bullet&quot;, what are some c=
onfiguration people are using out there for production mission critical set=
-ups. As a means of limiting the scope, I am referring to the XEN setup its=
elf. We could possibly talk about how NFS and NAS/SAN fit into the equation=
 however, no need to talk about OpenAIS and clustering suites used for fail=
 over and alike tasks..</div><div style><br></div><div style>What I am abou=
t to suggest is a IOMMU enabled setup with line cards that support VF and p=
utting on a basic XEN environment with HVM. Is this =C2=A0the direction tha=
t is being sought as the &quot;best performing&quot; and &quot;secure&quot;=
. Anyone using PVH? Will those setups perform better than direct I/O.</div>=
<div style><br></div><div style>Your insights on setups with near host perf=
ormance are greatly appreciate!</div><div style><br></div><div style>Nick f=
rom Toronto.=C2=A0</div></div>

--089e011836aa215bfd050a972636--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============0907135421025797009==--


From xen-users-bounces@lists.xen.org Fri Dec 19 20:00:53 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 19 Dec 2014 20:00:53 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y23iB-00021v-3Y; Fri, 19 Dec 2014 19:59:43 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <symack@gmail.com>) id 1Y23i9-00021p-Oe
	for xen-users@lists.xensource.com; Fri, 19 Dec 2014 19:59:41 +0000
Received: from [85.158.143.35] by server-1.bemta-4.messagelabs.com id
	CD/99-09842-DA384945; Fri, 19 Dec 2014 19:59:41 +0000
X-Env-Sender: symack@gmail.com
X-Msg-Ref: server-3.tower-21.messagelabs.com!1419019179!16501258!1
X-Originating-IP: [209.85.215.45]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_20_30,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 17650 invoked from network); 19 Dec 2014 19:59:40 -0000
Received: from mail-la0-f45.google.com (HELO mail-la0-f45.google.com)
	(209.85.215.45)
	by server-3.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	19 Dec 2014 19:59:40 -0000
Received: by mail-la0-f45.google.com with SMTP id gq15so1432091lab.32
	for <xen-users@lists.xensource.com>;
	Fri, 19 Dec 2014 11:59:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=YMbJYPhteOEF8C4vBLqbPT/h79tkkzNwoemCf+wSsf0=;
	b=Bede2y1JAvY2Ck4ukSZoAzRrsecdFrV5nToL2VAH25QLNPVeLLkxvpnOnoCyzmv75I
	2EmOLWkNAAkpxr7AXM/E4pClCVZ/uQAhnybmpIJBdnGnhAjXqlaas8c1SrYw959kHbaI
	YVZxnt/23XRnU8UbtTM2rHiVBJ/9xA7O/OD31tek8UckmHcmpl5Ostjl9JIALaxk1MkJ
	1YxRRyquPCQwmS8zsq7mwYDH9Be3AfybBNmJp1RK2a0poKjrkNDrq056E36oG1GqunLg
	juUdkWwZZahzAXiqfOBZ+TNOnVQ+zwzuxIIB6vE40p5SdOutT4rUpKfV8KNakdTTEUlU
	QxqA==
MIME-Version: 1.0
X-Received: by 10.112.142.201 with SMTP id ry9mr9669964lbb.4.1419019179611;
	Fri, 19 Dec 2014 11:59:39 -0800 (PST)
Received: by 10.114.10.234 with HTTP; Fri, 19 Dec 2014 11:59:39 -0800 (PST)
Date: Fri, 19 Dec 2014 14:59:39 -0500
Message-ID: <CAGWRaZbZAgkFKAoK34DfeQf028PVyotrnnL+fzro+d1QVbwdaA@mail.gmail.com>
From: symack <symack@gmail.com>
To: xen-users <xen-users@lists.xensource.com>
Subject: [Xen-users] HVM vs PV vs PVHVM vs PVH and then there was DirectIO -
 Now that's quite to swallow!
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0907135421025797009=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============0907135421025797009==
Content-Type: multipart/alternative; boundary=089e011836aa215bfd050a972636

--089e011836aa215bfd050a972636
Content-Type: text/plain; charset=UTF-8

Had an interesting conversation with Ian Campbell, regarding the general
"what to"... Which led us to
this link:

http://wiki.xen.org/wiki/Xen_Project_Software_Overview

Which brought up the concern of how do we stay on top of things? What do we
stay clear
from (ie becoming obsolete) in the current world of virutalization, how do
we equip ourselves moving forward...

For the "depends what you're trying to accomplish", it's the same bare
metal server with virtual instances each serving up different services (eg,
HTTP, SMTP, Video, VoIP....). Basically domus banging out packets as
efficient as possible. Emphasis on performance and reliability... Also,
there is the required ability for live migrations, seamless redundancy so
on and so forth.

The question:

As we seek this "silver bullet", what are some configuration people are
using out there for production mission critical set-ups. As a means of
limiting the scope, I am referring to the XEN setup itself. We could
possibly talk about how NFS and NAS/SAN fit into the equation however, no
need to talk about OpenAIS and clustering suites used for fail over and
alike tasks..

What I am about to suggest is a IOMMU enabled setup with line cards that
support VF and putting on a basic XEN environment with HVM. Is this  the
direction that is being sought as the "best performing" and "secure".
Anyone using PVH? Will those setups perform better than direct I/O.

Your insights on setups with near host performance are greatly appreciate!

Nick from Toronto.

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

<div dir=3D"ltr">Had an interesting conversation with Ian Campbell, regardi=
ng the general &quot;what to&quot;... Which led us to<div>this link:</div><=
div><br></div><div><a href=3D"http://wiki.xen.org/wiki/Xen_Project_Software=
_Overview">http://wiki.xen.org/wiki/Xen_Project_Software_Overview</a><br></=
div><div><br></div><div style>Which brought up the concern of how do we sta=
y on top of things? What do we stay clear</div><div style>from (ie becoming=
 obsolete) in the current world of virutalization, how do we equip ourselve=
s moving forward...</div><div style><br></div><div style>For the &quot;depe=
nds what you&#39;re trying to accomplish&quot;, it&#39;s the same bare meta=
l server with virtual instances each serving up different services (eg, HTT=
P, SMTP, Video, VoIP....). Basically domus banging out packets as efficient=
 as possible. Emphasis on performance and reliability... Also, there is the=
 required ability for live migrations, seamless redundancy so on and so for=
th.</div><div style><br></div><div style>The question:</div><div style><br>=
</div><div style>As we seek this &quot;silver bullet&quot;, what are some c=
onfiguration people are using out there for production mission critical set=
-ups. As a means of limiting the scope, I am referring to the XEN setup its=
elf. We could possibly talk about how NFS and NAS/SAN fit into the equation=
 however, no need to talk about OpenAIS and clustering suites used for fail=
 over and alike tasks..</div><div style><br></div><div style>What I am abou=
t to suggest is a IOMMU enabled setup with line cards that support VF and p=
utting on a basic XEN environment with HVM. Is this =C2=A0the direction tha=
t is being sought as the &quot;best performing&quot; and &quot;secure&quot;=
. Anyone using PVH? Will those setups perform better than direct I/O.</div>=
<div style><br></div><div style>Your insights on setups with near host perf=
ormance are greatly appreciate!</div><div style><br></div><div style>Nick f=
rom Toronto.=C2=A0</div></div>

--089e011836aa215bfd050a972636--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============0907135421025797009==--


From xen-users-bounces@lists.xen.org Fri Dec 19 21:25:36 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 19 Dec 2014 21:25: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-users-bounces@lists.xen.org>)
	id 1Y2520-0005vz-Qr; Fri, 19 Dec 2014 21:24:16 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jmdebruin@xmsnet.nl>) id 1Y251z-0005vu-Ky
	for xen-users@lists.xen.org; Fri, 19 Dec 2014 21:24:15 +0000
Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id
	2D/8E-15461-F7794945; Fri, 19 Dec 2014 21:24:15 +0000
X-Env-Sender: jmdebruin@xmsnet.nl
X-Msg-Ref: server-7.tower-21.messagelabs.com!1419024254!16866531!1
X-Originating-IP: [213.197.30.127]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11965 invoked from network); 19 Dec 2014 21:24:14 -0000
Received: from smtp-3.concepts.nl (HELO smtp-3.concepts.nl) (213.197.30.127)
	by server-7.tower-21.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 19 Dec 2014 21:24:14 -0000
Received: from [213.197.58.42] (helo=[10.10.0.4])
	by smtp-3.concepts.nl with esmtp (Exim 4.80.1)
	(envelope-from <jmdebruin@xmsnet.nl>)
	id 1Y251v-0008J3-QO; Fri, 19 Dec 2014 22:24:11 +0100
Message-ID: <5494977B.3030707@xmsnet.nl>
Date: Fri, 19 Dec 2014 22:24:11 +0100
From: Hans de Bruin <jmdebruin@xmsnet.nl>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.8.1
MIME-Version: 1.0
To: Ian Campbell <Ian.Campbell@citrix.com>
References: <5491FE6A.3050804@xmsnet.nl> <549348DF.2080500@xmsnet.nl>
	<1418983574.20028.6.camel@citrix.com>
In-Reply-To: <1418983574.20028.6.camel@citrix.com>
X-Concepts-MailScanner-Information: Please contact abuse@concepts.nl for more
	information
X-Concepts-MailScanner-ID: 1Y251v-0008J3-QO
X-Concepts-MailScanner: Found to be clean
X-Concepts-MailScanner-SpamCheck: 
X-Concepts-MailScanner-From: jmdebruin@xmsnet.nl
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] kernel BUG at
	/usr/src/linux-stable/drivers/net/xen-netback/netback.c:540!
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On 12/19/2014 11:06 AM, Ian Campbell wrote:
> On Thu, 2014-12-18 at 22:36 +0100, Hans de Bruin wrote:
>> On 12/17/2014 11:06 PM, Hans de Bruin wrote:
>>> Hi
>>>
>>> I just opgraded my test-host and guest to 3.14.27. Which probable was
>>> not a good idea. A nfsroot guest triggers a kernel BUG in the host when
>>> is starts its mediatomb deamon. Before the upgrade the host and guest
>>> were running 3.14.23:
>>
>>
>> After some testing it looks like the guest is to blame, It does not
>> matter if the host is running .23 or .27, but if the guest boots .27 the
>> BUG happens and always when mediatomb is starting.
>>
>> The above is after start-up of the host and the first boot of the guest.
>> When a .23 guest is successfully started, it can be shut down and
>> restarted with a .27 kernel.
>>
>> Is there anything I should test or check before I start mailing to the
>> dev-list?
>
> Please check later kernels for netback fixes, I have a feeling this
> issue was fixed but I don't recall the details.
>

I choose 3.14 because its is the latest long term stable. the .27 has a 
xen-netfront fix (http://lwn.net/Articles/626580/):

Seth Forshee (1):
       xen-netfront: Remove BUGs on paged skb data which crosses
       a page boundary

It could have broken my upgrade (along with all the other fixes since 
.23). I will try 3.17.7. The 3.18 series have a bisected bug that 
spontaneously unmount my nfs-volumes.


-- 
Hans


_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Fri Dec 19 21:25:36 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 19 Dec 2014 21:25: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-users-bounces@lists.xen.org>)
	id 1Y2520-0005vz-Qr; Fri, 19 Dec 2014 21:24:16 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jmdebruin@xmsnet.nl>) id 1Y251z-0005vu-Ky
	for xen-users@lists.xen.org; Fri, 19 Dec 2014 21:24:15 +0000
Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id
	2D/8E-15461-F7794945; Fri, 19 Dec 2014 21:24:15 +0000
X-Env-Sender: jmdebruin@xmsnet.nl
X-Msg-Ref: server-7.tower-21.messagelabs.com!1419024254!16866531!1
X-Originating-IP: [213.197.30.127]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11965 invoked from network); 19 Dec 2014 21:24:14 -0000
Received: from smtp-3.concepts.nl (HELO smtp-3.concepts.nl) (213.197.30.127)
	by server-7.tower-21.messagelabs.com with DHE-RSA-AES256-SHA encrypted
	SMTP; 19 Dec 2014 21:24:14 -0000
Received: from [213.197.58.42] (helo=[10.10.0.4])
	by smtp-3.concepts.nl with esmtp (Exim 4.80.1)
	(envelope-from <jmdebruin@xmsnet.nl>)
	id 1Y251v-0008J3-QO; Fri, 19 Dec 2014 22:24:11 +0100
Message-ID: <5494977B.3030707@xmsnet.nl>
Date: Fri, 19 Dec 2014 22:24:11 +0100
From: Hans de Bruin <jmdebruin@xmsnet.nl>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:24.0) Gecko/20100101 Thunderbird/24.8.1
MIME-Version: 1.0
To: Ian Campbell <Ian.Campbell@citrix.com>
References: <5491FE6A.3050804@xmsnet.nl> <549348DF.2080500@xmsnet.nl>
	<1418983574.20028.6.camel@citrix.com>
In-Reply-To: <1418983574.20028.6.camel@citrix.com>
X-Concepts-MailScanner-Information: Please contact abuse@concepts.nl for more
	information
X-Concepts-MailScanner-ID: 1Y251v-0008J3-QO
X-Concepts-MailScanner: Found to be clean
X-Concepts-MailScanner-SpamCheck: 
X-Concepts-MailScanner-From: jmdebruin@xmsnet.nl
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] kernel BUG at
	/usr/src/linux-stable/drivers/net/xen-netback/netback.c:540!
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On 12/19/2014 11:06 AM, Ian Campbell wrote:
> On Thu, 2014-12-18 at 22:36 +0100, Hans de Bruin wrote:
>> On 12/17/2014 11:06 PM, Hans de Bruin wrote:
>>> Hi
>>>
>>> I just opgraded my test-host and guest to 3.14.27. Which probable was
>>> not a good idea. A nfsroot guest triggers a kernel BUG in the host when
>>> is starts its mediatomb deamon. Before the upgrade the host and guest
>>> were running 3.14.23:
>>
>>
>> After some testing it looks like the guest is to blame, It does not
>> matter if the host is running .23 or .27, but if the guest boots .27 the
>> BUG happens and always when mediatomb is starting.
>>
>> The above is after start-up of the host and the first boot of the guest.
>> When a .23 guest is successfully started, it can be shut down and
>> restarted with a .27 kernel.
>>
>> Is there anything I should test or check before I start mailing to the
>> dev-list?
>
> Please check later kernels for netback fixes, I have a feeling this
> issue was fixed but I don't recall the details.
>

I choose 3.14 because its is the latest long term stable. the .27 has a 
xen-netfront fix (http://lwn.net/Articles/626580/):

Seth Forshee (1):
       xen-netfront: Remove BUGs on paged skb data which crosses
       a page boundary

It could have broken my upgrade (along with all the other fixes since 
.23). I will try 3.17.7. The 3.18 series have a bisected bug that 
spontaneously unmount my nfs-volumes.


-- 
Hans


_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 22 10:45:44 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 22 Dec 2014 10:45:44 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y30TX-0004fe-5s; Mon, 22 Dec 2014 10:44:31 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <christopher.a.hackett@gmail.com>) id 1Y30TW-0004fZ-3A
	for xen-users@lists.xen.org; Mon, 22 Dec 2014 10:44:30 +0000
Received: from [85.158.139.211] by server-11.bemta-5.messagelabs.com id
	D8/AE-22777-D06F7945; Mon, 22 Dec 2014 10:44:29 +0000
X-Env-Sender: christopher.a.hackett@gmail.com
X-Msg-Ref: server-8.tower-206.messagelabs.com!1419245068!14637661!1
X-Originating-IP: [209.85.213.169]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_20_30,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 16407 invoked from network); 22 Dec 2014 10:44:28 -0000
Received: from mail-ig0-f169.google.com (HELO mail-ig0-f169.google.com)
	(209.85.213.169)
	by server-8.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	22 Dec 2014 10:44:28 -0000
Received: by mail-ig0-f169.google.com with SMTP id hl2so5096896igb.2
	for <xen-users@lists.xen.org>; Mon, 22 Dec 2014 02:44:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=jbfa9Mxp6YOS37KF7eiTXhCAP6b3f1BzI0YXMlM0Vtc=;
	b=bZwb+5+q06jHTwEuGtPup5fd12QONfzMd828eRbf8FJOn/6D3cywKPE6Ep2DHH8hQ/
	6uuPmZnJ1F7fH06zO8zuvER9jl5sVdziChYeSxDYXYDlsOLN+D9cbBM8rdY0RfmU8GHf
	BQ8M0h04PfhdbuLIv1yxGIjlcrH4ligopTh3v/lHh6w9mP4CQOZcJd5fAv3pNu3iG9aZ
	9lZyiflzS3CJiQhEnmDL3c40GsmF6QatwY+UYfWLeqVg10M+ZWrREQouRy0MLaj1Q/6Q
	NM4lCY+CzUOej5QFgT5BSlkm/8Oml6QObg60cuzH8IEtCcaTpsoBu4vRnl/s42r+HHa/
	SFtw==
MIME-Version: 1.0
X-Received: by 10.107.47.157 with SMTP id v29mr19515456iov.59.1419245067673;
	Mon, 22 Dec 2014 02:44:27 -0800 (PST)
Received: by 10.107.32.148 with HTTP; Mon, 22 Dec 2014 02:44:27 -0800 (PST)
Date: Mon, 22 Dec 2014 10:44:27 +0000
Message-ID: <CAA73OPs9jWPycbrd4LSo2xO9zEnRvUtGWB1ncrumAArDv7Aiww@mail.gmail.com>
From: Christopher Hackett <christopher.a.hackett@gmail.com>
To: xen-users@lists.xen.org
Subject: [Xen-users] PCI passthrough to Windows causes guest to crash
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============5495411541248384899=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============5495411541248384899==
Content-Type: multipart/alternative; boundary=001a11c15c381ba64a050acbbed1

--001a11c15c381ba64a050acbbed1
Content-Type: text/plain; charset=UTF-8

I have set up PCI passthrough with Debian but when I try with a windows
guest it crashes.
- When attached while running the console becomes inaccessible
- When attached using the config the guest does not boot

What should I look at doing next?

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

<div dir=3D"ltr"><div>I have set up PCI passthrough with Debian but when I =
try with a windows guest it crashes.=C2=A0</div><div>- When attached while =
running the console becomes inaccessible=C2=A0</div><div>- When attached us=
ing the config the guest does not boot</div><div><br></div><div>What should=
 I look at doing next?</div>
</div>

--001a11c15c381ba64a050acbbed1--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============5495411541248384899==--


From xen-users-bounces@lists.xen.org Mon Dec 22 10:45:44 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 22 Dec 2014 10:45:44 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y30TX-0004fe-5s; Mon, 22 Dec 2014 10:44:31 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <christopher.a.hackett@gmail.com>) id 1Y30TW-0004fZ-3A
	for xen-users@lists.xen.org; Mon, 22 Dec 2014 10:44:30 +0000
Received: from [85.158.139.211] by server-11.bemta-5.messagelabs.com id
	D8/AE-22777-D06F7945; Mon, 22 Dec 2014 10:44:29 +0000
X-Env-Sender: christopher.a.hackett@gmail.com
X-Msg-Ref: server-8.tower-206.messagelabs.com!1419245068!14637661!1
X-Originating-IP: [209.85.213.169]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_20_30,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 16407 invoked from network); 22 Dec 2014 10:44:28 -0000
Received: from mail-ig0-f169.google.com (HELO mail-ig0-f169.google.com)
	(209.85.213.169)
	by server-8.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	22 Dec 2014 10:44:28 -0000
Received: by mail-ig0-f169.google.com with SMTP id hl2so5096896igb.2
	for <xen-users@lists.xen.org>; Mon, 22 Dec 2014 02:44:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=jbfa9Mxp6YOS37KF7eiTXhCAP6b3f1BzI0YXMlM0Vtc=;
	b=bZwb+5+q06jHTwEuGtPup5fd12QONfzMd828eRbf8FJOn/6D3cywKPE6Ep2DHH8hQ/
	6uuPmZnJ1F7fH06zO8zuvER9jl5sVdziChYeSxDYXYDlsOLN+D9cbBM8rdY0RfmU8GHf
	BQ8M0h04PfhdbuLIv1yxGIjlcrH4ligopTh3v/lHh6w9mP4CQOZcJd5fAv3pNu3iG9aZ
	9lZyiflzS3CJiQhEnmDL3c40GsmF6QatwY+UYfWLeqVg10M+ZWrREQouRy0MLaj1Q/6Q
	NM4lCY+CzUOej5QFgT5BSlkm/8Oml6QObg60cuzH8IEtCcaTpsoBu4vRnl/s42r+HHa/
	SFtw==
MIME-Version: 1.0
X-Received: by 10.107.47.157 with SMTP id v29mr19515456iov.59.1419245067673;
	Mon, 22 Dec 2014 02:44:27 -0800 (PST)
Received: by 10.107.32.148 with HTTP; Mon, 22 Dec 2014 02:44:27 -0800 (PST)
Date: Mon, 22 Dec 2014 10:44:27 +0000
Message-ID: <CAA73OPs9jWPycbrd4LSo2xO9zEnRvUtGWB1ncrumAArDv7Aiww@mail.gmail.com>
From: Christopher Hackett <christopher.a.hackett@gmail.com>
To: xen-users@lists.xen.org
Subject: [Xen-users] PCI passthrough to Windows causes guest to crash
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============5495411541248384899=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============5495411541248384899==
Content-Type: multipart/alternative; boundary=001a11c15c381ba64a050acbbed1

--001a11c15c381ba64a050acbbed1
Content-Type: text/plain; charset=UTF-8

I have set up PCI passthrough with Debian but when I try with a windows
guest it crashes.
- When attached while running the console becomes inaccessible
- When attached using the config the guest does not boot

What should I look at doing next?

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

<div dir=3D"ltr"><div>I have set up PCI passthrough with Debian but when I =
try with a windows guest it crashes.=C2=A0</div><div>- When attached while =
running the console becomes inaccessible=C2=A0</div><div>- When attached us=
ing the config the guest does not boot</div><div><br></div><div>What should=
 I look at doing next?</div>
</div>

--001a11c15c381ba64a050acbbed1--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============5495411541248384899==--


From xen-users-bounces@lists.xen.org Mon Dec 22 13:35:55 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 22 Dec 2014 13:35: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-users-bounces@lists.xen.org>)
	id 1Y3384-0001Ei-4O; Mon, 22 Dec 2014 13:34:32 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <phil.lello@googlemail.com>) id 1Y3382-0001Ed-0t
	for xen-users@lists.xen.org; Mon, 22 Dec 2014 13:34:30 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	13/AF-25276-5ED18945; Mon, 22 Dec 2014 13:34:29 +0000
X-Env-Sender: phil.lello@googlemail.com
X-Msg-Ref: server-7.tower-21.messagelabs.com!1419255268!17255386!1
X-Originating-IP: [74.125.82.46]
X-SpamReason: No, hits=0.9 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11029 invoked from network); 22 Dec 2014 13:34:28 -0000
Received: from mail-wg0-f46.google.com (HELO mail-wg0-f46.google.com)
	(74.125.82.46)
	by server-7.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	22 Dec 2014 13:34:28 -0000
Received: by mail-wg0-f46.google.com with SMTP id x13so6681824wgg.19
	for <xen-users@lists.xen.org>; Mon, 22 Dec 2014 05:34:28 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=googlemail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=Cp+Dy0OUk0DC14aGTDJHV4IxRyPNHuYH7PNGATl+yIg=;
	b=q8HM9KzYsEs9AYI6W3P2uGgicfzBMolK121LJ0q2qZCRoXgYtc5ihCEYpY0yuNZ7Lm
	JGWabSh7OTTZzNOWPlCkMssdrszLlQiSPtq/2PawEwOlVwJ8Vp1gTjHhuJhtDaIdeh6T
	Qrmb5n3EwTUqrzkexZp/VAKig6DRyPKS6ZQBjWIC4c8e6RY8i6lJ+yFt00YBwqGIFW0q
	mg1Ze0PbGuXBfNA1WbSFXBdc0i7MuTEg1HhtpnNGV3x/QKaEd0+MqLnyQQMv1KRl8Hsm
	FBAWbWm11RKlcwz/WrYT5VwNZyszJG6NQSLDA4DYb+mH5htjAYomH3xHzh0T1nbNTgOk
	mJBg==
MIME-Version: 1.0
X-Received: by 10.180.76.144 with SMTP id k16mr31048215wiw.3.1419255268304;
	Mon, 22 Dec 2014 05:34:28 -0800 (PST)
Received: by 10.194.44.129 with HTTP; Mon, 22 Dec 2014 05:34:28 -0800 (PST)
In-Reply-To: <CAA73OPs9jWPycbrd4LSo2xO9zEnRvUtGWB1ncrumAArDv7Aiww@mail.gmail.com>
References: <CAA73OPs9jWPycbrd4LSo2xO9zEnRvUtGWB1ncrumAArDv7Aiww@mail.gmail.com>
Date: Mon, 22 Dec 2014 13:34:28 +0000
Message-ID: <CAMZ36x3iVze_vntoe54+kvcJY9KFjwctYJJk849ut1vMSJGCRg@mail.gmail.com>
From: Phil Lello <phil.lello@googlemail.com>
To: Christopher Hackett <christopher.a.hackett@gmail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] PCI passthrough to Windows causes guest to crash
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============8953124537003157959=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============8953124537003157959==
Content-Type: multipart/alternative; boundary=f46d043749411ced28050ace1e80

--f46d043749411ced28050ace1e80
Content-Type: text/plain; charset=UTF-8

Hi Christopher,

What sort of device is the PCI card for? Does 'does not boot' mean the
guest domain fails to start, or that the guest domain doesn't do anything
once started?

Best wishes,

Phil Lello

On Mon, Dec 22, 2014 at 10:44 AM, Christopher Hackett <
christopher.a.hackett@gmail.com> wrote:
>
> I have set up PCI passthrough with Debian but when I try with a windows
> guest it crashes.
> - When attached while running the console becomes inaccessible
> - When attached using the config the guest does not boot
>
> What should I look at doing next?
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users
>

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

<div dir=3D"ltr"><div><div>Hi Christopher,<br><br>What sort of device is th=
e PCI card for? Does &#39;does not boot&#39; mean the guest domain fails to=
 start, or that the guest domain doesn&#39;t do anything once started?<br><=
br></div>Best wishes,<br><br></div>Phil Lello<br></div><div class=3D"gmail_=
extra"><br><div class=3D"gmail_quote">On Mon, Dec 22, 2014 at 10:44 AM, Chr=
istopher Hackett <span dir=3D"ltr">&lt;<a href=3D"mailto:christopher.a.hack=
ett@gmail.com" target=3D"_blank">christopher.a.hackett@gmail.com</a>&gt;</s=
pan> wrote:<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;bor=
der-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr"><div>I have set =
up PCI passthrough with Debian but when I try with a windows guest it crash=
es.=C2=A0</div><div>- When attached while running the console becomes inacc=
essible=C2=A0</div><div>- When attached using the config the guest does not=
 boot</div><div><br></div><div>What should I look at doing next?</div>
</div>
<br>_______________________________________________<br>
Xen-users mailing list<br>
<a href=3D"mailto:Xen-users@lists.xen.org">Xen-users@lists.xen.org</a><br>
<a href=3D"http://lists.xen.org/xen-users" target=3D"_blank">http://lists.x=
en.org/xen-users</a><br></blockquote></div></div>

--f46d043749411ced28050ace1e80--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============8953124537003157959==--


From xen-users-bounces@lists.xen.org Mon Dec 22 13:35:55 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 22 Dec 2014 13:35: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-users-bounces@lists.xen.org>)
	id 1Y3384-0001Ei-4O; Mon, 22 Dec 2014 13:34:32 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <phil.lello@googlemail.com>) id 1Y3382-0001Ed-0t
	for xen-users@lists.xen.org; Mon, 22 Dec 2014 13:34:30 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	13/AF-25276-5ED18945; Mon, 22 Dec 2014 13:34:29 +0000
X-Env-Sender: phil.lello@googlemail.com
X-Msg-Ref: server-7.tower-21.messagelabs.com!1419255268!17255386!1
X-Originating-IP: [74.125.82.46]
X-SpamReason: No, hits=0.9 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11029 invoked from network); 22 Dec 2014 13:34:28 -0000
Received: from mail-wg0-f46.google.com (HELO mail-wg0-f46.google.com)
	(74.125.82.46)
	by server-7.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	22 Dec 2014 13:34:28 -0000
Received: by mail-wg0-f46.google.com with SMTP id x13so6681824wgg.19
	for <xen-users@lists.xen.org>; Mon, 22 Dec 2014 05:34:28 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=googlemail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=Cp+Dy0OUk0DC14aGTDJHV4IxRyPNHuYH7PNGATl+yIg=;
	b=q8HM9KzYsEs9AYI6W3P2uGgicfzBMolK121LJ0q2qZCRoXgYtc5ihCEYpY0yuNZ7Lm
	JGWabSh7OTTZzNOWPlCkMssdrszLlQiSPtq/2PawEwOlVwJ8Vp1gTjHhuJhtDaIdeh6T
	Qrmb5n3EwTUqrzkexZp/VAKig6DRyPKS6ZQBjWIC4c8e6RY8i6lJ+yFt00YBwqGIFW0q
	mg1Ze0PbGuXBfNA1WbSFXBdc0i7MuTEg1HhtpnNGV3x/QKaEd0+MqLnyQQMv1KRl8Hsm
	FBAWbWm11RKlcwz/WrYT5VwNZyszJG6NQSLDA4DYb+mH5htjAYomH3xHzh0T1nbNTgOk
	mJBg==
MIME-Version: 1.0
X-Received: by 10.180.76.144 with SMTP id k16mr31048215wiw.3.1419255268304;
	Mon, 22 Dec 2014 05:34:28 -0800 (PST)
Received: by 10.194.44.129 with HTTP; Mon, 22 Dec 2014 05:34:28 -0800 (PST)
In-Reply-To: <CAA73OPs9jWPycbrd4LSo2xO9zEnRvUtGWB1ncrumAArDv7Aiww@mail.gmail.com>
References: <CAA73OPs9jWPycbrd4LSo2xO9zEnRvUtGWB1ncrumAArDv7Aiww@mail.gmail.com>
Date: Mon, 22 Dec 2014 13:34:28 +0000
Message-ID: <CAMZ36x3iVze_vntoe54+kvcJY9KFjwctYJJk849ut1vMSJGCRg@mail.gmail.com>
From: Phil Lello <phil.lello@googlemail.com>
To: Christopher Hackett <christopher.a.hackett@gmail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] PCI passthrough to Windows causes guest to crash
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============8953124537003157959=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============8953124537003157959==
Content-Type: multipart/alternative; boundary=f46d043749411ced28050ace1e80

--f46d043749411ced28050ace1e80
Content-Type: text/plain; charset=UTF-8

Hi Christopher,

What sort of device is the PCI card for? Does 'does not boot' mean the
guest domain fails to start, or that the guest domain doesn't do anything
once started?

Best wishes,

Phil Lello

On Mon, Dec 22, 2014 at 10:44 AM, Christopher Hackett <
christopher.a.hackett@gmail.com> wrote:
>
> I have set up PCI passthrough with Debian but when I try with a windows
> guest it crashes.
> - When attached while running the console becomes inaccessible
> - When attached using the config the guest does not boot
>
> What should I look at doing next?
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users
>

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

<div dir=3D"ltr"><div><div>Hi Christopher,<br><br>What sort of device is th=
e PCI card for? Does &#39;does not boot&#39; mean the guest domain fails to=
 start, or that the guest domain doesn&#39;t do anything once started?<br><=
br></div>Best wishes,<br><br></div>Phil Lello<br></div><div class=3D"gmail_=
extra"><br><div class=3D"gmail_quote">On Mon, Dec 22, 2014 at 10:44 AM, Chr=
istopher Hackett <span dir=3D"ltr">&lt;<a href=3D"mailto:christopher.a.hack=
ett@gmail.com" target=3D"_blank">christopher.a.hackett@gmail.com</a>&gt;</s=
pan> wrote:<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;bor=
der-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr"><div>I have set =
up PCI passthrough with Debian but when I try with a windows guest it crash=
es.=C2=A0</div><div>- When attached while running the console becomes inacc=
essible=C2=A0</div><div>- When attached using the config the guest does not=
 boot</div><div><br></div><div>What should I look at doing next?</div>
</div>
<br>_______________________________________________<br>
Xen-users mailing list<br>
<a href=3D"mailto:Xen-users@lists.xen.org">Xen-users@lists.xen.org</a><br>
<a href=3D"http://lists.xen.org/xen-users" target=3D"_blank">http://lists.x=
en.org/xen-users</a><br></blockquote></div></div>

--f46d043749411ced28050ace1e80--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============8953124537003157959==--


From xen-users-bounces@lists.xen.org Mon Dec 22 16:59:43 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 22 Dec 2014 16:59:43 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y36JD-0007MY-1t; Mon, 22 Dec 2014 16:58:15 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <christopher.a.hackett@gmail.com>) id 1Y36JB-0007MT-JR
	for xen-users@lists.xen.org; Mon, 22 Dec 2014 16:58:13 +0000
Received: from [85.158.137.68] by server-9.bemta-3.messagelabs.com id
	3D/E1-25727-4AD48945; Mon, 22 Dec 2014 16:58:12 +0000
X-Env-Sender: christopher.a.hackett@gmail.com
X-Msg-Ref: server-7.tower-31.messagelabs.com!1419267490!15224106!1
X-Originating-IP: [209.85.213.175]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_50_60,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11612 invoked from network); 22 Dec 2014 16:58:11 -0000
Received: from mail-ig0-f175.google.com (HELO mail-ig0-f175.google.com)
	(209.85.213.175)
	by server-7.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	22 Dec 2014 16:58:11 -0000
Received: by mail-ig0-f175.google.com with SMTP id h15so4241271igd.8
	for <xen-users@lists.xen.org>; Mon, 22 Dec 2014 08:58:10 -0800 (PST)
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=EqTDpj3f6Qz/5niWXiNcbgpbb4TQSWfmCzFCDbN1RuA=;
	b=ZRzFN4YfNVQUhEa0ukIyunFYBDp6ystLPHxKoqtl67xe0OrScWBnueOQ5gTUOojDDm
	vT5y64NdN/S/3apMAUljgQKSfVSsy+YEaK3pCqJXtwknanYjCS6GgET32U7dpNpgXsFC
	9vT2Py09xW8mfoNRUd+3b9D9Ayg7nUweRiig5pxuXIzqGlMV7UOemL57W6FlcWEmF4+M
	t0q1i/qLBbkOl/3XyKi6uKEwC7dpXffbA4LOPc32QJhrm7ITmntuSGhe74MpKx9eaqj4
	20vdn44MCfBD2ZyKgUlz4WvyWrPtgQBjeRXyNWhkPdXFtbCR0Rc4lukIz73LeXdgghkQ
	Gayw==
MIME-Version: 1.0
X-Received: by 10.43.181.69 with SMTP id ph5mr18158970icc.83.1419267489988;
	Mon, 22 Dec 2014 08:58:09 -0800 (PST)
Received: by 10.107.32.148 with HTTP; Mon, 22 Dec 2014 08:58:09 -0800 (PST)
In-Reply-To: <CAMZ36x3iVze_vntoe54+kvcJY9KFjwctYJJk849ut1vMSJGCRg@mail.gmail.com>
References: <CAA73OPs9jWPycbrd4LSo2xO9zEnRvUtGWB1ncrumAArDv7Aiww@mail.gmail.com>
	<CAMZ36x3iVze_vntoe54+kvcJY9KFjwctYJJk849ut1vMSJGCRg@mail.gmail.com>
Date: Mon, 22 Dec 2014 16:58:09 +0000
Message-ID: <CAA73OPt-Xwuo1hWkyzMJArPUu5ct5=oEUixVnbDSd+UEGOXV5A@mail.gmail.com>
From: Christopher Hackett <christopher.a.hackett@gmail.com>
To: Phil Lello <phil.lello@googlemail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] PCI passthrough to Windows causes guest to crash
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1263428592402986803=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============1263428592402986803==
Content-Type: multipart/alternative; boundary=001a11c3b40c950412050ad0f6be

--001a11c3b40c950412050ad0f6be
Content-Type: text/plain; charset=UTF-8

The PCI card is a TV tuner (tbs6285)

The guest fails to start

Error: Starting VM 'Windows 8 (64-bit) (1)' - Internal error: xenopsd
> internal error: Xenctrl.Error("38: Function not implemented")


On Mon, Dec 22, 2014 at 1:34 PM, Phil Lello <phil.lello@googlemail.com>
wrote:

> Hi Christopher,
>
> What sort of device is the PCI card for? Does 'does not boot' mean the
> guest domain fails to start, or that the guest domain doesn't do anything
> once started?
>
> Best wishes,
>
> Phil Lello
>
> On Mon, Dec 22, 2014 at 10:44 AM, Christopher Hackett <
> christopher.a.hackett@gmail.com> wrote:
>
>> I have set up PCI passthrough with Debian but when I try with a windows
>> guest it crashes.
>> - When attached while running the console becomes inaccessible
>> - When attached using the config the guest does not boot
>>
>> What should I look at doing next?
>>
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@lists.xen.org
>> http://lists.xen.org/xen-users
>>
>


-- 
Christopher Hackett

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

<div dir=3D"ltr"><div>The PCI card is a TV tuner (tbs6285)</div><div><br></=
div>The guest fails to start<div><br></div><blockquote class=3D"gmail_quote=
" style=3D"margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color=
:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Error: Starting=
 VM &#39;Windows 8 (64-bit) (1)&#39; - Internal error: xenopsd internal err=
or: Xenctrl.Error(&quot;38: Function not implemented&quot;)</blockquote></d=
iv><div class=3D"gmail_extra"><br><div class=3D"gmail_quote">On Mon, Dec 22=
, 2014 at 1:34 PM, Phil Lello <span dir=3D"ltr">&lt;<a href=3D"mailto:phil.=
lello@googlemail.com" target=3D"_blank">phil.lello@googlemail.com</a>&gt;</=
span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8e=
x;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr"><div><div>H=
i Christopher,<br><br>What sort of device is the PCI card for? Does &#39;do=
es not boot&#39; mean the guest domain fails to start, or that the guest do=
main doesn&#39;t do anything once started?<br><br></div>Best wishes,<br><br=
></div>Phil Lello<br></div><div class=3D"gmail_extra"><br><div class=3D"gma=
il_quote"><div><div class=3D"h5">On Mon, Dec 22, 2014 at 10:44 AM, Christop=
her Hackett <span dir=3D"ltr">&lt;<a href=3D"mailto:christopher.a.hackett@g=
mail.com" target=3D"_blank">christopher.a.hackett@gmail.com</a>&gt;</span> =
wrote:</div></div><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .=
8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class=3D"h5"><di=
v dir=3D"ltr"><div>I have set up PCI passthrough with Debian but when I try=
 with a windows guest it crashes.=C2=A0</div><div>- When attached while run=
ning the console becomes inaccessible=C2=A0</div><div>- When attached using=
 the config the guest does not boot</div><div><br></div><div>What should I =
look at doing next?</div>
</div>
<br></div></div>_______________________________________________<br>
Xen-users mailing list<br>
<a href=3D"mailto:Xen-users@lists.xen.org" target=3D"_blank">Xen-users@list=
s.xen.org</a><br>
<a href=3D"http://lists.xen.org/xen-users" target=3D"_blank">http://lists.x=
en.org/xen-users</a><br></blockquote></div></div>
</blockquote></div><br><br clear=3D"all"><div><br></div>-- <br><div class=
=3D"gmail_signature">Christopher Hackett</div>
</div>

--001a11c3b40c950412050ad0f6be--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============1263428592402986803==--


From xen-users-bounces@lists.xen.org Mon Dec 22 16:59:43 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 22 Dec 2014 16:59:43 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y36JD-0007MY-1t; Mon, 22 Dec 2014 16:58:15 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <christopher.a.hackett@gmail.com>) id 1Y36JB-0007MT-JR
	for xen-users@lists.xen.org; Mon, 22 Dec 2014 16:58:13 +0000
Received: from [85.158.137.68] by server-9.bemta-3.messagelabs.com id
	3D/E1-25727-4AD48945; Mon, 22 Dec 2014 16:58:12 +0000
X-Env-Sender: christopher.a.hackett@gmail.com
X-Msg-Ref: server-7.tower-31.messagelabs.com!1419267490!15224106!1
X-Originating-IP: [209.85.213.175]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_50_60,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 11612 invoked from network); 22 Dec 2014 16:58:11 -0000
Received: from mail-ig0-f175.google.com (HELO mail-ig0-f175.google.com)
	(209.85.213.175)
	by server-7.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	22 Dec 2014 16:58:11 -0000
Received: by mail-ig0-f175.google.com with SMTP id h15so4241271igd.8
	for <xen-users@lists.xen.org>; Mon, 22 Dec 2014 08:58:10 -0800 (PST)
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=EqTDpj3f6Qz/5niWXiNcbgpbb4TQSWfmCzFCDbN1RuA=;
	b=ZRzFN4YfNVQUhEa0ukIyunFYBDp6ystLPHxKoqtl67xe0OrScWBnueOQ5gTUOojDDm
	vT5y64NdN/S/3apMAUljgQKSfVSsy+YEaK3pCqJXtwknanYjCS6GgET32U7dpNpgXsFC
	9vT2Py09xW8mfoNRUd+3b9D9Ayg7nUweRiig5pxuXIzqGlMV7UOemL57W6FlcWEmF4+M
	t0q1i/qLBbkOl/3XyKi6uKEwC7dpXffbA4LOPc32QJhrm7ITmntuSGhe74MpKx9eaqj4
	20vdn44MCfBD2ZyKgUlz4WvyWrPtgQBjeRXyNWhkPdXFtbCR0Rc4lukIz73LeXdgghkQ
	Gayw==
MIME-Version: 1.0
X-Received: by 10.43.181.69 with SMTP id ph5mr18158970icc.83.1419267489988;
	Mon, 22 Dec 2014 08:58:09 -0800 (PST)
Received: by 10.107.32.148 with HTTP; Mon, 22 Dec 2014 08:58:09 -0800 (PST)
In-Reply-To: <CAMZ36x3iVze_vntoe54+kvcJY9KFjwctYJJk849ut1vMSJGCRg@mail.gmail.com>
References: <CAA73OPs9jWPycbrd4LSo2xO9zEnRvUtGWB1ncrumAArDv7Aiww@mail.gmail.com>
	<CAMZ36x3iVze_vntoe54+kvcJY9KFjwctYJJk849ut1vMSJGCRg@mail.gmail.com>
Date: Mon, 22 Dec 2014 16:58:09 +0000
Message-ID: <CAA73OPt-Xwuo1hWkyzMJArPUu5ct5=oEUixVnbDSd+UEGOXV5A@mail.gmail.com>
From: Christopher Hackett <christopher.a.hackett@gmail.com>
To: Phil Lello <phil.lello@googlemail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] PCI passthrough to Windows causes guest to crash
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1263428592402986803=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============1263428592402986803==
Content-Type: multipart/alternative; boundary=001a11c3b40c950412050ad0f6be

--001a11c3b40c950412050ad0f6be
Content-Type: text/plain; charset=UTF-8

The PCI card is a TV tuner (tbs6285)

The guest fails to start

Error: Starting VM 'Windows 8 (64-bit) (1)' - Internal error: xenopsd
> internal error: Xenctrl.Error("38: Function not implemented")


On Mon, Dec 22, 2014 at 1:34 PM, Phil Lello <phil.lello@googlemail.com>
wrote:

> Hi Christopher,
>
> What sort of device is the PCI card for? Does 'does not boot' mean the
> guest domain fails to start, or that the guest domain doesn't do anything
> once started?
>
> Best wishes,
>
> Phil Lello
>
> On Mon, Dec 22, 2014 at 10:44 AM, Christopher Hackett <
> christopher.a.hackett@gmail.com> wrote:
>
>> I have set up PCI passthrough with Debian but when I try with a windows
>> guest it crashes.
>> - When attached while running the console becomes inaccessible
>> - When attached using the config the guest does not boot
>>
>> What should I look at doing next?
>>
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@lists.xen.org
>> http://lists.xen.org/xen-users
>>
>


-- 
Christopher Hackett

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

<div dir=3D"ltr"><div>The PCI card is a TV tuner (tbs6285)</div><div><br></=
div>The guest fails to start<div><br></div><blockquote class=3D"gmail_quote=
" style=3D"margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color=
:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Error: Starting=
 VM &#39;Windows 8 (64-bit) (1)&#39; - Internal error: xenopsd internal err=
or: Xenctrl.Error(&quot;38: Function not implemented&quot;)</blockquote></d=
iv><div class=3D"gmail_extra"><br><div class=3D"gmail_quote">On Mon, Dec 22=
, 2014 at 1:34 PM, Phil Lello <span dir=3D"ltr">&lt;<a href=3D"mailto:phil.=
lello@googlemail.com" target=3D"_blank">phil.lello@googlemail.com</a>&gt;</=
span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8e=
x;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr"><div><div>H=
i Christopher,<br><br>What sort of device is the PCI card for? Does &#39;do=
es not boot&#39; mean the guest domain fails to start, or that the guest do=
main doesn&#39;t do anything once started?<br><br></div>Best wishes,<br><br=
></div>Phil Lello<br></div><div class=3D"gmail_extra"><br><div class=3D"gma=
il_quote"><div><div class=3D"h5">On Mon, Dec 22, 2014 at 10:44 AM, Christop=
her Hackett <span dir=3D"ltr">&lt;<a href=3D"mailto:christopher.a.hackett@g=
mail.com" target=3D"_blank">christopher.a.hackett@gmail.com</a>&gt;</span> =
wrote:</div></div><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .=
8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class=3D"h5"><di=
v dir=3D"ltr"><div>I have set up PCI passthrough with Debian but when I try=
 with a windows guest it crashes.=C2=A0</div><div>- When attached while run=
ning the console becomes inaccessible=C2=A0</div><div>- When attached using=
 the config the guest does not boot</div><div><br></div><div>What should I =
look at doing next?</div>
</div>
<br></div></div>_______________________________________________<br>
Xen-users mailing list<br>
<a href=3D"mailto:Xen-users@lists.xen.org" target=3D"_blank">Xen-users@list=
s.xen.org</a><br>
<a href=3D"http://lists.xen.org/xen-users" target=3D"_blank">http://lists.x=
en.org/xen-users</a><br></blockquote></div></div>
</blockquote></div><br><br clear=3D"all"><div><br></div>-- <br><div class=
=3D"gmail_signature">Christopher Hackett</div>
</div>

--001a11c3b40c950412050ad0f6be--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============1263428592402986803==--


From xen-users-bounces@lists.xen.org Mon Dec 22 21:18:57 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 22 Dec 2014 21:18:57 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y3AMD-0005MT-Bn; Mon, 22 Dec 2014 21:17:37 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <woods@ucar.edu>) id 1Y3AMC-0005MO-BM
	for xen-users@lists.xen.org; Mon, 22 Dec 2014 21:17:36 +0000
Received: from [85.158.139.211] by server-15.bemta-5.messagelabs.com id
	2E/9F-01660-F6A88945; Mon, 22 Dec 2014 21:17:35 +0000
X-Env-Sender: woods@ucar.edu
X-Msg-Ref: server-4.tower-206.messagelabs.com!1419283054!14800714!1
X-Originating-IP: [209.85.192.171]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_20_30,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20406 invoked from network); 22 Dec 2014 21:17:35 -0000
Received: from mail-pd0-f171.google.com (HELO mail-pd0-f171.google.com)
	(209.85.192.171)
	by server-4.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	22 Dec 2014 21:17:35 -0000
Received: by mail-pd0-f171.google.com with SMTP id y13so6551837pdi.2
	for <xen-users@lists.xen.org>; Mon, 22 Dec 2014 13:17:33 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=1e100.net; s=20130820;
	h=x-gm-message-state:mime-version:from:date:message-id:subject:to
	:content-type;
	bh=+iyAgQshNH0/D3vDre7mCJ6OgHosCG19cUeET+O0CrU=;
	b=RnsI6HXBSbtUk9eRv/7WoSMWKH7c8rUK+r5pj3hWVcqAhDJxJUkGS/RTfVS+DIeQEI
	ifX2AJ3VyofOmejVHftQdRFVFBI6vm6B9KH7axT5sLDK+BQe59pHcMAFcPUTNYhNQbaQ
	kVKC52ZYIYuYzZH3QWc5fCR9enfpbAQV5caOw0ov/EbbVW3T5C5KNfOt4TnVV+Ln4zoi
	hm06pM/BQHcUJJzlfQCzewK8Lo7PV+8ee/ZleUMVPqMISjDVIp3Peq6vZR9euxilU62N
	mOGXJ+XPc0f+fAWQJNlLChxfZoKRA3JwzZcTGesio3JrJXLRgqpZnXyIpCE7DV9GSkNS
	PBXQ==
X-Gm-Message-State: ALoCoQksj9/+gC1SDyIUGTF1L+SZtfS0A0w1eEEC1FCH/BMoVZzn95IYSZ/j3taBPUR/T4GQMYHU
X-Received: by 10.70.43.105 with SMTP id v9mr38629139pdl.158.1419283053548;
	Mon, 22 Dec 2014 13:17:33 -0800 (PST)
MIME-Version: 1.0
Received: by 10.68.67.65 with HTTP; Mon, 22 Dec 2014 13:16:53 -0800 (PST)
From: Greg Woods <woods@ucar.edu>
Date: Mon, 22 Dec 2014 14:16:53 -0700
Message-ID: <CAKhxXfbQ6SfHqPxXZogGi+D-+ibwt3Y_iV8sesPtDV=bohaeJw@mail.gmail.com>
To: xen-users@lists.xen.org
Subject: [Xen-users] ballon memory error message
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============8968313265727578372=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============8968313265727578372==
Content-Type: multipart/alternative; boundary=e89a8f647ac53e2e87050ad49686

--e89a8f647ac53e2e87050ad49686
Content-Type: text/plain; charset=UTF-8

I sometimes see this in /var/log/messages:

Dec 21 03:17:01 vmx1 kernel: System RAM resource [mem
0x108000000-0x10fffffff] cannot be added
Dec 21 03:17:01 vmx1 kernel: xen_balloon: reserve_additional_memory:
add_memory() failed: -17

Does this mean Dom0 is out of memory? Or a DomU is out of memory?

How serious a problem is this? Would increasing dom0_mem on the kernel boot
line help?

Thanks,
--Greg

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

<div dir=3D"ltr">I sometimes see this in /var/log/messages:<br><br><div><di=
v>Dec 21 03:17:01 vmx1 kernel: System RAM resource [mem 0x108000000-0x10fff=
ffff] cannot be added</div><div>Dec 21 03:17:01 vmx1 kernel: xen_balloon: r=
eserve_additional_memory: add_memory() failed: -17</div></div><div><br></di=
v><div>Does this mean Dom0 is out of memory? Or a DomU is out of memory?=C2=
=A0</div><div><br></div><div>How serious a problem is this? Would increasin=
g dom0_mem on the kernel boot line help?<br><br></div><div>Thanks,</div><di=
v>--Greg</div><div><br></div></div>

--e89a8f647ac53e2e87050ad49686--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============8968313265727578372==--


From xen-users-bounces@lists.xen.org Mon Dec 22 21:18:57 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 22 Dec 2014 21:18:57 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y3AMD-0005MT-Bn; Mon, 22 Dec 2014 21:17:37 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <woods@ucar.edu>) id 1Y3AMC-0005MO-BM
	for xen-users@lists.xen.org; Mon, 22 Dec 2014 21:17:36 +0000
Received: from [85.158.139.211] by server-15.bemta-5.messagelabs.com id
	2E/9F-01660-F6A88945; Mon, 22 Dec 2014 21:17:35 +0000
X-Env-Sender: woods@ucar.edu
X-Msg-Ref: server-4.tower-206.messagelabs.com!1419283054!14800714!1
X-Originating-IP: [209.85.192.171]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_20_30,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 20406 invoked from network); 22 Dec 2014 21:17:35 -0000
Received: from mail-pd0-f171.google.com (HELO mail-pd0-f171.google.com)
	(209.85.192.171)
	by server-4.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	22 Dec 2014 21:17:35 -0000
Received: by mail-pd0-f171.google.com with SMTP id y13so6551837pdi.2
	for <xen-users@lists.xen.org>; Mon, 22 Dec 2014 13:17:33 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=1e100.net; s=20130820;
	h=x-gm-message-state:mime-version:from:date:message-id:subject:to
	:content-type;
	bh=+iyAgQshNH0/D3vDre7mCJ6OgHosCG19cUeET+O0CrU=;
	b=RnsI6HXBSbtUk9eRv/7WoSMWKH7c8rUK+r5pj3hWVcqAhDJxJUkGS/RTfVS+DIeQEI
	ifX2AJ3VyofOmejVHftQdRFVFBI6vm6B9KH7axT5sLDK+BQe59pHcMAFcPUTNYhNQbaQ
	kVKC52ZYIYuYzZH3QWc5fCR9enfpbAQV5caOw0ov/EbbVW3T5C5KNfOt4TnVV+Ln4zoi
	hm06pM/BQHcUJJzlfQCzewK8Lo7PV+8ee/ZleUMVPqMISjDVIp3Peq6vZR9euxilU62N
	mOGXJ+XPc0f+fAWQJNlLChxfZoKRA3JwzZcTGesio3JrJXLRgqpZnXyIpCE7DV9GSkNS
	PBXQ==
X-Gm-Message-State: ALoCoQksj9/+gC1SDyIUGTF1L+SZtfS0A0w1eEEC1FCH/BMoVZzn95IYSZ/j3taBPUR/T4GQMYHU
X-Received: by 10.70.43.105 with SMTP id v9mr38629139pdl.158.1419283053548;
	Mon, 22 Dec 2014 13:17:33 -0800 (PST)
MIME-Version: 1.0
Received: by 10.68.67.65 with HTTP; Mon, 22 Dec 2014 13:16:53 -0800 (PST)
From: Greg Woods <woods@ucar.edu>
Date: Mon, 22 Dec 2014 14:16:53 -0700
Message-ID: <CAKhxXfbQ6SfHqPxXZogGi+D-+ibwt3Y_iV8sesPtDV=bohaeJw@mail.gmail.com>
To: xen-users@lists.xen.org
Subject: [Xen-users] ballon memory error message
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============8968313265727578372=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============8968313265727578372==
Content-Type: multipart/alternative; boundary=e89a8f647ac53e2e87050ad49686

--e89a8f647ac53e2e87050ad49686
Content-Type: text/plain; charset=UTF-8

I sometimes see this in /var/log/messages:

Dec 21 03:17:01 vmx1 kernel: System RAM resource [mem
0x108000000-0x10fffffff] cannot be added
Dec 21 03:17:01 vmx1 kernel: xen_balloon: reserve_additional_memory:
add_memory() failed: -17

Does this mean Dom0 is out of memory? Or a DomU is out of memory?

How serious a problem is this? Would increasing dom0_mem on the kernel boot
line help?

Thanks,
--Greg

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

<div dir=3D"ltr">I sometimes see this in /var/log/messages:<br><br><div><di=
v>Dec 21 03:17:01 vmx1 kernel: System RAM resource [mem 0x108000000-0x10fff=
ffff] cannot be added</div><div>Dec 21 03:17:01 vmx1 kernel: xen_balloon: r=
eserve_additional_memory: add_memory() failed: -17</div></div><div><br></di=
v><div>Does this mean Dom0 is out of memory? Or a DomU is out of memory?=C2=
=A0</div><div><br></div><div>How serious a problem is this? Would increasin=
g dom0_mem on the kernel boot line help?<br><br></div><div>Thanks,</div><di=
v>--Greg</div><div><br></div></div>

--e89a8f647ac53e2e87050ad49686--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============8968313265727578372==--


From xen-users-bounces@lists.xen.org Tue Dec 23 00:19:17 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 23 Dec 2014 00:19:17 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y3DAZ-0001YS-RO; Tue, 23 Dec 2014 00:17:47 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <tlviewer@yahoo.com>) id 1Y3DAY-0001YN-7s
	for xen-users@lists.xen.org; Tue, 23 Dec 2014 00:17:46 +0000
Received: from [85.158.139.211] by server-5.bemta-5.messagelabs.com id
	DA/C9-27584-9A4B8945; Tue, 23 Dec 2014 00:17:45 +0000
X-Env-Sender: tlviewer@yahoo.com
X-Msg-Ref: server-4.tower-206.messagelabs.com!1419293863!14813193!1
X-Originating-IP: [98.139.213.138]
X-SpamReason: No, hits=1.2 required=7.0 tests=FORGED_YAHOO_RCVD,
	HTML_60_70,HTML_MESSAGE,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 31148 invoked from network); 23 Dec 2014 00:17:44 -0000
Received: from nm18-vm0.bullet.mail.bf1.yahoo.com (HELO
	nm18-vm0.bullet.mail.bf1.yahoo.com) (98.139.213.138)
	by server-4.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	23 Dec 2014 00:17:44 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048;
	t=1419293863; bh=nds/MvIe4zOxJRrnLjj6kM4u4Ur2thRp9EJ953063Mk=;
	h=Date:From:Reply-To:To:In-Reply-To:References:Subject:From:Subject;
	b=lj8PGEYrhR2XR6Pn6ibZiVZkl6KuWH0e9cAKuiwUHRBs2FyLGPD/mRnZ10Il8tM1JdpifV3qcaniVD+z+XScfM6bpUCcV5BGtBSpoJP2/8ZVUF+VdJIX3OOigJBVJNgv5StK+ivfWkCZCVTrsYqoGsPcqcKwvRbZd4XHBZjizEmNJqqoNsv/+SxXm+75ZnbEyTcx4ZD8n5XWPQGyRspOZ2JkphA6c9+4i/dwUYDGvbqFcgqYHp8iAdup+rr1xkAi/8N6JRHg+tPtc5sb5bD+v30KmVQvtw3WADn6WozWA/exIMC8CuMFnMKayv81CM7IEuHB87qijV7riLCzNL6/Pg==
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com;
	b=KvPd/GDeVGjQRjL/Ax7XSKTciSF1yCo5ROM0Exd+yyUJhL0FKA4DobHpN0CWgcvY6Le7txa5hILwOeAPj5BygT//4CR+AqPmJBd94h1fkIw87SJQAmjjzMs09VfnGZfx+hPa2qOxdugkddMwlDChY1hr+ITOVbAVjNalYhNCPyBLEpviZemvBgzJJugdt0J2o17I4Wm0NgIGCCdtsQ3R0BdQ29hSGSWjnGAMyXn6xIYVsNt3dBaqzUCgq/BT/2pOdkuj5mvc4sPyGT6jx4Y8KPfPkOGFcP6zmAgO244NKKHs71iQlAcgpANqtD2976P7inxae9hnw9lpSMGbeitaVw==;
Received: from [98.139.215.143] by nm18.bullet.mail.bf1.yahoo.com with NNFMP;
	23 Dec 2014 00:17:43 -0000
Received: from [98.139.212.248] by tm14.bullet.mail.bf1.yahoo.com with NNFMP;
	23 Dec 2014 00:17:43 -0000
Received: from [127.0.0.1] by omp1057.mail.bf1.yahoo.com with NNFMP;
	23 Dec 2014 00:17:43 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 234947.55841.bm@omp1057.mail.bf1.yahoo.com
X-YMail-OSG: TENsoh4VM1lU1R33jvewJRFtBW6ChXoBqqVGLuN8oBgaN0_k8bZHI6gdXS8zixT
	ABnP63udeNoVhqBx2QznM6r43CgD6zaXyfrluNE5uuJ3w3cEuTuFe4NwgdIRQ_yqlUwoz42TmJkg
	PVvyPxF7.L82JoZACjgXMZ42KL_ddS2QtPRCnWAV3kfHxwvCPZFT_UOd7Mr4Yefoe639HqVnAhwZ
	YRnSEvBBmJVfcpkqpUKwPtkpzn7Q2dupdVm17kafJz.BNl5UWI1DccOhBx.L7Upc1yqNfvERnqV5
	filT_b3wRPbPHngd8EF5_jJCezr9Dl8i_yB_12k6uObkB06RoildHMAGMkshncZNalUHROFSgu5F
	UY.ATCUlJAFkRP6yE_P2izUtYBjdy378MTd0ghxtELTa9YGJoQzg3uDDJGAdCmeWv6jD76Sh70Dg
	W5kBhL0jN2iUSo5rYld4GaK22MU8HZlWUpycu6UuJZ_NtSjX2x6o6nF2IMbZRL1_Tw2VXUQ--
Received: by 76.13.26.156; Tue, 23 Dec 2014 00:17:42 +0000 
Date: Tue, 23 Dec 2014 00:17:42 +0000 (UTC)
From: Mark Pryor <tlviewer@yahoo.com>
To: Greg Woods <woods@ucar.edu>, 
	"xen-users@lists.xen.org" <xen-users@lists.xen.org>
Message-ID: <517553699.414089.1419293862446.JavaMail.yahoo@jws10619.mail.bf1.yahoo.com>
In-Reply-To: <CAKhxXfbQ6SfHqPxXZogGi+D-+ibwt3Y_iV8sesPtDV=bohaeJw@mail.gmail.com>
References: <CAKhxXfbQ6SfHqPxXZogGi+D-+ibwt3Y_iV8sesPtDV=bohaeJw@mail.gmail.com>
MIME-Version: 1.0
Content-Length: 3705
Subject: Re: [Xen-users] ballon memory error message
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Mark Pryor <tlviewer@yahoo.com>
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============4983216061928190135=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============4983216061928190135==
Content-Type: multipart/alternative; 
	boundary="----=_Part_414088_414673753.1419293862440"
Content-Length: 3219

------=_Part_414088_414673753.1419293862440
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

add 16MB per VM to dom0 Max Memory, like this for 6 auto-started VM on xen.=
gz cmdline:dom0_mem=3D512M,max:608M
No more balloon warnings.
=20

     On Monday, December 22, 2014 1:16 PM, Greg Woods <woods@ucar.edu> wrot=
e:
  =20

 I sometimes see this in /var/log/messages:

Dec 21 03:17:01 vmx1 kernel: System RAM resource [mem 0x108000000-0x10fffff=
ff] cannot be addedDec 21 03:17:01 vmx1 kernel: xen_balloon: reserve_additi=
onal_memory: add_memory() failed: -17
Does this mean Dom0 is out of memory? Or a DomU is out of memory?=C2=A0
How serious a problem is this? Would increasing dom0_mem on the kernel boot=
 line help?

Thanks,--Greg

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

   
------=_Part_414088_414673753.1419293862440
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"color:#000; background-color:#fff; font-family:He=
lveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;fo=
nt-size:16px"><div id=3D"yui_3_16_0_1_1419293466812_10228" dir=3D"ltr">add =
16MB per VM to dom0 Max Memory, like this for 6 auto-started VM on xen.gz c=
mdline:</div><div id=3D"yui_3_16_0_1_1419293466812_10224" dir=3D"ltr">dom0_=
mem=3D512M,max:608M</div><div id=3D"yui_3_16_0_1_1419293466812_10233" dir=
=3D"ltr"><br></div><div id=3D"yui_3_16_0_1_1419293466812_10235" dir=3D"ltr"=
>No more balloon warnings.<br></div><div id=3D"yui_3_16_0_1_1419293466812_1=
0223"><span></span></div> <div class=3D"qtdSeparateBR"><br><br></div><div s=
tyle=3D"display: block;" class=3D"yahoo_quoted"> <div style=3D"font-family:=
 HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif=
; font-size: 16px;"> <div style=3D"font-family: HelveticaNeue, Helvetica Ne=
ue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div di=
r=3D"ltr"> <font face=3D"Arial" size=3D"2"> On Monday, December 22, 2014 1:=
16 PM, Greg Woods &lt;woods@ucar.edu&gt; wrote:<br> </font> </div>  <br><br=
> <div class=3D"y_msg_container"><div id=3D"yiv5153639271"><div dir=3D"ltr"=
>I sometimes see this in /var/log/messages:<br><br><div><div>Dec 21 03:17:0=
1 vmx1 kernel: System RAM resource [mem 0x108000000-0x10fffffff] cannot be =
added</div><div>Dec 21 03:17:01 vmx1 kernel: xen_balloon: reserve_additiona=
l_memory: add_memory() failed: -17</div></div><div><br></div><div>Does this=
 mean Dom0 is out of memory? Or a DomU is out of memory?&nbsp;</div><div><b=
r></div><div>How serious a problem is this? Would increasing dom0_mem on th=
e kernel boot line help?<br><br></div><div>Thanks,</div><div>--Greg</div><d=
iv><br></div></div></div><br>______________________________________________=
_<br>Xen-users mailing list<br><a href=3D"" class=3D"removed-link" ymailto=
=3D"mailto:Xen-users@lists.xen.org">Xen-users@lists.xen.org</a><br><a href=
=3D"" class=3D"removed-link" target=3D"_blank">http://lists.xen.org/xen-use=
rs</a><br><br></div>  </div> </div>  </div> </div></body></html>
------=_Part_414088_414673753.1419293862440--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============4983216061928190135==--


From xen-users-bounces@lists.xen.org Tue Dec 23 00:19:17 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 23 Dec 2014 00:19:17 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y3DAZ-0001YS-RO; Tue, 23 Dec 2014 00:17:47 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <tlviewer@yahoo.com>) id 1Y3DAY-0001YN-7s
	for xen-users@lists.xen.org; Tue, 23 Dec 2014 00:17:46 +0000
Received: from [85.158.139.211] by server-5.bemta-5.messagelabs.com id
	DA/C9-27584-9A4B8945; Tue, 23 Dec 2014 00:17:45 +0000
X-Env-Sender: tlviewer@yahoo.com
X-Msg-Ref: server-4.tower-206.messagelabs.com!1419293863!14813193!1
X-Originating-IP: [98.139.213.138]
X-SpamReason: No, hits=1.2 required=7.0 tests=FORGED_YAHOO_RCVD,
	HTML_60_70,HTML_MESSAGE,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 31148 invoked from network); 23 Dec 2014 00:17:44 -0000
Received: from nm18-vm0.bullet.mail.bf1.yahoo.com (HELO
	nm18-vm0.bullet.mail.bf1.yahoo.com) (98.139.213.138)
	by server-4.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	23 Dec 2014 00:17:44 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048;
	t=1419293863; bh=nds/MvIe4zOxJRrnLjj6kM4u4Ur2thRp9EJ953063Mk=;
	h=Date:From:Reply-To:To:In-Reply-To:References:Subject:From:Subject;
	b=lj8PGEYrhR2XR6Pn6ibZiVZkl6KuWH0e9cAKuiwUHRBs2FyLGPD/mRnZ10Il8tM1JdpifV3qcaniVD+z+XScfM6bpUCcV5BGtBSpoJP2/8ZVUF+VdJIX3OOigJBVJNgv5StK+ivfWkCZCVTrsYqoGsPcqcKwvRbZd4XHBZjizEmNJqqoNsv/+SxXm+75ZnbEyTcx4ZD8n5XWPQGyRspOZ2JkphA6c9+4i/dwUYDGvbqFcgqYHp8iAdup+rr1xkAi/8N6JRHg+tPtc5sb5bD+v30KmVQvtw3WADn6WozWA/exIMC8CuMFnMKayv81CM7IEuHB87qijV7riLCzNL6/Pg==
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com;
	b=KvPd/GDeVGjQRjL/Ax7XSKTciSF1yCo5ROM0Exd+yyUJhL0FKA4DobHpN0CWgcvY6Le7txa5hILwOeAPj5BygT//4CR+AqPmJBd94h1fkIw87SJQAmjjzMs09VfnGZfx+hPa2qOxdugkddMwlDChY1hr+ITOVbAVjNalYhNCPyBLEpviZemvBgzJJugdt0J2o17I4Wm0NgIGCCdtsQ3R0BdQ29hSGSWjnGAMyXn6xIYVsNt3dBaqzUCgq/BT/2pOdkuj5mvc4sPyGT6jx4Y8KPfPkOGFcP6zmAgO244NKKHs71iQlAcgpANqtD2976P7inxae9hnw9lpSMGbeitaVw==;
Received: from [98.139.215.143] by nm18.bullet.mail.bf1.yahoo.com with NNFMP;
	23 Dec 2014 00:17:43 -0000
Received: from [98.139.212.248] by tm14.bullet.mail.bf1.yahoo.com with NNFMP;
	23 Dec 2014 00:17:43 -0000
Received: from [127.0.0.1] by omp1057.mail.bf1.yahoo.com with NNFMP;
	23 Dec 2014 00:17:43 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 234947.55841.bm@omp1057.mail.bf1.yahoo.com
X-YMail-OSG: TENsoh4VM1lU1R33jvewJRFtBW6ChXoBqqVGLuN8oBgaN0_k8bZHI6gdXS8zixT
	ABnP63udeNoVhqBx2QznM6r43CgD6zaXyfrluNE5uuJ3w3cEuTuFe4NwgdIRQ_yqlUwoz42TmJkg
	PVvyPxF7.L82JoZACjgXMZ42KL_ddS2QtPRCnWAV3kfHxwvCPZFT_UOd7Mr4Yefoe639HqVnAhwZ
	YRnSEvBBmJVfcpkqpUKwPtkpzn7Q2dupdVm17kafJz.BNl5UWI1DccOhBx.L7Upc1yqNfvERnqV5
	filT_b3wRPbPHngd8EF5_jJCezr9Dl8i_yB_12k6uObkB06RoildHMAGMkshncZNalUHROFSgu5F
	UY.ATCUlJAFkRP6yE_P2izUtYBjdy378MTd0ghxtELTa9YGJoQzg3uDDJGAdCmeWv6jD76Sh70Dg
	W5kBhL0jN2iUSo5rYld4GaK22MU8HZlWUpycu6UuJZ_NtSjX2x6o6nF2IMbZRL1_Tw2VXUQ--
Received: by 76.13.26.156; Tue, 23 Dec 2014 00:17:42 +0000 
Date: Tue, 23 Dec 2014 00:17:42 +0000 (UTC)
From: Mark Pryor <tlviewer@yahoo.com>
To: Greg Woods <woods@ucar.edu>, 
	"xen-users@lists.xen.org" <xen-users@lists.xen.org>
Message-ID: <517553699.414089.1419293862446.JavaMail.yahoo@jws10619.mail.bf1.yahoo.com>
In-Reply-To: <CAKhxXfbQ6SfHqPxXZogGi+D-+ibwt3Y_iV8sesPtDV=bohaeJw@mail.gmail.com>
References: <CAKhxXfbQ6SfHqPxXZogGi+D-+ibwt3Y_iV8sesPtDV=bohaeJw@mail.gmail.com>
MIME-Version: 1.0
Content-Length: 3705
Subject: Re: [Xen-users] ballon memory error message
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Mark Pryor <tlviewer@yahoo.com>
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============4983216061928190135=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============4983216061928190135==
Content-Type: multipart/alternative; 
	boundary="----=_Part_414088_414673753.1419293862440"
Content-Length: 3219

------=_Part_414088_414673753.1419293862440
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

add 16MB per VM to dom0 Max Memory, like this for 6 auto-started VM on xen.=
gz cmdline:dom0_mem=3D512M,max:608M
No more balloon warnings.
=20

     On Monday, December 22, 2014 1:16 PM, Greg Woods <woods@ucar.edu> wrot=
e:
  =20

 I sometimes see this in /var/log/messages:

Dec 21 03:17:01 vmx1 kernel: System RAM resource [mem 0x108000000-0x10fffff=
ff] cannot be addedDec 21 03:17:01 vmx1 kernel: xen_balloon: reserve_additi=
onal_memory: add_memory() failed: -17
Does this mean Dom0 is out of memory? Or a DomU is out of memory?=C2=A0
How serious a problem is this? Would increasing dom0_mem on the kernel boot=
 line help?

Thanks,--Greg

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

   
------=_Part_414088_414673753.1419293862440
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"color:#000; background-color:#fff; font-family:He=
lveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;fo=
nt-size:16px"><div id=3D"yui_3_16_0_1_1419293466812_10228" dir=3D"ltr">add =
16MB per VM to dom0 Max Memory, like this for 6 auto-started VM on xen.gz c=
mdline:</div><div id=3D"yui_3_16_0_1_1419293466812_10224" dir=3D"ltr">dom0_=
mem=3D512M,max:608M</div><div id=3D"yui_3_16_0_1_1419293466812_10233" dir=
=3D"ltr"><br></div><div id=3D"yui_3_16_0_1_1419293466812_10235" dir=3D"ltr"=
>No more balloon warnings.<br></div><div id=3D"yui_3_16_0_1_1419293466812_1=
0223"><span></span></div> <div class=3D"qtdSeparateBR"><br><br></div><div s=
tyle=3D"display: block;" class=3D"yahoo_quoted"> <div style=3D"font-family:=
 HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif=
; font-size: 16px;"> <div style=3D"font-family: HelveticaNeue, Helvetica Ne=
ue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div di=
r=3D"ltr"> <font face=3D"Arial" size=3D"2"> On Monday, December 22, 2014 1:=
16 PM, Greg Woods &lt;woods@ucar.edu&gt; wrote:<br> </font> </div>  <br><br=
> <div class=3D"y_msg_container"><div id=3D"yiv5153639271"><div dir=3D"ltr"=
>I sometimes see this in /var/log/messages:<br><br><div><div>Dec 21 03:17:0=
1 vmx1 kernel: System RAM resource [mem 0x108000000-0x10fffffff] cannot be =
added</div><div>Dec 21 03:17:01 vmx1 kernel: xen_balloon: reserve_additiona=
l_memory: add_memory() failed: -17</div></div><div><br></div><div>Does this=
 mean Dom0 is out of memory? Or a DomU is out of memory?&nbsp;</div><div><b=
r></div><div>How serious a problem is this? Would increasing dom0_mem on th=
e kernel boot line help?<br><br></div><div>Thanks,</div><div>--Greg</div><d=
iv><br></div></div></div><br>______________________________________________=
_<br>Xen-users mailing list<br><a href=3D"" class=3D"removed-link" ymailto=
=3D"mailto:Xen-users@lists.xen.org">Xen-users@lists.xen.org</a><br><a href=
=3D"" class=3D"removed-link" target=3D"_blank">http://lists.xen.org/xen-use=
rs</a><br><br></div>  </div> </div>  </div> </div></body></html>
------=_Part_414088_414673753.1419293862440--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============4983216061928190135==--


From xen-users-bounces@lists.xen.org Tue Dec 23 08:34:46 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 23 Dec 2014 08:34:46 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y3KuG-000365-TC; Tue, 23 Dec 2014 08:33:28 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <chengkunck@gmail.com>) id 1Y3KuE-00035x-PS
	for xen-users@lists.xen.org; Tue, 23 Dec 2014 08:33:26 +0000
Received: from [85.158.137.68] by server-14.bemta-3.messagelabs.com id
	20/FC-07724-6D829945; Tue, 23 Dec 2014 08:33:26 +0000
X-Env-Sender: chengkunck@gmail.com
X-Msg-Ref: server-2.tower-31.messagelabs.com!1419323603!15303943!1
X-Originating-IP: [209.85.192.171]
X-SpamReason: No, hits=1.1 required=7.0 tests=HTML_ATTR_BAD,
	HTML_ATTR_UNIQUE,HTML_MESSAGE,MIME_BASE64_TEXT,MIME_BOUND_NEXTPART,
	RCVD_ILLEGAL_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 7461 invoked from network); 23 Dec 2014 08:33:25 -0000
Received: from mail-pd0-f171.google.com (HELO mail-pd0-f171.google.com)
	(209.85.192.171)
	by server-2.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	23 Dec 2014 08:33:25 -0000
Received: by mail-pd0-f171.google.com with SMTP id y13so7426144pdi.2
	for <xen-users@lists.xen.org>; Tue, 23 Dec 2014 00:33:23 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=date:from:to:subject:mime-version:message-id:content-type;
	bh=OMnLgT7xm9KkpSGr4CjbW6jGHmXW/9cIMMFAgsI7ldo=;
	b=imsyGGjNoQyvzx4KaboNLog21NiOUa05xIbgWHQQCrOPxqd5uJ2eoRjF4vCHeyRadj
	biGRR3fv0S8WkXF44YGHilJMV1a0l6x6UULPzZGMRkj5i6VdOyupKsqANxbo7KZLztts
	bU6lOM7EPS/bh6o4d1tC5G6SWJ1r3PEDeZCkB4QD+qB7AxuMmiYGZ/8ocAhFlplEXuer
	CszuWrhZ+rkNWMM2rvUj1BBt9fx8dw+/yrssWngaqODTZw4TP1pgNkQ3ICoVEilArkWy
	9AWJediqIUioKV3X5M/0E+bA2r8uZmMe4e2zIRmiRYrY6AlFtcUmfA+y3kdrb4uFhL9X
	+o0A==
X-Received: by 10.70.137.238 with SMTP id ql14mr42320392pdb.94.1419323603472; 
	Tue, 23 Dec 2014 00:33:23 -0800 (PST)
Received: from Ezio-PC ([223.72.182.161]) by mx.google.com with ESMTPSA id
	nh4sm19275603pdb.37.2014.12.23.00.33.21 for <xen-users@lists.xen.org>
	(version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
	Tue, 23 Dec 2014 00:33:22 -0800 (PST)
Date: Tue, 23 Dec 2014 16:33:21 +0800
From: "chengkunck@gmail.com" <chengkunck@gmail.com>
To: xen-users <xen-users@lists.xen.org>
X-Priority: 3
X-GUID: E08CA025-F4B9-4220-B75A-48D0C201B4E0
X-Has-Attach: no
X-Mailer: Foxmail 7, 2, 5, 140[cn]
Mime-Version: 1.0
Message-ID: <2014122316325975609812@gmail.com>
Subject: [Xen-users] Is virtual function's speed limited by the real NIC?
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============3705180887440602181=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

This is a multi-part message in MIME format.

--===============3705180887440602181==
Content-Type: multipart/alternative;
	boundary="----=_001_NextPart875863147508_=----"

This is a multi-part message in MIME format.

------=_001_NextPart875863147508_=----
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: base64

SGkgYWxsLA0KICAgIEkgZGlkIHNvbWUgdGVzdHMgdW5kZXIgRGViaWFuIHdoZWV6eSB4NjQgYW5k
IFhlbiA0LjIuNSB3aXRoIGFuIEludGVsIDgyNTc2IE5JQyAoZGVmYXVsdCBzcGVlZCBpcyAxMDAg
TWJwcyB3aXRoIFNSLUlPViBlbmFibGVkKS4gSSBjcmVhdGVkIDIgZGViaWFuIGRvbVVzIGFuZCBh
dHRhY2hlZCBlaXRoZXIgYSBWRi4gIFdoZW4gSSB1c2VkIG5ldHBlcmYgdG8gdGVzdCB0aGUgaW50
ZXItZG9tYWluIGNvbW11bmljYXRpb24gcGVyZm9ybWFuY2UsIHRoZSBuZXR3b3JrIHRocm91Z2hw
dXQgd2FzIHF1aXRlIHN0YWJsZSBhcyBpdCByZW1haW5lZCBhYm91dCA5NCBNYnBzIGFzIHRoZSBz
ZW5kIG1lc3NhZ2Ugc2l6ZSB2YXJpZWQgZnJvbSA2NCBieXRlcyB0byAxNjM4NCBieXRlcyAodGVz
dCBzY2VuYXJpbyBpcyBUQ1BfU1RSRUFNKS4NCg0KICAgIFNvIEkgZ3Vlc3MgdGhlIFZGJ3MgYWJp
bGl0eSAoZS5nIHNwZWVkKSBpcyBsaW1pdGVkIGJ5IHRoZSByZWFsIE5JQywgcmlnaHQ/DQogICAg
DQoNCg0KQmVzdCByZWdhcmRzLA0KICAgICAgIEtlbm5ldGgNCg==

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

<html><head><meta http-equiv=3D"content-type" content=3D"text/html; charse=
t=3Dus-ascii"><style>body { line-height: 1.5; }body { font-size: 10.5pt; f=
ont-family: 'Segoe UI'; color: rgb(0, 0, 0); line-height: 1.5; }</style></=
head><body>=0A<div><span></span>Hi all,</div><div><span style=3D"font-fami=
ly: &quot;" segoe=3D"" ui'";=3D"" font-size:=3D"" 14px;=3D"" color:=3D"" r=
gb(0,=3D"" 0,=3D"" 0);=3D"" background-color:=3D"" rgba(0,=3D"" font-weigh=
t:=3D"" normal;=3D"" font-style:=3D"" normal;text-decoration:=3D"" none;'=
=3D"">&nbsp; &nbsp; I did some tests under Debian wheezy x64 and Xen 4.2.5=
 with an Intel 82576 NIC (default speed is 100 Mbps with SR-IOV enabled). =
I created 2 debian domUs and attached either a VF. &nbsp;When I used netpe=
rf to test the inter-domain communication performance, the network through=
put was quite stable as it remained about 94 Mbps as the send message size=
 varied from 64 bytes to 16384 bytes (test scenario is TCP_STREAM).</span>=
</div><div><span style=3D"font-family: &quot;" segoe=3D"" ui'";=3D"" font-=
size:=3D"" 14px;=3D"" color:=3D"" rgb(0,=3D"" 0,=3D"" 0);=3D"" background-=
color:=3D"" rgba(0,=3D"" font-weight:=3D"" normal;=3D"" font-style:=3D"" n=
ormal;text-decoration:=3D"" none;'=3D""><br></span></div><div><span style=
=3D"font-family: &quot;" segoe=3D"" ui'";=3D"" font-size:=3D"" 14px;=3D"" =
color:=3D"" rgb(0,=3D"" 0,=3D"" 0);=3D"" background-color:=3D"" rgba(0,=3D=
"" font-weight:=3D"" normal;=3D"" font-style:=3D"" normal;text-decoration:=
=3D"" none;'=3D""><span style=3D"font-family: &quot;" segoe=3D"" ui'";=3D"=
" font-size:=3D"" 14px;=3D"" color:=3D"" rgb(0,=3D"" 0,=3D"" 0);=3D"" back=
ground-color:=3D"" rgba(0,=3D"" font-weight:=3D"" normal;=3D"" font-style:=
=3D"" normal;text-decoration:=3D"" none;'=3D"">&nbsp; &nbsp; So I guess th=
e VF's ability (e.g speed) is limited by the real NIC, right?</span></span=
></div><div><span style=3D"font-family: &quot;" segoe=3D"" ui'";=3D"" font=
-size:=3D"" 14px;=3D"" color:=3D"" rgb(0,=3D"" 0,=3D"" 0);=3D"" background=
-color:=3D"" rgba(0,=3D"" font-weight:=3D"" normal;=3D"" font-style:=3D"" =
normal;text-decoration:=3D"" none;'=3D"">&nbsp; &nbsp;&nbsp;</span></div><=
hr style=3D"WIDTH: 210px; HEIGHT: 1px" color=3D"#b5c4df" size=3D"1" align=
=3D"left">=0A<div><span>Best regards,<div>&nbsp; &nbsp; &nbsp; &nbsp;Kenne=
th</div></span></div>=0A</body></html>
------=_001_NextPart875863147508_=------



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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============3705180887440602181==--



From xen-users-bounces@lists.xen.org Tue Dec 23 08:34:46 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 23 Dec 2014 08:34:46 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y3KuG-000365-TC; Tue, 23 Dec 2014 08:33:28 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <chengkunck@gmail.com>) id 1Y3KuE-00035x-PS
	for xen-users@lists.xen.org; Tue, 23 Dec 2014 08:33:26 +0000
Received: from [85.158.137.68] by server-14.bemta-3.messagelabs.com id
	20/FC-07724-6D829945; Tue, 23 Dec 2014 08:33:26 +0000
X-Env-Sender: chengkunck@gmail.com
X-Msg-Ref: server-2.tower-31.messagelabs.com!1419323603!15303943!1
X-Originating-IP: [209.85.192.171]
X-SpamReason: No, hits=1.1 required=7.0 tests=HTML_ATTR_BAD,
	HTML_ATTR_UNIQUE,HTML_MESSAGE,MIME_BASE64_TEXT,MIME_BOUND_NEXTPART,
	RCVD_ILLEGAL_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 7461 invoked from network); 23 Dec 2014 08:33:25 -0000
Received: from mail-pd0-f171.google.com (HELO mail-pd0-f171.google.com)
	(209.85.192.171)
	by server-2.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	23 Dec 2014 08:33:25 -0000
Received: by mail-pd0-f171.google.com with SMTP id y13so7426144pdi.2
	for <xen-users@lists.xen.org>; Tue, 23 Dec 2014 00:33:23 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=date:from:to:subject:mime-version:message-id:content-type;
	bh=OMnLgT7xm9KkpSGr4CjbW6jGHmXW/9cIMMFAgsI7ldo=;
	b=imsyGGjNoQyvzx4KaboNLog21NiOUa05xIbgWHQQCrOPxqd5uJ2eoRjF4vCHeyRadj
	biGRR3fv0S8WkXF44YGHilJMV1a0l6x6UULPzZGMRkj5i6VdOyupKsqANxbo7KZLztts
	bU6lOM7EPS/bh6o4d1tC5G6SWJ1r3PEDeZCkB4QD+qB7AxuMmiYGZ/8ocAhFlplEXuer
	CszuWrhZ+rkNWMM2rvUj1BBt9fx8dw+/yrssWngaqODTZw4TP1pgNkQ3ICoVEilArkWy
	9AWJediqIUioKV3X5M/0E+bA2r8uZmMe4e2zIRmiRYrY6AlFtcUmfA+y3kdrb4uFhL9X
	+o0A==
X-Received: by 10.70.137.238 with SMTP id ql14mr42320392pdb.94.1419323603472; 
	Tue, 23 Dec 2014 00:33:23 -0800 (PST)
Received: from Ezio-PC ([223.72.182.161]) by mx.google.com with ESMTPSA id
	nh4sm19275603pdb.37.2014.12.23.00.33.21 for <xen-users@lists.xen.org>
	(version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
	Tue, 23 Dec 2014 00:33:22 -0800 (PST)
Date: Tue, 23 Dec 2014 16:33:21 +0800
From: "chengkunck@gmail.com" <chengkunck@gmail.com>
To: xen-users <xen-users@lists.xen.org>
X-Priority: 3
X-GUID: E08CA025-F4B9-4220-B75A-48D0C201B4E0
X-Has-Attach: no
X-Mailer: Foxmail 7, 2, 5, 140[cn]
Mime-Version: 1.0
Message-ID: <2014122316325975609812@gmail.com>
Subject: [Xen-users] Is virtual function's speed limited by the real NIC?
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============3705180887440602181=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

This is a multi-part message in MIME format.

--===============3705180887440602181==
Content-Type: multipart/alternative;
	boundary="----=_001_NextPart875863147508_=----"

This is a multi-part message in MIME format.

------=_001_NextPart875863147508_=----
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: base64

SGkgYWxsLA0KICAgIEkgZGlkIHNvbWUgdGVzdHMgdW5kZXIgRGViaWFuIHdoZWV6eSB4NjQgYW5k
IFhlbiA0LjIuNSB3aXRoIGFuIEludGVsIDgyNTc2IE5JQyAoZGVmYXVsdCBzcGVlZCBpcyAxMDAg
TWJwcyB3aXRoIFNSLUlPViBlbmFibGVkKS4gSSBjcmVhdGVkIDIgZGViaWFuIGRvbVVzIGFuZCBh
dHRhY2hlZCBlaXRoZXIgYSBWRi4gIFdoZW4gSSB1c2VkIG5ldHBlcmYgdG8gdGVzdCB0aGUgaW50
ZXItZG9tYWluIGNvbW11bmljYXRpb24gcGVyZm9ybWFuY2UsIHRoZSBuZXR3b3JrIHRocm91Z2hw
dXQgd2FzIHF1aXRlIHN0YWJsZSBhcyBpdCByZW1haW5lZCBhYm91dCA5NCBNYnBzIGFzIHRoZSBz
ZW5kIG1lc3NhZ2Ugc2l6ZSB2YXJpZWQgZnJvbSA2NCBieXRlcyB0byAxNjM4NCBieXRlcyAodGVz
dCBzY2VuYXJpbyBpcyBUQ1BfU1RSRUFNKS4NCg0KICAgIFNvIEkgZ3Vlc3MgdGhlIFZGJ3MgYWJp
bGl0eSAoZS5nIHNwZWVkKSBpcyBsaW1pdGVkIGJ5IHRoZSByZWFsIE5JQywgcmlnaHQ/DQogICAg
DQoNCg0KQmVzdCByZWdhcmRzLA0KICAgICAgIEtlbm5ldGgNCg==

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

<html><head><meta http-equiv=3D"content-type" content=3D"text/html; charse=
t=3Dus-ascii"><style>body { line-height: 1.5; }body { font-size: 10.5pt; f=
ont-family: 'Segoe UI'; color: rgb(0, 0, 0); line-height: 1.5; }</style></=
head><body>=0A<div><span></span>Hi all,</div><div><span style=3D"font-fami=
ly: &quot;" segoe=3D"" ui'";=3D"" font-size:=3D"" 14px;=3D"" color:=3D"" r=
gb(0,=3D"" 0,=3D"" 0);=3D"" background-color:=3D"" rgba(0,=3D"" font-weigh=
t:=3D"" normal;=3D"" font-style:=3D"" normal;text-decoration:=3D"" none;'=
=3D"">&nbsp; &nbsp; I did some tests under Debian wheezy x64 and Xen 4.2.5=
 with an Intel 82576 NIC (default speed is 100 Mbps with SR-IOV enabled). =
I created 2 debian domUs and attached either a VF. &nbsp;When I used netpe=
rf to test the inter-domain communication performance, the network through=
put was quite stable as it remained about 94 Mbps as the send message size=
 varied from 64 bytes to 16384 bytes (test scenario is TCP_STREAM).</span>=
</div><div><span style=3D"font-family: &quot;" segoe=3D"" ui'";=3D"" font-=
size:=3D"" 14px;=3D"" color:=3D"" rgb(0,=3D"" 0,=3D"" 0);=3D"" background-=
color:=3D"" rgba(0,=3D"" font-weight:=3D"" normal;=3D"" font-style:=3D"" n=
ormal;text-decoration:=3D"" none;'=3D""><br></span></div><div><span style=
=3D"font-family: &quot;" segoe=3D"" ui'";=3D"" font-size:=3D"" 14px;=3D"" =
color:=3D"" rgb(0,=3D"" 0,=3D"" 0);=3D"" background-color:=3D"" rgba(0,=3D=
"" font-weight:=3D"" normal;=3D"" font-style:=3D"" normal;text-decoration:=
=3D"" none;'=3D""><span style=3D"font-family: &quot;" segoe=3D"" ui'";=3D"=
" font-size:=3D"" 14px;=3D"" color:=3D"" rgb(0,=3D"" 0,=3D"" 0);=3D"" back=
ground-color:=3D"" rgba(0,=3D"" font-weight:=3D"" normal;=3D"" font-style:=
=3D"" normal;text-decoration:=3D"" none;'=3D"">&nbsp; &nbsp; So I guess th=
e VF's ability (e.g speed) is limited by the real NIC, right?</span></span=
></div><div><span style=3D"font-family: &quot;" segoe=3D"" ui'";=3D"" font=
-size:=3D"" 14px;=3D"" color:=3D"" rgb(0,=3D"" 0,=3D"" 0);=3D"" background=
-color:=3D"" rgba(0,=3D"" font-weight:=3D"" normal;=3D"" font-style:=3D"" =
normal;text-decoration:=3D"" none;'=3D"">&nbsp; &nbsp;&nbsp;</span></div><=
hr style=3D"WIDTH: 210px; HEIGHT: 1px" color=3D"#b5c4df" size=3D"1" align=
=3D"left">=0A<div><span>Best regards,<div>&nbsp; &nbsp; &nbsp; &nbsp;Kenne=
th</div></span></div>=0A</body></html>
------=_001_NextPart875863147508_=------



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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============3705180887440602181==--



From xen-users-bounces@lists.xen.org Tue Dec 23 10:16:02 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 23 Dec 2014 10:16:02 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y3MU8-0006TM-WE; Tue, 23 Dec 2014 10:14:37 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <james@dingwall.me.uk>) id 1Y3MU7-0006TH-5o
	for xen-users@lists.xen.org; Tue, 23 Dec 2014 10:14:35 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	C4/A7-25276-A8049945; Tue, 23 Dec 2014 10:14:34 +0000
X-Env-Sender: james@dingwall.me.uk
X-Msg-Ref: server-2.tower-21.messagelabs.com!1419329673!9395655!1
X-Originating-IP: [80.0.253.74]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 24172 invoked from network); 23 Dec 2014 10:14:34 -0000
Received: from know-smtprelay-omc-10.server.virginmedia.net (HELO
	know-smtprelay-omc-10.server.virginmedia.net) (80.0.253.74)
	by server-2.tower-21.messagelabs.com with SMTP;
	23 Dec 2014 10:14:34 -0000
Received: from dingwall.me.uk ([82.33.62.46])
	by know-smtprelay-10-imp with bizsmtp
	id WyEZ1p03f0zrmay01yEZKg; Tue, 23 Dec 2014 10:14:33 +0000
X-Originating-IP: [82.33.62.46]
X-Spam: 0
X-Authority: v=2.1 cv=dY0O3Bne c=1 sm=1 tr=0 a=43HWeVr0mW5rhQls5iFsjw==:117
	a=43HWeVr0mW5rhQls5iFsjw==:17 a=5IRWAbXhAAAA:8 a=M1kyBYkWWGkA:10
	a=8nJEP1OIZ-IA:10 a=A92cGCtB03wA:10 a=dbKBo-kk-TErD2CGjygA:9
	a=wPNLvfGTeEIA:10
Received: (qmail 3735 invoked from network); 23 Dec 2014 10:14:33 -0000
Received: from behemoth.dingwall.me.uk (192.168.1.5)
	by mail0.xen.dingwall.me.uk with SMTP; 23 Dec 2014 10:14:33 -0000
Received: by behemoth.dingwall.me.uk (Postfix, from userid 1000)
	id F1C62D08C20; Tue, 23 Dec 2014 10:14:32 +0000 (GMT)
Date: Tue, 23 Dec 2014 10:14:32 +0000
From: James Dingwall <james@dingwall.me.uk>
To: Mark Pryor <tlviewer@yahoo.com>
Message-ID: <20141223101432.GA12389@dingwall.me.uk>
References: <CAKhxXfbQ6SfHqPxXZogGi+D-+ibwt3Y_iV8sesPtDV=bohaeJw@mail.gmail.com>
	<517553699.414089.1419293862446.JavaMail.yahoo@jws10619.mail.bf1.yahoo.com>
MIME-Version: 1.0
Content-Length: 1721
Content-Disposition: inline
In-Reply-To: <517553699.414089.1419293862446.JavaMail.yahoo@jws10619.mail.bf1.yahoo.com>
User-Agent: Mutt/1.5.22 (2013-10-16)
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	Greg Woods <woods@ucar.edu>
Subject: Re: [Xen-users] ballon memory error message
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, Dec 23, 2014 at 12:17:42AM +0000, Mark Pryor wrote:
> add 16MB per VM to dom0 Max Memory, like this for 6 auto-started VM on xe=
n.gz cmdline:dom0_mem=3D512M,max:608M
> No more balloon warnings.

I think that works until the next time you restart the vm.  I can suppress =
the warning with the script below =

until after I reboot the guest domain at which point it starts again so I t=
hought this was actually a leak in =

the kernel code.  However it seems that 3.18 has solved this and some other=
 ballooning problems I was =

having with tmem.

#!/bin/sh

# This contains the current size of the dom0 memory allocation
CURRENT_KB=3D"/sys/bus/xen_memory/devices/xen_memory0/info/current_kb"
# This contains the target value for the dom0 memory allocation
TARGET_KB=3D"/sys/bus/xen_memory/devices/xen_memory0/target_kb"

# Read the current values
CKB=3D$(< "${CURRENT_KB}")
TKB=3D$(< "${TARGET_KB}")

if [ "${TKB}" -gt "${CKB}" ] ; then
        echo "Resizing dom0 memory balloon target to ${CKB}"
        echo "${CKB}" > "${TARGET_KB}"
fi

James

>  =

> =

>      On Monday, December 22, 2014 1:16 PM, Greg Woods <woods@ucar.edu> wr=
ote:
>    =

> =

>  I sometimes see this in /var/log/messages:
> =

> Dec 21 03:17:01 vmx1 kernel: System RAM resource [mem 0x108000000-0x10fff=
ffff] cannot be addedDec 21 03:17:01 vmx1 kernel: xen_balloon: reserve_addi=
tional_memory: add_memory() failed: -17
> Does this mean Dom0 is out of memory? Or a DomU is out of memory?=A0
> How serious a problem is this? Would increasing dom0_mem on the kernel bo=
ot line help?
> =

> Thanks,--Greg

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 23 10:16:02 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 23 Dec 2014 10:16:02 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y3MU8-0006TM-WE; Tue, 23 Dec 2014 10:14:37 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <james@dingwall.me.uk>) id 1Y3MU7-0006TH-5o
	for xen-users@lists.xen.org; Tue, 23 Dec 2014 10:14:35 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	C4/A7-25276-A8049945; Tue, 23 Dec 2014 10:14:34 +0000
X-Env-Sender: james@dingwall.me.uk
X-Msg-Ref: server-2.tower-21.messagelabs.com!1419329673!9395655!1
X-Originating-IP: [80.0.253.74]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 24172 invoked from network); 23 Dec 2014 10:14:34 -0000
Received: from know-smtprelay-omc-10.server.virginmedia.net (HELO
	know-smtprelay-omc-10.server.virginmedia.net) (80.0.253.74)
	by server-2.tower-21.messagelabs.com with SMTP;
	23 Dec 2014 10:14:34 -0000
Received: from dingwall.me.uk ([82.33.62.46])
	by know-smtprelay-10-imp with bizsmtp
	id WyEZ1p03f0zrmay01yEZKg; Tue, 23 Dec 2014 10:14:33 +0000
X-Originating-IP: [82.33.62.46]
X-Spam: 0
X-Authority: v=2.1 cv=dY0O3Bne c=1 sm=1 tr=0 a=43HWeVr0mW5rhQls5iFsjw==:117
	a=43HWeVr0mW5rhQls5iFsjw==:17 a=5IRWAbXhAAAA:8 a=M1kyBYkWWGkA:10
	a=8nJEP1OIZ-IA:10 a=A92cGCtB03wA:10 a=dbKBo-kk-TErD2CGjygA:9
	a=wPNLvfGTeEIA:10
Received: (qmail 3735 invoked from network); 23 Dec 2014 10:14:33 -0000
Received: from behemoth.dingwall.me.uk (192.168.1.5)
	by mail0.xen.dingwall.me.uk with SMTP; 23 Dec 2014 10:14:33 -0000
Received: by behemoth.dingwall.me.uk (Postfix, from userid 1000)
	id F1C62D08C20; Tue, 23 Dec 2014 10:14:32 +0000 (GMT)
Date: Tue, 23 Dec 2014 10:14:32 +0000
From: James Dingwall <james@dingwall.me.uk>
To: Mark Pryor <tlviewer@yahoo.com>
Message-ID: <20141223101432.GA12389@dingwall.me.uk>
References: <CAKhxXfbQ6SfHqPxXZogGi+D-+ibwt3Y_iV8sesPtDV=bohaeJw@mail.gmail.com>
	<517553699.414089.1419293862446.JavaMail.yahoo@jws10619.mail.bf1.yahoo.com>
MIME-Version: 1.0
Content-Length: 1721
Content-Disposition: inline
In-Reply-To: <517553699.414089.1419293862446.JavaMail.yahoo@jws10619.mail.bf1.yahoo.com>
User-Agent: Mutt/1.5.22 (2013-10-16)
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
	Greg Woods <woods@ucar.edu>
Subject: Re: [Xen-users] ballon memory error message
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Tue, Dec 23, 2014 at 12:17:42AM +0000, Mark Pryor wrote:
> add 16MB per VM to dom0 Max Memory, like this for 6 auto-started VM on xe=
n.gz cmdline:dom0_mem=3D512M,max:608M
> No more balloon warnings.

I think that works until the next time you restart the vm.  I can suppress =
the warning with the script below =

until after I reboot the guest domain at which point it starts again so I t=
hought this was actually a leak in =

the kernel code.  However it seems that 3.18 has solved this and some other=
 ballooning problems I was =

having with tmem.

#!/bin/sh

# This contains the current size of the dom0 memory allocation
CURRENT_KB=3D"/sys/bus/xen_memory/devices/xen_memory0/info/current_kb"
# This contains the target value for the dom0 memory allocation
TARGET_KB=3D"/sys/bus/xen_memory/devices/xen_memory0/target_kb"

# Read the current values
CKB=3D$(< "${CURRENT_KB}")
TKB=3D$(< "${TARGET_KB}")

if [ "${TKB}" -gt "${CKB}" ] ; then
        echo "Resizing dom0 memory balloon target to ${CKB}"
        echo "${CKB}" > "${TARGET_KB}"
fi

James

>  =

> =

>      On Monday, December 22, 2014 1:16 PM, Greg Woods <woods@ucar.edu> wr=
ote:
>    =

> =

>  I sometimes see this in /var/log/messages:
> =

> Dec 21 03:17:01 vmx1 kernel: System RAM resource [mem 0x108000000-0x10fff=
ffff] cannot be addedDec 21 03:17:01 vmx1 kernel: xen_balloon: reserve_addi=
tional_memory: add_memory() failed: -17
> Does this mean Dom0 is out of memory? Or a DomU is out of memory?=A0
> How serious a problem is this? Would increasing dom0_mem on the kernel bo=
ot line help?
> =

> Thanks,--Greg

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 24 12:57:53 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 24 Dec 2014 12:57:53 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y3lUD-0005hF-Cl; Wed, 24 Dec 2014 12:56:21 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <ucrchatline@gmail.com>) id 1Y2qW0-0005hB-Pf
	for xen-users@lists.xen.org; Mon, 22 Dec 2014 00:06:24 +0000
Received: from [193.109.254.147] by server-9.bemta-14.messagelabs.com id
	88/67-02712-F7067945; Mon, 22 Dec 2014 00:06:23 +0000
X-Env-Sender: ucrchatline@gmail.com
X-Msg-Ref: server-3.tower-27.messagelabs.com!1419206781!11802050!1
X-Originating-IP: [209.85.214.194]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_10_20,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 27053 invoked from network); 22 Dec 2014 00:06:22 -0000
Received: from mail-ob0-f194.google.com (HELO mail-ob0-f194.google.com)
	(209.85.214.194)
	by server-3.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	22 Dec 2014 00:06:22 -0000
Received: by mail-ob0-f194.google.com with SMTP id gq1so6214714obb.1
	for <xen-users@lists.xen.org>; Sun, 21 Dec 2014 16:06:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=mZl0ytdE44/+69MAL4al+f/LTJzqpvJ5ET0hmSy8BFQ=;
	b=pJoqnTxKFW+F/gcmU0fYU8/JewTHX0u6ARwTtTb6f2Bd71pwLIjJA67ESDjdd+D88h
	ewHPTxBqgHf8vJTckizit0rb06X+WjBIkXJPTXhWeyx2mNyvtamyNdUHMNRnp0swfQzH
	7JRDo5KiAZm+onpPKJCyivL70DtPBE8wwHEvyY/mi3m7lGKAbUCvAD+k1OFwetCTmtii
	4uR1s68dGI1ETGcZCBaH/OgfBDdH5sgpS7Fo5lxcUHjxZWQvAmzuvhE5jSaTnK0Soum0
	kajIeQlny/XN30i/2gbNwsN4ltnUH9uh5+RiTWyC22KcDWYbhMbE7MCpdNdTblUhiAFA
	yv9g==
MIME-Version: 1.0
X-Received: by 10.202.210.82 with SMTP id j79mr11046701oig.131.1419206781194; 
	Sun, 21 Dec 2014 16:06:21 -0800 (PST)
Received: by 10.60.67.100 with HTTP; Sun, 21 Dec 2014 16:06:21 -0800 (PST)
Date: Sun, 21 Dec 2014 16:06:21 -0800
Message-ID: <CAPZnphfBEStGMmZvLJSUsnkNDAPTBS4pySUJbaL+Q=EGD6Y3GQ@mail.gmail.com>
From: CHATLINE UCR <ucrchatline@gmail.com>
To: xen-users@lists.xen.org
X-Mailman-Approved-At: Wed, 24 Dec 2014 12:56:19 +0000
Subject: [Xen-users] Virtual Air Gap
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1764046403767230668=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============1764046403767230668==
Content-Type: multipart/alternative; boundary=001a113d35ae0e54e4050ac2d499

--001a113d35ae0e54e4050ac2d499
Content-Type: text/plain; charset=UTF-8

Is a virtual air gap possible where dom0 is not connected to
the
internet but domU is? For instance if I set dev eth0 down, is
there
a configuration where domU can still connect to the internet? If
so,
what additional steps should I take when setting up xenbridge, or
is
a bridge needed at all? If not, can I pass through the NIC to
some
domU and make a xenbridge between the other domUs, keeping dom0
offline? I know it's possible to keep a domU offline, but if dom0 is
compromised, is an attack on that domU easier?

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

<div dir=3D"ltr"><div>Is a virtual air gap possible where dom0 is not conne=
cted to the=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0 <br>internet but domU is? For instance if I set dev eth0 do=
wn, is there=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <b=
r>a configuration where domU can still connect to the internet? If so,=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <br>what additional ste=
ps should I take when setting up xenbridge, or is=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <br>a bridge needed at all? If not, can I pa=
ss through the NIC to some=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 <br>domU and make a xenbridge between the other domUs, k=
eeping dom0 <br>offline? I know it&#39;s possible to keep a domU offline, b=
ut if dom0 is<br></div>compromised, is an attack on that domU easier?<br></=
div>

--001a113d35ae0e54e4050ac2d499--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============1764046403767230668==--


From xen-users-bounces@lists.xen.org Wed Dec 24 12:57:53 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 24 Dec 2014 12:57:53 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y3lUD-0005hF-Cl; Wed, 24 Dec 2014 12:56:21 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <ucrchatline@gmail.com>) id 1Y2qW0-0005hB-Pf
	for xen-users@lists.xen.org; Mon, 22 Dec 2014 00:06:24 +0000
Received: from [193.109.254.147] by server-9.bemta-14.messagelabs.com id
	88/67-02712-F7067945; Mon, 22 Dec 2014 00:06:23 +0000
X-Env-Sender: ucrchatline@gmail.com
X-Msg-Ref: server-3.tower-27.messagelabs.com!1419206781!11802050!1
X-Originating-IP: [209.85.214.194]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_10_20,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 27053 invoked from network); 22 Dec 2014 00:06:22 -0000
Received: from mail-ob0-f194.google.com (HELO mail-ob0-f194.google.com)
	(209.85.214.194)
	by server-3.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	22 Dec 2014 00:06:22 -0000
Received: by mail-ob0-f194.google.com with SMTP id gq1so6214714obb.1
	for <xen-users@lists.xen.org>; Sun, 21 Dec 2014 16:06:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=mZl0ytdE44/+69MAL4al+f/LTJzqpvJ5ET0hmSy8BFQ=;
	b=pJoqnTxKFW+F/gcmU0fYU8/JewTHX0u6ARwTtTb6f2Bd71pwLIjJA67ESDjdd+D88h
	ewHPTxBqgHf8vJTckizit0rb06X+WjBIkXJPTXhWeyx2mNyvtamyNdUHMNRnp0swfQzH
	7JRDo5KiAZm+onpPKJCyivL70DtPBE8wwHEvyY/mi3m7lGKAbUCvAD+k1OFwetCTmtii
	4uR1s68dGI1ETGcZCBaH/OgfBDdH5sgpS7Fo5lxcUHjxZWQvAmzuvhE5jSaTnK0Soum0
	kajIeQlny/XN30i/2gbNwsN4ltnUH9uh5+RiTWyC22KcDWYbhMbE7MCpdNdTblUhiAFA
	yv9g==
MIME-Version: 1.0
X-Received: by 10.202.210.82 with SMTP id j79mr11046701oig.131.1419206781194; 
	Sun, 21 Dec 2014 16:06:21 -0800 (PST)
Received: by 10.60.67.100 with HTTP; Sun, 21 Dec 2014 16:06:21 -0800 (PST)
Date: Sun, 21 Dec 2014 16:06:21 -0800
Message-ID: <CAPZnphfBEStGMmZvLJSUsnkNDAPTBS4pySUJbaL+Q=EGD6Y3GQ@mail.gmail.com>
From: CHATLINE UCR <ucrchatline@gmail.com>
To: xen-users@lists.xen.org
X-Mailman-Approved-At: Wed, 24 Dec 2014 12:56:19 +0000
Subject: [Xen-users] Virtual Air Gap
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1764046403767230668=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============1764046403767230668==
Content-Type: multipart/alternative; boundary=001a113d35ae0e54e4050ac2d499

--001a113d35ae0e54e4050ac2d499
Content-Type: text/plain; charset=UTF-8

Is a virtual air gap possible where dom0 is not connected to
the
internet but domU is? For instance if I set dev eth0 down, is
there
a configuration where domU can still connect to the internet? If
so,
what additional steps should I take when setting up xenbridge, or
is
a bridge needed at all? If not, can I pass through the NIC to
some
domU and make a xenbridge between the other domUs, keeping dom0
offline? I know it's possible to keep a domU offline, but if dom0 is
compromised, is an attack on that domU easier?

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

<div dir=3D"ltr"><div>Is a virtual air gap possible where dom0 is not conne=
cted to the=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0 <br>internet but domU is? For instance if I set dev eth0 do=
wn, is there=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <b=
r>a configuration where domU can still connect to the internet? If so,=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <br>what additional ste=
ps should I take when setting up xenbridge, or is=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <br>a bridge needed at all? If not, can I pa=
ss through the NIC to some=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0 <br>domU and make a xenbridge between the other domUs, k=
eeping dom0 <br>offline? I know it&#39;s possible to keep a domU offline, b=
ut if dom0 is<br></div>compromised, is an attack on that domU easier?<br></=
div>

--001a113d35ae0e54e4050ac2d499--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============1764046403767230668==--


From xen-users-bounces@lists.xen.org Wed Dec 24 13:09:40 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 24 Dec 2014 13:09: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-users-bounces@lists.xen.org>)
	id 1Y3lgl-00068U-1W; Wed, 24 Dec 2014 13:09:19 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <fajar@fajar.net>) id 1Y3lgj-00068O-Tu
	for xen-users@lists.xen.org; Wed, 24 Dec 2014 13:09:18 +0000
Received: from [193.109.254.147] by server-10.bemta-14.messagelabs.com id
	75/51-02696-DFABA945; Wed, 24 Dec 2014 13:09:17 +0000
X-Env-Sender: fajar@fajar.net
X-Msg-Ref: server-9.tower-27.messagelabs.com!1419426555!17020518!1
X-Originating-IP: [209.85.220.42]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 23302 invoked from network); 24 Dec 2014 13:09:16 -0000
Received: from mail-pa0-f42.google.com (HELO mail-pa0-f42.google.com)
	(209.85.220.42)
	by server-9.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	24 Dec 2014 13:09:16 -0000
Received: by mail-pa0-f42.google.com with SMTP id et14so10097924pad.29
	for <xen-users@lists.xen.org>; Wed, 24 Dec 2014 05:09:14 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=1e100.net; s=20130820;
	h=x-gm-message-state:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:cc:content-type;
	bh=jcublu2FCVuYvEE2SzFznfRxZcFZgq6gebkzUHLW7NI=;
	b=eF4Qpy242Lbtn9/14+45+3FfPcC0AMS0IkI2X/xxqB1lggUG7sHB2AZO85bcAeFrQG
	m2qPUP8LaVvFdljVfW4SpEqx7IE73EgkP+g65TsACaAFteWiV0BL07A1uJ6bY/iL3oaJ
	OGre81ltgaCij/bm1J+mVOWZLAPSTWpXkwef5SwsllkH6GaxqS49QSZ53KXgPoRZds7J
	NJ2viYtojPHoTi2tuUrOC44GPl9EhIX4Eb+vjZ9oZVqS+pws8GXnt75tn8o6SNTH4CbA
	J1twTweRoaxveRJ0aPSakcUiP/EAIEABvTYidPBt5aosF9xOx/zU2ljvxB2W/B0RGW9L
	zC2g==
X-Gm-Message-State: ALoCoQm8DC51/+5Aj8jXlQbvB9h6iHJ5bzMfFN87l6JIFDlnqQKAanEIDyzizUqyPsyNFxDuoSOG
MIME-Version: 1.0
X-Received: by 10.70.56.72 with SMTP id y8mr52664244pdp.45.1419426554808; Wed,
	24 Dec 2014 05:09:14 -0800 (PST)
Received: by 10.70.35.69 with HTTP; Wed, 24 Dec 2014 05:09:14 -0800 (PST)
In-Reply-To: <CAPZnphfBEStGMmZvLJSUsnkNDAPTBS4pySUJbaL+Q=EGD6Y3GQ@mail.gmail.com>
References: <CAPZnphfBEStGMmZvLJSUsnkNDAPTBS4pySUJbaL+Q=EGD6Y3GQ@mail.gmail.com>
Date: Wed, 24 Dec 2014 20:09:14 +0700
Message-ID: <CAG1y0sdXCwmDvctUxa2oYW44ZLA5hesMYy=ps2vuDbyvmR2zcQ@mail.gmail.com>
From: "Fajar A. Nugraha" <list@fajar.net>
To: CHATLINE UCR <ucrchatline@gmail.com>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Virtual Air Gap
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, Dec 22, 2014 at 7:06 AM, CHATLINE UCR <ucrchatline@gmail.com> wrote:
> Is a virtual air gap possible where dom0 is not connected to the
> internet but domU is? For instance if I set dev eth0 down, is there
> a configuration where domU can still connect to the internet? If so,
> what additional steps should I take when setting up xenbridge, or is
> a bridge needed at all? If not, can I pass through the NIC to some
> domU and make a xenbridge between the other domUs, keeping dom0
> offline?

It's possible to passthru a nic to domU
It's also possible to have a bridge with no ip on dom0 side.

> I know it's possible to keep a domU offline, but if dom0 is
> compromised, is an attack on that domU easier?

yep. similar to the way it would be on physical server setup if
someone managed to compromise your centralized SAN, router, and
console (e.g. kvm over ip)

-- 
Fajar

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 24 13:09:40 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 24 Dec 2014 13:09: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-users-bounces@lists.xen.org>)
	id 1Y3lgl-00068U-1W; Wed, 24 Dec 2014 13:09:19 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <fajar@fajar.net>) id 1Y3lgj-00068O-Tu
	for xen-users@lists.xen.org; Wed, 24 Dec 2014 13:09:18 +0000
Received: from [193.109.254.147] by server-10.bemta-14.messagelabs.com id
	75/51-02696-DFABA945; Wed, 24 Dec 2014 13:09:17 +0000
X-Env-Sender: fajar@fajar.net
X-Msg-Ref: server-9.tower-27.messagelabs.com!1419426555!17020518!1
X-Originating-IP: [209.85.220.42]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 23302 invoked from network); 24 Dec 2014 13:09:16 -0000
Received: from mail-pa0-f42.google.com (HELO mail-pa0-f42.google.com)
	(209.85.220.42)
	by server-9.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	24 Dec 2014 13:09:16 -0000
Received: by mail-pa0-f42.google.com with SMTP id et14so10097924pad.29
	for <xen-users@lists.xen.org>; Wed, 24 Dec 2014 05:09:14 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=1e100.net; s=20130820;
	h=x-gm-message-state:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:cc:content-type;
	bh=jcublu2FCVuYvEE2SzFznfRxZcFZgq6gebkzUHLW7NI=;
	b=eF4Qpy242Lbtn9/14+45+3FfPcC0AMS0IkI2X/xxqB1lggUG7sHB2AZO85bcAeFrQG
	m2qPUP8LaVvFdljVfW4SpEqx7IE73EgkP+g65TsACaAFteWiV0BL07A1uJ6bY/iL3oaJ
	OGre81ltgaCij/bm1J+mVOWZLAPSTWpXkwef5SwsllkH6GaxqS49QSZ53KXgPoRZds7J
	NJ2viYtojPHoTi2tuUrOC44GPl9EhIX4Eb+vjZ9oZVqS+pws8GXnt75tn8o6SNTH4CbA
	J1twTweRoaxveRJ0aPSakcUiP/EAIEABvTYidPBt5aosF9xOx/zU2ljvxB2W/B0RGW9L
	zC2g==
X-Gm-Message-State: ALoCoQm8DC51/+5Aj8jXlQbvB9h6iHJ5bzMfFN87l6JIFDlnqQKAanEIDyzizUqyPsyNFxDuoSOG
MIME-Version: 1.0
X-Received: by 10.70.56.72 with SMTP id y8mr52664244pdp.45.1419426554808; Wed,
	24 Dec 2014 05:09:14 -0800 (PST)
Received: by 10.70.35.69 with HTTP; Wed, 24 Dec 2014 05:09:14 -0800 (PST)
In-Reply-To: <CAPZnphfBEStGMmZvLJSUsnkNDAPTBS4pySUJbaL+Q=EGD6Y3GQ@mail.gmail.com>
References: <CAPZnphfBEStGMmZvLJSUsnkNDAPTBS4pySUJbaL+Q=EGD6Y3GQ@mail.gmail.com>
Date: Wed, 24 Dec 2014 20:09:14 +0700
Message-ID: <CAG1y0sdXCwmDvctUxa2oYW44ZLA5hesMYy=ps2vuDbyvmR2zcQ@mail.gmail.com>
From: "Fajar A. Nugraha" <list@fajar.net>
To: CHATLINE UCR <ucrchatline@gmail.com>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Virtual Air Gap
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Mon, Dec 22, 2014 at 7:06 AM, CHATLINE UCR <ucrchatline@gmail.com> wrote:
> Is a virtual air gap possible where dom0 is not connected to the
> internet but domU is? For instance if I set dev eth0 down, is there
> a configuration where domU can still connect to the internet? If so,
> what additional steps should I take when setting up xenbridge, or is
> a bridge needed at all? If not, can I pass through the NIC to some
> domU and make a xenbridge between the other domUs, keeping dom0
> offline?

It's possible to passthru a nic to domU
It's also possible to have a bridge with no ip on dom0 side.

> I know it's possible to keep a domU offline, but if dom0 is
> compromised, is an attack on that domU easier?

yep. similar to the way it would be on physical server setup if
someone managed to compromise your centralized SAN, router, and
console (e.g. kvm over ip)

-- 
Fajar

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 25 00:08:53 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 25 Dec 2014 00:08:53 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y3vxi-000459-5z; Thu, 25 Dec 2014 00:07:30 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <tlviewer@yahoo.com>) id 1Y3vxg-000454-Rl
	for xen-users@lists.xen.org; Thu, 25 Dec 2014 00:07:29 +0000
Received: from [193.109.254.147] by server-7.bemta-14.messagelabs.com id
	27/E4-27785-0455B945; Thu, 25 Dec 2014 00:07:28 +0000
X-Env-Sender: tlviewer@yahoo.com
X-Msg-Ref: server-12.tower-27.messagelabs.com!1419466045!17128878!1
X-Originating-IP: [98.139.213.95]
X-SpamReason: No, hits=0.9 required=7.0 tests=FORGED_YAHOO_RCVD,
	HTML_MESSAGE,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 32398 invoked from network); 25 Dec 2014 00:07:26 -0000
Received: from nm8-vm0.bullet.mail.bf1.yahoo.com (HELO
	nm8-vm0.bullet.mail.bf1.yahoo.com) (98.139.213.95)
	by server-12.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	25 Dec 2014 00:07:26 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048;
	t=1419466045; bh=WMb+e3NwThG8i0iDumV1TuJhUecW9VYy/wJpVe4aLaw=;
	h=Date:From:Reply-To:To:Subject:From:Subject;
	b=L2vWdPpxUz/JMNyYf5VSvqaETp448vWj+AEiHTe3BCzBuaDZnuqIOpg8YlbM5zrEbkJE3mFRi5A2tYIeaCATl+dETICMK/FQrv/kFU5ir5s+4A8iRnXH6Zl7sN/rxSAuppFEliMQuXUBud5px+4QqDj5Rr4M5HLh4YWuZV6ULE9dVHfJrN++Dwj+P/dKlU8LfU2AurxFswXiw0gn2oHwWTHUPbORnbfGNq+fdfh81V6KCygEwZHFn6Kqwrp7/LMcQ5bpPkqWn9D0ak9DV8Lp546yq65N7B9ldvv3PJW4krRKKbjI+LEpBpq4dQEVlgI9YKPtCr7jBlfZnwVZtBxSIA==
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com;
	b=PTC5VhuqM5df3lwXxlmOJJdh/ipjYr2BaKUk7ZK+Q+Ws5b7dqPC3D04DqQM+wFpl4GXHSf1w/vijuLbk4VeqJXXeADmT8Oq0D6qINoIJX94+1XtqOA5FH9ERt8571kHx/FIRn2dk1DhXro8sIAqDfnHSNMLF29He+QaLef9uD28QGIL2kRST+j2yzHPCarAGDJn/LI4T1hQ1TDv+ApfMZPw6942AdKevlJzzXoPqYabzUgiWO8JQhUiuivJKkiepaWrW2/9o+ZeN8JzQw3EJ/eTRHuwWx8k1Iv3cQZgck9VKkVoBKYqVpJlOX+1xPvwGHmiohxnOusoTz5ArFoiyLQ==;
Received: from [98.139.215.141] by nm8.bullet.mail.bf1.yahoo.com with NNFMP;
	25 Dec 2014 00:07:25 -0000
Received: from [98.139.215.249] by tm12.bullet.mail.bf1.yahoo.com with NNFMP;
	25 Dec 2014 00:07:25 -0000
Received: from [127.0.0.1] by omp1062.mail.bf1.yahoo.com with NNFMP;
	25 Dec 2014 00:07:25 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 545043.52890.bm@omp1062.mail.bf1.yahoo.com
X-YMail-OSG: hxgSNK8VM1n2v_xBWn.agRc7cm5aJdH7Z_U_Qywm.HZtm11DU_xtWJarkW3L3Dx
	BXxswy67MjLA3MsSNuLLO9l1W56C2ilBRTXHpwF0j9Aui4kqcQbj.5OSZx7RElmlY0davscrTtzv
	8QwocR2RLeRwaVnsDtISCoGzT_FlJ2Vd6h787S3XXHJCg4PPxCoWX4S3LlBVdGfK7qFKqp6H1i6u
	L8uQUNEgZuBKjvgrTQ.xvOwfPIjHx0vBg0_WZCnxAfJB4AhHauoJHarKf6Q9V.GB1_OmD9NO32gM
	VektL5C5HvWa839qWP.rqFDthqRUQA659dwEd4wV8D0LyZOcJiDRfUpJHsoxUZDSEYRkouToIRdK
	nCp5JJtbR8NSrwwn_diQ7dWNYo9vMkgrw0zHlrS.zobSKHZjdfDlwbZqMMXo91OHbGrKAesq9K.f
	GLD_DZp6sgwzz1uZ4ID4Lrv0zjIc52i8O4TbHzbuoY9zIP01TuY4o_Rmsr7Ho3O9sv0wcJtWsH0m
	QRmgLZyQavbix1NetUBjLB0fiavZBDS0Z5V_HWWlXMarekFv5Ayz8eBlysdJREds-
Received: by 76.13.26.136; Thu, 25 Dec 2014 00:07:25 +0000 
Date: Thu, 25 Dec 2014 00:07:24 +0000 (UTC)
From: Mark Pryor <tlviewer@yahoo.com>
To: Xen-users <xen-users@lists.xen.org>
Message-ID: <144727309.1179383.1419466044766.JavaMail.yahoo@jws10620.mail.bf1.yahoo.com>
MIME-Version: 1.0
Content-Length: 3234
Subject: [Xen-users] request patch to fix ocaml on Deb8
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Mark Pryor <tlviewer@yahoo.com>
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============5003084284249900061=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============5003084284249900061==
Content-Type: multipart/alternative; 
	boundary="----=_Part_1179382_1950774392.1419466044761"
Content-Length: 2746

------=_Part_1179382_1950774392.1419466044761
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Building xen-4.5-rc4 on Deb8----------// fix to get ocaml to build in the n=
ormal direxport OCAMLDESTDIR=3D$(pwd)/dist/install/usr/lib/ocaml/
unless this env variable is set, it will default to the build tree, not the=
 install tree.so maybe a patch will do,OCAMLDESTDIR=3D$(pwd)/dist/install/$=
OCAMLLIB
=C2=A0make dist-toolsexport XEN_TARGET_ARCH=3Dx86_64fakeroot ./tools/misc/m=
kdeb $(pwd) 4.5.0-rc4
result
http://pastebin.com/cu6XuNTW



------=_Part_1179382_1950774392.1419466044761
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"color:#000; background-color:#fff; font-family:He=
lveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;fo=
nt-size:16px"><div id=3D"yui_3_16_0_1_1419465706986_2510" style=3D"" class=
=3D"">Building xen-4.5-rc4 on Deb8</div><div id=3D"yui_3_16_0_1_14194657069=
86_2509" style=3D"" class=3D"">----------</div><div id=3D"yui_3_16_0_1_1419=
465706986_2508" style=3D"" class=3D"">// fix to get ocaml to build in the n=
ormal dir</div><div id=3D"yui_3_16_0_1_1419465706986_2507" style=3D"" class=
=3D""><div id=3D"yui_3_16_0_1_1419465706986_2511">export OCAMLDESTDIR=3D$(p=
wd)/dist/install/usr/lib/ocaml/</div><div id=3D"yui_3_16_0_1_1419465706986_=
2624"><br></div><div id=3D"yui_3_16_0_1_1419465706986_2774" dir=3D"ltr">unl=
ess this env variable is set, it will default to the build tree, not the in=
stall tree.</div><div id=3D"yui_3_16_0_1_1419465706986_2625" dir=3D"ltr">so=
 maybe a patch will do,</div><div id=3D"yui_3_16_0_1_1419465706986_2773" di=
r=3D"ltr">OCAMLDESTDIR=3D$(pwd)/dist/install/$OCAMLLIB<br></div></div><div =
id=3D"yui_3_16_0_1_1419465706986_2464" style=3D"" class=3D"">&nbsp;</div><d=
iv id=3D"yui_3_16_0_1_1419465706986_2437" style=3D"" class=3D"">make dist-t=
ools</div><div id=3D"yui_3_16_0_1_1419465706986_2438" style=3D"" class=3D""=
>export XEN_TARGET_ARCH=3Dx86_64</div><div id=3D"yui_3_16_0_1_1419465706986=
_2439" style=3D"" class=3D""><div id=3D"yui_3_16_0_1_1419465706986_2441">fa=
keroot ./tools/misc/mkdeb $(pwd) 4.5.0-rc4</div><div id=3D"yui_3_16_0_1_141=
9465706986_2506"><br></div><div id=3D"yui_3_16_0_1_1419465706986_2465" dir=
=3D"ltr">result<br></div><div id=3D"yui_3_16_0_1_1419465706986_2445"><a id=
=3D"yui_3_16_0_1_1419465706986_2444" href=3D"http://pastebin.com/cu6XuNTW">=
http://pastebin.com/cu6XuNTW</a><br></div><div id=3D"yui_3_16_0_1_141946570=
6986_2505" style=3D"" class=3D""><br style=3D"" class=3D""></div></div><div=
 id=3D"yui_3_16_0_1_1419465706986_2440"><br></div></div></body></html>
------=_Part_1179382_1950774392.1419466044761--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============5003084284249900061==--


From xen-users-bounces@lists.xen.org Thu Dec 25 00:08:53 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 25 Dec 2014 00:08:53 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y3vxi-000459-5z; Thu, 25 Dec 2014 00:07:30 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <tlviewer@yahoo.com>) id 1Y3vxg-000454-Rl
	for xen-users@lists.xen.org; Thu, 25 Dec 2014 00:07:29 +0000
Received: from [193.109.254.147] by server-7.bemta-14.messagelabs.com id
	27/E4-27785-0455B945; Thu, 25 Dec 2014 00:07:28 +0000
X-Env-Sender: tlviewer@yahoo.com
X-Msg-Ref: server-12.tower-27.messagelabs.com!1419466045!17128878!1
X-Originating-IP: [98.139.213.95]
X-SpamReason: No, hits=0.9 required=7.0 tests=FORGED_YAHOO_RCVD,
	HTML_MESSAGE,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 32398 invoked from network); 25 Dec 2014 00:07:26 -0000
Received: from nm8-vm0.bullet.mail.bf1.yahoo.com (HELO
	nm8-vm0.bullet.mail.bf1.yahoo.com) (98.139.213.95)
	by server-12.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	25 Dec 2014 00:07:26 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048;
	t=1419466045; bh=WMb+e3NwThG8i0iDumV1TuJhUecW9VYy/wJpVe4aLaw=;
	h=Date:From:Reply-To:To:Subject:From:Subject;
	b=L2vWdPpxUz/JMNyYf5VSvqaETp448vWj+AEiHTe3BCzBuaDZnuqIOpg8YlbM5zrEbkJE3mFRi5A2tYIeaCATl+dETICMK/FQrv/kFU5ir5s+4A8iRnXH6Zl7sN/rxSAuppFEliMQuXUBud5px+4QqDj5Rr4M5HLh4YWuZV6ULE9dVHfJrN++Dwj+P/dKlU8LfU2AurxFswXiw0gn2oHwWTHUPbORnbfGNq+fdfh81V6KCygEwZHFn6Kqwrp7/LMcQ5bpPkqWn9D0ak9DV8Lp546yq65N7B9ldvv3PJW4krRKKbjI+LEpBpq4dQEVlgI9YKPtCr7jBlfZnwVZtBxSIA==
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com;
	b=PTC5VhuqM5df3lwXxlmOJJdh/ipjYr2BaKUk7ZK+Q+Ws5b7dqPC3D04DqQM+wFpl4GXHSf1w/vijuLbk4VeqJXXeADmT8Oq0D6qINoIJX94+1XtqOA5FH9ERt8571kHx/FIRn2dk1DhXro8sIAqDfnHSNMLF29He+QaLef9uD28QGIL2kRST+j2yzHPCarAGDJn/LI4T1hQ1TDv+ApfMZPw6942AdKevlJzzXoPqYabzUgiWO8JQhUiuivJKkiepaWrW2/9o+ZeN8JzQw3EJ/eTRHuwWx8k1Iv3cQZgck9VKkVoBKYqVpJlOX+1xPvwGHmiohxnOusoTz5ArFoiyLQ==;
Received: from [98.139.215.141] by nm8.bullet.mail.bf1.yahoo.com with NNFMP;
	25 Dec 2014 00:07:25 -0000
Received: from [98.139.215.249] by tm12.bullet.mail.bf1.yahoo.com with NNFMP;
	25 Dec 2014 00:07:25 -0000
Received: from [127.0.0.1] by omp1062.mail.bf1.yahoo.com with NNFMP;
	25 Dec 2014 00:07:25 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 545043.52890.bm@omp1062.mail.bf1.yahoo.com
X-YMail-OSG: hxgSNK8VM1n2v_xBWn.agRc7cm5aJdH7Z_U_Qywm.HZtm11DU_xtWJarkW3L3Dx
	BXxswy67MjLA3MsSNuLLO9l1W56C2ilBRTXHpwF0j9Aui4kqcQbj.5OSZx7RElmlY0davscrTtzv
	8QwocR2RLeRwaVnsDtISCoGzT_FlJ2Vd6h787S3XXHJCg4PPxCoWX4S3LlBVdGfK7qFKqp6H1i6u
	L8uQUNEgZuBKjvgrTQ.xvOwfPIjHx0vBg0_WZCnxAfJB4AhHauoJHarKf6Q9V.GB1_OmD9NO32gM
	VektL5C5HvWa839qWP.rqFDthqRUQA659dwEd4wV8D0LyZOcJiDRfUpJHsoxUZDSEYRkouToIRdK
	nCp5JJtbR8NSrwwn_diQ7dWNYo9vMkgrw0zHlrS.zobSKHZjdfDlwbZqMMXo91OHbGrKAesq9K.f
	GLD_DZp6sgwzz1uZ4ID4Lrv0zjIc52i8O4TbHzbuoY9zIP01TuY4o_Rmsr7Ho3O9sv0wcJtWsH0m
	QRmgLZyQavbix1NetUBjLB0fiavZBDS0Z5V_HWWlXMarekFv5Ayz8eBlysdJREds-
Received: by 76.13.26.136; Thu, 25 Dec 2014 00:07:25 +0000 
Date: Thu, 25 Dec 2014 00:07:24 +0000 (UTC)
From: Mark Pryor <tlviewer@yahoo.com>
To: Xen-users <xen-users@lists.xen.org>
Message-ID: <144727309.1179383.1419466044766.JavaMail.yahoo@jws10620.mail.bf1.yahoo.com>
MIME-Version: 1.0
Content-Length: 3234
Subject: [Xen-users] request patch to fix ocaml on Deb8
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Mark Pryor <tlviewer@yahoo.com>
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============5003084284249900061=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============5003084284249900061==
Content-Type: multipart/alternative; 
	boundary="----=_Part_1179382_1950774392.1419466044761"
Content-Length: 2746

------=_Part_1179382_1950774392.1419466044761
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Building xen-4.5-rc4 on Deb8----------// fix to get ocaml to build in the n=
ormal direxport OCAMLDESTDIR=3D$(pwd)/dist/install/usr/lib/ocaml/
unless this env variable is set, it will default to the build tree, not the=
 install tree.so maybe a patch will do,OCAMLDESTDIR=3D$(pwd)/dist/install/$=
OCAMLLIB
=C2=A0make dist-toolsexport XEN_TARGET_ARCH=3Dx86_64fakeroot ./tools/misc/m=
kdeb $(pwd) 4.5.0-rc4
result
http://pastebin.com/cu6XuNTW



------=_Part_1179382_1950774392.1419466044761
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"color:#000; background-color:#fff; font-family:He=
lveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;fo=
nt-size:16px"><div id=3D"yui_3_16_0_1_1419465706986_2510" style=3D"" class=
=3D"">Building xen-4.5-rc4 on Deb8</div><div id=3D"yui_3_16_0_1_14194657069=
86_2509" style=3D"" class=3D"">----------</div><div id=3D"yui_3_16_0_1_1419=
465706986_2508" style=3D"" class=3D"">// fix to get ocaml to build in the n=
ormal dir</div><div id=3D"yui_3_16_0_1_1419465706986_2507" style=3D"" class=
=3D""><div id=3D"yui_3_16_0_1_1419465706986_2511">export OCAMLDESTDIR=3D$(p=
wd)/dist/install/usr/lib/ocaml/</div><div id=3D"yui_3_16_0_1_1419465706986_=
2624"><br></div><div id=3D"yui_3_16_0_1_1419465706986_2774" dir=3D"ltr">unl=
ess this env variable is set, it will default to the build tree, not the in=
stall tree.</div><div id=3D"yui_3_16_0_1_1419465706986_2625" dir=3D"ltr">so=
 maybe a patch will do,</div><div id=3D"yui_3_16_0_1_1419465706986_2773" di=
r=3D"ltr">OCAMLDESTDIR=3D$(pwd)/dist/install/$OCAMLLIB<br></div></div><div =
id=3D"yui_3_16_0_1_1419465706986_2464" style=3D"" class=3D"">&nbsp;</div><d=
iv id=3D"yui_3_16_0_1_1419465706986_2437" style=3D"" class=3D"">make dist-t=
ools</div><div id=3D"yui_3_16_0_1_1419465706986_2438" style=3D"" class=3D""=
>export XEN_TARGET_ARCH=3Dx86_64</div><div id=3D"yui_3_16_0_1_1419465706986=
_2439" style=3D"" class=3D""><div id=3D"yui_3_16_0_1_1419465706986_2441">fa=
keroot ./tools/misc/mkdeb $(pwd) 4.5.0-rc4</div><div id=3D"yui_3_16_0_1_141=
9465706986_2506"><br></div><div id=3D"yui_3_16_0_1_1419465706986_2465" dir=
=3D"ltr">result<br></div><div id=3D"yui_3_16_0_1_1419465706986_2445"><a id=
=3D"yui_3_16_0_1_1419465706986_2444" href=3D"http://pastebin.com/cu6XuNTW">=
http://pastebin.com/cu6XuNTW</a><br></div><div id=3D"yui_3_16_0_1_141946570=
6986_2505" style=3D"" class=3D""><br style=3D"" class=3D""></div></div><div=
 id=3D"yui_3_16_0_1_1419465706986_2440"><br></div></div></body></html>
------=_Part_1179382_1950774392.1419466044761--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============5003084284249900061==--


From xen-users-bounces@lists.xen.org Thu Dec 25 15:21:47 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 25 Dec 2014 15:21: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-users-bounces@lists.xen.org>)
	id 1Y4ACu-0001zK-5g; Thu, 25 Dec 2014 15:20:08 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <a9121431@gmail.com>) id 1Y4ACs-0001zC-6o
	for xen-users@lists.xen.org; Thu, 25 Dec 2014 15:20:06 +0000
Received: from [193.109.254.147] by server-11.bemta-14.messagelabs.com id
	74/58-02696-52B2C945; Thu, 25 Dec 2014 15:20:05 +0000
X-Env-Sender: a9121431@gmail.com
X-Msg-Ref: server-7.tower-27.messagelabs.com!1419520802!17149009!1
X-Originating-IP: [209.85.216.172]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21687 invoked from network); 25 Dec 2014 15:20:02 -0000
Received: from mail-qc0-f172.google.com (HELO mail-qc0-f172.google.com)
	(209.85.216.172)
	by server-7.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	25 Dec 2014 15:20:02 -0000
Received: by mail-qc0-f172.google.com with SMTP id m20so6759967qcx.31
	for <xen-users@lists.xen.org>; Thu, 25 Dec 2014 07:20:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=md3NBk0Gw87o7tSm4MO6Ygy6iuPYidTww6cnCn12Pp8=;
	b=cJocrQM7WsAnZim6eL26b5B8W6qTg+YBQhnkuoe3D5PZlnnxPUAz4SOI1uazPn9ei4
	/mfH6rmPpLF6udICoSpyVGrgGJ6S+82G7CAWi8muTt4QkU2xIQjcDaHkFNbvrVWUVdrq
	AJZgjKtCcl2kFGmE6Cy/wvej3VO0uUDDWU13GS5jbHvHiBW3e+08nX0YKRzfTZ8Yjdq5
	6WSf83ign6kABei0bulz2S0+CKvMuxwO7DfsKAWR7XtgNDo5Gtrg6ioquLPWKrwy/7Yt
	3SMlWQrjLcMaJba/V5vhGziLwgxIYJFWf3nQjrR23jbKct0ve2z6hKTv17/+7TLCSeq3
	bpJw==
MIME-Version: 1.0
X-Received: by 10.224.21.67 with SMTP id i3mr61477062qab.92.1419520801662;
	Thu, 25 Dec 2014 07:20:01 -0800 (PST)
Received: by 10.140.148.201 with HTTP; Thu, 25 Dec 2014 07:20:01 -0800 (PST)
Date: Thu, 25 Dec 2014 23:20:01 +0800
Message-ID: <CALYzA8GV68wDzX7u8iiTo1VG2H7jBGJQa5ZxBMfAQgBXUSwK=A@mail.gmail.com>
From: John Mok <a9121431@gmail.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: [Xen-users] HOWTO pass apcitable parameter to qemu-system-x86_64 in
	Xen HVM domU
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hi,

I am using Xen 4.4.1 and QEMU 2.1 on Debian Jessie, and would like to
pass the -acpitable parameter to qemu-system-x86_64.

I hope someone help to advise how I can pass the -acpitable parameter
to qemu-system-x86_64 when I create a HVM DomU.

Thanks a lot.

John Mok

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 25 15:21:47 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 25 Dec 2014 15:21: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-users-bounces@lists.xen.org>)
	id 1Y4ACu-0001zK-5g; Thu, 25 Dec 2014 15:20:08 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <a9121431@gmail.com>) id 1Y4ACs-0001zC-6o
	for xen-users@lists.xen.org; Thu, 25 Dec 2014 15:20:06 +0000
Received: from [193.109.254.147] by server-11.bemta-14.messagelabs.com id
	74/58-02696-52B2C945; Thu, 25 Dec 2014 15:20:05 +0000
X-Env-Sender: a9121431@gmail.com
X-Msg-Ref: server-7.tower-27.messagelabs.com!1419520802!17149009!1
X-Originating-IP: [209.85.216.172]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21687 invoked from network); 25 Dec 2014 15:20:02 -0000
Received: from mail-qc0-f172.google.com (HELO mail-qc0-f172.google.com)
	(209.85.216.172)
	by server-7.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	25 Dec 2014 15:20:02 -0000
Received: by mail-qc0-f172.google.com with SMTP id m20so6759967qcx.31
	for <xen-users@lists.xen.org>; Thu, 25 Dec 2014 07:20:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=md3NBk0Gw87o7tSm4MO6Ygy6iuPYidTww6cnCn12Pp8=;
	b=cJocrQM7WsAnZim6eL26b5B8W6qTg+YBQhnkuoe3D5PZlnnxPUAz4SOI1uazPn9ei4
	/mfH6rmPpLF6udICoSpyVGrgGJ6S+82G7CAWi8muTt4QkU2xIQjcDaHkFNbvrVWUVdrq
	AJZgjKtCcl2kFGmE6Cy/wvej3VO0uUDDWU13GS5jbHvHiBW3e+08nX0YKRzfTZ8Yjdq5
	6WSf83ign6kABei0bulz2S0+CKvMuxwO7DfsKAWR7XtgNDo5Gtrg6ioquLPWKrwy/7Yt
	3SMlWQrjLcMaJba/V5vhGziLwgxIYJFWf3nQjrR23jbKct0ve2z6hKTv17/+7TLCSeq3
	bpJw==
MIME-Version: 1.0
X-Received: by 10.224.21.67 with SMTP id i3mr61477062qab.92.1419520801662;
	Thu, 25 Dec 2014 07:20:01 -0800 (PST)
Received: by 10.140.148.201 with HTTP; Thu, 25 Dec 2014 07:20:01 -0800 (PST)
Date: Thu, 25 Dec 2014 23:20:01 +0800
Message-ID: <CALYzA8GV68wDzX7u8iiTo1VG2H7jBGJQa5ZxBMfAQgBXUSwK=A@mail.gmail.com>
From: John Mok <a9121431@gmail.com>
To: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: [Xen-users] HOWTO pass apcitable parameter to qemu-system-x86_64 in
	Xen HVM domU
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hi,

I am using Xen 4.4.1 and QEMU 2.1 on Debian Jessie, and would like to
pass the -acpitable parameter to qemu-system-x86_64.

I hope someone help to advise how I can pass the -acpitable parameter
to qemu-system-x86_64 when I create a HVM DomU.

Thanks a lot.

John Mok

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Thu Dec 25 22:25:09 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 25 Dec 2014 22:25: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-users-bounces@lists.xen.org>)
	id 1Y4Gov-0001rj-Db; Thu, 25 Dec 2014 22:23:49 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <tlviewer@yahoo.com>) id 1Y4Got-0001re-MQ
	for xen-users@lists.xen.org; Thu, 25 Dec 2014 22:23:48 +0000
Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id
	36/BC-15461-37E8C945; Thu, 25 Dec 2014 22:23:47 +0000
X-Env-Sender: tlviewer@yahoo.com
X-Msg-Ref: server-7.tower-21.messagelabs.com!1419546225!17858987!1
X-Originating-IP: [72.30.239.6]
X-SpamReason: No, hits=0.9 required=7.0 tests=FORGED_YAHOO_RCVD,
	HTML_MESSAGE,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21752 invoked from network); 25 Dec 2014 22:23:45 -0000
Received: from nm34-vm8.bullet.mail.bf1.yahoo.com (HELO
	nm34-vm8.bullet.mail.bf1.yahoo.com) (72.30.239.6)
	by server-7.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	25 Dec 2014 22:23:45 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048;
	t=1419546224; bh=VMddFWIWVTNQbmAH1iV/c5/Wlq9EMpWwduonuLwvx1s=;
	h=Date:From:Reply-To:To:In-Reply-To:References:Subject:From:Subject;
	b=qytHOjMhBMnzzFtzpuGTkGirpISHDlZVIIXbCbhcCz3ipJSb7vr/FNY+pPLB4SzmKMmJnqxoib85U8s3/0lNLfhKJdGoxf6oaVjhs9dgZT5Tuw5Rd2p1fjmmbgQgjy50ghQTTCufedJxmhYVWkEgVXTGqGuAlnxYfZpsM6nyrJpThjmhRv4cFS+cTETQvw95oF6Bkv4P0F7YHmjNnoO4MUMSh6iUNeQdg9XfsjVF2+qZLroYWUY71xGW+1rlSTaQdcZJVzh4UnhPW5WN7YZXVqbo1ELbi1S57H584iK0iHLFxVIqIuad+VsPislU70Xz2WrIx0ASUUTp1YRH0Pdw9w==
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com;
	b=KCqyxcp3vMWWVMgCVB2w9WiEsW81UiEIuNsDWdaK37M0S44Vfa3lCWczHkt19QkNXxIqhPlUGdr3SwBjWrtVc99Wjb+wIfTeeGWgcc6/AoLSKob7Qdu4omEjQiuAqTpfmEZbd0TDyO19I/XBAz7X4kPaz78pTFqaKhYXCVYXQljrb18D4g1PEKUdbm8vWYN+htBa6lpX+cGFqR2W8ybFJ5sVBU7euZFGtuDq6nChrNn7xo5n09D8pQh/LEIfH8V+qkPlQFa9YwHEnvDFNWVDyQVH2mEuNz6u9yxbPPQO+TlAA0S02/AuX50SH6XlFj3OW1hDlD5/YZP0Y7wsDCIYmQ==;
Received: from [98.139.215.142] by nm34.bullet.mail.bf1.yahoo.com with NNFMP;
	25 Dec 2014 22:23:44 -0000
Received: from [98.139.212.228] by tm13.bullet.mail.bf1.yahoo.com with NNFMP;
	25 Dec 2014 22:23:44 -0000
Received: from [127.0.0.1] by omp1037.mail.bf1.yahoo.com with NNFMP;
	25 Dec 2014 22:23:44 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 658949.97346.bm@omp1037.mail.bf1.yahoo.com
Received: by 66.196.81.116; Thu, 25 Dec 2014 22:23:44 +0000 
Date: Thu, 25 Dec 2014 22:23:43 +0000 (UTC)
From: Mark Pryor <tlviewer@yahoo.com>
To: Xen-users <xen-users@lists.xen.org>
Message-ID: <1696972938.1342330.1419546223887.JavaMail.yahoo@jws10697.mail.bf1.yahoo.com>
In-Reply-To: <144727309.1179383.1419466044766.JavaMail.yahoo@jws10620.mail.bf1.yahoo.com>
References: <144727309.1179383.1419466044766.JavaMail.yahoo@jws10620.mail.bf1.yahoo.com>
MIME-Version: 1.0
Content-Length: 7086
Subject: Re: [Xen-users] request patch to fix ocaml on Deb8
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Mark Pryor <tlviewer@yahoo.com>
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============6453685712013309908=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============6453685712013309908==
Content-Type: multipart/alternative; 
	boundary="----=_Part_1342329_608151192.1419546223869"
Content-Length: 6599

------=_Part_1342329_608151192.1419546223869
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On deb8, the ocaml config used during xen build is here:
/etc/ocamlfind.conf#ocamlfind printconf destdir -> /usr/local/lib/ocaml/4.0=
1.0
I prefer to use stdlib, not destdir. So thats what I use in the patch below=
.

cat xen-deb8-common-make.patch---------------------- snip --------------
diff --git a/tools/ocaml/common.make b/tools/ocaml/common.makeindex d5478f6=
..fa5f9b0 100644
--- a/tools/ocaml/common.make
+++ b/tools/ocaml/common.make
@@ -17,6 +17,6 @@ OCAMLCFLAGS +=3D -g $(OCAMLINCLUDE) -w F -warn-error F

=C2=A0VERSION :=3D 4.1

-OCAMLDESTDIR ?=3D $(DESTDIR)$(shell $(OCAMLFIND) printconf destdir)
+OCAMLDESTDIR ?=3D $(DESTDIR)$(shell $(OCAMLFIND) printconf stdlib)

=C2=A0o=3D >$@.new && mv -f $@.new $@
--------------------------- snip ----------------------
=20

     On Wednesday, December 24, 2014 4:07 PM, Mark Pryor <tlviewer@yahoo.co=
m> wrote:
  =20

 Building xen-4.5-rc4 on Deb8----------// fix to get ocaml to build in the =
normal direxport OCAMLDESTDIR=3D$(pwd)/dist/install/usr/lib/ocaml/
unless this env variable is set, it will default to the build tree, not the=
 install tree.so maybe a patch will do,OCAMLDESTDIR=3D$(pwd)/dist/install/$=
OCAMLLIB
=C2=A0make dist-toolsexport XEN_TARGET_ARCH=3Dx86_64fakeroot ./tools/misc/m=
kdeb $(pwd) 4.5.0-rc4
result
http://pastebin.com/cu6XuNTW




   
------=_Part_1342329_608151192.1419546223869
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"color:#000; background-color:#fff; font-family:He=
lveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;fo=
nt-size:16px"><div id=3D"yui_3_16_0_1_1419545896948_6124" dir=3D"ltr">On de=
b8, the ocaml config used during xen build is here:<br></div><div id=3D"yui=
_3_16_0_1_1419545896948_6123" dir=3D"ltr">/etc/ocamlfind.conf</div><div id=
=3D"yui_3_16_0_1_1419545896948_6122" dir=3D"ltr">#ocamlfind printconf destd=
ir -&gt; /usr/local/lib/ocaml/4.01.0</div><div id=3D"yui_3_16_0_1_141954589=
6948_6442" dir=3D"ltr"><br></div><div id=3D"yui_3_16_0_1_1419545896948_6443=
" dir=3D"ltr">I prefer to use stdlib, not destdir. So thats what I use in t=
he patch below.<br></div><div id=3D"yui_3_16_0_1_1419545896948_6127" dir=3D=
"ltr"><br></div><div id=3D"yui_3_16_0_1_1419545896948_6121">cat xen-deb8-co=
mmon-make.patch</div><div id=3D"yui_3_16_0_1_1419545896948_6120" dir=3D"ltr=
">---------------------- snip --------------<br></div><div id=3D"yui_3_16_0=
_1_1419545896948_5887">diff --git a/tools/ocaml/common.make b/tools/ocaml/c=
ommon.make</div>index d5478f6..fa5f9b0 100644<br style=3D"" class=3D"">--- =
a/tools/ocaml/common.make<br style=3D"" class=3D"">+++ b/tools/ocaml/common=
.make<br style=3D"" class=3D"">@@ -17,6 +17,6 @@ OCAMLCFLAGS +=3D -g $(OCAM=
LINCLUDE) -w F -warn-error F<br style=3D"" class=3D""><br style=3D"" class=
=3D"">&nbsp;VERSION :=3D 4.1<br style=3D"" class=3D""><br style=3D"" class=
=3D"">-OCAMLDESTDIR ?=3D $(DESTDIR)$(shell $(OCAMLFIND) printconf destdir)<=
br style=3D"" class=3D"">+OCAMLDESTDIR ?=3D $(DESTDIR)$(shell $(OCAMLFIND) =
printconf stdlib)<br style=3D"" class=3D""><br style=3D"" class=3D"">&nbsp;=
o=3D &gt;$@.new &amp;&amp; mv -f $@.new $@<br style=3D"" class=3D"">-------=
-------------------- snip ----------------------<br style=3D"" class=3D""><=
div id=3D"yui_3_16_0_1_1419545896948_5888"><span></span></div> <div class=
=3D"qtdSeparateBR"><br><br></div><div style=3D"display: block;" class=3D"ya=
hoo_quoted"> <div style=3D"font-family: HelveticaNeue, Helvetica Neue, Helv=
etica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div style=3D"f=
ont-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande,=
 sans-serif; font-size: 16px;"> <div dir=3D"ltr"> <font face=3D"Arial" size=
=3D"2"> On Wednesday, December 24, 2014 4:07 PM, Mark Pryor &lt;tlviewer@ya=
hoo.com&gt; wrote:<br> </font> </div>  <br><br> <div class=3D"y_msg_contain=
er"><div id=3D"yiv1551669029"><div><div style=3D"color:#000;background-colo=
r:#fff;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida =
Grande, sans-serif;font-size:16px;"><div id=3D"yiv1551669029yui_3_16_0_1_14=
19465706986_2510" style=3D"" class=3D"yiv1551669029">Building xen-4.5-rc4 o=
n Deb8</div><div id=3D"yiv1551669029yui_3_16_0_1_1419465706986_2509" style=
=3D"" class=3D"yiv1551669029">----------</div><div id=3D"yiv1551669029yui_3=
_16_0_1_1419465706986_2508" style=3D"" class=3D"yiv1551669029">// fix to ge=
t ocaml to build in the normal dir</div><div id=3D"yiv1551669029yui_3_16_0_=
1_1419465706986_2507" style=3D"" class=3D"yiv1551669029"><div id=3D"yiv1551=
669029yui_3_16_0_1_1419465706986_2511">export OCAMLDESTDIR=3D$(pwd)/dist/in=
stall/usr/lib/ocaml/</div><div id=3D"yiv1551669029yui_3_16_0_1_141946570698=
6_2624"><br></div><div id=3D"yiv1551669029yui_3_16_0_1_1419465706986_2774" =
dir=3D"ltr">unless this env variable is set, it will default to the build t=
ree, not the install tree.</div><div id=3D"yiv1551669029yui_3_16_0_1_141946=
5706986_2625" dir=3D"ltr">so maybe a patch will do,</div><div id=3D"yiv1551=
669029yui_3_16_0_1_1419465706986_2773" dir=3D"ltr">OCAMLDESTDIR=3D$(pwd)/di=
st/install/$OCAMLLIB<br></div></div><div id=3D"yiv1551669029yui_3_16_0_1_14=
19465706986_2464" style=3D"" class=3D"yiv1551669029">&nbsp;</div><div id=3D=
"yiv1551669029yui_3_16_0_1_1419465706986_2437" style=3D"" class=3D"yiv15516=
69029">make dist-tools</div><div id=3D"yiv1551669029yui_3_16_0_1_1419465706=
986_2438" style=3D"" class=3D"yiv1551669029">export XEN_TARGET_ARCH=3Dx86_6=
4</div><div id=3D"yiv1551669029yui_3_16_0_1_1419465706986_2439" style=3D"" =
class=3D"yiv1551669029"><div id=3D"yiv1551669029yui_3_16_0_1_1419465706986_=
2441">fakeroot ./tools/misc/mkdeb $(pwd) 4.5.0-rc4</div><div id=3D"yiv15516=
69029yui_3_16_0_1_1419465706986_2506"><br></div><div id=3D"yiv1551669029yui=
_3_16_0_1_1419465706986_2465" dir=3D"ltr">result<br></div><div id=3D"yiv155=
1669029yui_3_16_0_1_1419465706986_2445"><a rel=3D"nofollow" id=3D"yiv155166=
9029yui_3_16_0_1_1419465706986_2444" target=3D"_blank" href=3D"http://paste=
bin.com/cu6XuNTW">http://pastebin.com/cu6XuNTW</a><br></div><div id=3D"yiv1=
551669029yui_3_16_0_1_1419465706986_2505" style=3D"" class=3D"yiv1551669029=
"><br style=3D"" class=3D"yiv1551669029"></div></div><div id=3D"yiv15516690=
29yui_3_16_0_1_1419465706986_2440"><br></div></div></div></div><br><br></di=
v>  </div> </div>  </div> </div></body></html>
------=_Part_1342329_608151192.1419546223869--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============6453685712013309908==--


From xen-users-bounces@lists.xen.org Thu Dec 25 22:25:09 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 25 Dec 2014 22:25: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-users-bounces@lists.xen.org>)
	id 1Y4Gov-0001rj-Db; Thu, 25 Dec 2014 22:23:49 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <tlviewer@yahoo.com>) id 1Y4Got-0001re-MQ
	for xen-users@lists.xen.org; Thu, 25 Dec 2014 22:23:48 +0000
Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id
	36/BC-15461-37E8C945; Thu, 25 Dec 2014 22:23:47 +0000
X-Env-Sender: tlviewer@yahoo.com
X-Msg-Ref: server-7.tower-21.messagelabs.com!1419546225!17858987!1
X-Originating-IP: [72.30.239.6]
X-SpamReason: No, hits=0.9 required=7.0 tests=FORGED_YAHOO_RCVD,
	HTML_MESSAGE,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21752 invoked from network); 25 Dec 2014 22:23:45 -0000
Received: from nm34-vm8.bullet.mail.bf1.yahoo.com (HELO
	nm34-vm8.bullet.mail.bf1.yahoo.com) (72.30.239.6)
	by server-7.tower-21.messagelabs.com with RC4-SHA encrypted SMTP;
	25 Dec 2014 22:23:45 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048;
	t=1419546224; bh=VMddFWIWVTNQbmAH1iV/c5/Wlq9EMpWwduonuLwvx1s=;
	h=Date:From:Reply-To:To:In-Reply-To:References:Subject:From:Subject;
	b=qytHOjMhBMnzzFtzpuGTkGirpISHDlZVIIXbCbhcCz3ipJSb7vr/FNY+pPLB4SzmKMmJnqxoib85U8s3/0lNLfhKJdGoxf6oaVjhs9dgZT5Tuw5Rd2p1fjmmbgQgjy50ghQTTCufedJxmhYVWkEgVXTGqGuAlnxYfZpsM6nyrJpThjmhRv4cFS+cTETQvw95oF6Bkv4P0F7YHmjNnoO4MUMSh6iUNeQdg9XfsjVF2+qZLroYWUY71xGW+1rlSTaQdcZJVzh4UnhPW5WN7YZXVqbo1ELbi1S57H584iK0iHLFxVIqIuad+VsPislU70Xz2WrIx0ASUUTp1YRH0Pdw9w==
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com;
	b=KCqyxcp3vMWWVMgCVB2w9WiEsW81UiEIuNsDWdaK37M0S44Vfa3lCWczHkt19QkNXxIqhPlUGdr3SwBjWrtVc99Wjb+wIfTeeGWgcc6/AoLSKob7Qdu4omEjQiuAqTpfmEZbd0TDyO19I/XBAz7X4kPaz78pTFqaKhYXCVYXQljrb18D4g1PEKUdbm8vWYN+htBa6lpX+cGFqR2W8ybFJ5sVBU7euZFGtuDq6nChrNn7xo5n09D8pQh/LEIfH8V+qkPlQFa9YwHEnvDFNWVDyQVH2mEuNz6u9yxbPPQO+TlAA0S02/AuX50SH6XlFj3OW1hDlD5/YZP0Y7wsDCIYmQ==;
Received: from [98.139.215.142] by nm34.bullet.mail.bf1.yahoo.com with NNFMP;
	25 Dec 2014 22:23:44 -0000
Received: from [98.139.212.228] by tm13.bullet.mail.bf1.yahoo.com with NNFMP;
	25 Dec 2014 22:23:44 -0000
Received: from [127.0.0.1] by omp1037.mail.bf1.yahoo.com with NNFMP;
	25 Dec 2014 22:23:44 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 658949.97346.bm@omp1037.mail.bf1.yahoo.com
Received: by 66.196.81.116; Thu, 25 Dec 2014 22:23:44 +0000 
Date: Thu, 25 Dec 2014 22:23:43 +0000 (UTC)
From: Mark Pryor <tlviewer@yahoo.com>
To: Xen-users <xen-users@lists.xen.org>
Message-ID: <1696972938.1342330.1419546223887.JavaMail.yahoo@jws10697.mail.bf1.yahoo.com>
In-Reply-To: <144727309.1179383.1419466044766.JavaMail.yahoo@jws10620.mail.bf1.yahoo.com>
References: <144727309.1179383.1419466044766.JavaMail.yahoo@jws10620.mail.bf1.yahoo.com>
MIME-Version: 1.0
Content-Length: 7086
Subject: Re: [Xen-users] request patch to fix ocaml on Deb8
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Mark Pryor <tlviewer@yahoo.com>
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============6453685712013309908=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============6453685712013309908==
Content-Type: multipart/alternative; 
	boundary="----=_Part_1342329_608151192.1419546223869"
Content-Length: 6599

------=_Part_1342329_608151192.1419546223869
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On deb8, the ocaml config used during xen build is here:
/etc/ocamlfind.conf#ocamlfind printconf destdir -> /usr/local/lib/ocaml/4.0=
1.0
I prefer to use stdlib, not destdir. So thats what I use in the patch below=
.

cat xen-deb8-common-make.patch---------------------- snip --------------
diff --git a/tools/ocaml/common.make b/tools/ocaml/common.makeindex d5478f6=
..fa5f9b0 100644
--- a/tools/ocaml/common.make
+++ b/tools/ocaml/common.make
@@ -17,6 +17,6 @@ OCAMLCFLAGS +=3D -g $(OCAMLINCLUDE) -w F -warn-error F

=C2=A0VERSION :=3D 4.1

-OCAMLDESTDIR ?=3D $(DESTDIR)$(shell $(OCAMLFIND) printconf destdir)
+OCAMLDESTDIR ?=3D $(DESTDIR)$(shell $(OCAMLFIND) printconf stdlib)

=C2=A0o=3D >$@.new && mv -f $@.new $@
--------------------------- snip ----------------------
=20

     On Wednesday, December 24, 2014 4:07 PM, Mark Pryor <tlviewer@yahoo.co=
m> wrote:
  =20

 Building xen-4.5-rc4 on Deb8----------// fix to get ocaml to build in the =
normal direxport OCAMLDESTDIR=3D$(pwd)/dist/install/usr/lib/ocaml/
unless this env variable is set, it will default to the build tree, not the=
 install tree.so maybe a patch will do,OCAMLDESTDIR=3D$(pwd)/dist/install/$=
OCAMLLIB
=C2=A0make dist-toolsexport XEN_TARGET_ARCH=3Dx86_64fakeroot ./tools/misc/m=
kdeb $(pwd) 4.5.0-rc4
result
http://pastebin.com/cu6XuNTW




   
------=_Part_1342329_608151192.1419546223869
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"color:#000; background-color:#fff; font-family:He=
lveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;fo=
nt-size:16px"><div id=3D"yui_3_16_0_1_1419545896948_6124" dir=3D"ltr">On de=
b8, the ocaml config used during xen build is here:<br></div><div id=3D"yui=
_3_16_0_1_1419545896948_6123" dir=3D"ltr">/etc/ocamlfind.conf</div><div id=
=3D"yui_3_16_0_1_1419545896948_6122" dir=3D"ltr">#ocamlfind printconf destd=
ir -&gt; /usr/local/lib/ocaml/4.01.0</div><div id=3D"yui_3_16_0_1_141954589=
6948_6442" dir=3D"ltr"><br></div><div id=3D"yui_3_16_0_1_1419545896948_6443=
" dir=3D"ltr">I prefer to use stdlib, not destdir. So thats what I use in t=
he patch below.<br></div><div id=3D"yui_3_16_0_1_1419545896948_6127" dir=3D=
"ltr"><br></div><div id=3D"yui_3_16_0_1_1419545896948_6121">cat xen-deb8-co=
mmon-make.patch</div><div id=3D"yui_3_16_0_1_1419545896948_6120" dir=3D"ltr=
">---------------------- snip --------------<br></div><div id=3D"yui_3_16_0=
_1_1419545896948_5887">diff --git a/tools/ocaml/common.make b/tools/ocaml/c=
ommon.make</div>index d5478f6..fa5f9b0 100644<br style=3D"" class=3D"">--- =
a/tools/ocaml/common.make<br style=3D"" class=3D"">+++ b/tools/ocaml/common=
.make<br style=3D"" class=3D"">@@ -17,6 +17,6 @@ OCAMLCFLAGS +=3D -g $(OCAM=
LINCLUDE) -w F -warn-error F<br style=3D"" class=3D""><br style=3D"" class=
=3D"">&nbsp;VERSION :=3D 4.1<br style=3D"" class=3D""><br style=3D"" class=
=3D"">-OCAMLDESTDIR ?=3D $(DESTDIR)$(shell $(OCAMLFIND) printconf destdir)<=
br style=3D"" class=3D"">+OCAMLDESTDIR ?=3D $(DESTDIR)$(shell $(OCAMLFIND) =
printconf stdlib)<br style=3D"" class=3D""><br style=3D"" class=3D"">&nbsp;=
o=3D &gt;$@.new &amp;&amp; mv -f $@.new $@<br style=3D"" class=3D"">-------=
-------------------- snip ----------------------<br style=3D"" class=3D""><=
div id=3D"yui_3_16_0_1_1419545896948_5888"><span></span></div> <div class=
=3D"qtdSeparateBR"><br><br></div><div style=3D"display: block;" class=3D"ya=
hoo_quoted"> <div style=3D"font-family: HelveticaNeue, Helvetica Neue, Helv=
etica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div style=3D"f=
ont-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande,=
 sans-serif; font-size: 16px;"> <div dir=3D"ltr"> <font face=3D"Arial" size=
=3D"2"> On Wednesday, December 24, 2014 4:07 PM, Mark Pryor &lt;tlviewer@ya=
hoo.com&gt; wrote:<br> </font> </div>  <br><br> <div class=3D"y_msg_contain=
er"><div id=3D"yiv1551669029"><div><div style=3D"color:#000;background-colo=
r:#fff;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida =
Grande, sans-serif;font-size:16px;"><div id=3D"yiv1551669029yui_3_16_0_1_14=
19465706986_2510" style=3D"" class=3D"yiv1551669029">Building xen-4.5-rc4 o=
n Deb8</div><div id=3D"yiv1551669029yui_3_16_0_1_1419465706986_2509" style=
=3D"" class=3D"yiv1551669029">----------</div><div id=3D"yiv1551669029yui_3=
_16_0_1_1419465706986_2508" style=3D"" class=3D"yiv1551669029">// fix to ge=
t ocaml to build in the normal dir</div><div id=3D"yiv1551669029yui_3_16_0_=
1_1419465706986_2507" style=3D"" class=3D"yiv1551669029"><div id=3D"yiv1551=
669029yui_3_16_0_1_1419465706986_2511">export OCAMLDESTDIR=3D$(pwd)/dist/in=
stall/usr/lib/ocaml/</div><div id=3D"yiv1551669029yui_3_16_0_1_141946570698=
6_2624"><br></div><div id=3D"yiv1551669029yui_3_16_0_1_1419465706986_2774" =
dir=3D"ltr">unless this env variable is set, it will default to the build t=
ree, not the install tree.</div><div id=3D"yiv1551669029yui_3_16_0_1_141946=
5706986_2625" dir=3D"ltr">so maybe a patch will do,</div><div id=3D"yiv1551=
669029yui_3_16_0_1_1419465706986_2773" dir=3D"ltr">OCAMLDESTDIR=3D$(pwd)/di=
st/install/$OCAMLLIB<br></div></div><div id=3D"yiv1551669029yui_3_16_0_1_14=
19465706986_2464" style=3D"" class=3D"yiv1551669029">&nbsp;</div><div id=3D=
"yiv1551669029yui_3_16_0_1_1419465706986_2437" style=3D"" class=3D"yiv15516=
69029">make dist-tools</div><div id=3D"yiv1551669029yui_3_16_0_1_1419465706=
986_2438" style=3D"" class=3D"yiv1551669029">export XEN_TARGET_ARCH=3Dx86_6=
4</div><div id=3D"yiv1551669029yui_3_16_0_1_1419465706986_2439" style=3D"" =
class=3D"yiv1551669029"><div id=3D"yiv1551669029yui_3_16_0_1_1419465706986_=
2441">fakeroot ./tools/misc/mkdeb $(pwd) 4.5.0-rc4</div><div id=3D"yiv15516=
69029yui_3_16_0_1_1419465706986_2506"><br></div><div id=3D"yiv1551669029yui=
_3_16_0_1_1419465706986_2465" dir=3D"ltr">result<br></div><div id=3D"yiv155=
1669029yui_3_16_0_1_1419465706986_2445"><a rel=3D"nofollow" id=3D"yiv155166=
9029yui_3_16_0_1_1419465706986_2444" target=3D"_blank" href=3D"http://paste=
bin.com/cu6XuNTW">http://pastebin.com/cu6XuNTW</a><br></div><div id=3D"yiv1=
551669029yui_3_16_0_1_1419465706986_2505" style=3D"" class=3D"yiv1551669029=
"><br style=3D"" class=3D"yiv1551669029"></div></div><div id=3D"yiv15516690=
29yui_3_16_0_1_1419465706986_2440"><br></div></div></div></div><br><br></di=
v>  </div> </div>  </div> </div></body></html>
------=_Part_1342329_608151192.1419546223869--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============6453685712013309908==--


From xen-users-bounces@lists.xen.org Thu Dec 25 22:30:35 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 25 Dec 2014 22:30:35 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y4GvC-00021r-IS; Thu, 25 Dec 2014 22:30:18 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <tlviewer@yahoo.com>) id 1Y4GvA-00021l-Tm
	for xen-users@lists.xen.org; Thu, 25 Dec 2014 22:30:17 +0000
Received: from [85.158.139.211] by server-8.bemta-5.messagelabs.com id
	10/D9-11581-8FF8C945; Thu, 25 Dec 2014 22:30:16 +0000
X-Env-Sender: tlviewer@yahoo.com
X-Msg-Ref: server-12.tower-206.messagelabs.com!1419546614!15186857!1
X-Originating-IP: [72.30.239.6]
X-SpamReason: No, hits=1.5 required=7.0 tests=FORGED_YAHOO_RCVD,
	HTML_60_70,HTML_MESSAGE,MAILTO_TO_SPAM_ADDR,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 2539 invoked from network); 25 Dec 2014 22:30:15 -0000
Received: from nm34-vm8.bullet.mail.bf1.yahoo.com (HELO
	nm34-vm8.bullet.mail.bf1.yahoo.com) (72.30.239.6)
	by server-12.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	25 Dec 2014 22:30:15 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048;
	t=1419546614; bh=CpU6E+f6ZrGPlD8aYVMK5jrAeQJhTzfZjEMg56rg7hg=;
	h=Date:From:Reply-To:To:In-Reply-To:References:Subject:From:Subject;
	b=quaD+O/cYgQazPks3b2o6MFXkY1TEbwjoLBe0YWwE2z3lNEXhCgXMAYGTELQpcndOLCJJDphfPPt7UfkGjghU5M22F1gLMicr74Si/xfbYPZrV7JoRs9I277K+pvI5pmgA8OcNlaVJfOkJAhWje/3TF4aC92Tbpm5vKKvJUoE+rDVfYI7RCaYdwMTcCrKlzll1yBYG5NYvRibynE4jJFFTwOuNTuQqVQls1VLbn/fPXE6AogoclmbdNIbklBSfg9Bo352cZLdi+hCoQzoZTMEu2jEdIYe2aihJvHnUi8rdct8wQN80bQiIUF00bxq8XqX8uummvGyhdOQjyiTsmX9w==
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com;
	b=o2d//ZHw5MmUa809tQ3aZYFBpinQdfOQ4SHkmYRgTzmHFPC5Oslh1fDsoos89X+D8GkynMADwmGphazx6qNdggQGHApGGIizJyc4cYWFVVZN2JOV9TziphUFyN3V9WMsKs64Jpi0JYZ0otm6hFSObEMYjvkSpcs/9K7HecDSM+8bRaHMsk3bREnzAvnE1SXpafaZs/zpui9fX5MxjDQtCm/HmFPnARDn+0/O/xUb2NIpuDpaHyGCxSUFeTGE6/hgkssy6Te92ZBvj8hraCpFdhczZttzfzghHhecSy2G+0gIBdoj19optQb7T21GzCOY07aAf38y8G41Xo91eLcX5g==;
Received: from [66.196.81.172] by nm34.bullet.mail.bf1.yahoo.com with NNFMP;
	25 Dec 2014 22:30:14 -0000
Received: from [98.139.215.253] by tm18.bullet.mail.bf1.yahoo.com with NNFMP;
	25 Dec 2014 22:30:14 -0000
Received: from [127.0.0.1] by omp1066.mail.bf1.yahoo.com with NNFMP;
	25 Dec 2014 22:30:14 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 198476.38659.bm@omp1066.mail.bf1.yahoo.com
X-YMail-OSG: NM5zCQsVM1lbNWFeZidcrtVkt9hrDdN4w_zoBAHxu5usoBnO6ju7UJ8sPnfX4TR
	5Pv4bFwu65JXkZavFDSlWsh9mtLQi8DDbAsgsE5jUPzlyQHlhKrbrH.Lv79EV4lg5_QZEp.QcP9A
	K0qo2KyzrLckgcj0P7DDeOgcPibB5ibGI0JF0JKJpjqiuUkLYs6e8I7ymxEQABBczO4aCvV_QmdW
	5XTChYlvgAd30cvs6k3B2s_yFbToVscUFMqfAwTL1veTyWMNdAuRhLAm7B2XJzu7LaE5Xbg1Vn4a
	O5sJz1sDP7w2OwGIEvBEcDPwpn3aNn0E9Q0.EPbMo7NQsYO.Rrb0QB9wloe4gLpcp0lWAf0.qvd6
	pzWhNrL_zcUjiU6TnN.Aw.KlolYi2LxG65Fp6shpOYdvvUlwn5xgXMOBvJeblADwO5RR.s7rvOqR
	9mODRZ6cLRDPvZRHTq_TaqZMjOYaTvkRW.Tq8z8NNNZiX.MP42hy90hA8uyeet_J0rL45tiA-
Received: by 76.13.26.127; Thu, 25 Dec 2014 22:30:13 +0000 
Date: Thu, 25 Dec 2014 22:30:13 +0000 (UTC)
From: Mark Pryor <tlviewer@yahoo.com>
To: John Mok <a9121431@gmail.com>, 
	"xen-users@lists.xen.org" <xen-users@lists.xen.org>
Message-ID: <500604948.1339010.1419546613424.JavaMail.yahoo@jws10688.mail.bf1.yahoo.com>
In-Reply-To: <CALYzA8GV68wDzX7u8iiTo1VG2H7jBGJQa5ZxBMfAQgBXUSwK=A@mail.gmail.com>
References: <CALYzA8GV68wDzX7u8iiTo1VG2H7jBGJQa5ZxBMfAQgBXUSwK=A@mail.gmail.com>
MIME-Version: 1.0
Content-Length: 3425
Subject: Re: [Xen-users] HOWTO pass apcitable parameter to
 qemu-system-x86_64 in	Xen HVM domU
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Mark Pryor <tlviewer@yahoo.com>
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7681021010016527156=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============7681021010016527156==
Content-Type: multipart/alternative; 
	boundary="----=_Part_1339009_914868682.1419546613419"
Content-Length: 2938

------=_Part_1339009_914868682.1419546613419
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

Hello,
add this line to your xl.conf for the HVM VM.
If you are using libvirt/xml type config, I am not sure what to do.
device_model_args = [ "-acpitable", "JGuUu/iJwnpKstx1" ] 

     On Thursday, December 25, 2014 7:20 AM, John Mok <a9121431@gmail.com> wrote:
   

 Hi,

I am using Xen 4.4.1 and QEMU 2.1 on Debian Jessie, and would like to
pass the -acpitable parameter to qemu-system-x86_64.

I hope someone help to advise how I can pass the -acpitable parameter
to qemu-system-x86_64 when I create a HVM DomU.

Thanks a lot.

John Mok

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users


    
------=_Part_1339009_914868682.1419546613419
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"color:#000; background-color:#fff; font-family:He=
lveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;fo=
nt-size:16px"><div dir=3D"ltr" id=3D"yui_3_16_0_1_1419546354567_4359">Hello=
,</div><div id=3D"yui_3_16_0_1_1419546354567_4491" dir=3D"ltr"><br></div><d=
iv id=3D"yui_3_16_0_1_1419546354567_4490" dir=3D"ltr">add this line to your=
 xl.conf for the HVM VM.</div><div id=3D"yui_3_16_0_1_1419546354567_4492" d=
ir=3D"ltr"><br></div><div dir=3D"ltr">If you are using libvirt/xml type con=
fig, I am not sure what to do.<br></div><div id=3D"yui_3_16_0_1_14195463545=
67_4487">device_model_args =3D [ "-acpitable", "JGuUu/iJwnpKstx1" ]</div><d=
iv id=3D"yui_3_16_0_1_1419546354567_4223"><span></span></div> <div class=3D=
"qtdSeparateBR"><br><br></div><div style=3D"display: block;" class=3D"yahoo=
_quoted"> <div style=3D"font-family: HelveticaNeue, Helvetica Neue, Helveti=
ca, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div style=3D"font=
-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sa=
ns-serif; font-size: 16px;"> <div dir=3D"ltr"> <font face=3D"Arial" size=3D=
"2"> On Thursday, December 25, 2014 7:20 AM, John Mok &lt;a9121431@gmail.co=
m&gt; wrote:<br> </font> </div>  <br><br> <div class=3D"y_msg_container">Hi=
,<br><br>I am using Xen 4.4.1 and QEMU 2.1 on Debian Jessie, and would like=
 to<br>pass the -acpitable parameter to qemu-system-x86_64.<br><br>I hope s=
omeone help to advise how I can pass the -acpitable parameter<br>to qemu-sy=
stem-x86_64 when I create a HVM DomU.<br><br>Thanks a lot.<br><br>John Mok<=
br><br>_______________________________________________<br>Xen-users mailing=
 list<br><a href=3D"" class=3D"removed-link" ymailto=3D"mailto:Xen-users@li=
sts.xen.org">Xen-users@lists.xen.org</a><br><a href=3D"" class=3D"removed-l=
ink" target=3D"_blank">http://lists.xen.org/xen-users</a><br><br><br></div>=
  </div> </div>  </div> </div></body></html>
------=_Part_1339009_914868682.1419546613419--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============7681021010016527156==--


From xen-users-bounces@lists.xen.org Thu Dec 25 22:30:35 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Thu, 25 Dec 2014 22:30:35 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y4GvC-00021r-IS; Thu, 25 Dec 2014 22:30:18 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <tlviewer@yahoo.com>) id 1Y4GvA-00021l-Tm
	for xen-users@lists.xen.org; Thu, 25 Dec 2014 22:30:17 +0000
Received: from [85.158.139.211] by server-8.bemta-5.messagelabs.com id
	10/D9-11581-8FF8C945; Thu, 25 Dec 2014 22:30:16 +0000
X-Env-Sender: tlviewer@yahoo.com
X-Msg-Ref: server-12.tower-206.messagelabs.com!1419546614!15186857!1
X-Originating-IP: [72.30.239.6]
X-SpamReason: No, hits=1.5 required=7.0 tests=FORGED_YAHOO_RCVD,
	HTML_60_70,HTML_MESSAGE,MAILTO_TO_SPAM_ADDR,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 2539 invoked from network); 25 Dec 2014 22:30:15 -0000
Received: from nm34-vm8.bullet.mail.bf1.yahoo.com (HELO
	nm34-vm8.bullet.mail.bf1.yahoo.com) (72.30.239.6)
	by server-12.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	25 Dec 2014 22:30:15 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048;
	t=1419546614; bh=CpU6E+f6ZrGPlD8aYVMK5jrAeQJhTzfZjEMg56rg7hg=;
	h=Date:From:Reply-To:To:In-Reply-To:References:Subject:From:Subject;
	b=quaD+O/cYgQazPks3b2o6MFXkY1TEbwjoLBe0YWwE2z3lNEXhCgXMAYGTELQpcndOLCJJDphfPPt7UfkGjghU5M22F1gLMicr74Si/xfbYPZrV7JoRs9I277K+pvI5pmgA8OcNlaVJfOkJAhWje/3TF4aC92Tbpm5vKKvJUoE+rDVfYI7RCaYdwMTcCrKlzll1yBYG5NYvRibynE4jJFFTwOuNTuQqVQls1VLbn/fPXE6AogoclmbdNIbklBSfg9Bo352cZLdi+hCoQzoZTMEu2jEdIYe2aihJvHnUi8rdct8wQN80bQiIUF00bxq8XqX8uummvGyhdOQjyiTsmX9w==
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com;
	b=o2d//ZHw5MmUa809tQ3aZYFBpinQdfOQ4SHkmYRgTzmHFPC5Oslh1fDsoos89X+D8GkynMADwmGphazx6qNdggQGHApGGIizJyc4cYWFVVZN2JOV9TziphUFyN3V9WMsKs64Jpi0JYZ0otm6hFSObEMYjvkSpcs/9K7HecDSM+8bRaHMsk3bREnzAvnE1SXpafaZs/zpui9fX5MxjDQtCm/HmFPnARDn+0/O/xUb2NIpuDpaHyGCxSUFeTGE6/hgkssy6Te92ZBvj8hraCpFdhczZttzfzghHhecSy2G+0gIBdoj19optQb7T21GzCOY07aAf38y8G41Xo91eLcX5g==;
Received: from [66.196.81.172] by nm34.bullet.mail.bf1.yahoo.com with NNFMP;
	25 Dec 2014 22:30:14 -0000
Received: from [98.139.215.253] by tm18.bullet.mail.bf1.yahoo.com with NNFMP;
	25 Dec 2014 22:30:14 -0000
Received: from [127.0.0.1] by omp1066.mail.bf1.yahoo.com with NNFMP;
	25 Dec 2014 22:30:14 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 198476.38659.bm@omp1066.mail.bf1.yahoo.com
X-YMail-OSG: NM5zCQsVM1lbNWFeZidcrtVkt9hrDdN4w_zoBAHxu5usoBnO6ju7UJ8sPnfX4TR
	5Pv4bFwu65JXkZavFDSlWsh9mtLQi8DDbAsgsE5jUPzlyQHlhKrbrH.Lv79EV4lg5_QZEp.QcP9A
	K0qo2KyzrLckgcj0P7DDeOgcPibB5ibGI0JF0JKJpjqiuUkLYs6e8I7ymxEQABBczO4aCvV_QmdW
	5XTChYlvgAd30cvs6k3B2s_yFbToVscUFMqfAwTL1veTyWMNdAuRhLAm7B2XJzu7LaE5Xbg1Vn4a
	O5sJz1sDP7w2OwGIEvBEcDPwpn3aNn0E9Q0.EPbMo7NQsYO.Rrb0QB9wloe4gLpcp0lWAf0.qvd6
	pzWhNrL_zcUjiU6TnN.Aw.KlolYi2LxG65Fp6shpOYdvvUlwn5xgXMOBvJeblADwO5RR.s7rvOqR
	9mODRZ6cLRDPvZRHTq_TaqZMjOYaTvkRW.Tq8z8NNNZiX.MP42hy90hA8uyeet_J0rL45tiA-
Received: by 76.13.26.127; Thu, 25 Dec 2014 22:30:13 +0000 
Date: Thu, 25 Dec 2014 22:30:13 +0000 (UTC)
From: Mark Pryor <tlviewer@yahoo.com>
To: John Mok <a9121431@gmail.com>, 
	"xen-users@lists.xen.org" <xen-users@lists.xen.org>
Message-ID: <500604948.1339010.1419546613424.JavaMail.yahoo@jws10688.mail.bf1.yahoo.com>
In-Reply-To: <CALYzA8GV68wDzX7u8iiTo1VG2H7jBGJQa5ZxBMfAQgBXUSwK=A@mail.gmail.com>
References: <CALYzA8GV68wDzX7u8iiTo1VG2H7jBGJQa5ZxBMfAQgBXUSwK=A@mail.gmail.com>
MIME-Version: 1.0
Content-Length: 3425
Subject: Re: [Xen-users] HOWTO pass apcitable parameter to
 qemu-system-x86_64 in	Xen HVM domU
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Mark Pryor <tlviewer@yahoo.com>
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7681021010016527156=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============7681021010016527156==
Content-Type: multipart/alternative; 
	boundary="----=_Part_1339009_914868682.1419546613419"
Content-Length: 2938

------=_Part_1339009_914868682.1419546613419
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

Hello,
add this line to your xl.conf for the HVM VM.
If you are using libvirt/xml type config, I am not sure what to do.
device_model_args = [ "-acpitable", "JGuUu/iJwnpKstx1" ] 

     On Thursday, December 25, 2014 7:20 AM, John Mok <a9121431@gmail.com> wrote:
   

 Hi,

I am using Xen 4.4.1 and QEMU 2.1 on Debian Jessie, and would like to
pass the -acpitable parameter to qemu-system-x86_64.

I hope someone help to advise how I can pass the -acpitable parameter
to qemu-system-x86_64 when I create a HVM DomU.

Thanks a lot.

John Mok

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users


    
------=_Part_1339009_914868682.1419546613419
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"color:#000; background-color:#fff; font-family:He=
lveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;fo=
nt-size:16px"><div dir=3D"ltr" id=3D"yui_3_16_0_1_1419546354567_4359">Hello=
,</div><div id=3D"yui_3_16_0_1_1419546354567_4491" dir=3D"ltr"><br></div><d=
iv id=3D"yui_3_16_0_1_1419546354567_4490" dir=3D"ltr">add this line to your=
 xl.conf for the HVM VM.</div><div id=3D"yui_3_16_0_1_1419546354567_4492" d=
ir=3D"ltr"><br></div><div dir=3D"ltr">If you are using libvirt/xml type con=
fig, I am not sure what to do.<br></div><div id=3D"yui_3_16_0_1_14195463545=
67_4487">device_model_args =3D [ "-acpitable", "JGuUu/iJwnpKstx1" ]</div><d=
iv id=3D"yui_3_16_0_1_1419546354567_4223"><span></span></div> <div class=3D=
"qtdSeparateBR"><br><br></div><div style=3D"display: block;" class=3D"yahoo=
_quoted"> <div style=3D"font-family: HelveticaNeue, Helvetica Neue, Helveti=
ca, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div style=3D"font=
-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sa=
ns-serif; font-size: 16px;"> <div dir=3D"ltr"> <font face=3D"Arial" size=3D=
"2"> On Thursday, December 25, 2014 7:20 AM, John Mok &lt;a9121431@gmail.co=
m&gt; wrote:<br> </font> </div>  <br><br> <div class=3D"y_msg_container">Hi=
,<br><br>I am using Xen 4.4.1 and QEMU 2.1 on Debian Jessie, and would like=
 to<br>pass the -acpitable parameter to qemu-system-x86_64.<br><br>I hope s=
omeone help to advise how I can pass the -acpitable parameter<br>to qemu-sy=
stem-x86_64 when I create a HVM DomU.<br><br>Thanks a lot.<br><br>John Mok<=
br><br>_______________________________________________<br>Xen-users mailing=
 list<br><a href=3D"" class=3D"removed-link" ymailto=3D"mailto:Xen-users@li=
sts.xen.org">Xen-users@lists.xen.org</a><br><a href=3D"" class=3D"removed-l=
ink" target=3D"_blank">http://lists.xen.org/xen-users</a><br><br><br></div>=
  </div> </div>  </div> </div></body></html>
------=_Part_1339009_914868682.1419546613419--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============7681021010016527156==--


From xen-users-bounces@lists.xen.org Fri Dec 26 15:31:13 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 26 Dec 2014 15:31:13 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y4WpX-0007SJ-5x; Fri, 26 Dec 2014 15:29:31 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <a9121431@gmail.com>) id 1Y4WpV-0007SE-J3
	for xen-users@lists.xen.org; Fri, 26 Dec 2014 15:29:29 +0000
Received: from [85.158.139.211] by server-2.bemta-5.messagelabs.com id
	C2/19-14214-8DE7D945; Fri, 26 Dec 2014 15:29:28 +0000
X-Env-Sender: a9121431@gmail.com
X-Msg-Ref: server-13.tower-206.messagelabs.com!1419607767!15267364!1
X-Originating-IP: [209.85.216.180]
X-SpamReason: No, hits=0.6 required=7.0 tests=MAILTO_TO_SPAM_ADDR, RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12769 invoked from network); 26 Dec 2014 15:29:28 -0000
Received: from mail-qc0-f180.google.com (HELO mail-qc0-f180.google.com)
	(209.85.216.180)
	by server-13.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	26 Dec 2014 15:29:28 -0000
Received: by mail-qc0-f180.google.com with SMTP id i8so7523852qcq.11
	for <xen-users@lists.xen.org>; Fri, 26 Dec 2014 07:29:27 -0800 (PST)
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:cc
	:content-type; bh=mtKbJPrZmVglNlIXHnISWz2/GQHrgWvKwu7U6hx3wTo=;
	b=AuWKvGKD4vanKCWGuyhJayPRD5ceKThflqLRFY9DLh3R2lHMAPyrMG8B6BZcvAGdHG
	ttNfi2Z2p8GQNdGuarj0uVm35+7hf8L2++Fcfeo8gF0TMnMqi6EPDvWwHzwZEnflcy6L
	yzS8+7fkaMZ2PFYOsp+3TNTSw68gvNF4YSPhHugIS7W3HRJ+EBKpoR+jxVBZjYFNpyaY
	Qxq7INe2BWqDR/4VEHTyrgmC32VxNDlhWOqbiLjsb3RUh6RIVDXhjeKX6bmW1ax19Ym3
	1ex7nz2qj5BKkK1g0bLH2BY/N2ZeBd5o9p3PPLQH5IoBE9zfQ9JNBBdOuVYemsI9U/DQ
	YoWg==
MIME-Version: 1.0
X-Received: by 10.224.26.132 with SMTP id e4mr20498047qac.7.1419607767091;
	Fri, 26 Dec 2014 07:29:27 -0800 (PST)
Received: by 10.140.148.201 with HTTP; Fri, 26 Dec 2014 07:29:27 -0800 (PST)
In-Reply-To: <500604948.1339010.1419546613424.JavaMail.yahoo@jws10688.mail.bf1.yahoo.com>
References: <CALYzA8GV68wDzX7u8iiTo1VG2H7jBGJQa5ZxBMfAQgBXUSwK=A@mail.gmail.com>
	<500604948.1339010.1419546613424.JavaMail.yahoo@jws10688.mail.bf1.yahoo.com>
Date: Fri, 26 Dec 2014 23:29:27 +0800
Message-ID: <CALYzA8HWz5aPD3HeWXVFcF5ZiyUC+r4PTcfcVxuheeMP8tXviQ@mail.gmail.com>
From: John Mok <a9121431@gmail.com>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] HOWTO pass apcitable parameter to
 qemu-system-x86_64 in Xen HVM domU
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hello Mark,

Thank you for your prompt advice.

I tried several ways,

adding device_model_args = ['-acpitable', '/etc/xen/slic.hex' ] to
/etc/xen/xl.conf and /etc/xen/domU.cfg,

but I checked from the Windows HVM domU and it failed to read to the
pass-in SLIC table (as it did without adding the device_model_args)

Any idea why the domU could not receive and override the -acpitable
parameter to /usr/bin/qemu-system-x86_64?

Thanks a lot.

John Mok




On Fri, Dec 26, 2014 at 6:30 AM, Mark Pryor <tlviewer@yahoo.com> wrote:
> Hello,
>
> add this line to your xl.conf for the HVM VM.
>
> If you are using libvirt/xml type config, I am not sure what to do.
> device_model_args = [ "-acpitable", "JGuUu/iJwnpKstx1" ]
>
>
> On Thursday, December 25, 2014 7:20 AM, John Mok <a9121431@gmail.com> wrote:
>
>
> Hi,
>
> I am using Xen 4.4.1 and QEMU 2.1 on Debian Jessie, and would like to
> pass the -acpitable parameter to qemu-system-x86_64.
>
> I hope someone help to advise how I can pass the -acpitable parameter
> to qemu-system-x86_64 when I create a HVM DomU.
>
> Thanks a lot.
>
> John Mok
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users
>
>

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Fri Dec 26 15:31:13 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 26 Dec 2014 15:31:13 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y4WpX-0007SJ-5x; Fri, 26 Dec 2014 15:29:31 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <a9121431@gmail.com>) id 1Y4WpV-0007SE-J3
	for xen-users@lists.xen.org; Fri, 26 Dec 2014 15:29:29 +0000
Received: from [85.158.139.211] by server-2.bemta-5.messagelabs.com id
	C2/19-14214-8DE7D945; Fri, 26 Dec 2014 15:29:28 +0000
X-Env-Sender: a9121431@gmail.com
X-Msg-Ref: server-13.tower-206.messagelabs.com!1419607767!15267364!1
X-Originating-IP: [209.85.216.180]
X-SpamReason: No, hits=0.6 required=7.0 tests=MAILTO_TO_SPAM_ADDR, RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12769 invoked from network); 26 Dec 2014 15:29:28 -0000
Received: from mail-qc0-f180.google.com (HELO mail-qc0-f180.google.com)
	(209.85.216.180)
	by server-13.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	26 Dec 2014 15:29:28 -0000
Received: by mail-qc0-f180.google.com with SMTP id i8so7523852qcq.11
	for <xen-users@lists.xen.org>; Fri, 26 Dec 2014 07:29:27 -0800 (PST)
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:cc
	:content-type; bh=mtKbJPrZmVglNlIXHnISWz2/GQHrgWvKwu7U6hx3wTo=;
	b=AuWKvGKD4vanKCWGuyhJayPRD5ceKThflqLRFY9DLh3R2lHMAPyrMG8B6BZcvAGdHG
	ttNfi2Z2p8GQNdGuarj0uVm35+7hf8L2++Fcfeo8gF0TMnMqi6EPDvWwHzwZEnflcy6L
	yzS8+7fkaMZ2PFYOsp+3TNTSw68gvNF4YSPhHugIS7W3HRJ+EBKpoR+jxVBZjYFNpyaY
	Qxq7INe2BWqDR/4VEHTyrgmC32VxNDlhWOqbiLjsb3RUh6RIVDXhjeKX6bmW1ax19Ym3
	1ex7nz2qj5BKkK1g0bLH2BY/N2ZeBd5o9p3PPLQH5IoBE9zfQ9JNBBdOuVYemsI9U/DQ
	YoWg==
MIME-Version: 1.0
X-Received: by 10.224.26.132 with SMTP id e4mr20498047qac.7.1419607767091;
	Fri, 26 Dec 2014 07:29:27 -0800 (PST)
Received: by 10.140.148.201 with HTTP; Fri, 26 Dec 2014 07:29:27 -0800 (PST)
In-Reply-To: <500604948.1339010.1419546613424.JavaMail.yahoo@jws10688.mail.bf1.yahoo.com>
References: <CALYzA8GV68wDzX7u8iiTo1VG2H7jBGJQa5ZxBMfAQgBXUSwK=A@mail.gmail.com>
	<500604948.1339010.1419546613424.JavaMail.yahoo@jws10688.mail.bf1.yahoo.com>
Date: Fri, 26 Dec 2014 23:29:27 +0800
Message-ID: <CALYzA8HWz5aPD3HeWXVFcF5ZiyUC+r4PTcfcVxuheeMP8tXviQ@mail.gmail.com>
From: John Mok <a9121431@gmail.com>
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>
Subject: Re: [Xen-users] HOWTO pass apcitable parameter to
 qemu-system-x86_64 in Xen HVM domU
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Hello Mark,

Thank you for your prompt advice.

I tried several ways,

adding device_model_args = ['-acpitable', '/etc/xen/slic.hex' ] to
/etc/xen/xl.conf and /etc/xen/domU.cfg,

but I checked from the Windows HVM domU and it failed to read to the
pass-in SLIC table (as it did without adding the device_model_args)

Any idea why the domU could not receive and override the -acpitable
parameter to /usr/bin/qemu-system-x86_64?

Thanks a lot.

John Mok




On Fri, Dec 26, 2014 at 6:30 AM, Mark Pryor <tlviewer@yahoo.com> wrote:
> Hello,
>
> add this line to your xl.conf for the HVM VM.
>
> If you are using libvirt/xml type config, I am not sure what to do.
> device_model_args = [ "-acpitable", "JGuUu/iJwnpKstx1" ]
>
>
> On Thursday, December 25, 2014 7:20 AM, John Mok <a9121431@gmail.com> wrote:
>
>
> Hi,
>
> I am using Xen 4.4.1 and QEMU 2.1 on Debian Jessie, and would like to
> pass the -acpitable parameter to qemu-system-x86_64.
>
> I hope someone help to advise how I can pass the -acpitable parameter
> to qemu-system-x86_64 when I create a HVM DomU.
>
> Thanks a lot.
>
> John Mok
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org
> http://lists.xen.org/xen-users
>
>

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Fri Dec 26 21:51:11 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 26 Dec 2014 21:51: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-users-bounces@lists.xen.org>)
	id 1Y4clF-0006Cu-B3; Fri, 26 Dec 2014 21:49:29 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <wael.nasreddine@gmail.com>) id 1Y4clD-0006Cp-F3
	for xen-users@lists.xen.org; Fri, 26 Dec 2014 21:49:27 +0000
Received: from [193.109.254.147] by server-15.bemta-14.messagelabs.com id
	70/09-02699-6E7DD945; Fri, 26 Dec 2014 21:49:26 +0000
X-Env-Sender: wael.nasreddine@gmail.com
X-Msg-Ref: server-5.tower-27.messagelabs.com!1419630564!12671913!1
X-Originating-IP: [209.85.223.175]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_10_20,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 23852 invoked from network); 26 Dec 2014 21:49:25 -0000
Received: from mail-ie0-f175.google.com (HELO mail-ie0-f175.google.com)
	(209.85.223.175)
	by server-5.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	26 Dec 2014 21:49:25 -0000
Received: by mail-ie0-f175.google.com with SMTP id x19so10024597ier.20
	for <xen-users@lists.xen.org>; Fri, 26 Dec 2014 13:49:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:from:date:message-id:subject:to:content-type;
	bh=c2u/tnpFVun9P993Alnu/mJCMC2L9VLcIxtEaNx1yrM=;
	b=co/iWBXWfh8ebDdKdvZZGvxUbdoN9hFhpiwRE0zHCFpJrEXMNXrMO1YeIwbNKNCHke
	We1sD0MBYNshqlw/Htm3BPgifS3Wv4PwT3SX4NN+psfvgsHKVAJO3JnyYIUZCA/O27Hz
	IHHxUyDsM3B2rZdS972QZezlKlMhvSyIiSC/FmXjnPzyDS9OjXjCklZGW5cS9wYgaC4B
	+dOT/ObKtI9u/eiXviGHYrazWDrTFvZvXsNkxCj5rUyavQDMJTrpxPAXt82QgNPv9p8Y
	v5mnSYEWQ4AEmBBtDkVKQKnin2xME9iIl9VOpWU7uSVrUdIU1wSGMV+cIXJWig8lE0gX
	n1aQ==
X-Received: by 10.42.253.195 with SMTP id nb3mr34318993icb.34.1419630564318;
	Fri, 26 Dec 2014 13:49:24 -0800 (PST)
MIME-Version: 1.0
Received: by 10.64.208.41 with HTTP; Fri, 26 Dec 2014 13:49:04 -0800 (PST)
From: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>
Date: Fri, 26 Dec 2014 13:49:04 -0800
Message-ID: <CA+kKtKDDatKjihBsv1qzNwn+w0gnvTOcY+NO-5iEur06QGq0KA@mail.gmail.com>
To: xen-users@lists.xen.org
Subject: [Xen-users] Windows 7 on Xen and access to Display card?
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============6717524906056153760=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============6717524906056153760==
Content-Type: multipart/alternative; boundary=bcaec510194d7fa635050b257f2e

--bcaec510194d7fa635050b257f2e
Content-Type: text/plain; charset=UTF-8

Hi Xen users,

I am new to Xen and unsure if Xen would offer what I have in mind, I'll
explain in details what I need and I hope someone
would help me to figure out if it's the right solution for me.

I currently own a couple of laptops to do my work and I prefer to have one
remote server to work with laptops used only as a client.
My wife has an old windows laptop to do her work and I feel it's about time
for an upgrade. I'm thinking of getting ourselves
a strong tower (perhaps 12 cores, 32Gb RAM) and share it between both of
us. She would need physical access to her Windows 7
instance with two monitors, speakers, camera and mic. I'd be happy just
running SSH, I might need X in the future but it would definitely be via
VNC.

Given the needs above:

   1. What tower would work best running Xen (for hardware visualization
   that is), I'm looking for about $1500 for just the tower. From the
   community experience, any preference on brand or model?
   2. Is it possible for the windows guest OS to access Display-port (or
   HDMI) to drive two monitors? How about sound and camera?
   3. Is it possible to restrict access to video card, camera and all
   peripherals to the windows guest? My linux instances for coding just need
   CPU, RAM and network.

I am OK building my own tower if Xen's support for hardware is not really
found in one pre-assembled model (as in support for the video card and the
sound card that comes in one tower).

Thanks and happy holidays.

Wael

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

<div dir=3D"ltr">Hi Xen users,<div><br></div><div>I am new to Xen and unsur=
e if Xen would offer what I have in mind, I&#39;ll explain in details what =
I need and I hope someone</div><div>would help me to figure out if it&#39;s=
 the right solution for me.</div><div><br></div><div>I currently own a coup=
le of laptops to do my work and I prefer to have one remote server to work =
with laptops used only as a client.</div><div>My wife has an old windows la=
ptop to do her work and I feel it&#39;s about time for an upgrade. I&#39;m =
thinking of getting ourselves</div><div>a strong tower (perhaps 12 cores, 3=
2Gb RAM) and share it between both of us. She would need physical access to=
 her Windows 7</div><div>instance with two monitors, speakers, camera and m=
ic. I&#39;d be happy just running SSH, I might need X in the future but it =
would definitely be via VNC.</div><div><br></div><div>Given the needs above=
:</div><div><ol><li>What tower would work best running Xen (for hardware vi=
sualization that is), I&#39;m looking for about $1500 for just the tower. F=
rom the community experience, any preference on brand or model?</li><li>Is =
it possible for the windows guest OS to access Display-port (or HDMI) to dr=
ive two monitors? How about sound and camera?</li><li>Is it possible to res=
trict access to video card, camera and all peripherals to the windows guest=
? My linux instances for coding just need CPU, RAM and network.</li></ol><d=
iv>I am OK building my own tower if Xen&#39;s support for hardware is not r=
eally found in one pre-assembled model (as in support for the video card an=
d the sound card that comes in one tower).</div><div><br></div><div>Thanks =
and happy holidays.</div></div><div><br></div><div>Wael</div></div>

--bcaec510194d7fa635050b257f2e--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============6717524906056153760==--


From xen-users-bounces@lists.xen.org Fri Dec 26 21:51:11 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 26 Dec 2014 21:51: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-users-bounces@lists.xen.org>)
	id 1Y4clF-0006Cu-B3; Fri, 26 Dec 2014 21:49:29 +0000
Received: from mail6.bemta14.messagelabs.com ([193.109.254.103])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <wael.nasreddine@gmail.com>) id 1Y4clD-0006Cp-F3
	for xen-users@lists.xen.org; Fri, 26 Dec 2014 21:49:27 +0000
Received: from [193.109.254.147] by server-15.bemta-14.messagelabs.com id
	70/09-02699-6E7DD945; Fri, 26 Dec 2014 21:49:26 +0000
X-Env-Sender: wael.nasreddine@gmail.com
X-Msg-Ref: server-5.tower-27.messagelabs.com!1419630564!12671913!1
X-Originating-IP: [209.85.223.175]
X-SpamReason: No, hits=1.2 required=7.0 tests=HTML_10_20,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 23852 invoked from network); 26 Dec 2014 21:49:25 -0000
Received: from mail-ie0-f175.google.com (HELO mail-ie0-f175.google.com)
	(209.85.223.175)
	by server-5.tower-27.messagelabs.com with RC4-SHA encrypted SMTP;
	26 Dec 2014 21:49:25 -0000
Received: by mail-ie0-f175.google.com with SMTP id x19so10024597ier.20
	for <xen-users@lists.xen.org>; Fri, 26 Dec 2014 13:49:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:from:date:message-id:subject:to:content-type;
	bh=c2u/tnpFVun9P993Alnu/mJCMC2L9VLcIxtEaNx1yrM=;
	b=co/iWBXWfh8ebDdKdvZZGvxUbdoN9hFhpiwRE0zHCFpJrEXMNXrMO1YeIwbNKNCHke
	We1sD0MBYNshqlw/Htm3BPgifS3Wv4PwT3SX4NN+psfvgsHKVAJO3JnyYIUZCA/O27Hz
	IHHxUyDsM3B2rZdS972QZezlKlMhvSyIiSC/FmXjnPzyDS9OjXjCklZGW5cS9wYgaC4B
	+dOT/ObKtI9u/eiXviGHYrazWDrTFvZvXsNkxCj5rUyavQDMJTrpxPAXt82QgNPv9p8Y
	v5mnSYEWQ4AEmBBtDkVKQKnin2xME9iIl9VOpWU7uSVrUdIU1wSGMV+cIXJWig8lE0gX
	n1aQ==
X-Received: by 10.42.253.195 with SMTP id nb3mr34318993icb.34.1419630564318;
	Fri, 26 Dec 2014 13:49:24 -0800 (PST)
MIME-Version: 1.0
Received: by 10.64.208.41 with HTTP; Fri, 26 Dec 2014 13:49:04 -0800 (PST)
From: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>
Date: Fri, 26 Dec 2014 13:49:04 -0800
Message-ID: <CA+kKtKDDatKjihBsv1qzNwn+w0gnvTOcY+NO-5iEur06QGq0KA@mail.gmail.com>
To: xen-users@lists.xen.org
Subject: [Xen-users] Windows 7 on Xen and access to Display card?
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============6717524906056153760=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============6717524906056153760==
Content-Type: multipart/alternative; boundary=bcaec510194d7fa635050b257f2e

--bcaec510194d7fa635050b257f2e
Content-Type: text/plain; charset=UTF-8

Hi Xen users,

I am new to Xen and unsure if Xen would offer what I have in mind, I'll
explain in details what I need and I hope someone
would help me to figure out if it's the right solution for me.

I currently own a couple of laptops to do my work and I prefer to have one
remote server to work with laptops used only as a client.
My wife has an old windows laptop to do her work and I feel it's about time
for an upgrade. I'm thinking of getting ourselves
a strong tower (perhaps 12 cores, 32Gb RAM) and share it between both of
us. She would need physical access to her Windows 7
instance with two monitors, speakers, camera and mic. I'd be happy just
running SSH, I might need X in the future but it would definitely be via
VNC.

Given the needs above:

   1. What tower would work best running Xen (for hardware visualization
   that is), I'm looking for about $1500 for just the tower. From the
   community experience, any preference on brand or model?
   2. Is it possible for the windows guest OS to access Display-port (or
   HDMI) to drive two monitors? How about sound and camera?
   3. Is it possible to restrict access to video card, camera and all
   peripherals to the windows guest? My linux instances for coding just need
   CPU, RAM and network.

I am OK building my own tower if Xen's support for hardware is not really
found in one pre-assembled model (as in support for the video card and the
sound card that comes in one tower).

Thanks and happy holidays.

Wael

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

<div dir=3D"ltr">Hi Xen users,<div><br></div><div>I am new to Xen and unsur=
e if Xen would offer what I have in mind, I&#39;ll explain in details what =
I need and I hope someone</div><div>would help me to figure out if it&#39;s=
 the right solution for me.</div><div><br></div><div>I currently own a coup=
le of laptops to do my work and I prefer to have one remote server to work =
with laptops used only as a client.</div><div>My wife has an old windows la=
ptop to do her work and I feel it&#39;s about time for an upgrade. I&#39;m =
thinking of getting ourselves</div><div>a strong tower (perhaps 12 cores, 3=
2Gb RAM) and share it between both of us. She would need physical access to=
 her Windows 7</div><div>instance with two monitors, speakers, camera and m=
ic. I&#39;d be happy just running SSH, I might need X in the future but it =
would definitely be via VNC.</div><div><br></div><div>Given the needs above=
:</div><div><ol><li>What tower would work best running Xen (for hardware vi=
sualization that is), I&#39;m looking for about $1500 for just the tower. F=
rom the community experience, any preference on brand or model?</li><li>Is =
it possible for the windows guest OS to access Display-port (or HDMI) to dr=
ive two monitors? How about sound and camera?</li><li>Is it possible to res=
trict access to video card, camera and all peripherals to the windows guest=
? My linux instances for coding just need CPU, RAM and network.</li></ol><d=
iv>I am OK building my own tower if Xen&#39;s support for hardware is not r=
eally found in one pre-assembled model (as in support for the video card an=
d the sound card that comes in one tower).</div><div><br></div><div>Thanks =
and happy holidays.</div></div><div><br></div><div>Wael</div></div>

--bcaec510194d7fa635050b257f2e--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============6717524906056153760==--


From xen-users-bounces@lists.xen.org Fri Dec 26 22:47:02 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 26 Dec 2014 22:47:02 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y4de8-0007Wu-Qk; Fri, 26 Dec 2014 22:46:12 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jaceksburghardt@gmail.com>) id 1Y4de6-0007Wp-MO
	for xen-users@lists.xen.org; Fri, 26 Dec 2014 22:46:10 +0000
Received: from [85.158.139.211] by server-13.bemta-5.messagelabs.com id
	38/76-02697-135ED945; Fri, 26 Dec 2014 22:46:09 +0000
X-Env-Sender: jaceksburghardt@gmail.com
X-Msg-Ref: server-16.tower-206.messagelabs.com!1419633967!12393982!1
X-Originating-IP: [209.85.216.51]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_30_40,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 28976 invoked from network); 26 Dec 2014 22:46:08 -0000
Received: from mail-qa0-f51.google.com (HELO mail-qa0-f51.google.com)
	(209.85.216.51)
	by server-16.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	26 Dec 2014 22:46:08 -0000
Received: by mail-qa0-f51.google.com with SMTP id i13so5252702qae.24
	for <xen-users@lists.xen.org>; Fri, 26 Dec 2014 14:46:07 -0800 (PST)
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=tZQXi3jHQIvud7qSkasGDOhyDEwkIQG1548oetKqM8s=;
	b=FpVW7FjJ0li7vC8V95ERa+HFkTtQSrYEu2uuEJvZ8uHxOQLEkdaZa6C+rYi8Vq2Ng+
	Kg34x1voIFzpNS7bHJ/cJrOizIPON37c0QB9Ha/tFR7GM8cKJMdpymAqKkjVMnVQzDyv
	9aqwWSSYRPXQURWZrUKGCOekRTvM5CaSOsCdx/0LxulSZgfyt2rOKN0Mlf+RvGruiWyi
	YCwJGg+SDMKr6Jdv7FEXjl6omgbUR9sRz9xW8SCrWAytcs4WHJvAwRQKM8Iv08sjZtaX
	CSYZRy0xIbVwtfvHJOugcC4Ey6mjv40+ZAeEHppFmdJSoNrirVFyWaH3iFIspUxZZ6Bx
	eJKg==
MIME-Version: 1.0
X-Received: by 10.224.93.6 with SMTP id t6mr7791576qam.93.1419633967510; Fri,
	26 Dec 2014 14:46:07 -0800 (PST)
Received: by 10.140.89.48 with HTTP; Fri, 26 Dec 2014 14:46:07 -0800 (PST)
In-Reply-To: <CA+kKtKDDatKjihBsv1qzNwn+w0gnvTOcY+NO-5iEur06QGq0KA@mail.gmail.com>
References: <CA+kKtKDDatKjihBsv1qzNwn+w0gnvTOcY+NO-5iEur06QGq0KA@mail.gmail.com>
Date: Fri, 26 Dec 2014 15:46:07 -0700
Message-ID: <CAHyyzzRGQMiGijQfcgNBghF6A9LU74Es8JT3kAc5DDPK9yVeWw@mail.gmail.com>
From: jacek burghardt <jaceksburghardt@gmail.com>
To: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Windows 7 on Xen and access to Display card?
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7385022035170899148=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============7385022035170899148==
Content-Type: multipart/alternative; boundary=089e01495028583ce5050b264a76

--089e01495028583ce5050b264a76
Content-Type: text/plain; charset=UTF-8

Well my video card supports 3 monitors. You want to build pc from parts
most amd cpu supports iommu with intel you have to be careful
with cpu motherboard combo. I think there is a wiki on tested cpu
motherboards plus you can look at esxi list and kvm.

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

<div dir=3D"ltr">Well my video card supports 3 monitors. You want to build =
pc from parts most amd cpu supports iommu with intel you have to be careful=
=C2=A0<br><div class=3D"gmail_extra">with cpu motherboard combo. I think th=
ere is a wiki on tested cpu motherboards plus you can look at esxi list and=
 kvm.</div><div class=3D"gmail_extra"><br clear=3D"all"><div><div class=3D"=
gmail_signature"><div dir=3D"ltr"><br></div></div></div></div></div>

--089e01495028583ce5050b264a76--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============7385022035170899148==--


From xen-users-bounces@lists.xen.org Fri Dec 26 22:47:02 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Fri, 26 Dec 2014 22:47:02 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y4de8-0007Wu-Qk; Fri, 26 Dec 2014 22:46:12 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jaceksburghardt@gmail.com>) id 1Y4de6-0007Wp-MO
	for xen-users@lists.xen.org; Fri, 26 Dec 2014 22:46:10 +0000
Received: from [85.158.139.211] by server-13.bemta-5.messagelabs.com id
	38/76-02697-135ED945; Fri, 26 Dec 2014 22:46:09 +0000
X-Env-Sender: jaceksburghardt@gmail.com
X-Msg-Ref: server-16.tower-206.messagelabs.com!1419633967!12393982!1
X-Originating-IP: [209.85.216.51]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_30_40,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 28976 invoked from network); 26 Dec 2014 22:46:08 -0000
Received: from mail-qa0-f51.google.com (HELO mail-qa0-f51.google.com)
	(209.85.216.51)
	by server-16.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	26 Dec 2014 22:46:08 -0000
Received: by mail-qa0-f51.google.com with SMTP id i13so5252702qae.24
	for <xen-users@lists.xen.org>; Fri, 26 Dec 2014 14:46:07 -0800 (PST)
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=tZQXi3jHQIvud7qSkasGDOhyDEwkIQG1548oetKqM8s=;
	b=FpVW7FjJ0li7vC8V95ERa+HFkTtQSrYEu2uuEJvZ8uHxOQLEkdaZa6C+rYi8Vq2Ng+
	Kg34x1voIFzpNS7bHJ/cJrOizIPON37c0QB9Ha/tFR7GM8cKJMdpymAqKkjVMnVQzDyv
	9aqwWSSYRPXQURWZrUKGCOekRTvM5CaSOsCdx/0LxulSZgfyt2rOKN0Mlf+RvGruiWyi
	YCwJGg+SDMKr6Jdv7FEXjl6omgbUR9sRz9xW8SCrWAytcs4WHJvAwRQKM8Iv08sjZtaX
	CSYZRy0xIbVwtfvHJOugcC4Ey6mjv40+ZAeEHppFmdJSoNrirVFyWaH3iFIspUxZZ6Bx
	eJKg==
MIME-Version: 1.0
X-Received: by 10.224.93.6 with SMTP id t6mr7791576qam.93.1419633967510; Fri,
	26 Dec 2014 14:46:07 -0800 (PST)
Received: by 10.140.89.48 with HTTP; Fri, 26 Dec 2014 14:46:07 -0800 (PST)
In-Reply-To: <CA+kKtKDDatKjihBsv1qzNwn+w0gnvTOcY+NO-5iEur06QGq0KA@mail.gmail.com>
References: <CA+kKtKDDatKjihBsv1qzNwn+w0gnvTOcY+NO-5iEur06QGq0KA@mail.gmail.com>
Date: Fri, 26 Dec 2014 15:46:07 -0700
Message-ID: <CAHyyzzRGQMiGijQfcgNBghF6A9LU74Es8JT3kAc5DDPK9yVeWw@mail.gmail.com>
From: jacek burghardt <jaceksburghardt@gmail.com>
To: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Windows 7 on Xen and access to Display card?
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============7385022035170899148=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============7385022035170899148==
Content-Type: multipart/alternative; boundary=089e01495028583ce5050b264a76

--089e01495028583ce5050b264a76
Content-Type: text/plain; charset=UTF-8

Well my video card supports 3 monitors. You want to build pc from parts
most amd cpu supports iommu with intel you have to be careful
with cpu motherboard combo. I think there is a wiki on tested cpu
motherboards plus you can look at esxi list and kvm.

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

<div dir=3D"ltr">Well my video card supports 3 monitors. You want to build =
pc from parts most amd cpu supports iommu with intel you have to be careful=
=C2=A0<br><div class=3D"gmail_extra">with cpu motherboard combo. I think th=
ere is a wiki on tested cpu motherboards plus you can look at esxi list and=
 kvm.</div><div class=3D"gmail_extra"><br clear=3D"all"><div><div class=3D"=
gmail_signature"><div dir=3D"ltr"><br></div></div></div></div></div>

--089e01495028583ce5050b264a76--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============7385022035170899148==--


From xen-users-bounces@lists.xen.org Sat Dec 27 02:41:18 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sat, 27 Dec 2014 02:41: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-users-bounces@lists.xen.org>)
	id 1Y4hIB-00083m-Lz; Sat, 27 Dec 2014 02:39:47 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <wael.nasreddine@gmail.com>) id 1Y4hIA-00083h-0N
	for xen-users@lists.xen.org; Sat, 27 Dec 2014 02:39:46 +0000
Received: from [85.158.139.211] by server-15.bemta-5.messagelabs.com id
	3E/5A-01660-1FB1E945; Sat, 27 Dec 2014 02:39:45 +0000
X-Env-Sender: wael.nasreddine@gmail.com
X-Msg-Ref: server-11.tower-206.messagelabs.com!1419647983!11159509!1
X-Originating-IP: [209.85.223.169]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 25360 invoked from network); 27 Dec 2014 02:39:44 -0000
Received: from mail-ie0-f169.google.com (HELO mail-ie0-f169.google.com)
	(209.85.223.169)
	by server-11.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	27 Dec 2014 02:39:44 -0000
Received: by mail-ie0-f169.google.com with SMTP id y20so10202362ier.14
	for <xen-users@lists.xen.org>; Fri, 26 Dec 2014 18:39:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:in-reply-to:references:from:date:message-id:subject:to
	:cc:content-type;
	bh=Fi5H+W/hJqYDElBf1z+51UN8PNddN3wXvEfGPMNWycQ=;
	b=ug2daRMmwdkEsikcc/bBEkRQbpTGTcOrhDPBDCUTT+UoHLtNPjeInHQ8setaye0/NH
	PWMsRQ0+RDmS2B85+pRdecIMPg/Uda8jIFjySujPNLZDS/06/QaX2lKNjjoukVOFu434
	Jgsh777q24AHgItFbD6376cBNQUMUyZBUwUWyOjxkDbhb8JF4q8M8TfRGdvIPEIPTzJY
	9iNX/onNQnMZl6Dpt+hpnQm2KK+kydzIDZZtEPRvrj/Qstg8xY9LWItBem5muc7gqCPe
	EPm042u+Gj4GlFU9l+INd5CQWtgnVdpHD2/xW9F4jvXC0Sbit8ba+Nr40D9/3jkM2+Gv
	idEA==
X-Received: by 10.42.253.195 with SMTP id nb3mr34868947icb.34.1419647982846;
	Fri, 26 Dec 2014 18:39:42 -0800 (PST)
MIME-Version: 1.0
Received: by 10.64.208.41 with HTTP; Fri, 26 Dec 2014 18:39:22 -0800 (PST)
In-Reply-To: <CAHyyzzRGQMiGijQfcgNBghF6A9LU74Es8JT3kAc5DDPK9yVeWw@mail.gmail.com>
References: <CA+kKtKDDatKjihBsv1qzNwn+w0gnvTOcY+NO-5iEur06QGq0KA@mail.gmail.com>
	<CAHyyzzRGQMiGijQfcgNBghF6A9LU74Es8JT3kAc5DDPK9yVeWw@mail.gmail.com>
From: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>
Date: Fri, 26 Dec 2014 18:39:22 -0800
Message-ID: <CA+kKtKAkOPsp-s2kqzAOUR5_S4900GOaVy2kC0kN-JgpEBewgw@mail.gmail.com>
To: jacek burghardt <jaceksburghardt@gmail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Windows 7 on Xen and access to Display card?
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Fri, Dec 26, 2014 at 2:46 PM, jacek burghardt
<jaceksburghardt@gmail.com> wrote:
> Well my video card supports 3 monitors. You want to build pc from parts most
> amd cpu supports iommu with intel you have to be careful
> with cpu motherboard combo. I think there is a wiki on tested cpu
> motherboards plus you can look at esxi list and kvm.
>
>

Thank you!

It's been 10 years since I've built my own computer and boy! There are
many more options than back in the day.

Anyway I've built an Amazon wish list (which you can access at
http://amzn.com/w/2A37PGD60EBGV ) I would really appreciate if someone
could take a look and validate the compatibility (with each other and
with Xen).

I worked off of the wiki pages
http://wiki.xenproject.org/wiki/Xen_VGA_Passthrough_Tested_Adapters
and http://wiki.xenproject.org/wiki/VTd_HowTo to make the selection
above.

Thanks,

Wael

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Sat Dec 27 02:41:18 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sat, 27 Dec 2014 02:41: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-users-bounces@lists.xen.org>)
	id 1Y4hIB-00083m-Lz; Sat, 27 Dec 2014 02:39:47 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <wael.nasreddine@gmail.com>) id 1Y4hIA-00083h-0N
	for xen-users@lists.xen.org; Sat, 27 Dec 2014 02:39:46 +0000
Received: from [85.158.139.211] by server-15.bemta-5.messagelabs.com id
	3E/5A-01660-1FB1E945; Sat, 27 Dec 2014 02:39:45 +0000
X-Env-Sender: wael.nasreddine@gmail.com
X-Msg-Ref: server-11.tower-206.messagelabs.com!1419647983!11159509!1
X-Originating-IP: [209.85.223.169]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 25360 invoked from network); 27 Dec 2014 02:39:44 -0000
Received: from mail-ie0-f169.google.com (HELO mail-ie0-f169.google.com)
	(209.85.223.169)
	by server-11.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	27 Dec 2014 02:39:44 -0000
Received: by mail-ie0-f169.google.com with SMTP id y20so10202362ier.14
	for <xen-users@lists.xen.org>; Fri, 26 Dec 2014 18:39:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:in-reply-to:references:from:date:message-id:subject:to
	:cc:content-type;
	bh=Fi5H+W/hJqYDElBf1z+51UN8PNddN3wXvEfGPMNWycQ=;
	b=ug2daRMmwdkEsikcc/bBEkRQbpTGTcOrhDPBDCUTT+UoHLtNPjeInHQ8setaye0/NH
	PWMsRQ0+RDmS2B85+pRdecIMPg/Uda8jIFjySujPNLZDS/06/QaX2lKNjjoukVOFu434
	Jgsh777q24AHgItFbD6376cBNQUMUyZBUwUWyOjxkDbhb8JF4q8M8TfRGdvIPEIPTzJY
	9iNX/onNQnMZl6Dpt+hpnQm2KK+kydzIDZZtEPRvrj/Qstg8xY9LWItBem5muc7gqCPe
	EPm042u+Gj4GlFU9l+INd5CQWtgnVdpHD2/xW9F4jvXC0Sbit8ba+Nr40D9/3jkM2+Gv
	idEA==
X-Received: by 10.42.253.195 with SMTP id nb3mr34868947icb.34.1419647982846;
	Fri, 26 Dec 2014 18:39:42 -0800 (PST)
MIME-Version: 1.0
Received: by 10.64.208.41 with HTTP; Fri, 26 Dec 2014 18:39:22 -0800 (PST)
In-Reply-To: <CAHyyzzRGQMiGijQfcgNBghF6A9LU74Es8JT3kAc5DDPK9yVeWw@mail.gmail.com>
References: <CA+kKtKDDatKjihBsv1qzNwn+w0gnvTOcY+NO-5iEur06QGq0KA@mail.gmail.com>
	<CAHyyzzRGQMiGijQfcgNBghF6A9LU74Es8JT3kAc5DDPK9yVeWw@mail.gmail.com>
From: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>
Date: Fri, 26 Dec 2014 18:39:22 -0800
Message-ID: <CA+kKtKAkOPsp-s2kqzAOUR5_S4900GOaVy2kC0kN-JgpEBewgw@mail.gmail.com>
To: jacek burghardt <jaceksburghardt@gmail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Windows 7 on Xen and access to Display card?
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Fri, Dec 26, 2014 at 2:46 PM, jacek burghardt
<jaceksburghardt@gmail.com> wrote:
> Well my video card supports 3 monitors. You want to build pc from parts most
> amd cpu supports iommu with intel you have to be careful
> with cpu motherboard combo. I think there is a wiki on tested cpu
> motherboards plus you can look at esxi list and kvm.
>
>

Thank you!

It's been 10 years since I've built my own computer and boy! There are
many more options than back in the day.

Anyway I've built an Amazon wish list (which you can access at
http://amzn.com/w/2A37PGD60EBGV ) I would really appreciate if someone
could take a look and validate the compatibility (with each other and
with Xen).

I worked off of the wiki pages
http://wiki.xenproject.org/wiki/Xen_VGA_Passthrough_Tested_Adapters
and http://wiki.xenproject.org/wiki/VTd_HowTo to make the selection
above.

Thanks,

Wael

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Sat Dec 27 02:53:43 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sat, 27 Dec 2014 02:53:43 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y4hVK-00009Z-DS; Sat, 27 Dec 2014 02:53:22 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jaceksburghardt@gmail.com>) id 1Y4hVJ-00009U-Em
	for xen-users@lists.xen.org; Sat, 27 Dec 2014 02:53:21 +0000
Received: from [85.158.137.68] by server-15.bemta-3.messagelabs.com id
	52/45-17735-02F1E945; Sat, 27 Dec 2014 02:53:20 +0000
X-Env-Sender: jaceksburghardt@gmail.com
X-Msg-Ref: server-3.tower-31.messagelabs.com!1419648799!15971004!1
X-Originating-IP: [209.85.216.45]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_30_40,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 15918 invoked from network); 27 Dec 2014 02:53:19 -0000
Received: from mail-qa0-f45.google.com (HELO mail-qa0-f45.google.com)
	(209.85.216.45)
	by server-3.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	27 Dec 2014 02:53:19 -0000
Received: by mail-qa0-f45.google.com with SMTP id f12so6176666qad.32
	for <xen-users@lists.xen.org>; Fri, 26 Dec 2014 18:53:18 -0800 (PST)
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=Vh0xru7+rfKWW5ir8e/s0N078mhRn2MJwa0Iz0vvjvI=;
	b=YcpAtJac82Mx8xgaw7hDxzPJ/khJDW/r5FtyNPuAOMDgPGlUnj4NwIle1h79WL6Xmn
	2EN1ZkkAnuwHu4+4JeEoWVuu1289dQayjf8uVmrA5uk8NmobmA86fFpAwP6ASXcJI8KH
	/SoZspfKS8S+X+NC0mufV1gGwZGS3EO9Gkse+Twc7FIxONiYOue27tiaE5/KcbL8awTN
	uCbSikZVIjNXxScaGSDGJ7tT11qZR/IjxRnMK5IJtng7EA/OzLzjHDfP+Qob5BF98z8Y
	Jv+B+kr6corrUh7GeCwgUDgODqcP+D+ICbdgi72Y6pC2muHpP/14xcOlTzP517yrSQ54
	6zRA==
MIME-Version: 1.0
X-Received: by 10.224.55.145 with SMTP id u17mr73625045qag.12.1419648798669;
	Fri, 26 Dec 2014 18:53:18 -0800 (PST)
Received: by 10.140.89.48 with HTTP; Fri, 26 Dec 2014 18:53:18 -0800 (PST)
In-Reply-To: <CA+kKtKAkOPsp-s2kqzAOUR5_S4900GOaVy2kC0kN-JgpEBewgw@mail.gmail.com>
References: <CA+kKtKDDatKjihBsv1qzNwn+w0gnvTOcY+NO-5iEur06QGq0KA@mail.gmail.com>
	<CAHyyzzRGQMiGijQfcgNBghF6A9LU74Es8JT3kAc5DDPK9yVeWw@mail.gmail.com>
	<CA+kKtKAkOPsp-s2kqzAOUR5_S4900GOaVy2kC0kN-JgpEBewgw@mail.gmail.com>
Date: Fri, 26 Dec 2014 19:53:18 -0700
Message-ID: <CAHyyzzSE=r=TbYWPuhsyUG8NSGUtQDheP3KJ5Zip2Z93-55vDA@mail.gmail.com>
From: jacek burghardt <jaceksburghardt@gmail.com>
To: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Windows 7 on Xen and access to Display card?
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2728021059153884355=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============2728021059153884355==
Content-Type: multipart/alternative; boundary=047d7bdc900459c46c050b29bec5

--047d7bdc900459c46c050b29bec5
Content-Type: text/plain; charset=UTF-8

Arch linux has kvm vga passthrough forum post i would post your question
there. Whatever works under kvm will work under xen I have realy good luck
with top of the line amd video card it reboots without being detached

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

<div dir=3D"ltr">Arch linux has kvm vga passthrough forum post i would post=
 your question there. Whatever works under kvm will work under xen I have r=
ealy good luck with top of the line amd video card it reboots without being=
 detached<br><div class=3D"gmail_extra"><br clear=3D"all"><div><div class=
=3D"gmail_signature"><div dir=3D"ltr">=C2=A0</div></div></div></div></div>

--047d7bdc900459c46c050b29bec5--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============2728021059153884355==--


From xen-users-bounces@lists.xen.org Sat Dec 27 02:53:43 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sat, 27 Dec 2014 02:53:43 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y4hVK-00009Z-DS; Sat, 27 Dec 2014 02:53:22 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jaceksburghardt@gmail.com>) id 1Y4hVJ-00009U-Em
	for xen-users@lists.xen.org; Sat, 27 Dec 2014 02:53:21 +0000
Received: from [85.158.137.68] by server-15.bemta-3.messagelabs.com id
	52/45-17735-02F1E945; Sat, 27 Dec 2014 02:53:20 +0000
X-Env-Sender: jaceksburghardt@gmail.com
X-Msg-Ref: server-3.tower-31.messagelabs.com!1419648799!15971004!1
X-Originating-IP: [209.85.216.45]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_30_40,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 15918 invoked from network); 27 Dec 2014 02:53:19 -0000
Received: from mail-qa0-f45.google.com (HELO mail-qa0-f45.google.com)
	(209.85.216.45)
	by server-3.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	27 Dec 2014 02:53:19 -0000
Received: by mail-qa0-f45.google.com with SMTP id f12so6176666qad.32
	for <xen-users@lists.xen.org>; Fri, 26 Dec 2014 18:53:18 -0800 (PST)
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=Vh0xru7+rfKWW5ir8e/s0N078mhRn2MJwa0Iz0vvjvI=;
	b=YcpAtJac82Mx8xgaw7hDxzPJ/khJDW/r5FtyNPuAOMDgPGlUnj4NwIle1h79WL6Xmn
	2EN1ZkkAnuwHu4+4JeEoWVuu1289dQayjf8uVmrA5uk8NmobmA86fFpAwP6ASXcJI8KH
	/SoZspfKS8S+X+NC0mufV1gGwZGS3EO9Gkse+Twc7FIxONiYOue27tiaE5/KcbL8awTN
	uCbSikZVIjNXxScaGSDGJ7tT11qZR/IjxRnMK5IJtng7EA/OzLzjHDfP+Qob5BF98z8Y
	Jv+B+kr6corrUh7GeCwgUDgODqcP+D+ICbdgi72Y6pC2muHpP/14xcOlTzP517yrSQ54
	6zRA==
MIME-Version: 1.0
X-Received: by 10.224.55.145 with SMTP id u17mr73625045qag.12.1419648798669;
	Fri, 26 Dec 2014 18:53:18 -0800 (PST)
Received: by 10.140.89.48 with HTTP; Fri, 26 Dec 2014 18:53:18 -0800 (PST)
In-Reply-To: <CA+kKtKAkOPsp-s2kqzAOUR5_S4900GOaVy2kC0kN-JgpEBewgw@mail.gmail.com>
References: <CA+kKtKDDatKjihBsv1qzNwn+w0gnvTOcY+NO-5iEur06QGq0KA@mail.gmail.com>
	<CAHyyzzRGQMiGijQfcgNBghF6A9LU74Es8JT3kAc5DDPK9yVeWw@mail.gmail.com>
	<CA+kKtKAkOPsp-s2kqzAOUR5_S4900GOaVy2kC0kN-JgpEBewgw@mail.gmail.com>
Date: Fri, 26 Dec 2014 19:53:18 -0700
Message-ID: <CAHyyzzSE=r=TbYWPuhsyUG8NSGUtQDheP3KJ5Zip2Z93-55vDA@mail.gmail.com>
From: jacek burghardt <jaceksburghardt@gmail.com>
To: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Windows 7 on Xen and access to Display card?
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2728021059153884355=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============2728021059153884355==
Content-Type: multipart/alternative; boundary=047d7bdc900459c46c050b29bec5

--047d7bdc900459c46c050b29bec5
Content-Type: text/plain; charset=UTF-8

Arch linux has kvm vga passthrough forum post i would post your question
there. Whatever works under kvm will work under xen I have realy good luck
with top of the line amd video card it reboots without being detached

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

<div dir=3D"ltr">Arch linux has kvm vga passthrough forum post i would post=
 your question there. Whatever works under kvm will work under xen I have r=
ealy good luck with top of the line amd video card it reboots without being=
 detached<br><div class=3D"gmail_extra"><br clear=3D"all"><div><div class=
=3D"gmail_signature"><div dir=3D"ltr">=C2=A0</div></div></div></div></div>

--047d7bdc900459c46c050b29bec5--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============2728021059153884355==--


From xen-users-bounces@lists.xen.org Sat Dec 27 03:09:30 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sat, 27 Dec 2014 03:09: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-users-bounces@lists.xen.org>)
	id 1Y4hkM-0000dl-87; Sat, 27 Dec 2014 03:08:54 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <wael.nasreddine@gmail.com>) id 1Y4hkK-0000df-1e
	for xen-users@lists.xen.org; Sat, 27 Dec 2014 03:08:52 +0000
Received: from [85.158.137.68] by server-6.bemta-3.messagelabs.com id
	E8/98-17694-3C22E945; Sat, 27 Dec 2014 03:08:51 +0000
X-Env-Sender: wael.nasreddine@gmail.com
X-Msg-Ref: server-10.tower-31.messagelabs.com!1419649727!15911656!1
X-Originating-IP: [209.85.213.174]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21414 invoked from network); 27 Dec 2014 03:08:48 -0000
Received: from mail-ig0-f174.google.com (HELO mail-ig0-f174.google.com)
	(209.85.213.174)
	by server-10.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	27 Dec 2014 03:08:48 -0000
Received: by mail-ig0-f174.google.com with SMTP id hn15so9344032igb.13
	for <xen-users@lists.xen.org>; Fri, 26 Dec 2014 19:08:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:in-reply-to:references:from:date:message-id:subject:to
	:cc:content-type;
	bh=k2CgmAjAzqb5wGCTdm85sHRJTNEgTvkkvI4M1sCFJcg=;
	b=O504LjhWgagdCE/yVmfyyN3ikJEJthv/Erj33G+BAwHSlyXibznEc3mInhV/4VXI9y
	8wffLEjAA7xmnEdprJ0Ti4Z9ct1EPXTBbdREIX9RmLkCUM+husrCo8zK2vN2nWZEkOLW
	4xsM4c+IOE9XiT/ezP5uWQaJ6QppQl45DTVkyw8P3XqNlzS+AKZZtnMGDXBk0ZhkIwPk
	gP3VzYD2tPqRU4tQH3oXUakl4jhqSVg9G4WxYZG1chnpQyaM7bjwQkYLqqFf9QkkNNRj
	JQ+wKDRsdmLsOBlAKR9MT5sMmT3dq67zm0vQ2fcWHD2q4+dws0J0qpPHlEvmqA/EPTbA
	kaqQ==
X-Received: by 10.50.138.107 with SMTP id qp11mr27336522igb.46.1419649727356; 
	Fri, 26 Dec 2014 19:08:47 -0800 (PST)
MIME-Version: 1.0
Received: by 10.64.208.41 with HTTP; Fri, 26 Dec 2014 19:08:26 -0800 (PST)
In-Reply-To: <CAHyyzzSE=r=TbYWPuhsyUG8NSGUtQDheP3KJ5Zip2Z93-55vDA@mail.gmail.com>
References: <CA+kKtKDDatKjihBsv1qzNwn+w0gnvTOcY+NO-5iEur06QGq0KA@mail.gmail.com>
	<CAHyyzzRGQMiGijQfcgNBghF6A9LU74Es8JT3kAc5DDPK9yVeWw@mail.gmail.com>
	<CA+kKtKAkOPsp-s2kqzAOUR5_S4900GOaVy2kC0kN-JgpEBewgw@mail.gmail.com>
	<CAHyyzzSE=r=TbYWPuhsyUG8NSGUtQDheP3KJ5Zip2Z93-55vDA@mail.gmail.com>
From: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>
Date: Fri, 26 Dec 2014 19:08:26 -0800
Message-ID: <CA+kKtKAO4-NTVjM-eG5dqAfTXriA6rCY+=svdSjteO6CUTLj4Q@mail.gmail.com>
To: jacek burghardt <jaceksburghardt@gmail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Windows 7 on Xen and access to Display card?
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Fri, Dec 26, 2014 at 6:53 PM, jacek burghardt
<jaceksburghardt@gmail.com> wrote:
> Arch linux has kvm vga passthrough forum post i would post your question
> there. Whatever works under kvm will work under xen I have realy good luck
> with top of the line amd video card it reboots without being detached
>
>

Jacek, what are the models of your motherboard, CPU and graphic card?

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Sat Dec 27 03:09:30 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sat, 27 Dec 2014 03:09: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-users-bounces@lists.xen.org>)
	id 1Y4hkM-0000dl-87; Sat, 27 Dec 2014 03:08:54 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <wael.nasreddine@gmail.com>) id 1Y4hkK-0000df-1e
	for xen-users@lists.xen.org; Sat, 27 Dec 2014 03:08:52 +0000
Received: from [85.158.137.68] by server-6.bemta-3.messagelabs.com id
	E8/98-17694-3C22E945; Sat, 27 Dec 2014 03:08:51 +0000
X-Env-Sender: wael.nasreddine@gmail.com
X-Msg-Ref: server-10.tower-31.messagelabs.com!1419649727!15911656!1
X-Originating-IP: [209.85.213.174]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 21414 invoked from network); 27 Dec 2014 03:08:48 -0000
Received: from mail-ig0-f174.google.com (HELO mail-ig0-f174.google.com)
	(209.85.213.174)
	by server-10.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	27 Dec 2014 03:08:48 -0000
Received: by mail-ig0-f174.google.com with SMTP id hn15so9344032igb.13
	for <xen-users@lists.xen.org>; Fri, 26 Dec 2014 19:08:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:in-reply-to:references:from:date:message-id:subject:to
	:cc:content-type;
	bh=k2CgmAjAzqb5wGCTdm85sHRJTNEgTvkkvI4M1sCFJcg=;
	b=O504LjhWgagdCE/yVmfyyN3ikJEJthv/Erj33G+BAwHSlyXibznEc3mInhV/4VXI9y
	8wffLEjAA7xmnEdprJ0Ti4Z9ct1EPXTBbdREIX9RmLkCUM+husrCo8zK2vN2nWZEkOLW
	4xsM4c+IOE9XiT/ezP5uWQaJ6QppQl45DTVkyw8P3XqNlzS+AKZZtnMGDXBk0ZhkIwPk
	gP3VzYD2tPqRU4tQH3oXUakl4jhqSVg9G4WxYZG1chnpQyaM7bjwQkYLqqFf9QkkNNRj
	JQ+wKDRsdmLsOBlAKR9MT5sMmT3dq67zm0vQ2fcWHD2q4+dws0J0qpPHlEvmqA/EPTbA
	kaqQ==
X-Received: by 10.50.138.107 with SMTP id qp11mr27336522igb.46.1419649727356; 
	Fri, 26 Dec 2014 19:08:47 -0800 (PST)
MIME-Version: 1.0
Received: by 10.64.208.41 with HTTP; Fri, 26 Dec 2014 19:08:26 -0800 (PST)
In-Reply-To: <CAHyyzzSE=r=TbYWPuhsyUG8NSGUtQDheP3KJ5Zip2Z93-55vDA@mail.gmail.com>
References: <CA+kKtKDDatKjihBsv1qzNwn+w0gnvTOcY+NO-5iEur06QGq0KA@mail.gmail.com>
	<CAHyyzzRGQMiGijQfcgNBghF6A9LU74Es8JT3kAc5DDPK9yVeWw@mail.gmail.com>
	<CA+kKtKAkOPsp-s2kqzAOUR5_S4900GOaVy2kC0kN-JgpEBewgw@mail.gmail.com>
	<CAHyyzzSE=r=TbYWPuhsyUG8NSGUtQDheP3KJ5Zip2Z93-55vDA@mail.gmail.com>
From: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>
Date: Fri, 26 Dec 2014 19:08:26 -0800
Message-ID: <CA+kKtKAO4-NTVjM-eG5dqAfTXriA6rCY+=svdSjteO6CUTLj4Q@mail.gmail.com>
To: jacek burghardt <jaceksburghardt@gmail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Windows 7 on Xen and access to Display card?
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

On Fri, Dec 26, 2014 at 6:53 PM, jacek burghardt
<jaceksburghardt@gmail.com> wrote:
> Arch linux has kvm vga passthrough forum post i would post your question
> there. Whatever works under kvm will work under xen I have realy good luck
> with top of the line amd video card it reboots without being detached
>
>

Jacek, what are the models of your motherboard, CPU and graphic card?

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Sat Dec 27 03:35:28 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sat, 27 Dec 2014 03:35:28 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y4i9R-0001Oa-MD; Sat, 27 Dec 2014 03:34:49 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jaceksburghardt@gmail.com>) id 1Y4i9Q-0001OV-IM
	for xen-users@lists.xen.org; Sat, 27 Dec 2014 03:34:48 +0000
Received: from [85.158.137.68] by server-2.bemta-3.messagelabs.com id
	6D/43-05632-7D82E945; Sat, 27 Dec 2014 03:34:47 +0000
X-Env-Sender: jaceksburghardt@gmail.com
X-Msg-Ref: server-7.tower-31.messagelabs.com!1419651286!15955136!1
X-Originating-IP: [209.85.216.174]
X-SpamReason: No, hits=0.9 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 5896 invoked from network); 27 Dec 2014 03:34:47 -0000
Received: from mail-qc0-f174.google.com (HELO mail-qc0-f174.google.com)
	(209.85.216.174)
	by server-7.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	27 Dec 2014 03:34:47 -0000
Received: by mail-qc0-f174.google.com with SMTP id c9so7737535qcz.19
	for <xen-users@lists.xen.org>; Fri, 26 Dec 2014 19:34:45 -0800 (PST)
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=q4TDU7M9mwVQfCk4Rx/5fjgvuFWkF95Bk4weogI5K60=;
	b=TnteoPjM45yIInQ6Lss6U+YNU35wUDVni/DIJ1ji89UKVaZoKulqzX61RG6gARRGBd
	y1rn+Ft9drl1jjkvAOYy1JEAZNw+rI511RF3hjQ+R3eedqg7ZT9dw0uBrmXxYHHcPsF8
	P6sNMuPsqRVUlNi8byj77kVBUbG67ZVQl0NFmB3lBNgYTeA/x0nXRg6FEWgOkgvr6h6A
	hsZ0DIwuDR3uYZ8IxSPfkLNhzSbqC6ww4u2HlcJrhxl8a+c+kRZb3K00L8hK+5PXlghJ
	SaA+NgCUskYqjkOO3a++DdGdvr/WZufaATczT/Vqza66TS4pYOqk8egxpZBDu7Gfp9Pj
	neXg==
MIME-Version: 1.0
X-Received: by 10.140.30.244 with SMTP id d107mr68674517qgd.70.1419651285771; 
	Fri, 26 Dec 2014 19:34:45 -0800 (PST)
Received: by 10.140.89.48 with HTTP; Fri, 26 Dec 2014 19:34:45 -0800 (PST)
In-Reply-To: <CA+kKtKAO4-NTVjM-eG5dqAfTXriA6rCY+=svdSjteO6CUTLj4Q@mail.gmail.com>
References: <CA+kKtKDDatKjihBsv1qzNwn+w0gnvTOcY+NO-5iEur06QGq0KA@mail.gmail.com>
	<CAHyyzzRGQMiGijQfcgNBghF6A9LU74Es8JT3kAc5DDPK9yVeWw@mail.gmail.com>
	<CA+kKtKAkOPsp-s2kqzAOUR5_S4900GOaVy2kC0kN-JgpEBewgw@mail.gmail.com>
	<CAHyyzzSE=r=TbYWPuhsyUG8NSGUtQDheP3KJ5Zip2Z93-55vDA@mail.gmail.com>
	<CA+kKtKAO4-NTVjM-eG5dqAfTXriA6rCY+=svdSjteO6CUTLj4Q@mail.gmail.com>
Date: Fri, 26 Dec 2014 20:34:45 -0700
Message-ID: <CAHyyzzQee3iRYQudBBnxP_pLi=DR+rN7x-=JT-+MJhKGK-e0EQ@mail.gmail.com>
From: jacek burghardt <jaceksburghardt@gmail.com>
To: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Windows 7 on Xen and access to Display card?
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============5500630540920515870=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============5500630540920515870==
Content-Type: multipart/alternative; boundary=001a113a6e8c97ec69050b2a5270

--001a113a6e8c97ec69050b2a5270
Content-Type: text/plain; charset=UTF-8

I have an  asus motherboard and amd cpu. I walked into microcenter and
found deal on openbox amd motherboard. I get more details tomorrow

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

<div dir=3D"ltr">I have an =C2=A0asus motherboard and amd cpu. I walked int=
o microcenter and found deal on openbox amd motherboard. I get more details=
 tomorrow<br><div class=3D"gmail_extra"><br clear=3D"all"><div><div><div di=
r=3D"ltr"><br></div></div></div></div></div>

--001a113a6e8c97ec69050b2a5270--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============5500630540920515870==--


From xen-users-bounces@lists.xen.org Sat Dec 27 03:35:28 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sat, 27 Dec 2014 03:35:28 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y4i9R-0001Oa-MD; Sat, 27 Dec 2014 03:34:49 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <jaceksburghardt@gmail.com>) id 1Y4i9Q-0001OV-IM
	for xen-users@lists.xen.org; Sat, 27 Dec 2014 03:34:48 +0000
Received: from [85.158.137.68] by server-2.bemta-3.messagelabs.com id
	6D/43-05632-7D82E945; Sat, 27 Dec 2014 03:34:47 +0000
X-Env-Sender: jaceksburghardt@gmail.com
X-Msg-Ref: server-7.tower-31.messagelabs.com!1419651286!15955136!1
X-Originating-IP: [209.85.216.174]
X-SpamReason: No, hits=0.9 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 5896 invoked from network); 27 Dec 2014 03:34:47 -0000
Received: from mail-qc0-f174.google.com (HELO mail-qc0-f174.google.com)
	(209.85.216.174)
	by server-7.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	27 Dec 2014 03:34:47 -0000
Received: by mail-qc0-f174.google.com with SMTP id c9so7737535qcz.19
	for <xen-users@lists.xen.org>; Fri, 26 Dec 2014 19:34:45 -0800 (PST)
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=q4TDU7M9mwVQfCk4Rx/5fjgvuFWkF95Bk4weogI5K60=;
	b=TnteoPjM45yIInQ6Lss6U+YNU35wUDVni/DIJ1ji89UKVaZoKulqzX61RG6gARRGBd
	y1rn+Ft9drl1jjkvAOYy1JEAZNw+rI511RF3hjQ+R3eedqg7ZT9dw0uBrmXxYHHcPsF8
	P6sNMuPsqRVUlNi8byj77kVBUbG67ZVQl0NFmB3lBNgYTeA/x0nXRg6FEWgOkgvr6h6A
	hsZ0DIwuDR3uYZ8IxSPfkLNhzSbqC6ww4u2HlcJrhxl8a+c+kRZb3K00L8hK+5PXlghJ
	SaA+NgCUskYqjkOO3a++DdGdvr/WZufaATczT/Vqza66TS4pYOqk8egxpZBDu7Gfp9Pj
	neXg==
MIME-Version: 1.0
X-Received: by 10.140.30.244 with SMTP id d107mr68674517qgd.70.1419651285771; 
	Fri, 26 Dec 2014 19:34:45 -0800 (PST)
Received: by 10.140.89.48 with HTTP; Fri, 26 Dec 2014 19:34:45 -0800 (PST)
In-Reply-To: <CA+kKtKAO4-NTVjM-eG5dqAfTXriA6rCY+=svdSjteO6CUTLj4Q@mail.gmail.com>
References: <CA+kKtKDDatKjihBsv1qzNwn+w0gnvTOcY+NO-5iEur06QGq0KA@mail.gmail.com>
	<CAHyyzzRGQMiGijQfcgNBghF6A9LU74Es8JT3kAc5DDPK9yVeWw@mail.gmail.com>
	<CA+kKtKAkOPsp-s2kqzAOUR5_S4900GOaVy2kC0kN-JgpEBewgw@mail.gmail.com>
	<CAHyyzzSE=r=TbYWPuhsyUG8NSGUtQDheP3KJ5Zip2Z93-55vDA@mail.gmail.com>
	<CA+kKtKAO4-NTVjM-eG5dqAfTXriA6rCY+=svdSjteO6CUTLj4Q@mail.gmail.com>
Date: Fri, 26 Dec 2014 20:34:45 -0700
Message-ID: <CAHyyzzQee3iRYQudBBnxP_pLi=DR+rN7x-=JT-+MJhKGK-e0EQ@mail.gmail.com>
From: jacek burghardt <jaceksburghardt@gmail.com>
To: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Windows 7 on Xen and access to Display card?
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============5500630540920515870=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============5500630540920515870==
Content-Type: multipart/alternative; boundary=001a113a6e8c97ec69050b2a5270

--001a113a6e8c97ec69050b2a5270
Content-Type: text/plain; charset=UTF-8

I have an  asus motherboard and amd cpu. I walked into microcenter and
found deal on openbox amd motherboard. I get more details tomorrow

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

<div dir=3D"ltr">I have an =C2=A0asus motherboard and amd cpu. I walked int=
o microcenter and found deal on openbox amd motherboard. I get more details=
 tomorrow<br><div class=3D"gmail_extra"><br clear=3D"all"><div><div><div di=
r=3D"ltr"><br></div></div></div></div></div>

--001a113a6e8c97ec69050b2a5270--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============5500630540920515870==--


From xen-users-bounces@lists.xen.org Sat Dec 27 03:57:42 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sat, 27 Dec 2014 03:57: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-users-bounces@lists.xen.org>)
	id 1Y4iUp-00027v-Bu; Sat, 27 Dec 2014 03:56:55 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <wael.nasreddine@gmail.com>) id 1Y4iUo-00027q-C8
	for xen-users@lists.xen.org; Sat, 27 Dec 2014 03:56:54 +0000
Received: from [85.158.137.68] by server-10.bemta-3.messagelabs.com id
	CC/57-24859-50E2E945; Sat, 27 Dec 2014 03:56:53 +0000
X-Env-Sender: wael.nasreddine@gmail.com
X-Msg-Ref: server-11.tower-31.messagelabs.com!1419652612!15949619!1
X-Originating-IP: [209.85.223.177]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 14174 invoked from network); 27 Dec 2014 03:56:53 -0000
Received: from mail-ie0-f177.google.com (HELO mail-ie0-f177.google.com)
	(209.85.223.177)
	by server-11.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	27 Dec 2014 03:56:53 -0000
Received: by mail-ie0-f177.google.com with SMTP id rd18so9706698iec.8
	for <xen-users@lists.xen.org>; Fri, 26 Dec 2014 19:56:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:in-reply-to:references:from:date:message-id:subject:to
	:cc:content-type;
	bh=t0cZ6QJTEY2srF/ujViktq8APrmrkuI1dbaOhwcvHqw=;
	b=T27HIG5YNiagk9ZJgTZJRcjA7JaU1j+IBjxTpoAT90f+HrDW/06aidEppkrGvXZP0e
	jRB7/UpZvaO+KNOtoXjgF1gYiFtvEbmJ1+ALnop6NKa3Y7phN/XetQHE13T7FYcNQopx
	NxizxMZBB6sR5YbTOcVm2Yq+rs6f5FwEkgQIwd1mmZG5QbLAL3ptgPEQQUTqkwlpMHib
	enm4LwExD0MkM1RRk5iRg+LPsCCKW1K6o/URJpKajiGToyrcbujMTHUfhkzOKM4bsQ8z
	TSxRtyaTX2G9Ppn+/3XUOmApM4x+vwGqycN9ReGUGEw0kJqEpMTuqgrRkO0dvvrMj4p/
	2EXw==
X-Received: by 10.43.144.5 with SMTP id jo5mr9680872icc.83.1419652611628; Fri,
	26 Dec 2014 19:56:51 -0800 (PST)
MIME-Version: 1.0
Received: by 10.64.208.41 with HTTP; Fri, 26 Dec 2014 19:56:31 -0800 (PST)
In-Reply-To: <CAHyyzzQee3iRYQudBBnxP_pLi=DR+rN7x-=JT-+MJhKGK-e0EQ@mail.gmail.com>
References: <CA+kKtKDDatKjihBsv1qzNwn+w0gnvTOcY+NO-5iEur06QGq0KA@mail.gmail.com>
	<CAHyyzzRGQMiGijQfcgNBghF6A9LU74Es8JT3kAc5DDPK9yVeWw@mail.gmail.com>
	<CA+kKtKAkOPsp-s2kqzAOUR5_S4900GOaVy2kC0kN-JgpEBewgw@mail.gmail.com>
	<CAHyyzzSE=r=TbYWPuhsyUG8NSGUtQDheP3KJ5Zip2Z93-55vDA@mail.gmail.com>
	<CA+kKtKAO4-NTVjM-eG5dqAfTXriA6rCY+=svdSjteO6CUTLj4Q@mail.gmail.com>
	<CAHyyzzQee3iRYQudBBnxP_pLi=DR+rN7x-=JT-+MJhKGK-e0EQ@mail.gmail.com>
From: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>
Date: Fri, 26 Dec 2014 19:56:31 -0800
Message-ID: <CA+kKtKBYJh4VLRDP+WJFvJcZScJtWo_q6E4wtLcEVqFw_0=Gyg@mail.gmail.com>
To: jacek burghardt <jaceksburghardt@gmail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Windows 7 on Xen and access to Display card?
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

I'll wait for your email tomorrow and check them out, thank you!

On Fri, Dec 26, 2014 at 7:34 PM, jacek burghardt
<jaceksburghardt@gmail.com> wrote:
> I have an  asus motherboard and amd cpu. I walked into microcenter and found
> deal on openbox amd motherboard. I get more details tomorrow
>
>



-- 
Wael Nasreddine | SRE at Google | wael.nasreddine@gmail.com | (650) 735-1773

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Sat Dec 27 03:57:42 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Sat, 27 Dec 2014 03:57: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-users-bounces@lists.xen.org>)
	id 1Y4iUp-00027v-Bu; Sat, 27 Dec 2014 03:56:55 +0000
Received: from mail6.bemta3.messagelabs.com ([195.245.230.39])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <wael.nasreddine@gmail.com>) id 1Y4iUo-00027q-C8
	for xen-users@lists.xen.org; Sat, 27 Dec 2014 03:56:54 +0000
Received: from [85.158.137.68] by server-10.bemta-3.messagelabs.com id
	CC/57-24859-50E2E945; Sat, 27 Dec 2014 03:56:53 +0000
X-Env-Sender: wael.nasreddine@gmail.com
X-Msg-Ref: server-11.tower-31.messagelabs.com!1419652612!15949619!1
X-Originating-IP: [209.85.223.177]
X-SpamReason: No, hits=0.3 required=7.0 tests=RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 14174 invoked from network); 27 Dec 2014 03:56:53 -0000
Received: from mail-ie0-f177.google.com (HELO mail-ie0-f177.google.com)
	(209.85.223.177)
	by server-11.tower-31.messagelabs.com with RC4-SHA encrypted SMTP;
	27 Dec 2014 03:56:53 -0000
Received: by mail-ie0-f177.google.com with SMTP id rd18so9706698iec.8
	for <xen-users@lists.xen.org>; Fri, 26 Dec 2014 19:56:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:in-reply-to:references:from:date:message-id:subject:to
	:cc:content-type;
	bh=t0cZ6QJTEY2srF/ujViktq8APrmrkuI1dbaOhwcvHqw=;
	b=T27HIG5YNiagk9ZJgTZJRcjA7JaU1j+IBjxTpoAT90f+HrDW/06aidEppkrGvXZP0e
	jRB7/UpZvaO+KNOtoXjgF1gYiFtvEbmJ1+ALnop6NKa3Y7phN/XetQHE13T7FYcNQopx
	NxizxMZBB6sR5YbTOcVm2Yq+rs6f5FwEkgQIwd1mmZG5QbLAL3ptgPEQQUTqkwlpMHib
	enm4LwExD0MkM1RRk5iRg+LPsCCKW1K6o/URJpKajiGToyrcbujMTHUfhkzOKM4bsQ8z
	TSxRtyaTX2G9Ppn+/3XUOmApM4x+vwGqycN9ReGUGEw0kJqEpMTuqgrRkO0dvvrMj4p/
	2EXw==
X-Received: by 10.43.144.5 with SMTP id jo5mr9680872icc.83.1419652611628; Fri,
	26 Dec 2014 19:56:51 -0800 (PST)
MIME-Version: 1.0
Received: by 10.64.208.41 with HTTP; Fri, 26 Dec 2014 19:56:31 -0800 (PST)
In-Reply-To: <CAHyyzzQee3iRYQudBBnxP_pLi=DR+rN7x-=JT-+MJhKGK-e0EQ@mail.gmail.com>
References: <CA+kKtKDDatKjihBsv1qzNwn+w0gnvTOcY+NO-5iEur06QGq0KA@mail.gmail.com>
	<CAHyyzzRGQMiGijQfcgNBghF6A9LU74Es8JT3kAc5DDPK9yVeWw@mail.gmail.com>
	<CA+kKtKAkOPsp-s2kqzAOUR5_S4900GOaVy2kC0kN-JgpEBewgw@mail.gmail.com>
	<CAHyyzzSE=r=TbYWPuhsyUG8NSGUtQDheP3KJ5Zip2Z93-55vDA@mail.gmail.com>
	<CA+kKtKAO4-NTVjM-eG5dqAfTXriA6rCY+=svdSjteO6CUTLj4Q@mail.gmail.com>
	<CAHyyzzQee3iRYQudBBnxP_pLi=DR+rN7x-=JT-+MJhKGK-e0EQ@mail.gmail.com>
From: "Wael M. Nasreddine" <wael.nasreddine@gmail.com>
Date: Fri, 26 Dec 2014 19:56:31 -0800
Message-ID: <CA+kKtKBYJh4VLRDP+WJFvJcZScJtWo_q6E4wtLcEVqFw_0=Gyg@mail.gmail.com>
To: jacek burghardt <jaceksburghardt@gmail.com>
Cc: xen-users <xen-users@lists.xen.org>
Subject: Re: [Xen-users] Windows 7 on Xen and access to Display card?
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

I'll wait for your email tomorrow and check them out, thank you!

On Fri, Dec 26, 2014 at 7:34 PM, jacek burghardt
<jaceksburghardt@gmail.com> wrote:
> I have an  asus motherboard and amd cpu. I walked into microcenter and found
> deal on openbox amd motherboard. I get more details tomorrow
>
>



-- 
Wael Nasreddine | SRE at Google | wael.nasreddine@gmail.com | (650) 735-1773

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Mon Dec 29 01:37:07 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 29 Dec 2014 01:37:07 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y5PF8-0000q2-Nz; Mon, 29 Dec 2014 01:35:34 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <tlviewer@yahoo.com>) id 1Y5PF6-0000px-Qv
	for xen-users@lists.xen.org; Mon, 29 Dec 2014 01:35:33 +0000
Received: from [85.158.139.211] by server-15.bemta-5.messagelabs.com id
	4B/5B-01660-4EFA0A45; Mon, 29 Dec 2014 01:35:32 +0000
X-Env-Sender: tlviewer@yahoo.com
X-Msg-Ref: server-5.tower-206.messagelabs.com!1419816929!15406570!1
X-Originating-IP: [98.139.213.150]
X-SpamReason: No, hits=1.0 required=7.0 tests=FORGED_YAHOO_RCVD,
	HTML_50_60,HTML_MESSAGE,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 482 invoked from network); 29 Dec 2014 01:35:30 -0000
Received: from nm5-vm0.bullet.mail.bf1.yahoo.com (HELO
	nm5-vm0.bullet.mail.bf1.yahoo.com) (98.139.213.150)
	by server-5.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	29 Dec 2014 01:35:30 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048;
	t=1419816929; bh=jMlDYwyUeMaOu4Hsz7GN/LZgJ9CqhWQiRjpu+ku+q7Q=;
	h=Date:From:Reply-To:To:Subject:From:Subject;
	b=QfQf+pioe4tLnXecGiSq/IGW0ukn4w5gUDtYfVno6dFD0/Sjw28wzVUn7T3d/ek3mp5aNCv1dGw8Dk9B1wrs9gSc8zSOAKjSboFR3IuZItuwn4hAVH5Ss3wW+vkiCaUfcc7LSgp7sbM+ePlGpcdDYTY4yXc9BQgyqvZBlGkBoqaTQrarlZDd/z1IG3d40aRI9HaKaPWtV6FioTw6Z2kmuUBftMnZnWi/CUhJCuQGNVQXpGOI/jyt1D9kznAhlylxQUYak5pMzl4FzvVF7nvebCD0OQqFky3/sQUN60XeIuI+L1VfWZzYH3qnRyxCTvtGk1at2D8mMO9M7nFf8OrDYA==
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com;
	b=AWlWXRH9haA8kWSF/hUdUihry5G6LrNLdA29I49EHjRMfcaL2W+FqGqG6vgNmshLNfJeiYl8UpTo9tpY6L5QIgGfLeR+3amXdL5g4EvdxoRxKPjVe75jpeIqSBtLJxbt5kW+1S5H57exe35JiNB98Ga09i4slReiUx5HdikNrQ68uvbhrB1O4pta+LI9BaqDXrVNAhI4rG40RASO9b0365N6T84BztAYUice1lqjVrAIkz/Z49eKNj+S9BodDSmXWRZg8/0SBTVBtPFrYWcrEHpqGs0xicDrV+oH3NWKeViA6iZboiUoG8/A1deRJsMHxqSRQeLFXksyh38sgQr+Sg==;
Received: from [66.196.81.174] by nm5.bullet.mail.bf1.yahoo.com with NNFMP;
	29 Dec 2014 01:35:29 -0000
Received: from [98.139.215.250] by tm20.bullet.mail.bf1.yahoo.com with NNFMP;
	29 Dec 2014 01:35:29 -0000
Received: from [127.0.0.1] by omp1063.mail.bf1.yahoo.com with NNFMP;
	29 Dec 2014 01:35:29 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 575864.42602.bm@omp1063.mail.bf1.yahoo.com
X-YMail-OSG: RKCfP4IVM1kO.XiiGKguvFVqDpLoh0VTZI3snBTpB1EwzocmA4U3yeuTjrD06cm
	zFUPKAehfpZMX2o28pU0hPecMjmSY566CH.6sWwUqerXEx3KqmAS5GR6Kd1nXJn9jfGOzvIdqJAf
	y0tEKkqfNuT_VC7yRc9PGhDFbTOrJe1L58u344xrfx4KB1zOh2_4Z_3Znz51xtN1uDjGb31OO8rx
	m2.uzKjrwi5gHHdvo9ml4FOxjd9XmRPMgotfTeNAmFw0.QKMPY1yF7nac.UwfZX_mWe9oWCc6_4k
	UDPO.ZQzuBFmCi631s172bD_bP8RZ1UkZZj7qqGTOjdXKlLc73nFvCaKk62alvMtQeN89biU046T
	66Cl1_7wb_JHn_A078cfu7EkbUIitkaW2wIU6FhSj2YqtRHzz.7_MH1H5VB1mXA505d59SFgEJ_2
	hRJinNlMMJvD7SGk.sls75ivcSoA29ihaIlN4U70EpQTbKl2SpADS34UjmCp4sc7wPsyLDpIzTum
	6uCoeG4EEHRGWFX0_Sq2ex6f_we0E1jRF9NzCR5rgbCPIB7z5ZCG7TPOJOOXkmXSTopbNXP3fsBL
	wq9hBJrTFmFh5fYyXlTYa.vr8ew--
Received: by 76.13.26.198; Mon, 29 Dec 2014 01:35:29 +0000 
Date: Mon, 29 Dec 2014 01:35:28 +0000 (UTC)
From: Mark Pryor <tlviewer@yahoo.com>
To: Xen-users <xen-users@lists.xen.org>
Message-ID: <410886526.1084028.1419816928784.JavaMail.yahoo@jws10602g.mail.bf1.yahoo.com>
MIME-Version: 1.0
Content-Length: 3099
Subject: [Xen-users] caching seabios-dir in tools/firmware on deb8
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Mark Pryor <tlviewer@yahoo.com>
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0636712656425006039=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============0636712656425006039==
Content-Type: multipart/alternative; 
	boundary="----=_Part_1084027_809038542.1419816928781"
Content-Length: 2612

------=_Part_1084027_809038542.1419816928781
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

Hello,
on #xen channel on freenode, we discussed how to use a local seabios git repo in a build using the rc4 tarball.
Any problems with this approach? I used it for a build today.----- snip ------
git clone git://xenbits.xen.org/seabios.git
ln -s ./seabios seabios-dir
tar hczf seabios-dir.tar.gz ./seabios-dir --exclude=./seabios-dir/.git

//while in xenroot after untarring the tarball (its best to script this)cd ./xen-4.5.0-rc4
(cd ./tools/firmware/;cp ~/seabios-dir.tar.gz ./;tar xzf ./seabios-dir.tar.gz; rm seabios-dir.tar.gz)
--------- snip -----
Now your cached seabios will be used instead of the usual remote clone
 


------=_Part_1084027_809038542.1419816928781
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"color:#000; background-color:#fff; font-family:He=
lveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;fo=
nt-size:16px"><div dir=3D"ltr" id=3D"yui_3_16_0_1_1419816500236_2380">Hello=
,</div><div dir=3D"ltr"><br></div><div dir=3D"ltr">on #xen channel on freen=
ode, we discussed how to use a local seabios git repo in a build using the =
rc4 tarball.</div><div id=3D"yui_3_16_0_1_1419816500236_2399" dir=3D"ltr"><=
br></div><div dir=3D"ltr">Any problems with this approach? I used it for a =
build today.</div><div dir=3D"ltr">----- snip ------<br></div><div id=3D"yu=
i_3_16_0_1_1419816500236_2400" dir=3D"ltr">git clone git://xenbits.xen.org/=
seabios.git<br style=3D"" class=3D"">ln -s ./seabios seabios-dir<br style=
=3D"" class=3D"">tar hczf seabios-dir.tar.gz ./seabios-dir --exclude=3D./se=
abios-dir/.git<br style=3D"" class=3D""></div><div id=3D"yui_3_16_0_1_14198=
16500236_2577" dir=3D"ltr"><br></div><div id=3D"yui_3_16_0_1_1419816500236_=
2401" dir=3D"ltr">//while in xenroot after untarring the tarball (its best =
to script this)</div><div id=3D"yui_3_16_0_1_1419816500236_2583" dir=3D"ltr=
">cd ./xen-4.5.0-rc4<br></div><div id=3D"yui_3_16_0_1_1419816500236_2584" d=
ir=3D"ltr">(cd ./tools/firmware/;cp ~/seabios-dir.tar.gz ./;tar xzf ./seabi=
os-dir.tar.gz; rm seabios-dir.tar.gz)<br style=3D"" class=3D""></div><div d=
ir=3D"ltr">--------- snip -----<br></div><div dir=3D"ltr">Now your cached s=
eabios will be used instead of the usual remote clone<br></div><div id=3D"y=
ui_3_16_0_1_1419816500236_2578" dir=3D"ltr"> <br></div><div style=3D"" clas=
s=3D"" dir=3D"ltr"><br style=3D"" class=3D""></div></div></body></html>
------=_Part_1084027_809038542.1419816928781--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============0636712656425006039==--


From xen-users-bounces@lists.xen.org Mon Dec 29 01:37:07 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Mon, 29 Dec 2014 01:37:07 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y5PF8-0000q2-Nz; Mon, 29 Dec 2014 01:35:34 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <tlviewer@yahoo.com>) id 1Y5PF6-0000px-Qv
	for xen-users@lists.xen.org; Mon, 29 Dec 2014 01:35:33 +0000
Received: from [85.158.139.211] by server-15.bemta-5.messagelabs.com id
	4B/5B-01660-4EFA0A45; Mon, 29 Dec 2014 01:35:32 +0000
X-Env-Sender: tlviewer@yahoo.com
X-Msg-Ref: server-5.tower-206.messagelabs.com!1419816929!15406570!1
X-Originating-IP: [98.139.213.150]
X-SpamReason: No, hits=1.0 required=7.0 tests=FORGED_YAHOO_RCVD,
	HTML_50_60,HTML_MESSAGE,RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 482 invoked from network); 29 Dec 2014 01:35:30 -0000
Received: from nm5-vm0.bullet.mail.bf1.yahoo.com (HELO
	nm5-vm0.bullet.mail.bf1.yahoo.com) (98.139.213.150)
	by server-5.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	29 Dec 2014 01:35:30 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048;
	t=1419816929; bh=jMlDYwyUeMaOu4Hsz7GN/LZgJ9CqhWQiRjpu+ku+q7Q=;
	h=Date:From:Reply-To:To:Subject:From:Subject;
	b=QfQf+pioe4tLnXecGiSq/IGW0ukn4w5gUDtYfVno6dFD0/Sjw28wzVUn7T3d/ek3mp5aNCv1dGw8Dk9B1wrs9gSc8zSOAKjSboFR3IuZItuwn4hAVH5Ss3wW+vkiCaUfcc7LSgp7sbM+ePlGpcdDYTY4yXc9BQgyqvZBlGkBoqaTQrarlZDd/z1IG3d40aRI9HaKaPWtV6FioTw6Z2kmuUBftMnZnWi/CUhJCuQGNVQXpGOI/jyt1D9kznAhlylxQUYak5pMzl4FzvVF7nvebCD0OQqFky3/sQUN60XeIuI+L1VfWZzYH3qnRyxCTvtGk1at2D8mMO9M7nFf8OrDYA==
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.com;
	b=AWlWXRH9haA8kWSF/hUdUihry5G6LrNLdA29I49EHjRMfcaL2W+FqGqG6vgNmshLNfJeiYl8UpTo9tpY6L5QIgGfLeR+3amXdL5g4EvdxoRxKPjVe75jpeIqSBtLJxbt5kW+1S5H57exe35JiNB98Ga09i4slReiUx5HdikNrQ68uvbhrB1O4pta+LI9BaqDXrVNAhI4rG40RASO9b0365N6T84BztAYUice1lqjVrAIkz/Z49eKNj+S9BodDSmXWRZg8/0SBTVBtPFrYWcrEHpqGs0xicDrV+oH3NWKeViA6iZboiUoG8/A1deRJsMHxqSRQeLFXksyh38sgQr+Sg==;
Received: from [66.196.81.174] by nm5.bullet.mail.bf1.yahoo.com with NNFMP;
	29 Dec 2014 01:35:29 -0000
Received: from [98.139.215.250] by tm20.bullet.mail.bf1.yahoo.com with NNFMP;
	29 Dec 2014 01:35:29 -0000
Received: from [127.0.0.1] by omp1063.mail.bf1.yahoo.com with NNFMP;
	29 Dec 2014 01:35:29 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 575864.42602.bm@omp1063.mail.bf1.yahoo.com
X-YMail-OSG: RKCfP4IVM1kO.XiiGKguvFVqDpLoh0VTZI3snBTpB1EwzocmA4U3yeuTjrD06cm
	zFUPKAehfpZMX2o28pU0hPecMjmSY566CH.6sWwUqerXEx3KqmAS5GR6Kd1nXJn9jfGOzvIdqJAf
	y0tEKkqfNuT_VC7yRc9PGhDFbTOrJe1L58u344xrfx4KB1zOh2_4Z_3Znz51xtN1uDjGb31OO8rx
	m2.uzKjrwi5gHHdvo9ml4FOxjd9XmRPMgotfTeNAmFw0.QKMPY1yF7nac.UwfZX_mWe9oWCc6_4k
	UDPO.ZQzuBFmCi631s172bD_bP8RZ1UkZZj7qqGTOjdXKlLc73nFvCaKk62alvMtQeN89biU046T
	66Cl1_7wb_JHn_A078cfu7EkbUIitkaW2wIU6FhSj2YqtRHzz.7_MH1H5VB1mXA505d59SFgEJ_2
	hRJinNlMMJvD7SGk.sls75ivcSoA29ihaIlN4U70EpQTbKl2SpADS34UjmCp4sc7wPsyLDpIzTum
	6uCoeG4EEHRGWFX0_Sq2ex6f_we0E1jRF9NzCR5rgbCPIB7z5ZCG7TPOJOOXkmXSTopbNXP3fsBL
	wq9hBJrTFmFh5fYyXlTYa.vr8ew--
Received: by 76.13.26.198; Mon, 29 Dec 2014 01:35:29 +0000 
Date: Mon, 29 Dec 2014 01:35:28 +0000 (UTC)
From: Mark Pryor <tlviewer@yahoo.com>
To: Xen-users <xen-users@lists.xen.org>
Message-ID: <410886526.1084028.1419816928784.JavaMail.yahoo@jws10602g.mail.bf1.yahoo.com>
MIME-Version: 1.0
Content-Length: 3099
Subject: [Xen-users] caching seabios-dir in tools/firmware on deb8
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: Mark Pryor <tlviewer@yahoo.com>
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============0636712656425006039=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============0636712656425006039==
Content-Type: multipart/alternative; 
	boundary="----=_Part_1084027_809038542.1419816928781"
Content-Length: 2612

------=_Part_1084027_809038542.1419816928781
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

Hello,
on #xen channel on freenode, we discussed how to use a local seabios git repo in a build using the rc4 tarball.
Any problems with this approach? I used it for a build today.----- snip ------
git clone git://xenbits.xen.org/seabios.git
ln -s ./seabios seabios-dir
tar hczf seabios-dir.tar.gz ./seabios-dir --exclude=./seabios-dir/.git

//while in xenroot after untarring the tarball (its best to script this)cd ./xen-4.5.0-rc4
(cd ./tools/firmware/;cp ~/seabios-dir.tar.gz ./;tar xzf ./seabios-dir.tar.gz; rm seabios-dir.tar.gz)
--------- snip -----
Now your cached seabios will be used instead of the usual remote clone
 


------=_Part_1084027_809038542.1419816928781
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"color:#000; background-color:#fff; font-family:He=
lveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;fo=
nt-size:16px"><div dir=3D"ltr" id=3D"yui_3_16_0_1_1419816500236_2380">Hello=
,</div><div dir=3D"ltr"><br></div><div dir=3D"ltr">on #xen channel on freen=
ode, we discussed how to use a local seabios git repo in a build using the =
rc4 tarball.</div><div id=3D"yui_3_16_0_1_1419816500236_2399" dir=3D"ltr"><=
br></div><div dir=3D"ltr">Any problems with this approach? I used it for a =
build today.</div><div dir=3D"ltr">----- snip ------<br></div><div id=3D"yu=
i_3_16_0_1_1419816500236_2400" dir=3D"ltr">git clone git://xenbits.xen.org/=
seabios.git<br style=3D"" class=3D"">ln -s ./seabios seabios-dir<br style=
=3D"" class=3D"">tar hczf seabios-dir.tar.gz ./seabios-dir --exclude=3D./se=
abios-dir/.git<br style=3D"" class=3D""></div><div id=3D"yui_3_16_0_1_14198=
16500236_2577" dir=3D"ltr"><br></div><div id=3D"yui_3_16_0_1_1419816500236_=
2401" dir=3D"ltr">//while in xenroot after untarring the tarball (its best =
to script this)</div><div id=3D"yui_3_16_0_1_1419816500236_2583" dir=3D"ltr=
">cd ./xen-4.5.0-rc4<br></div><div id=3D"yui_3_16_0_1_1419816500236_2584" d=
ir=3D"ltr">(cd ./tools/firmware/;cp ~/seabios-dir.tar.gz ./;tar xzf ./seabi=
os-dir.tar.gz; rm seabios-dir.tar.gz)<br style=3D"" class=3D""></div><div d=
ir=3D"ltr">--------- snip -----<br></div><div dir=3D"ltr">Now your cached s=
eabios will be used instead of the usual remote clone<br></div><div id=3D"y=
ui_3_16_0_1_1419816500236_2578" dir=3D"ltr"> <br></div><div style=3D"" clas=
s=3D"" dir=3D"ltr"><br style=3D"" class=3D""></div></div></body></html>
------=_Part_1084027_809038542.1419816928781--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============0636712656425006039==--


From xen-users-bounces@lists.xen.org Tue Dec 30 14:00:19 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 30 Dec 2014 14:00:19 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y5xJw-00086h-MO; Tue, 30 Dec 2014 13:58:48 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <philippe.lemelin@extenway.com>) id 1Y5xJu-00086c-Ru
	for xen-users@lists.xen.org; Tue, 30 Dec 2014 13:58:46 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	70/B5-25276-69FA2A45; Tue, 30 Dec 2014 13:58:46 +0000
X-Env-Sender: philippe.lemelin@extenway.com
X-Msg-Ref: server-8.tower-21.messagelabs.com!1419947924!18495048!1
X-Originating-IP: [157.56.111.132]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 10084 invoked from network); 30 Dec 2014 13:58:45 -0000
Received: from mail-bn1bon0132.outbound.protection.outlook.com (HELO
	na01-bn1-obe.outbound.protection.outlook.com) (157.56.111.132)
	by server-8.tower-21.messagelabs.com with AES256-SHA encrypted SMTP;
	30 Dec 2014 13:58:45 -0000
Received: from [10.2.100.149] (216.137.163.98) by
	BLUPR04MB214.namprd04.prod.outlook.com (10.255.190.16) with Microsoft
	SMTP Server (TLS) id 15.1.49.12; Tue, 30 Dec 2014 13:58:41 +0000
Message-ID: <54A2AF99.9080100@extenway.com>
Date: Tue, 30 Dec 2014 08:58:49 -0500
From: "Philippe-A. Lemelin" <philippe.lemelin@extenway.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:31.0) Gecko/20100101 Thunderbird/31.3.0
MIME-Version: 1.0
To: <xen-users@lists.xen.org>
X-Originating-IP: [216.137.163.98]
X-ClientProxiedBy: CO2PR04CA032.namprd04.prod.outlook.com (10.141.240.160) To
	BLUPR04MB214.namprd04.prod.outlook.com (10.255.190.16)
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BLUPR04MB214;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004);
	SRVR:BLUPR04MB214; 
X-Forefront-PRVS: 04410E544A
X-Forefront-Antispam-Report: SFV:NSPM;
	SFS:(10019020)(6009001)(6049001)(199003)(189002)(50466002)(77156002)(42186005)(97736003)(87976001)(15975445007)(120916001)(59896002)(54356999)(87266999)(2351001)(107046002)(66066001)(47776003)(106356001)(86362001)(23676002)(20776003)(229853001)(450100001)(46102003)(68736005)(4396001)(107886001)(62966003)(64126003)(92566001)(31966008)(83506001)(33656002)(21056001)(50986999)(110136001)(101416001)(40100003)(105586002)(77096005)(1720100001)(65806001)(19580395003)(36756003)(122386002);
	DIR:OUT; SFP:1102; SCL:1; SRVR:BLUPR04MB214; H:[10.2.100.149];
	FPR:; SPF:None; MLV:sfv; PTR:InfoNoRecords; A:1; MX:1; LANG:en; 
Received-SPF: None (protection.outlook.com: extenway.com does not designate
	permitted sender hosts)
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BLUPR04MB214;
X-OriginatorOrg: extenway.com
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 30 Dec 2014 13:58:41.9904 (UTC)
X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted
X-MS-Exchange-Transport-CrossTenantHeadersStamped: BLUPR04MB214
Subject: [Xen-users] XENBUS timeout connecting to device (Hard disks not
	detected)
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Good Morning List,

I'm currently trying to install a CentOS DomU and I am facing an issue I 
never experienced before. None of my hard disks are detected. I've now 
tried with a single HDD or with many as I usually do and each time, I'm 
faced with the same result. I tried with a CenOS 5 and 6 DomU with the 
same end result, the installer is not seeing any valid devices on which 
to install.

Here is the command i'm using when launching the installation:

virt-install --vnc --bridge=xenbr0 -p --name=test --ram=2000 --vcpus=2 
--disk /images/disk1.img,format=raw --disk /images/disk2.img,format=raw 
--disk /images/disk3.img,format=raw --disk /images/disk4.img,format=raw 
--disk /images/disk5.img,format=raw 
--location=http://mirror.centos.org/centos/5/os/x86_64

When looking at the installer log I see the following ( I confirmed that 
the 5 devices that timeout are indeed the xvda, xvdb... disks):

<6>XENBUS: Device with no driver: device/vbd/51712
<6>XENBUS: Device with no driver: device/vbd/51728
<6>XENBUS: Device with no driver: device/vbd/51744
<6>XENBUS: Device with no driver: device/vbd/51760
<6>XENBUS: Device with no driver: device/vbd/51776
<6>XENBUS: Device with no driver: device/vif/0
<6>XENBUS: Device with no driver: device/console/0
...
<4>XENBUS: Waiting for devices to initialise: 295s...290s... ...
...
<4>XENBUS: Timeout connecting to device: device/vbd/51712 (local state 
3, remote state 1)
<4>XENBUS: Timeout connecting to device: device/vbd/51728 (local state 
3, remote state 1)
<4>XENBUS: Timeout connecting to device: device/vbd/51744 (local state 
3, remote state 1)
<4>XENBUS: Timeout connecting to device: device/vbd/51760 (local state 
3, remote state 1)
<4>XENBUS: Timeout connecting to device: device/vbd/51776 (local state 
3, remote state 1)

Once the installation fails, If I connect with Virt-Manager, I can see 
that my machines has 5 disks attached. I do not understand why it is 
timing out like that.

I'm looking for any debugging tips or pointers on helping me to resolve 
this rather strange issue.

Thank you.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Tue Dec 30 14:00:19 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Tue, 30 Dec 2014 14:00:19 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y5xJw-00086h-MO; Tue, 30 Dec 2014 13:58:48 +0000
Received: from mail6.bemta4.messagelabs.com ([85.158.143.247])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <philippe.lemelin@extenway.com>) id 1Y5xJu-00086c-Ru
	for xen-users@lists.xen.org; Tue, 30 Dec 2014 13:58:46 +0000
Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id
	70/B5-25276-69FA2A45; Tue, 30 Dec 2014 13:58:46 +0000
X-Env-Sender: philippe.lemelin@extenway.com
X-Msg-Ref: server-8.tower-21.messagelabs.com!1419947924!18495048!1
X-Originating-IP: [157.56.111.132]
X-SpamReason: No, hits=0.0 required=7.0 tests=
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 10084 invoked from network); 30 Dec 2014 13:58:45 -0000
Received: from mail-bn1bon0132.outbound.protection.outlook.com (HELO
	na01-bn1-obe.outbound.protection.outlook.com) (157.56.111.132)
	by server-8.tower-21.messagelabs.com with AES256-SHA encrypted SMTP;
	30 Dec 2014 13:58:45 -0000
Received: from [10.2.100.149] (216.137.163.98) by
	BLUPR04MB214.namprd04.prod.outlook.com (10.255.190.16) with Microsoft
	SMTP Server (TLS) id 15.1.49.12; Tue, 30 Dec 2014 13:58:41 +0000
Message-ID: <54A2AF99.9080100@extenway.com>
Date: Tue, 30 Dec 2014 08:58:49 -0500
From: "Philippe-A. Lemelin" <philippe.lemelin@extenway.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
	rv:31.0) Gecko/20100101 Thunderbird/31.3.0
MIME-Version: 1.0
To: <xen-users@lists.xen.org>
X-Originating-IP: [216.137.163.98]
X-ClientProxiedBy: CO2PR04CA032.namprd04.prod.outlook.com (10.141.240.160) To
	BLUPR04MB214.namprd04.prod.outlook.com (10.255.190.16)
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BLUPR04MB214;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004);
	SRVR:BLUPR04MB214; 
X-Forefront-PRVS: 04410E544A
X-Forefront-Antispam-Report: SFV:NSPM;
	SFS:(10019020)(6009001)(6049001)(199003)(189002)(50466002)(77156002)(42186005)(97736003)(87976001)(15975445007)(120916001)(59896002)(54356999)(87266999)(2351001)(107046002)(66066001)(47776003)(106356001)(86362001)(23676002)(20776003)(229853001)(450100001)(46102003)(68736005)(4396001)(107886001)(62966003)(64126003)(92566001)(31966008)(83506001)(33656002)(21056001)(50986999)(110136001)(101416001)(40100003)(105586002)(77096005)(1720100001)(65806001)(19580395003)(36756003)(122386002);
	DIR:OUT; SFP:1102; SCL:1; SRVR:BLUPR04MB214; H:[10.2.100.149];
	FPR:; SPF:None; MLV:sfv; PTR:InfoNoRecords; A:1; MX:1; LANG:en; 
Received-SPF: None (protection.outlook.com: extenway.com does not designate
	permitted sender hosts)
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BLUPR04MB214;
X-OriginatorOrg: extenway.com
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 30 Dec 2014 13:58:41.9904 (UTC)
X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted
X-MS-Exchange-Transport-CrossTenantHeadersStamped: BLUPR04MB214
Subject: [Xen-users] XENBUS timeout connecting to device (Hard disks not
	detected)
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

Good Morning List,

I'm currently trying to install a CentOS DomU and I am facing an issue I 
never experienced before. None of my hard disks are detected. I've now 
tried with a single HDD or with many as I usually do and each time, I'm 
faced with the same result. I tried with a CenOS 5 and 6 DomU with the 
same end result, the installer is not seeing any valid devices on which 
to install.

Here is the command i'm using when launching the installation:

virt-install --vnc --bridge=xenbr0 -p --name=test --ram=2000 --vcpus=2 
--disk /images/disk1.img,format=raw --disk /images/disk2.img,format=raw 
--disk /images/disk3.img,format=raw --disk /images/disk4.img,format=raw 
--disk /images/disk5.img,format=raw 
--location=http://mirror.centos.org/centos/5/os/x86_64

When looking at the installer log I see the following ( I confirmed that 
the 5 devices that timeout are indeed the xvda, xvdb... disks):

<6>XENBUS: Device with no driver: device/vbd/51712
<6>XENBUS: Device with no driver: device/vbd/51728
<6>XENBUS: Device with no driver: device/vbd/51744
<6>XENBUS: Device with no driver: device/vbd/51760
<6>XENBUS: Device with no driver: device/vbd/51776
<6>XENBUS: Device with no driver: device/vif/0
<6>XENBUS: Device with no driver: device/console/0
...
<4>XENBUS: Waiting for devices to initialise: 295s...290s... ...
...
<4>XENBUS: Timeout connecting to device: device/vbd/51712 (local state 
3, remote state 1)
<4>XENBUS: Timeout connecting to device: device/vbd/51728 (local state 
3, remote state 1)
<4>XENBUS: Timeout connecting to device: device/vbd/51744 (local state 
3, remote state 1)
<4>XENBUS: Timeout connecting to device: device/vbd/51760 (local state 
3, remote state 1)
<4>XENBUS: Timeout connecting to device: device/vbd/51776 (local state 
3, remote state 1)

Once the installation fails, If I connect with Virt-Manager, I can see 
that my machines has 5 disks attached. I do not understand why it is 
timing out like that.

I'm looking for any debugging tips or pointers on helping me to resolve 
this rather strange issue.

Thank you.

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users

From xen-users-bounces@lists.xen.org Wed Dec 31 12:40:20 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 31 Dec 2014 12:40: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-users-bounces@lists.xen.org>)
	id 1Y6IYF-0006jd-OA; Wed, 31 Dec 2014 12:38:59 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <luislupe@gmail.com>) id 1Y6IYE-0006jY-FD
	for xen-users@lists.xen.org; Wed, 31 Dec 2014 12:38:58 +0000
Received: from [85.158.139.211] by server-2.bemta-5.messagelabs.com id
	7D/73-14214-16EE3A45; Wed, 31 Dec 2014 12:38:57 +0000
X-Env-Sender: luislupe@gmail.com
X-Msg-Ref: server-11.tower-206.messagelabs.com!1420029535!11647070!1
X-Originating-IP: [209.85.216.181]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_30_40,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 16892 invoked from network); 31 Dec 2014 12:38:56 -0000
Received: from mail-qc0-f181.google.com (HELO mail-qc0-f181.google.com)
	(209.85.216.181)
	by server-11.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	31 Dec 2014 12:38:56 -0000
Received: by mail-qc0-f181.google.com with SMTP id m20so11350583qcx.26
	for <xen-users@lists.xen.org>; Wed, 31 Dec 2014 04:38:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=NEEQO7w03ZGytVAigyVr4/rnFYj25caBAWC8m3VY2YA=;
	b=itab0psdVoaEteUdRXvUo3KNxamOODFhwO/ZAmFCRqEfqcULpPQvhdb6oRX/74hXJG
	VCw+mGuIb2cQJg6b4eIH4Jp3rPZtImWLvLtxRQnprAVwr0ayUP53HdyBSplOuaJcpSST
	aPEn6/itVvpcCMhY5oI5Voms1zxLbg39KfaBt0UcbNSvuydaNgPaCrOgA+sEUle7e0So
	D6EaZAq0S0wWcnIrWfcGEOXYhYPMmwEBV9Q613uetLVS/xmqvvs3lDafXIw2uMxbHrJn
	/HI4/9Jkq0EOZAaYbU4v0WE4pVXaxkai9vGnZutjifHAnfkwRCZJ0a44Sqbc7ZEkqHCk
	2N4w==
MIME-Version: 1.0
X-Received: by 10.140.25.169 with SMTP id 38mr101583121qgt.57.1420029535389;
	Wed, 31 Dec 2014 04:38:55 -0800 (PST)
Received: by 10.140.195.72 with HTTP; Wed, 31 Dec 2014 04:38:55 -0800 (PST)
Date: Wed, 31 Dec 2014 12:38:55 +0000
Message-ID: <CAMYA1yPr-_v408Xm6WR1f0ac3sW46_Nfd3HP_PeTp78J7Hntzg@mail.gmail.com>
From: "Luis P. Mendes" <luislupe@gmail.com>
To: xen-users@lists.xen.org
Subject: [Xen-users] Multiseat workstation with one VM per user
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============4159692277391429752=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============4159692277391429752==
Content-Type: multipart/alternative; boundary=001a11c12cdc070fe2050b8264ed

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

Hi list,



 Right now, I have a weak Atom serving NFS as a file and backup server, as
well as a couple of more services, httpd being one of them. It runs
FreeBSD. And there are two laptops, almost always running 24/7, one with
Slackware (dealing with lots of data, databases and programming, mainly),
another using Ubuntu (for office, web browsing, youtube, vlc, etc...).


 So, for my SOHO, I was thinking to buy a AMD FX-8320 processor and other
hardware, as I need more disk space and want to have a faster workflow
which is not achieved with the two laptops. I could substitute the small
server and the two laptops with just one computer running 24/7. The
alternative would be to buy a new laptop...


 The setup I though would be like this:

- the AMD eight core workstation,

- 16GB of RAM

- base system (dom0) as lean as possible, just for Xen

- one Slackware VM and one Ubuntu VM with direct access to hardware via PV

- other VMs for occasional use, which can run in virtualized hardware.

- three fanless graphic cards, for example AMD Radeon 6450. One for base
system (could be a cheaper one), and one dedicated (passthrough) to
Slackware VM, and similar for the third one for the Ubuntu VM. I=E2=80=99d =
be using
HDMI as the output interface for the two VMs and VGA for the base system,
in case of necessity.


 I've read http://wiki.xen.org/wiki/Xen_VGA_Passthrough and
http://wiki.xen.org/wiki/Xen_VGA_Passthrough_Tested_Adapters

but still would like your opinions, as it=E2=80=99s my first time with Xen =
and I=E2=80=99m
not fully aware of all the corners I could face.


 Now, what I=E2=80=99d like to know:

1. Is Slackware 14.1 or current with the xen package from
http://slackbuilds.org/repository/14.1/system/xen/ as stable as Slackware
without it? I=E2=80=99ve been using Slackware for ten years as a rock solid=
 Linux.
Would I gain anything in having another OS as dom0? Is NetBSD up to the
task?

2. As a multiseat workstation, I=E2=80=99d have to configure Xorg to use a
keyboard, a mouse and a screen with a graphic device? As I=E2=80=99d like t=
o have
native performance for each of the two VMs, how should I configure Xorg?
How can each of us have the same keyboard, mouse, graphic card and monitor
with native graphics speed attached to each VM all the time?

3. What PCIe slots do I need for the fanless graphic cards? 16X? 4X? Or 1x
is sufficient not to be constrained and use full power of such fanless
cards? I could use at least one for GPU programming in order to speed up
data treatment in the future.

4. I=E2=80=99d like to have dedicated disk partitions for each VM. I think =
there
should be no problem about this, am I correct?

5. Can I dedicate CPU cores to each VM?

6. I=E2=80=99ve read that it=E2=80=99s more stable to passthrough usb devic=
es individually,
than usb host controllers. Is this still the case? As I=E2=80=99d like each=
 of the
two of us to have two USB 3.0 ports in exclusivety.

7. (repetition)  Is NetBSD with its lower power requirements up to this
task?

 In conclusion:

One workstation, with native disk and graphic card access to each of the
two main VMs running as fast as it they were native.


What else would you advise me?


Thanks for your time,



Luis

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

<div dir=3D"ltr">


=09
=09
=09
=09


<p style=3D"margin-bottom:0cm;line-height:100%">Hi list,</p>
<p style=3D"margin-bottom:0cm;line-height:100%"><br>

</p>
<p style=3D"margin-bottom:0cm;line-height:100%"><br>

</p>
<p style=3D"margin-bottom:0cm;line-height:100%">Right now, I have a
weak Atom serving NFS as a file and backup server, as well as a
couple of more services, httpd being one of them.  It runs FreeBSD.=20
And there are two laptops, almost always running 24/7, one with
Slackware (dealing with lots of data, databases and programming,
mainly), another using Ubuntu (for office, web browsing, youtube,
vlc, etc...).</p>
<p style=3D"margin-bottom:0cm;line-height:100%"><br>

</p>
<p style=3D"margin-bottom:0cm;line-height:100%">So, for my SOHO, I
was thinking to buy a AMD FX-8320 processor and other hardware, as I
need more disk space and want to have a faster workflow which is not
achieved with the two laptops.  I could substitute the small server
and the two laptops with just one computer running 24/7.  The
alternative would be to buy a new laptop...</p>
<p style=3D"margin-bottom:0cm;line-height:100%"><br>

</p>
<p style=3D"margin-bottom:0cm;line-height:100%">The setup I though
would be like this:</p>
<p style=3D"margin-bottom:0cm;line-height:100%">- the AMD eight core
workstation,</p>
<p style=3D"margin-bottom:0cm;line-height:100%">- 16GB of RAM</p>
<p style=3D"margin-bottom:0cm;line-height:100%">- base system (dom0)
as lean as possible, just for Xen</p>
<p style=3D"margin-bottom:0cm;line-height:100%">- one Slackware VM
and one Ubuntu VM with direct access to hardware via PV</p>
<p style=3D"margin-bottom:0cm;line-height:100%">- other VMs for
occasional use, which can run in virtualized hardware.</p>
<p style=3D"margin-bottom:0cm;line-height:100%">- three fanless
graphic cards, for example AMD Radeon 6450.  One for base system
(could be a cheaper one), and one dedicated (passthrough) to
Slackware VM, and similar for the third one for the Ubuntu VM.  I=E2=80=99d
be using HDMI as the output interface for the two VMs and VGA for the
base system, in case of necessity.</p>
<p style=3D"margin-bottom:0cm;line-height:100%"><br>

</p>
<p style=3D"margin-bottom:0cm;line-height:100%"> I&#39;ve read
<a href=3D"http://wiki.xen.org/wiki/Xen_VGA_Passthrough">http://wiki.xen.or=
g/wiki/Xen_VGA_Passthrough</a>
  and <a href=3D"http://wiki.xen.org/wiki/Xen_VGA_Passthrough_Tested_Adapte=
rs">http://wiki.xen.org/wiki/Xen_VGA_Passthrough_Tested_Adapters</a></p>
<p style=3D"margin-bottom:0cm;line-height:100%">but still would like
your opinions, as it=E2=80=99s my first time with Xen and I=E2=80=99m not f=
ully
aware of all the corners I could face.</p>
<p style=3D"margin-bottom:0cm;line-height:100%"><br>

</p>
<p style=3D"margin-bottom:0cm;line-height:100%">Now, what I=E2=80=99d like
to know:</p>
<p style=3D"margin-bottom:0cm;line-height:100%">1.  Is Slackware
14.1 or current with the xen package from
<a href=3D"http://slackbuilds.org/repository/14.1/system/xen/">http://slack=
builds.org/repository/14.1/system/xen/</a>
as stable as Slackware without it?  I=E2=80=99ve been using Slackware for
ten years as a rock solid Linux.  Would I gain anything in having
another OS as dom0?   Is NetBSD up to the task?</p>
<p style=3D"margin-bottom:0cm;line-height:100%">2. As a multiseat
workstation, I=E2=80=99d have to configure Xorg to use a keyboard, a mouse
and a screen with a graphic device?  As I=E2=80=99d like to have native
performance for each of the two VMs, how should I configure Xorg?=20
How can each of us have the same keyboard, mouse, graphic card and
monitor with native graphics speed attached to each VM all the time?</p>
<p style=3D"margin-bottom:0cm;line-height:100%">3. What PCIe slots
do I need for the fanless graphic cards? 16X?  4X?  Or 1x is
sufficient not to be constrained and use full power of such fanless
cards?   I could use at least one for GPU programming in order to
speed up data treatment in the future.</p>
<p style=3D"margin-bottom:0cm;line-height:100%">4. I=E2=80=99d like to
have dedicated disk partitions for each VM.  I think there should be
no problem about this, am I correct?</p>
<p style=3D"margin-bottom:0cm;line-height:100%">5. Can I dedicate
CPU cores to each VM?</p>
<p style=3D"margin-bottom:0cm;line-height:100%">6. I=E2=80=99ve read that
it=E2=80=99s more stable to passthrough usb devices individually, than usb
host controllers. Is this still the case?  As I=E2=80=99d like each of the
two of us to have two USB 3.0 ports in exclusivety.</p>
<p style=3D"margin-bottom:0cm;line-height:100%">7. (repetition)=C2=A0 Is Ne=
tBSD with its lower power requirements up to this task?<br>

</p>
<p style=3D"margin-bottom:0cm;line-height:100%">

</p>
<p style=3D"margin-bottom:0cm;line-height:100%">In conclusion:</p>
<p style=3D"margin-bottom:0cm;line-height:100%">One workstation,
with native disk and graphic card access to each of the two main VMs
running as fast as it they were native.</p><p style=3D"margin-bottom:0cm;li=
ne-height:100%"><br></p><p style=3D"margin-bottom:0cm;line-height:100%">Wha=
t else would you advise me?</p><p style=3D"margin-bottom:0cm;line-height:10=
0%"><br></p><p style=3D"margin-bottom:0cm;line-height:100%">Thanks for your=
 time,</p><p style=3D"margin-bottom:0cm;line-height:100%"><br></p><p style=
=3D"margin-bottom:0cm;line-height:100%"><br></p><p style=3D"margin-bottom:0=
cm;line-height:100%">Luis<br></p>

</div>

--001a11c12cdc070fe2050b8264ed--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============4159692277391429752==--


From xen-users-bounces@lists.xen.org Wed Dec 31 12:40:20 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 31 Dec 2014 12:40: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-users-bounces@lists.xen.org>)
	id 1Y6IYF-0006jd-OA; Wed, 31 Dec 2014 12:38:59 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <luislupe@gmail.com>) id 1Y6IYE-0006jY-FD
	for xen-users@lists.xen.org; Wed, 31 Dec 2014 12:38:58 +0000
Received: from [85.158.139.211] by server-2.bemta-5.messagelabs.com id
	7D/73-14214-16EE3A45; Wed, 31 Dec 2014 12:38:57 +0000
X-Env-Sender: luislupe@gmail.com
X-Msg-Ref: server-11.tower-206.messagelabs.com!1420029535!11647070!1
X-Originating-IP: [209.85.216.181]
X-SpamReason: No, hits=0.4 required=7.0 tests=HTML_30_40,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 16892 invoked from network); 31 Dec 2014 12:38:56 -0000
Received: from mail-qc0-f181.google.com (HELO mail-qc0-f181.google.com)
	(209.85.216.181)
	by server-11.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	31 Dec 2014 12:38:56 -0000
Received: by mail-qc0-f181.google.com with SMTP id m20so11350583qcx.26
	for <xen-users@lists.xen.org>; Wed, 31 Dec 2014 04:38:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=NEEQO7w03ZGytVAigyVr4/rnFYj25caBAWC8m3VY2YA=;
	b=itab0psdVoaEteUdRXvUo3KNxamOODFhwO/ZAmFCRqEfqcULpPQvhdb6oRX/74hXJG
	VCw+mGuIb2cQJg6b4eIH4Jp3rPZtImWLvLtxRQnprAVwr0ayUP53HdyBSplOuaJcpSST
	aPEn6/itVvpcCMhY5oI5Voms1zxLbg39KfaBt0UcbNSvuydaNgPaCrOgA+sEUle7e0So
	D6EaZAq0S0wWcnIrWfcGEOXYhYPMmwEBV9Q613uetLVS/xmqvvs3lDafXIw2uMxbHrJn
	/HI4/9Jkq0EOZAaYbU4v0WE4pVXaxkai9vGnZutjifHAnfkwRCZJ0a44Sqbc7ZEkqHCk
	2N4w==
MIME-Version: 1.0
X-Received: by 10.140.25.169 with SMTP id 38mr101583121qgt.57.1420029535389;
	Wed, 31 Dec 2014 04:38:55 -0800 (PST)
Received: by 10.140.195.72 with HTTP; Wed, 31 Dec 2014 04:38:55 -0800 (PST)
Date: Wed, 31 Dec 2014 12:38:55 +0000
Message-ID: <CAMYA1yPr-_v408Xm6WR1f0ac3sW46_Nfd3HP_PeTp78J7Hntzg@mail.gmail.com>
From: "Luis P. Mendes" <luislupe@gmail.com>
To: xen-users@lists.xen.org
Subject: [Xen-users] Multiseat workstation with one VM per user
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============4159692277391429752=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============4159692277391429752==
Content-Type: multipart/alternative; boundary=001a11c12cdc070fe2050b8264ed

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

Hi list,



 Right now, I have a weak Atom serving NFS as a file and backup server, as
well as a couple of more services, httpd being one of them. It runs
FreeBSD. And there are two laptops, almost always running 24/7, one with
Slackware (dealing with lots of data, databases and programming, mainly),
another using Ubuntu (for office, web browsing, youtube, vlc, etc...).


 So, for my SOHO, I was thinking to buy a AMD FX-8320 processor and other
hardware, as I need more disk space and want to have a faster workflow
which is not achieved with the two laptops. I could substitute the small
server and the two laptops with just one computer running 24/7. The
alternative would be to buy a new laptop...


 The setup I though would be like this:

- the AMD eight core workstation,

- 16GB of RAM

- base system (dom0) as lean as possible, just for Xen

- one Slackware VM and one Ubuntu VM with direct access to hardware via PV

- other VMs for occasional use, which can run in virtualized hardware.

- three fanless graphic cards, for example AMD Radeon 6450. One for base
system (could be a cheaper one), and one dedicated (passthrough) to
Slackware VM, and similar for the third one for the Ubuntu VM. I=E2=80=99d =
be using
HDMI as the output interface for the two VMs and VGA for the base system,
in case of necessity.


 I've read http://wiki.xen.org/wiki/Xen_VGA_Passthrough and
http://wiki.xen.org/wiki/Xen_VGA_Passthrough_Tested_Adapters

but still would like your opinions, as it=E2=80=99s my first time with Xen =
and I=E2=80=99m
not fully aware of all the corners I could face.


 Now, what I=E2=80=99d like to know:

1. Is Slackware 14.1 or current with the xen package from
http://slackbuilds.org/repository/14.1/system/xen/ as stable as Slackware
without it? I=E2=80=99ve been using Slackware for ten years as a rock solid=
 Linux.
Would I gain anything in having another OS as dom0? Is NetBSD up to the
task?

2. As a multiseat workstation, I=E2=80=99d have to configure Xorg to use a
keyboard, a mouse and a screen with a graphic device? As I=E2=80=99d like t=
o have
native performance for each of the two VMs, how should I configure Xorg?
How can each of us have the same keyboard, mouse, graphic card and monitor
with native graphics speed attached to each VM all the time?

3. What PCIe slots do I need for the fanless graphic cards? 16X? 4X? Or 1x
is sufficient not to be constrained and use full power of such fanless
cards? I could use at least one for GPU programming in order to speed up
data treatment in the future.

4. I=E2=80=99d like to have dedicated disk partitions for each VM. I think =
there
should be no problem about this, am I correct?

5. Can I dedicate CPU cores to each VM?

6. I=E2=80=99ve read that it=E2=80=99s more stable to passthrough usb devic=
es individually,
than usb host controllers. Is this still the case? As I=E2=80=99d like each=
 of the
two of us to have two USB 3.0 ports in exclusivety.

7. (repetition)  Is NetBSD with its lower power requirements up to this
task?

 In conclusion:

One workstation, with native disk and graphic card access to each of the
two main VMs running as fast as it they were native.


What else would you advise me?


Thanks for your time,



Luis

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

<div dir=3D"ltr">


=09
=09
=09
=09


<p style=3D"margin-bottom:0cm;line-height:100%">Hi list,</p>
<p style=3D"margin-bottom:0cm;line-height:100%"><br>

</p>
<p style=3D"margin-bottom:0cm;line-height:100%"><br>

</p>
<p style=3D"margin-bottom:0cm;line-height:100%">Right now, I have a
weak Atom serving NFS as a file and backup server, as well as a
couple of more services, httpd being one of them.  It runs FreeBSD.=20
And there are two laptops, almost always running 24/7, one with
Slackware (dealing with lots of data, databases and programming,
mainly), another using Ubuntu (for office, web browsing, youtube,
vlc, etc...).</p>
<p style=3D"margin-bottom:0cm;line-height:100%"><br>

</p>
<p style=3D"margin-bottom:0cm;line-height:100%">So, for my SOHO, I
was thinking to buy a AMD FX-8320 processor and other hardware, as I
need more disk space and want to have a faster workflow which is not
achieved with the two laptops.  I could substitute the small server
and the two laptops with just one computer running 24/7.  The
alternative would be to buy a new laptop...</p>
<p style=3D"margin-bottom:0cm;line-height:100%"><br>

</p>
<p style=3D"margin-bottom:0cm;line-height:100%">The setup I though
would be like this:</p>
<p style=3D"margin-bottom:0cm;line-height:100%">- the AMD eight core
workstation,</p>
<p style=3D"margin-bottom:0cm;line-height:100%">- 16GB of RAM</p>
<p style=3D"margin-bottom:0cm;line-height:100%">- base system (dom0)
as lean as possible, just for Xen</p>
<p style=3D"margin-bottom:0cm;line-height:100%">- one Slackware VM
and one Ubuntu VM with direct access to hardware via PV</p>
<p style=3D"margin-bottom:0cm;line-height:100%">- other VMs for
occasional use, which can run in virtualized hardware.</p>
<p style=3D"margin-bottom:0cm;line-height:100%">- three fanless
graphic cards, for example AMD Radeon 6450.  One for base system
(could be a cheaper one), and one dedicated (passthrough) to
Slackware VM, and similar for the third one for the Ubuntu VM.  I=E2=80=99d
be using HDMI as the output interface for the two VMs and VGA for the
base system, in case of necessity.</p>
<p style=3D"margin-bottom:0cm;line-height:100%"><br>

</p>
<p style=3D"margin-bottom:0cm;line-height:100%"> I&#39;ve read
<a href=3D"http://wiki.xen.org/wiki/Xen_VGA_Passthrough">http://wiki.xen.or=
g/wiki/Xen_VGA_Passthrough</a>
  and <a href=3D"http://wiki.xen.org/wiki/Xen_VGA_Passthrough_Tested_Adapte=
rs">http://wiki.xen.org/wiki/Xen_VGA_Passthrough_Tested_Adapters</a></p>
<p style=3D"margin-bottom:0cm;line-height:100%">but still would like
your opinions, as it=E2=80=99s my first time with Xen and I=E2=80=99m not f=
ully
aware of all the corners I could face.</p>
<p style=3D"margin-bottom:0cm;line-height:100%"><br>

</p>
<p style=3D"margin-bottom:0cm;line-height:100%">Now, what I=E2=80=99d like
to know:</p>
<p style=3D"margin-bottom:0cm;line-height:100%">1.  Is Slackware
14.1 or current with the xen package from
<a href=3D"http://slackbuilds.org/repository/14.1/system/xen/">http://slack=
builds.org/repository/14.1/system/xen/</a>
as stable as Slackware without it?  I=E2=80=99ve been using Slackware for
ten years as a rock solid Linux.  Would I gain anything in having
another OS as dom0?   Is NetBSD up to the task?</p>
<p style=3D"margin-bottom:0cm;line-height:100%">2. As a multiseat
workstation, I=E2=80=99d have to configure Xorg to use a keyboard, a mouse
and a screen with a graphic device?  As I=E2=80=99d like to have native
performance for each of the two VMs, how should I configure Xorg?=20
How can each of us have the same keyboard, mouse, graphic card and
monitor with native graphics speed attached to each VM all the time?</p>
<p style=3D"margin-bottom:0cm;line-height:100%">3. What PCIe slots
do I need for the fanless graphic cards? 16X?  4X?  Or 1x is
sufficient not to be constrained and use full power of such fanless
cards?   I could use at least one for GPU programming in order to
speed up data treatment in the future.</p>
<p style=3D"margin-bottom:0cm;line-height:100%">4. I=E2=80=99d like to
have dedicated disk partitions for each VM.  I think there should be
no problem about this, am I correct?</p>
<p style=3D"margin-bottom:0cm;line-height:100%">5. Can I dedicate
CPU cores to each VM?</p>
<p style=3D"margin-bottom:0cm;line-height:100%">6. I=E2=80=99ve read that
it=E2=80=99s more stable to passthrough usb devices individually, than usb
host controllers. Is this still the case?  As I=E2=80=99d like each of the
two of us to have two USB 3.0 ports in exclusivety.</p>
<p style=3D"margin-bottom:0cm;line-height:100%">7. (repetition)=C2=A0 Is Ne=
tBSD with its lower power requirements up to this task?<br>

</p>
<p style=3D"margin-bottom:0cm;line-height:100%">

</p>
<p style=3D"margin-bottom:0cm;line-height:100%">In conclusion:</p>
<p style=3D"margin-bottom:0cm;line-height:100%">One workstation,
with native disk and graphic card access to each of the two main VMs
running as fast as it they were native.</p><p style=3D"margin-bottom:0cm;li=
ne-height:100%"><br></p><p style=3D"margin-bottom:0cm;line-height:100%">Wha=
t else would you advise me?</p><p style=3D"margin-bottom:0cm;line-height:10=
0%"><br></p><p style=3D"margin-bottom:0cm;line-height:100%">Thanks for your=
 time,</p><p style=3D"margin-bottom:0cm;line-height:100%"><br></p><p style=
=3D"margin-bottom:0cm;line-height:100%"><br></p><p style=3D"margin-bottom:0=
cm;line-height:100%">Luis<br></p>

</div>

--001a11c12cdc070fe2050b8264ed--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============4159692277391429752==--


From xen-users-bounces@lists.xen.org Wed Dec 31 13:49:04 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 31 Dec 2014 13:49:04 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y6Jd5-00080t-L0; Wed, 31 Dec 2014 13:48:03 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <rishi.rranjan@gmail.com>) id 1Y6Jd3-00080o-Jg
	for xen-users@lists.xen.org; Wed, 31 Dec 2014 13:48:01 +0000
Received: from [85.158.139.211] by server-5.bemta-5.messagelabs.com id
	1F/9B-27584-09EF3A45; Wed, 31 Dec 2014 13:48:00 +0000
X-Env-Sender: rishi.rranjan@gmail.com
X-Msg-Ref: server-12.tower-206.messagelabs.com!1420033678!15775926!1
X-Originating-IP: [209.85.214.170]
X-SpamReason: No, hits=0.9 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12599 invoked from network); 31 Dec 2014 13:47:59 -0000
Received: from mail-ob0-f170.google.com (HELO mail-ob0-f170.google.com)
	(209.85.214.170)
	by server-12.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	31 Dec 2014 13:47:59 -0000
Received: by mail-ob0-f170.google.com with SMTP id wp18so48224456obc.1
	for <xen-users@lists.xen.org>; Wed, 31 Dec 2014 05:47:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=9U8L403pzZRhpwJgonNH0ZlP9gVsMBM2d6wBjQSPLmM=;
	b=uXH+zTbcUziqMc41jg37VyGTQ4ADzPiWcS46aEgU9cxKbxs23vcTa3u1m9ZBLrPvxc
	vRZvtoFjnoOBHKd6eiDDqK5K9pCszNWUfgBMjZj0hwJeBOosH5itYCUPJyaeg6UYUbnr
	aTVkD4CHN35bam/aldvdJl7ahbx4pLyy1pgXNbTU04ppzjrxQSZs3sxcUuhFKKUPlQhn
	HyOVSJ5ZATU/XWtbseib8qJcYs4rJurYsAzR39zst28yHfhC7kzGRmr65mHx6yAldUUd
	pbjtXN0i0eC8R1Jj7WtGL/0VzuBrPF/M7hVCyikTLI7aE1bVBy0zS9jKluzTpQ1A+jv7
	toQg==
MIME-Version: 1.0
X-Received: by 10.202.80.21 with SMTP id e21mr37727331oib.65.1420033678525;
	Wed, 31 Dec 2014 05:47:58 -0800 (PST)
Received: by 10.182.151.74 with HTTP; Wed, 31 Dec 2014 05:47:58 -0800 (PST)
Date: Wed, 31 Dec 2014 05:47:58 -0800
Message-ID: <CAGontdJLBPrYs02z_joUS4qvrpDQdptYiXGHhA_Sqo-+v7HoBA@mail.gmail.com>
From: Rishi Ranjan <rishi.rranjan@gmail.com>
To: xen-users@lists.xen.org
Subject: [Xen-users] Using XEN as accelerator with QEMU gives bind
	interdomain ioctl error xen-kvm.c
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============3316616538448495797=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============3316616538448495797==
Content-Type: multipart/alternative; boundary=001a113d8408fa4ae1050b835a12

--001a113d8408fa4ae1050b835a12
Content-Type: text/plain; charset=UTF-8

I am trying to use XEN accelerator with QEMU. For running my VMs with KVM
on AWS, I have using nested virtualization solutions but I am exploring XEN
accelerator to run my VMs directly on AWS.

I tried one of the VMs that comes with QEMU with XEN as accelerator to test
it out but I am getting some errors. I am new to using XEN so need some
help to resolve the issue.

I have created a guest domain with following xl config:

builder = "hvm"
name = "qemu-hvm"
memory = "512"
vcpus = 1
vif = ['']
vnc = 1
boot="c"

When I try to run with following parameters:

-machine q35,accel=xen -cpu qemu64 -bios ./pc-bios/bios-256k.bin -xen-domid
"Domain id of guest"

I am getting follwing error from xen-hvm.c:

"bind interdomain ioctl error" in xen_hvm_init while calling
state->shared_vmport_page =
            xc_map_foreign_range(xen_xc, xen_domid, XC_PAGE_SIZE,
                                 PROT_READ|PROT_WRITE, ioreq_pfn);

Can someone help me get this working?

Thanks,
Rishi

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

<div dir=3D"ltr">I am trying to use XEN accelerator with QEMU. For running =
my VMs with KVM on AWS, I have using nested virtualization solutions but I =
am exploring XEN accelerator to run my VMs directly on AWS.=C2=A0<div><br><=
/div><div>I tried one of the VMs that comes with QEMU with XEN as accelerat=
or to test it out but I am getting some errors. I am new to using XEN so ne=
ed some help to resolve the issue.=C2=A0</div><div><br></div><div><span sty=
le=3D"color:rgb(0,0,0);font-family:&#39;Times New Roman&#39;;font-size:medi=
um">I have created a guest domain with following xl config:=C2=A0</span><di=
v style=3D"color:rgb(0,0,0);font-family:&#39;Times New Roman&#39;;font-size=
:medium"><br></div><div style=3D"color:rgb(0,0,0);font-family:&#39;Times Ne=
w Roman&#39;;font-size:medium"><div>builder =3D &quot;hvm&quot;</div><div>n=
ame =3D &quot;qemu-hvm&quot;</div><div>memory =3D &quot;512&quot;</div><div=
>vcpus =3D 1</div><div>vif =3D [&#39;&#39;]</div><div>vnc =3D 1</div><div>b=
oot=3D&quot;c&quot;</div><div><br></div><div><div>When I try to run with fo=
llowing parameters:=C2=A0</div><div><br></div><div>-machine q35,accel=3Dxen=
 -cpu qemu64 -bios ./pc-bios/bios-256k.bin -xen-domid &quot;Domain id of gu=
est&quot;<br></div><div><br></div><div>I am getting follwing error from xen=
-hvm.c:=C2=A0</div><div><br></div><div>&quot;bind interdomain ioctl error&q=
uot; in xen_hvm_init while calling =C2=A0 =C2=A0 =C2=A0 =C2=A0 state-&gt;sh=
ared_vmport_page =3D</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 xc=
_map_foreign_range(xen_xc, xen_domid, XC_PAGE_SIZE,</div><div>=C2=A0 =C2=A0=
 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0PROT_READ|PROT_WRITE, ioreq_pfn);=C2=A0<br><=
/div><div><br></div><div>Can someone help me get this working?=C2=A0</div><=
div><br></div><div>Thanks,</div><div>Rishi</div></div></div></div></div>

--001a113d8408fa4ae1050b835a12--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============3316616538448495797==--


From xen-users-bounces@lists.xen.org Wed Dec 31 13:49:04 2014
Return-path: <xen-users-bounces@lists.xen.org>
Envelope-to: archives@lists.xen.org
Delivery-date: Wed, 31 Dec 2014 13:49:04 +0000
Received: from localhost ([127.0.0.1] helo=lists.xen.org)
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <xen-users-bounces@lists.xen.org>)
	id 1Y6Jd5-00080t-L0; Wed, 31 Dec 2014 13:48:03 +0000
Received: from mail6.bemta5.messagelabs.com ([195.245.231.135])
	by lists.xen.org with esmtp (Exim 4.72)
	(envelope-from <rishi.rranjan@gmail.com>) id 1Y6Jd3-00080o-Jg
	for xen-users@lists.xen.org; Wed, 31 Dec 2014 13:48:01 +0000
Received: from [85.158.139.211] by server-5.bemta-5.messagelabs.com id
	1F/9B-27584-09EF3A45; Wed, 31 Dec 2014 13:48:00 +0000
X-Env-Sender: rishi.rranjan@gmail.com
X-Msg-Ref: server-12.tower-206.messagelabs.com!1420033678!15775926!1
X-Originating-IP: [209.85.214.170]
X-SpamReason: No, hits=0.9 required=7.0 tests=HTML_40_50,HTML_MESSAGE,
	RCVD_BY_IP
X-StarScan-Received: 
X-StarScan-Version: 6.12.5; banners=-,-,-
X-VirusChecked: Checked
Received: (qmail 12599 invoked from network); 31 Dec 2014 13:47:59 -0000
Received: from mail-ob0-f170.google.com (HELO mail-ob0-f170.google.com)
	(209.85.214.170)
	by server-12.tower-206.messagelabs.com with RC4-SHA encrypted SMTP;
	31 Dec 2014 13:47:59 -0000
Received: by mail-ob0-f170.google.com with SMTP id wp18so48224456obc.1
	for <xen-users@lists.xen.org>; Wed, 31 Dec 2014 05:47:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:date:message-id:subject:from:to:content-type;
	bh=9U8L403pzZRhpwJgonNH0ZlP9gVsMBM2d6wBjQSPLmM=;
	b=uXH+zTbcUziqMc41jg37VyGTQ4ADzPiWcS46aEgU9cxKbxs23vcTa3u1m9ZBLrPvxc
	vRZvtoFjnoOBHKd6eiDDqK5K9pCszNWUfgBMjZj0hwJeBOosH5itYCUPJyaeg6UYUbnr
	aTVkD4CHN35bam/aldvdJl7ahbx4pLyy1pgXNbTU04ppzjrxQSZs3sxcUuhFKKUPlQhn
	HyOVSJ5ZATU/XWtbseib8qJcYs4rJurYsAzR39zst28yHfhC7kzGRmr65mHx6yAldUUd
	pbjtXN0i0eC8R1Jj7WtGL/0VzuBrPF/M7hVCyikTLI7aE1bVBy0zS9jKluzTpQ1A+jv7
	toQg==
MIME-Version: 1.0
X-Received: by 10.202.80.21 with SMTP id e21mr37727331oib.65.1420033678525;
	Wed, 31 Dec 2014 05:47:58 -0800 (PST)
Received: by 10.182.151.74 with HTTP; Wed, 31 Dec 2014 05:47:58 -0800 (PST)
Date: Wed, 31 Dec 2014 05:47:58 -0800
Message-ID: <CAGontdJLBPrYs02z_joUS4qvrpDQdptYiXGHhA_Sqo-+v7HoBA@mail.gmail.com>
From: Rishi Ranjan <rishi.rranjan@gmail.com>
To: xen-users@lists.xen.org
Subject: [Xen-users] Using XEN as accelerator with QEMU gives bind
	interdomain ioctl error xen-kvm.c
X-BeenThere: xen-users@lists.xen.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: Xen user discussion <xen-users.lists.xen.org>
List-Unsubscribe: <http://lists.xen.org/cgi-bin/mailman/options/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=unsubscribe>
List-Post: <mailto:xen-users@lists.xen.org>
List-Help: <mailto:xen-users-request@lists.xen.org?subject=help>
List-Subscribe: <http://lists.xen.org/cgi-bin/mailman/listinfo/xen-users>,
	<mailto:xen-users-request@lists.xen.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============3316616538448495797=="
Sender: xen-users-bounces@lists.xen.org
Errors-To: xen-users-bounces@lists.xen.org

--===============3316616538448495797==
Content-Type: multipart/alternative; boundary=001a113d8408fa4ae1050b835a12

--001a113d8408fa4ae1050b835a12
Content-Type: text/plain; charset=UTF-8

I am trying to use XEN accelerator with QEMU. For running my VMs with KVM
on AWS, I have using nested virtualization solutions but I am exploring XEN
accelerator to run my VMs directly on AWS.

I tried one of the VMs that comes with QEMU with XEN as accelerator to test
it out but I am getting some errors. I am new to using XEN so need some
help to resolve the issue.

I have created a guest domain with following xl config:

builder = "hvm"
name = "qemu-hvm"
memory = "512"
vcpus = 1
vif = ['']
vnc = 1
boot="c"

When I try to run with following parameters:

-machine q35,accel=xen -cpu qemu64 -bios ./pc-bios/bios-256k.bin -xen-domid
"Domain id of guest"

I am getting follwing error from xen-hvm.c:

"bind interdomain ioctl error" in xen_hvm_init while calling
state->shared_vmport_page =
            xc_map_foreign_range(xen_xc, xen_domid, XC_PAGE_SIZE,
                                 PROT_READ|PROT_WRITE, ioreq_pfn);

Can someone help me get this working?

Thanks,
Rishi

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

<div dir=3D"ltr">I am trying to use XEN accelerator with QEMU. For running =
my VMs with KVM on AWS, I have using nested virtualization solutions but I =
am exploring XEN accelerator to run my VMs directly on AWS.=C2=A0<div><br><=
/div><div>I tried one of the VMs that comes with QEMU with XEN as accelerat=
or to test it out but I am getting some errors. I am new to using XEN so ne=
ed some help to resolve the issue.=C2=A0</div><div><br></div><div><span sty=
le=3D"color:rgb(0,0,0);font-family:&#39;Times New Roman&#39;;font-size:medi=
um">I have created a guest domain with following xl config:=C2=A0</span><di=
v style=3D"color:rgb(0,0,0);font-family:&#39;Times New Roman&#39;;font-size=
:medium"><br></div><div style=3D"color:rgb(0,0,0);font-family:&#39;Times Ne=
w Roman&#39;;font-size:medium"><div>builder =3D &quot;hvm&quot;</div><div>n=
ame =3D &quot;qemu-hvm&quot;</div><div>memory =3D &quot;512&quot;</div><div=
>vcpus =3D 1</div><div>vif =3D [&#39;&#39;]</div><div>vnc =3D 1</div><div>b=
oot=3D&quot;c&quot;</div><div><br></div><div><div>When I try to run with fo=
llowing parameters:=C2=A0</div><div><br></div><div>-machine q35,accel=3Dxen=
 -cpu qemu64 -bios ./pc-bios/bios-256k.bin -xen-domid &quot;Domain id of gu=
est&quot;<br></div><div><br></div><div>I am getting follwing error from xen=
-hvm.c:=C2=A0</div><div><br></div><div>&quot;bind interdomain ioctl error&q=
uot; in xen_hvm_init while calling =C2=A0 =C2=A0 =C2=A0 =C2=A0 state-&gt;sh=
ared_vmport_page =3D</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 xc=
_map_foreign_range(xen_xc, xen_domid, XC_PAGE_SIZE,</div><div>=C2=A0 =C2=A0=
 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0PROT_READ|PROT_WRITE, ioreq_pfn);=C2=A0<br><=
/div><div><br></div><div>Can someone help me get this working?=C2=A0</div><=
div><br></div><div>Thanks,</div><div>Rishi</div></div></div></div></div>

--001a113d8408fa4ae1050b835a12--


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

_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
--===============3316616538448495797==--


