<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Sneaking Around VMotion Limitations</title>
	<atom:link href="http://blog.scottlowe.org/2006/09/25/sneaking-around-vmotion-limitations/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottlowe.org/2006/09/25/sneaking-around-vmotion-limitations/</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:13:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2006/09/25/sneaking-around-vmotion-limitations/comment-page-1/#comment-32459</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Tue, 19 Jun 2007 01:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=339#comment-32459</guid>
		<description>Slawomir,

You&#039;re correct--sort of!  It&#039;s not bit 2 that&#039;s different, since the bits are numbered starting with 0.  It&#039;s actually bit 1 that&#039;s the same between both CPUs and is also required (marked as &quot;R&quot;).  I&#039;ve updated the article accordingly.

Good catch!</description>
		<content:encoded><![CDATA[<p>Slawomir,</p>
<p>You&#8217;re correct&#8211;sort of!  It&#8217;s not bit 2 that&#8217;s different, since the bits are numbered starting with 0.  It&#8217;s actually bit 1 that&#8217;s the same between both CPUs and is also required (marked as &#8220;R&#8221;).  I&#8217;ve updated the article accordingly.</p>
<p>Good catch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slawomir Oczkowski</title>
		<link>http://blog.scottlowe.org/2006/09/25/sneaking-around-vmotion-limitations/comment-page-1/#comment-32457</link>
		<dc:creator>Slawomir Oczkowski</dc:creator>
		<pubDate>Mon, 18 Jun 2007 22:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=339#comment-32457</guid>
		<description>Hi,

This article is extremly helpfull, however I have one question:

why having the two incompatible machines given in the examples:
RRRR RRRR RRRR RRR0 00XR R0H0 000H 0RRH (mask)
0000 0000 0000 0000 0110 0100 0001 1101 (first system)
0000 0000 0000 0000 0100 0000 0000 0000 (second system):

it is said the bit 2 is different? It is the same, so do we have to mask it?
---- ---- ---- ---- ---- ---- ---0 -000

Would the following mask be sufficient?:
---- ---- ---- ---- ---- ---- ---0 -0-0

&quot;The only bits we need to mask are the bits not already masked (i.e., those marked with an R or an H in the mask) and where the values are different between the two systems.  In this case, bits 0, 1, 2, and 4 are different and are not already masked.&quot;

No, bit 2 is the same (0=0) on both systems so why to mask it?

Thanks for any explanations. It would be great if the VMotionInfo  program could suggest the mask for a set of chosen processors (two or more).

Best regards,
Slawomir</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This article is extremly helpfull, however I have one question:</p>
<p>why having the two incompatible machines given in the examples:<br />
RRRR RRRR RRRR RRR0 00XR R0H0 000H 0RRH (mask)<br />
0000 0000 0000 0000 0110 0100 0001 1101 (first system)<br />
0000 0000 0000 0000 0100 0000 0000 0000 (second system):</p>
<p>it is said the bit 2 is different? It is the same, so do we have to mask it?<br />
&#8212;- &#8212;- &#8212;- &#8212;- &#8212;- &#8212;- &#8212;0 -000</p>
<p>Would the following mask be sufficient?:<br />
&#8212;- &#8212;- &#8212;- &#8212;- &#8212;- &#8212;- &#8212;0 -0-0</p>
<p>&#8220;The only bits we need to mask are the bits not already masked (i.e., those marked with an R or an H in the mask) and where the values are different between the two systems.  In this case, bits 0, 1, 2, and 4 are different and are not already masked.&#8221;</p>
<p>No, bit 2 is the same (0=0) on both systems so why to mask it?</p>
<p>Thanks for any explanations. It would be great if the VMotionInfo  program could suggest the mask for a set of chosen processors (two or more).</p>
<p>Best regards,<br />
Slawomir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2006/09/25/sneaking-around-vmotion-limitations/comment-page-1/#comment-4618</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Thu, 23 Nov 2006 02:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=339#comment-4618</guid>
		<description>There&#039;s growing interest in this type of workaround.  There was a presentation at VMworld 2006 this year about this very subject, and figures such as Richard Garsthagen (run-virtual.com) and Mike Laverick (rtfm-education.co.uk) are also working hard to document and codify this information.  I hope to be able to get involved in that effort as well.

Scott</description>
		<content:encoded><![CDATA[<p>There&#8217;s growing interest in this type of workaround.  There was a presentation at VMworld 2006 this year about this very subject, and figures such as Richard Garsthagen (run-virtual.com) and Mike Laverick (rtfm-education.co.uk) are also working hard to document and codify this information.  I hope to be able to get involved in that effort as well.</p>
<p>Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DR Shaw</title>
		<link>http://blog.scottlowe.org/2006/09/25/sneaking-around-vmotion-limitations/comment-page-1/#comment-4612</link>
		<dc:creator>DR Shaw</dc:creator>
		<pubDate>Thu, 23 Nov 2006 01:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=339#comment-4612</guid>
		<description>This is a good nugget of info.  

Thank you,

DR Shaw</description>
		<content:encoded><![CDATA[<p>This is a good nugget of info.  </p>
<p>Thank you,</p>
<p>DR Shaw</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jmftech &#187; Blog Archive &#187; Sneaking around VMotion Limitations</title>
		<link>http://blog.scottlowe.org/2006/09/25/sneaking-around-vmotion-limitations/comment-page-1/#comment-2901</link>
		<dc:creator>jmftech &#187; Blog Archive &#187; Sneaking around VMotion Limitations</dc:creator>
		<pubDate>Fri, 27 Oct 2006 21:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=339#comment-2901</guid>
		<description>[...] This was pulled from Scott Lowe&#8217;s web site: http://blog.scottlowe.org/2006/09/25/sneaking-around-vmotion-limitations/ [...]</description>
		<content:encoded><![CDATA[<p>[...] This was pulled from Scott Lowe&#8217;s web site: <a href="http://blog.scottlowe.org/2006/09/25/sneaking-around-vmotion-limitations/" rel="nofollow">http://blog.scottlowe.org/2006/09/25/sneaking-around-vmotion-limitations/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

