<?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: Setting up virtualization on Ubuntu with KVM</title>
	<atom:link href="http://blog.codefront.net/2010/02/01/setting-up-virtualization-on-ubuntu-with-kvm/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codefront.net/2010/02/01/setting-up-virtualization-on-ubuntu-with-kvm/</link>
	<description>Rails, Firefox, Anime, Mac</description>
	<lastBuildDate>Sat, 04 Feb 2012 15:38:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Amar D. Guru</title>
		<link>http://blog.codefront.net/2010/02/01/setting-up-virtualization-on-ubuntu-with-kvm/comment-page-1/#comment-758718</link>
		<dc:creator>Amar D. Guru</dc:creator>
		<pubDate>Tue, 17 Jan 2012 04:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/?p=1271#comment-758718</guid>
		<description>I searched all over for instructions on creating a headless guest on a headless host.  Most other instructions require a graphic frontend on the host or a VNC client.  My application is purely backend server, so I do not want any GUI components in my build stack.  I was able to cut and paste commands from your concise instructions and have a working guest within 15 minutes.  What a brief and elegant solution!</description>
		<content:encoded><![CDATA[<p>I searched all over for instructions on creating a headless guest on a headless host.  Most other instructions require a graphic frontend on the host or a VNC client.  My application is purely backend server, so I do not want any GUI components in my build stack.  I was able to cut and paste commands from your concise instructions and have a working guest within 15 minutes.  What a brief and elegant solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bookmarks for June 20th through December 13th &#8212; Somewhere out there!</title>
		<link>http://blog.codefront.net/2010/02/01/setting-up-virtualization-on-ubuntu-with-kvm/comment-page-1/#comment-755157</link>
		<dc:creator>Bookmarks for June 20th through December 13th &#8212; Somewhere out there!</dc:creator>
		<pubDate>Tue, 13 Dec 2011 01:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/?p=1271#comment-755157</guid>
		<description>[...] Setting up virtualization on Ubuntu with KVM &#8211; redemption in a blog &#8211; [...]</description>
		<content:encoded><![CDATA[<p>[...] Setting up virtualization on Ubuntu with KVM &#8211; redemption in a blog &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eine VM für Diaspora &#171; Des Theodors Blog</title>
		<link>http://blog.codefront.net/2010/02/01/setting-up-virtualization-on-ubuntu-with-kvm/comment-page-1/#comment-748999</link>
		<dc:creator>Eine VM für Diaspora &#171; Des Theodors Blog</dc:creator>
		<pubDate>Tue, 12 Jul 2011 15:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/?p=1271#comment-748999</guid>
		<description>[...] exec /sbin/getty -8 38400 ttyS0 vt102   befüllt werden. Hier entnommen. Die Konsole kann mit start ttyS0 gestartet [...]</description>
		<content:encoded><![CDATA[<p>[...] exec /sbin/getty -8 38400 ttyS0 vt102   befüllt werden. Hier entnommen. Die Konsole kann mit start ttyS0 gestartet [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnP</title>
		<link>http://blog.codefront.net/2010/02/01/setting-up-virtualization-on-ubuntu-with-kvm/comment-page-1/#comment-736170</link>
		<dc:creator>JohnP</dc:creator>
		<pubDate>Thu, 11 Mar 2010 23:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/?p=1271#comment-736170</guid>
		<description>Many of us prefer to avoid the complexities of LVM2, but are unhappy with the performance of qcow2 file systems.  In my experience, the qcow2 files require about 25% of a dual core while just running without a login.

By converting from qcow2 into an img/raw format, the performance drops to less than 1% as shown in virtual machine manager. I made no other changes.  After the conversion, I had to &quot;define&quot; the VM again for the changes to be picked up.

$ sudo vi /etc/libvirt/qemu/vm1.xml and change the file names. No other changes were required.

$ sudo virsh define /etc/libvirt/qemu/vm1.xml

I&#039;ve also elected to migrate from Xen to KVM. Getting KVM performance similar to Xen is an ongoing challenge.

A quick search for the flavours returned nothing useful.  Does anyone know exactly what the differences are between &quot;server&quot; and &quot;virtual&quot; flavours?</description>
		<content:encoded><![CDATA[<p>Many of us prefer to avoid the complexities of LVM2, but are unhappy with the performance of qcow2 file systems.  In my experience, the qcow2 files require about 25% of a dual core while just running without a login.</p>
<p>By converting from qcow2 into an img/raw format, the performance drops to less than 1% as shown in virtual machine manager. I made no other changes.  After the conversion, I had to &#8220;define&#8221; the VM again for the changes to be picked up.</p>
<p>$ sudo vi /etc/libvirt/qemu/vm1.xml and change the file names. No other changes were required.</p>
<p>$ sudo virsh define /etc/libvirt/qemu/vm1.xml</p>
<p>I&#8217;ve also elected to migrate from Xen to KVM. Getting KVM performance similar to Xen is an ongoing challenge.</p>
<p>A quick search for the flavours returned nothing useful.  Does anyone know exactly what the differences are between &#8220;server&#8221; and &#8220;virtual&#8221; flavours?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benedikt</title>
		<link>http://blog.codefront.net/2010/02/01/setting-up-virtualization-on-ubuntu-with-kvm/comment-page-1/#comment-735890</link>
		<dc:creator>Benedikt</dc:creator>
		<pubDate>Fri, 05 Mar 2010 23:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/?p=1271#comment-735890</guid>
		<description>Hey,

thanks for the part &quot;Getting a console to your VM from the Host Server&quot;, I&#039;d have preferred a solution where you don&#039;t need to change anything on the vm but at least it works now. Again, thanks.

B</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>thanks for the part &#8220;Getting a console to your VM from the Host Server&#8221;, I&#8217;d have preferred a solution where you don&#8217;t need to change anything on the vm but at least it works now. Again, thanks.</p>
<p>B</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghu</title>
		<link>http://blog.codefront.net/2010/02/01/setting-up-virtualization-on-ubuntu-with-kvm/comment-page-1/#comment-735759</link>
		<dc:creator>Raghu</dc:creator>
		<pubDate>Mon, 01 Mar 2010 03:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/?p=1271#comment-735759</guid>
		<description>Thanks for writing up a concise tutorial. 
I needed to add --libvirt=qemu:///system option to the vmbuilder command for having the VMs XML conf file created in /etc/libvirt/qemu directory and registered with virsh.</description>
		<content:encoded><![CDATA[<p>Thanks for writing up a concise tutorial.<br />
I needed to add &#8211;libvirt=qemu:///system option to the vmbuilder command for having the VMs XML conf file created in /etc/libvirt/qemu directory and registered with virsh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://blog.codefront.net/2010/02/01/setting-up-virtualization-on-ubuntu-with-kvm/comment-page-1/#comment-735107</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 03 Feb 2010 09:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/?p=1271#comment-735107</guid>
		<description>Thanks for the great &amp; very detailed tutorial!</description>
		<content:encoded><![CDATA[<p>Thanks for the great &amp; very detailed tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links 2/2/2010: Oracle/Sun Analysis &#124; Boycott Novell</title>
		<link>http://blog.codefront.net/2010/02/01/setting-up-virtualization-on-ubuntu-with-kvm/comment-page-1/#comment-735101</link>
		<dc:creator>Links 2/2/2010: Oracle/Sun Analysis &#124; Boycott Novell</dc:creator>
		<pubDate>Wed, 03 Feb 2010 04:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/?p=1271#comment-735101</guid>
		<description>[...] Setting up virtualization on Ubuntu with KVM [...]</description>
		<content:encoded><![CDATA[<p>[...] Setting up virtualization on Ubuntu with KVM [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

