<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/19347/Review_Microsoft_s_Hyper-V</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Tue, 10 Nov 2009 11:53:47 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Slurping sound in my wallet.</title>
			<link>http://osnews.com/thread?301098</link>
			<guid isPermaLink="true">http://osnews.com/thread?301098</guid>
			<description>&quot;The bad points - as of this writing, you can only run the Hyper-V manager on another Windows 2008 Server machine, In other words, if you want to remotely manage a Hyper-V box, even a stripped-down 'Core Install' Hyper-V machine, you will need a Windows 2008 box with the full blown Windows 2008 stack installed.&quot;<br />
  <br />
  Open your wallet boys! You're about to pay up - again.Edited 2008-02-15 14:03 UTC</description>
			<pubDate>Fri, 15 Feb 2008 14:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (mind!dagger)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Slurping sound in my wallet.</title>
			<link>http://osnews.com/thread?301100</link>
			<guid isPermaLink="true">http://osnews.com/thread?301100</guid>
			<description>Pay up, or just use remote desktop for free.</description>
			<pubDate>Fri, 15 Feb 2008 14:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (joshv)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Slurping sound in my wallet.</title>
			<link>http://osnews.com/thread?301102</link>
			<guid isPermaLink="true">http://osnews.com/thread?301102</guid>
			<description>Or just wait until the Remote Server Administration Tools are finished.<br />
<br />
<a href="http://windowsconnected.com/blogs/joshs_blog/archive/2007/11/29/server-admin-tools-for-windows-vista-sp1-now-available-to-testers.aspx" rel="nofollow">http://windowsconnected.com/blogs/joshs_blog/archive/2007/11/29/ser...</a></description>
			<pubDate>Fri, 15 Feb 2008 14:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Flatland_Spider)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Slurping sound in my wallet.</title>
			<link>http://osnews.com/thread?301105</link>
			<guid isPermaLink="true">http://osnews.com/thread?301105</guid>
			<description>Remote desktop won't work with server core, which gives the ability to not use the Windows GUI.  I imagine it includes an RPC style setup that requires 2008 in order to manage remotely.</description>
			<pubDate>Fri, 15 Feb 2008 15:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (aesiamun)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>?</title>
			<link>http://osnews.com/thread?301109</link>
			<guid isPermaLink="true">http://osnews.com/thread?301109</guid>
			<description>Thom..... I have always been under the impression that you were a windows dork all along?!?!?!</description>
			<pubDate>Fri, 15 Feb 2008 16:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (tryphcycle)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: ?</title>
			<link>http://osnews.com/thread?301113</link>
			<guid isPermaLink="true">http://osnews.com/thread?301113</guid>
			<description>Heh... yeah, I'd say Thom favors Windows. A big chunk of his articles are Windows related.<br />
  <br />
  Anyway, Hyper-V is nothing Linux vendors needs to worry about. There are plenty of robust 3rd party VM solutions, a Xen hypervisor (which Hyper-V is based on) kernel and built-in KVM in mainline.<br />
  <br />
  Microsoft was merely playing catch up in the virtualization field till now.Edited 2008-02-15 17:23 UTC</description>
			<pubDate>Fri, 15 Feb 2008 17:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (Xaero_Vincent)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: ?</title>
			<link>http://osnews.com/thread?301120</link>
			<guid isPermaLink="true">http://osnews.com/thread?301120</guid>
			<description>I have some good friends on the VM team.  HyperV is certainly not based on Xen.  The hypercall interface and IO infrastructure seems to be different (at least based on what I can clean from the Xen Wiki entry).  <br />
<br />
The main advantage of HyperV is that hardware access is run from the Root partitoin (similar to to dom0), so all your hardware will work with existing drivers.  Guests communicate with the root through the 'VM Bus' transport.</description>
			<pubDate>Fri, 15 Feb 2008 17:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (PlatformAgnostic)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: ?</title>
			<link>http://osnews.com/thread?301122</link>
			<guid isPermaLink="true">http://osnews.com/thread?301122</guid>
			<description>I read about it on the Microsoft virtualization blog and it seems Hyper-V doesn't contain any code from XEN at all. It is a freshly developed Hypervisor. The only code which XEN team did was write a hypercall adapter which maps XEN style hypercall to Hyper-V style hypercalls so you can run xen VM directly on Hyper-V. The XEN guys also developed Linux version of virtual machine bus and other drivers for linux.<br />
 <br />
 This is a very bad rumours that some people are spreading that Hyper-V is based on XEN. This just shows the hypocrisy in some open source fans where at one side you say give credit where it is due but on the other hand you guys add a clause &quot;give credit where it is due, except if it is Microsoft&quot;.Edited 2008-02-15 17:58 UTC</description>
			<pubDate>Fri, 15 Feb 2008 17:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (CrazyDude1)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>MS Catchup &amp;amp; VM Portability</title>
			<link>http://osnews.com/thread?301126</link>
			<guid isPermaLink="true">http://osnews.com/thread?301126</guid>
			<description>This is at least the second or third go Microsoft have had at getting this right. Lets hope they do make it 3rd time lucky but they are well behind the curve with resect to other VM implementations. The have a lot of ground to catch up on.<br />
