<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>BlackBerry Developer Blog &#187; VMWare</title>
	<atom:link href="http://devblog.blackberry.com/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.blackberry.com</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 17:47:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='devblog.blackberry.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9ef0a66c09615fa946c4179662398878?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>BlackBerry Developer Blog &#187; VMWare</title>
		<link>http://devblog.blackberry.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://devblog.blackberry.com/osd.xml" title="BlackBerry Developer Blog" />
	<atom:link rel='hub' href='http://devblog.blackberry.com/?pushpress=hub'/>
		<item>
		<title>Would you like a 1130% Performance Increase for your BlackBerry 10 Simulator?</title>
		<link>http://devblog.blackberry.com/2012/08/performance-increase-blackberry-10-simulator/</link>
		<comments>http://devblog.blackberry.com/2012/08/performance-increase-blackberry-10-simulator/#comments</comments>
		<pubDate>Wed, 15 Aug 2012 14:33:32 +0000</pubDate>
		<dc:creator>MSohm</dc:creator>
				<category><![CDATA[Adobe AIR Development]]></category>
		<category><![CDATA[Android Development]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Native SDK Development]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[native]]></category>
		<category><![CDATA[simulator]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[webworks]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=10663</guid>
		<description><![CDATA[VMWare takes advantage of a seldom used but immensely impressive technology, virtualization. Virtual machines set up a sandbox that to the guest operating system seems like a perfectly normal piece of hardware. Normally, abstracting a second system from the host OS takes a fair amount of horsepower. Hardware vendors have met this challenge by supporting, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=10663&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>VMWare takes advantage of a seldom used but immensely impressive technology, virtualization. Virtual machines set up a sandbox that to the guest operating system seems like a perfectly normal piece of hardware. Normally, abstracting a second system from the host OS takes a fair amount of horsepower. Hardware vendors have met this challenge by supporting, essentially, multiple computing environments on the same chip. The host OS can switch contexts from one to the other, allowing the virtual machine direct access to features that would normally have to be emulated or simulated.  To demonstrate this, here’s a brief video showing the difference in startup speed between the two technologies:</p>
<p style="text-align:center;"><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='480' height='360' src='http://www.youtube.com/embed/QTe5Z9KFJEY?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p style="text-align:center;">[ <a href="http://www.youtube.com/watch?v=QTe5Z9KFJEY&amp;feature=youtu.be" target="_new">YouTube link for mobile viewing</a> ]</p>
<p><P></p>
<p>As demonstrated in the video, there is a drastic improvement of boot time. Boot time dropped 294 seconds, to 26 seconds, a <strong>1130% performance increase</strong>!</p>
<p><span id="more-10663"></span></p>
<div id="attachment_10665" class="wp-caption aligncenter" style="width: 497px"><a href="http://rimdevblog.files.wordpress.com/2012/08/per-1.jpg"><img class="size-full wp-image-10665" title="per-1" src="http://rimdevblog.files.wordpress.com/2012/08/per-1.jpg?w=487&#038;h=295" alt="TITLE_IMAGE" width="487" height="295" /></a><p class="wp-caption-text">1130% Performance Improvement in Boot Time</p></div>
<p>Given that boot times are largely dependent on I/O speed, we&#8217;ll next demonstrate how CPU-centric operations are impacted by virtualization, which should give us an idea of how real-world applications would be impacted.</p>
<h2>Benchmark: Dhrystone</h2>
<p>The following benchmark is based on Dhrystone 2.1 test suite. The test system was an Intel Core i7, quadcore 2.8ghz machine running VMWare 4.0.4 under Windows 7. Five billion iterations were run per target. The &#8220;HW Virtualization&#8221; column had the Preferred Virtualization engine in VMWare set to &#8220;Automatic&#8221;, whereas the &#8220;No Virtualization&#8221; column had the Preferred Virtualization engine set to &#8220;Binary translation&#8221;, with acceleration turned off.</p>
<div id="attachment_10666" class="wp-caption aligncenter" style="width: 497px"><a href="http://rimdevblog.files.wordpress.com/2012/08/per-2.jpg"><img class="size-full wp-image-10666" title="per-2" src="http://rimdevblog.files.wordpress.com/2012/08/per-2.jpg?w=487&#038;h=295" alt="" width="487" height="295" /></a><p class="wp-caption-text">1140% Performance Increase</p></div>
<p>This correlates almost perfectly with the difference in boot speed, approximately one order of magnitude, or 10x. I&#8217;d like to note however, this isn&#8217;t precisely fair, given that binary translation may be accelerated even on machines without explicit virtualization acceleration. Though it does go to demonstrate just how powerful the technology can be.</p>
<h2>How To: Enable Virtualization</h2>
<p>While not a new technology, virtualization does not exist on all hardware. If you have a desktop PC made in the last 7 years, chances are your CPU has it.  However, if you’re developing on a laptop, you’ll have to refer to your chip maker’s user manual, or have a look online for whether your CPU supports the technology<strong>. It is likely you will have to turn virtualization on in your motherboard’s BIOS.</strong> Refer to your motherboard’s manual for instructions on how to do this.</p>
<p>Once you’ve enabled virtualization on your motherboard, check your Virtual Machine Settings in VMWare, and under the Processors section, confirm that the Virtualization Engine is set to Automatic, and &#8220;Disable acceleration for binary translation&#8221; is unchecked, as seen here.</p>
<p style="text-align:center;"><a href="http://rimdevblog.files.wordpress.com/2012/08/per-3.jpg"><img class="aligncenter  wp-image-10667" title="per-3" src="http://rimdevblog.files.wordpress.com/2012/08/per-3.jpg?w=502&#038;h=462" alt="" width="502" height="462" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/10663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/10663/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=10663&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2012/08/performance-increase-blackberry-10-simulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/76c7dc9f1e2068196cd724a8bd5bac54?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">msohm</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2012/08/per-1.jpg" medium="image">
			<media:title type="html">per-1</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2012/08/per-2.jpg" medium="image">
			<media:title type="html">per-2</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2012/08/per-3.jpg" medium="image">
			<media:title type="html">per-3</media:title>
		</media:content>
	</item>
	</channel>
</rss>
