<?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/"
	>

<channel>
	<title>Make Tech Easier&#187; QEMU</title>
	<atom:link href="http://maketecheasier.com/tag/qemu/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sun, 12 Feb 2012 15:58:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Use KVM with Virtual Machine Manager</title>
		<link>http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16</link>
		<comments>http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16#comments</comments>
		<pubDate>Thu, 17 Nov 2011 00:58:40 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[hardware-assisted virtualization]]></category>
		<category><![CDATA[kernel-based virtual machine]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[QEMU]]></category>
		<category><![CDATA[virt-manager]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[Virtual Machine Manager]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=41280</guid>
		<description><![CDATA[Virtualization has many uses. You can use it to test another operating system, run applications that your OS does not support, or even maintain virtual servers within one or more virtual machines. KVM (kernel-based virtual machine) is a Linux virtualization tool that makes use of hardware-assisted virtualization (also called native virtualization) using processor technology such [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16&amp;title=How+to+Use+KVM+with+Virtual+Machine+Manager&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16">How to Use KVM with Virtual Machine Manager</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-41286" title="kvm-logo-small" src="http://imagecdn.maketecheasier.com/2011/11/kvm-logo-small.png" alt="kvm logo" width="199" height="83" />Virtualization has many uses. You can use it to test another operating system, run applications that your OS does not support, or even maintain virtual servers within one or more virtual machines.</p>
<p><a href="http://www.linux-kvm.org/" target="_blank">KVM</a> (kernel-based virtual machine) is a Linux virtualization tool that makes use of hardware-assisted virtualization (also called native virtualization) using processor technology such as Intel VT-x and AMD-V. Red Hat’s <a href="http://virt-manager.org/" target="_blank">Virtual Machine Manager</a> now has support for KVM, making it easy to setup a virtual machine with a free graphical interface. It is also available for Fedora, Gentoo, FreeBSD, Ubuntu, and many other operating systems.<br />
<span id="more-41280"></span><br />
<img class="size-full wp-image-41287 aligncenter" title="centos-virt-manager" src="http://imagecdn.maketecheasier.com/2011/11/centos-virt-manager.jpg" alt="virtual machine manager running CentOS" width="600" height="375" /></p>
<h2>Installation</h2>
<p>Installation will vary according to the operating system, but we will look at the Ubuntu installation to get an idea of what it entails. Since KVM requires hardware virtualization capabilities, you need to make sure your computer’s processor supports it.</p>
<p>Open a terminal and type this command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">egrep</span> <span style="color: #660033;">-c</span> <span style="color: #ff0000;">'(vmx|svm)'</span> <span style="color: #000000; font-weight: bold;">/</span>proc<span style="color: #000000; font-weight: bold;">/</span>cpuinfo</pre></div></div>

<p>The output will either be a &#8220;0&#8243; or a &#8220;1&#8243;. A &#8220;0&#8243; unfortunately means that you do not have hardware virtualization. If you get a &#8220;1&#8243; and have virtualization enabled in your BIOS, you are good to go. Without hardware virtualization, you cannot use KVM extensions. You can still run virtual machines, but they will be painfully slow, as I discovered on my laptop with an old Intel T4200 processor.</p>
<p>If you want to double check the results, you can also run this command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">kvm-ok</pre></div></div>

<p>If all goes well, it will return:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">INFO: Your CPU supports KVM extensions
INFO: <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>kvm exists
KVM acceleration can be used</pre></div></div>

<p>Ubuntu has some meta-packages you can install to get the virtualization tools you need. With one command, you can install most of them:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> ubuntu-virt</pre></div></div>

<p>If you want to install each package manually, see the <a href="https://help.ubuntu.com/community/KVM/Installation">Ubuntu documentation</a>. After the installation, you should have qemu-kvm and virt-manager (the graphical frontend) installed.</p>
<h2>Post-Installation</h2>
<p>After installation, you need to make sure KVM is configured and given the necessary permissions. Type this command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">groups</span></pre></div></div>

<p>Among your user groups, you should see &#8220;kvm&#8221; and &#8220;libvirtd&#8221;. If either or both are missing, you can run these commands to add your local user to the groups:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> adduser <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">id</span> -un<span style="color: #000000; font-weight: bold;">`</span> kvm</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> adduser <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">id</span> -un<span style="color: #000000; font-weight: bold;">`</span> libvirtd</pre></div></div>

<p>The last post-installation step you need to take is to logout and log back in. If you do not, you will get a qemu error like this: &#8220;libvir: Remote error : Permission denied&#8221;</p>
<h2>Create a Virtual Machine</h2>
<p>Once you are logged back in, you can start Virtual Machine Manager. It should be in your applications menu. Alternatively, press Alt+F2 and type virt-manager.</p>
<p><img class="aligncenter size-full wp-image-41283" title="virt-manager-new-machine" src="http://imagecdn.maketecheasier.com/2011/11/virt-manager-new-machine.png" alt="create a new virtual machine" width="469" height="474" /></p>
<p>On the first run, there will only be one available button to click labeled “Create a new virtual machine”. Click it and go through the creation process.</p>
<ol>
<li>Name the virtual machine. It can be pretty much anything. It is only an identifier for you to remember what it is.</li>
<li>Choose the installation method. In this example, I am going to use a CentOS 6 LiveCD ISO. That requires the first option “Local install media”. After choosing, click &#8220;Forward&#8221;.</li>
<p><img class="aligncenter size-full wp-image-41284" title="virt-manager-new-machine1" src="http://imagecdn.maketecheasier.com/2011/11/virt-manager-new-machine1.png" alt="virtual machine disk setup" width="469" height="474" /></p>
<li>Select the OS type and version. In my example, I chose &#8220;Linux&#8221; and &#8220;Red Hat Enterprise Linux 6&#8243;.</li>
<li>Select the amount of RAM you want to allocate and the number of CPUs to use.</li>
<li>Set your virtual disk size. This largely depends on the OS you are using and the amount of space you think you will need.</li>
<p><img class="aligncenter size-full wp-image-41285" title="virt-manager-new-machine2" src="http://imagecdn.maketecheasier.com/2011/11/virt-manager-new-machine2.png" alt="virtual machine disk creation" width="469" height="474" /></p>
<li>Set your network options. In most cases, the right option is already selected.</li>
<li>Click Finish</li>
</ol>
<p>Virtual Machine Manager should immediately start booting your virtual machine. If you booted from an ISO, you can then install the OS as you normally would or even run it from the LiveCD. If you want to see real-time information about your virtual hardware, click the &#8220;show hardware virtualization details&#8221; button. You do not have to keep the virtualization window open to keep running your virtual machine. This is useful if you only intend to connect to it remotely and use it as a server.</p>
<p>For more information about Virtual Machine Manager, visit the <a href="http://virt-manager.org/page/Main_Page">online wiki</a>. For more information about KVM, see the <a href="http://www.linux-kvm.org/page/Documents">online documentation</a>.</p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16&amp;title=How+to+Use+KVM+with+Virtual+Machine+Manager&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16">How to Use KVM with Virtual Machine Manager</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/use-kvm-with-virtual-machine-manager/2011/11/16/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Create a Ubuntu Virtual Machine With QEMU Manager</title>
		<link>http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28</link>
		<comments>http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28#comments</comments>
		<pubDate>Sun, 28 Dec 2008 13:39:18 +0000</pubDate>
		<dc:creator>fasil</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[QEMU]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1754</guid>
		<description><![CDATA[QEMU is a CPU and process emulator which allows you to create virtual machines that can run on any platform. QEMU manager uses this emulator to virtualize Linux on windows systems. In this post we show you how to create an Ubuntu virtual machine on Windows using QEMU manager. Summary of steps involved and software [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28&amp;title=How+to+Create+a+Ubuntu+Virtual+Machine+With+QEMU+Manager&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28">How to Create a Ubuntu Virtual Machine With QEMU Manager</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="qemu_logo" src="http://imagecdn.maketecheasier.com/2008/12/qemu_logo.png" alt="qemu_logo" width="268" height="74" /><a title="QEMU Emulator" href="http://www.qemu.org" target="_blank">QEMU</a> is a CPU and process emulator which allows you to create virtual machines that can run on any platform. QEMU manager uses this emulator to virtualize Linux on windows systems. In this post we show you how to create an Ubuntu virtual machine on Windows using QEMU manager.</p>
<p><span id="more-1754"></span><strong>Summary of steps involved and software needed:</strong></p>
<p>1. Download QEMU manager and Install on windows platform</p>
<p>2. Create Linux Virtual Machine and Install Ubuntu on virtual hard disk</p>
<p>3. Run the Virtual hard disk from windows platform.</p>
<p>4. QEMU manager and Ubuntu <a href="http://www.ubuntu.com/GetUbuntu/download" target="_blank">ISO</a> image are needed as software requirements.</p>
<p><strong>Steps to Install QEMU manager and Create Virtual Machine</strong></p>
<p>1. Download <a title="QEMU Manager" href="http://www.davereyn.co.uk/" target="_blank">QEMU manager</a> and install on Windows platform. Screen shot of QEMU manager with virtual machines are shown below.</p>
<p><a rel="lightbox" href="http://imagecdn.maketecheasier.com/2008/12/qemu-manager.png"><img class="aligncenter size-medium wp-image-1755" src="http://imagecdn.maketecheasier.com/2008/12/qemu-manager-300x256.png" alt="qemu-manager" width="300" height="256" /></a><br />
<small>Click to enlarge</small></p>
<p>2. Create a new Ubuntu Virtual machine by clicking <em>Options -&gt; Create New Virtual Machine</em> or by clicking the &#8216;+&#8217; sign.</p>
<p><img class="aligncenter size-full wp-image-1756" src="http://imagecdn.maketecheasier.com/2008/12/create-virtual-machine.png" alt="create-virtual-machine" width="318" height="162" /></p>
<p>3. After creating the virtual machine, configure the virtual machine by setting the memory size required and choose the location of the ISO image which is to be installed into the virtual machine. Set the boot option as shown below</p>
<p><img class="aligncenter size-full wp-image-1757" src="http://imagecdn.maketecheasier.com/2008/12/virtual-machine.png" alt="virtual-machine" width="599" height="297" /></p>
<p><img class="aligncenter size-full wp-image-1758" src="http://imagecdn.maketecheasier.com/2008/12/virtual-disk.png" alt="virtual-disk" width="522" height="343" /></p>
<p>4. Once boot parameters are configured properly, click the &#8216;<em>Run</em>&#8216; virtual machine icon to launch the virtual machine.</p>
<p><img class="aligncenter size-full wp-image-1759" src="http://imagecdn.maketecheasier.com/2008/12/lauch-vm.png" alt="lauch-vm" width="366" height="123" /></p>
<p>5. QEMU will run the emulator and boot Ubuntu from the ISO image. Follow the onscreen instructions to install Ubuntu</p>
<p><img class="aligncenter size-full wp-image-1760" src="http://imagecdn.maketecheasier.com/2008/12/qemu-start.jpg" alt="qemu-start" width="580" height="435" /></p>
<p><img class="aligncenter size-medium wp-image-1761" src="http://imagecdn.maketecheasier.com/2008/12/installing-ubuntu.jpg" alt="installing-ubuntu" width="580" height="435" /></p>
<p>6. Proceed with the standard Ubuntu installation procedure by choosing the keyboard map, region settings as per your preference.</p>
<p><img class="aligncenter size-full wp-image-1764" src="http://imagecdn.maketecheasier.com/2008/12/install-ubuntu-menu.jpg" alt="install-ubuntu-menu" width="580" height="435" /></p>
<p>7. Select <em>Guided</em> partition option and click <em>Forward</em> to proceed further</p>
<p><img class="alignnone size-full wp-image-1762" src="http://imagecdn.maketecheasier.com/2008/12/ubuntu-partition.jpg" alt="partitionining virtual machine" width="580" height="395" /></p>
<p>8. Enter your login option and proceed to install Ubuntu to the virtual hard disk.</p>
<p><img class="alignnone size-full wp-image-1763" src="http://imagecdn.maketecheasier.com/2008/12/login-information.jpg" alt="login-information" width="580" height="386" /></p>
<p><img class="aligncenter size-full wp-image-1765" src="http://imagecdn.maketecheasier.com/2008/12/virtual-disk-partition.png" alt="virtual-disk-partition" width="560" height="243" /></p>
<p>9. Once the installation is completed, you will be able to run the virtual machine from the virtual hardisk. Make sure you select the correct boot parameters .</p>
<p><img class="alignnone size-full wp-image-1766" src="http://imagecdn.maketecheasier.com/2008/12/complete-ubutu.png" alt="complete-ubuntu" width="580" height="422" /></p>
<p>Note : The keyboard shortcut to switch focus and return back to Windows is <em>CTRL +ALT</em> .</p>
<p><strong>Some of the advantages of using QEMU:</strong></p>
<p>1. Easy to use and run with minimal system memory, say 512MB RAM.</p>
<p>2. There are option that allows you to create VMware virtual disk.</p>
<p>3. Plenty of options provided for optimal virtualization.</p>
<p>As for the disadvantage, there is no option for you to save the state of the Virtual machine  or to pause the virtual machine and shut the system.</p>
<p>Have you tried QEMU before? How do you find it?</p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28&amp;title=How+to+Create+a+Ubuntu+Virtual+Machine+With+QEMU+Manager&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28">How to Create a Ubuntu Virtual Machine With QEMU Manager</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