<br />
However there is the big problem that faces Microsoft in many areas. That is the portability of the VM's.<br />
<br />
With VMWare Server running on Windows or Linux (free download ) or VMWare Fusion ( on OS/X for a pretty small cost) you can make a VM on one system, put it on a portable drive and then run it from any one of three Operating Systems. For me this is a big USP/CSF.<br />
<br />
Add to that the fact that it seems to require Server 2008 as a host O/S then it will remain a niche player in the VM arena. Their biggest competitor is VMWare. I can run it with XP as a host if I want to. I looks like Microsoft won't let me do that with their all singing &amp; dancing new product.<br />
<br />
I have at least 20 different VM systems on my server(Dual Quad core Xeon running Linux). I can easily run up different releases of different customer systems as and when needed. For my needs, VMWare fits the bill almost perfectly.</description>
			<pubDate>Fri, 15 Feb 2008 18:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (shotsman)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: ?</title>
			<link>http://osnews.com/thread?301130</link>
			<guid isPermaLink="true">http://osnews.com/thread?301130</guid>
			<description>Sorry if I've mistaken about being based on Xen.<br />
<br />
Thats just what I've read.</description>
			<pubDate>Fri, 15 Feb 2008 18:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (Xaero_Vincent)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: ?</title>
			<link>http://osnews.com/thread?301131</link>
			<guid isPermaLink="true">http://osnews.com/thread?301131</guid>
			<description>I think I read a post somewhere around here, the other day, which claimed that some distro selected kvm instead of Xen as their base for virtualization due to Xen's close relationship with Microsoft.  So your &quot;slip up&quot; is quite understandable.<br />
<br />
Let he who truly understands the virtualization playfield cast the first stone!</description>
			<pubDate>Fri, 15 Feb 2008 19:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Relationship between Hyper-V and Xen</title>
			<link>http://osnews.com/thread?301136</link>
			<guid isPermaLink="true">http://osnews.com/thread?301136</guid>
			<description>Hyper-V is not based on Xen code, but the design for Hyper-V is nearly identical to and certainly based on Xen's design. That's why MS funded Cambridge to create Xen, so that they could copy the design. (BTW, MS has done nothing wrong here; you're supposed to copy ideas from academic research.)</description>
			<pubDate>Fri, 15 Feb 2008 19:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (Wes Felter)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: ?</title>
			<link>http://osnews.com/thread?301141</link>
			<guid isPermaLink="true">http://osnews.com/thread?301141</guid>
			<description>I think OSnews just tries hard to be and stay as a general and neutral operating systems and IT news site, not taking any sides in the popular flame wars between various IT camps and fan clubs...<br />
  <br />
  Maybe OSnews should have a new tagline: not just Open Source news... <img src="/images/emo/tongue.gif" alt=";)" />  <br />
  <br />
  I'm mostly open source user myself, but I agree with the OSnews policy that there should be room here for Microsoft and Windows related news too. It is good to have also general and relatively neutral IT news sites that cover both proprietery and open source technologies.<br />
  <br />
  If you want only, say, open source and free software news, there are already many good sites dedicated to such subjects only, like these that I can recommend: <br />
  <a href="http://www.freesoftwaremagazine.com/" rel="nofollow">http://www.freesoftwaremagazine.com/</a><br />
  <a href="http://www.fsdaily.com/" rel="nofollow">http://www.fsdaily.com/</a><br />
  <a href="http://www.linux.com/" rel="nofollow">http://www.linux.com/</a><br />
  <a href="http://lwn.net/Edited" rel="nofollow">http://lwn.net/Edited</a> 2008-02-15 19:58 UTC</description>
			<pubDate>Fri, 15 Feb 2008 19:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (irbis)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: MS Catchup &amp;amp; VM Portability</title>
			<link>http://osnews.com/thread?301152</link>
			<guid isPermaLink="true">http://osnews.com/thread?301152</guid>
			<description>You can actually use Virtual PC, Virtual Server or Virtual PC to create the system and move it to Server 2008 (Its just a .vhd file) so it can even be reopened on a mac I am almost positive that you will be able to run them on Novell SuSe Linux</description>
			<pubDate>Fri, 15 Feb 2008 20:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (steverez1)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: ?</title>
			<link>http://osnews.com/thread?301263</link>
			<guid isPermaLink="true">http://osnews.com/thread?301263</guid>
			<description>I always thought OSNews stood for Operating System News, since it never really has been specifically about Open Source.  Am I wrong in this?<br />
 <br />
 Which is why they have articles on Amiga OS, OS/2, Windows, etc.<br />
<br />
As Google's search for &quot;operating system news&quot; points out, the first link is to here, and the description reads &quot;OSNews.com informs you about the latest news on a vast range of operating systems, from the well-known mainstream OSes, down to small embedded (but also ...&quot;Edited 2008-02-17 18:39 UTC</description>
			<pubDate>Sun, 17 Feb 2008 18:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (leech)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: ?</title>
			<link>http://osnews.com/thread?301267</link>
			<guid isPermaLink="true">http://osnews.com/thread?301267</guid>
			<description><div class="cquote">I always thought OSNews stood for Operating System News, since it never really has been specifically about Open Source.  Am I wrong in this? </div><br />
 <br />
OSNews used to stand for Operating System News.  Now it stands for &quot;We're Slashdot, but with a higher quality of user commentary, and a sane number of users such that each one has a reasonable chance of being heard in the comments section&quot;.<br />
<br />
But that is hard to condense into a manageable acronym. ;-)</description>
			<pubDate>Sun, 17 Feb 2008 19:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (sbergman27)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
