<?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/"
	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>Comentarios en: Virtualizacion: kvm vs virtualbox en turion64 single core MK-36</title>
	<atom:link href="http://jadarios.wordpress.com/2008/01/14/virtualizacion-kvm-vs-virtualbox-en-turion64-single-core-mk-36/feed/" rel="self" type="application/rss+xml" />
	<link>http://jadarios.wordpress.com/2008/01/14/virtualizacion-kvm-vs-virtualbox-en-turion64-single-core-mk-36/</link>
	<description>La Fortaleza que nos Permitirá Defendernos de las Malvadas Tropas del Software Propietario</description>
	<lastBuildDate>Sun, 12 Jul 2009 14:32:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Por: Asus PRO50N AP109A y Linux &#171; El Abismo de los Jadarios</title>
		<link>http://jadarios.wordpress.com/2008/01/14/virtualizacion-kvm-vs-virtualbox-en-turion64-single-core-mk-36/#comment-18</link>
		<dc:creator>Asus PRO50N AP109A y Linux &#171; El Abismo de los Jadarios</dc:creator>
		<pubDate>Sun, 20 Jan 2008 13:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://jadarios.wordpress.com/2008/01/14/virtualizacion-kvm-vs-virtualbox-en-turion64-single-core-mk-36/#comment-18</guid>
		<description>[...] estaba en modo ahorro de energia, pero cuando se le pide, llega a 2000 MHz. Como ya he dicho en anteriores posts, con virtualbox va más o menos bien la virtualización, y con kvm va muy bien. Me falta probar con [...]</description>
		<content:encoded><![CDATA[<p>[...] estaba en modo ahorro de energia, pero cuando se le pide, llega a 2000 MHz. Como ya he dicho en anteriores posts, con virtualbox va más o menos bien la virtualización, y con kvm va muy bien. Me falta probar con [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Alberto Morales</title>
		<link>http://jadarios.wordpress.com/2008/01/14/virtualizacion-kvm-vs-virtualbox-en-turion64-single-core-mk-36/#comment-15</link>
		<dc:creator>Alberto Morales</dc:creator>
		<pubDate>Tue, 15 Jan 2008 20:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://jadarios.wordpress.com/2008/01/14/virtualizacion-kvm-vs-virtualbox-en-turion64-single-core-mk-36/#comment-15</guid>
		<description>La segunda ventaja tiene buena pinta para hacer caminar abandon-software nostálgico como puede ser el &lt;a href=&quot;http://en.wikipedia.org/wiki/Gato_%28computer_game%29&quot; rel=&quot;nofollow&quot;&gt;gato&lt;/a&gt;  (el primer juego al que jugue, puro modo real :-) o nuestras prácticas de estructuras 2 :-P.</description>
		<content:encoded><![CDATA[<p>La segunda ventaja tiene buena pinta para hacer caminar abandon-software nostálgico como puede ser el <a href="http://en.wikipedia.org/wiki/Gato_%28computer_game%29" rel="nofollow">gato</a>  (el primer juego al que jugue, puro modo real <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  o nuestras prácticas de estructuras 2 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: aplatanado</title>
		<link>http://jadarios.wordpress.com/2008/01/14/virtualizacion-kvm-vs-virtualbox-en-turion64-single-core-mk-36/#comment-14</link>
		<dc:creator>aplatanado</dc:creator>
		<pubDate>Tue, 15 Jan 2008 12:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://jadarios.wordpress.com/2008/01/14/virtualizacion-kvm-vs-virtualbox-en-turion64-single-core-mk-36/#comment-14</guid>
		<description>Y otra cosa. Pese a que el soporte de virtualbox no sea muy bueno creo que hay buenas razones para pensar que AMD-V se bastante mejor que VT-x. Cito dos sacadas del manual de XEN.

 * The AMD SVM uses a tagged TLB; this means that they use an ASID (Address Space Identifier) to distinguish between host-space entries from guest-space entries. By using this identifier, we don&#039;t have to perform a TLB flush when there is a context switch between guest and host. This significantly reduces the number of TLB flushes. A TLB flush slows the system because after a TLB flush occurs, subsequent accesses to memory will require a full page table lookup. 
 * In order to boot an Intel VT-x machine you need an hvmloader (which was called vmxloader in the past). According to the VT-x spec, guest OSes cannot operate in real mode. Using a Linux loader to load a guest OS is impossible because it starts in real mode. To solve this problem, a vmxloader was written for VT-x guests. This loader uses the VM86 mode of the processor to run the OS boot loader. AMD SVM, on the other hand, supports real-mode for guests, so it does not need the VM86 mode of the hvmloader.

La segunda ventaja no la considero especialmente importante en estos tiempos (aunque nunca se sabe). Pero el uso de ASID en la TLB si puede mejorar significativamente el rendimiento.</description>
		<content:encoded><![CDATA[<p>Y otra cosa. Pese a que el soporte de virtualbox no sea muy bueno creo que hay buenas razones para pensar que AMD-V se bastante mejor que VT-x. Cito dos sacadas del manual de XEN.</p>
<p> * The AMD SVM uses a tagged TLB; this means that they use an ASID (Address Space Identifier) to distinguish between host-space entries from guest-space entries. By using this identifier, we don&#8217;t have to perform a TLB flush when there is a context switch between guest and host. This significantly reduces the number of TLB flushes. A TLB flush slows the system because after a TLB flush occurs, subsequent accesses to memory will require a full page table lookup.<br />
 * In order to boot an Intel VT-x machine you need an hvmloader (which was called vmxloader in the past). According to the VT-x spec, guest OSes cannot operate in real mode. Using a Linux loader to load a guest OS is impossible because it starts in real mode. To solve this problem, a vmxloader was written for VT-x guests. This loader uses the VM86 mode of the processor to run the OS boot loader. AMD SVM, on the other hand, supports real-mode for guests, so it does not need the VM86 mode of the hvmloader.</p>
<p>La segunda ventaja no la considero especialmente importante en estos tiempos (aunque nunca se sabe). Pero el uso de ASID en la TLB si puede mejorar significativamente el rendimiento.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: aplatanado</title>
		<link>http://jadarios.wordpress.com/2008/01/14/virtualizacion-kvm-vs-virtualbox-en-turion64-single-core-mk-36/#comment-13</link>
		<dc:creator>aplatanado</dc:creator>
		<pubDate>Mon, 14 Jan 2008 10:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://jadarios.wordpress.com/2008/01/14/virtualizacion-kvm-vs-virtualbox-en-turion64-single-core-mk-36/#comment-13</guid>
		<description>¡Menuda sorpresa! Yo pensaba que kvm no era más que un módulo para virtualización con VT-x/AMD-V que los diversos programas (como qemu o virtualbox) podían utilizar como interfaz con dichas extensiones, en lugar de tener que crear un módulo propio. Pero ya veo que no es así y que trae su propia utilizar para lanzar el sistema virtualizado.

Mas info sobre la arquitectura de virtualbox en:
 http://www.virtualbox.org/wiki/VirtualBox_architecture

Por otro lado he leído que la implementación de AMD es superior. Aunque no me queda claro el motivo.</description>
		<content:encoded><![CDATA[<p>¡Menuda sorpresa! Yo pensaba que kvm no era más que un módulo para virtualización con VT-x/AMD-V que los diversos programas (como qemu o virtualbox) podían utilizar como interfaz con dichas extensiones, en lugar de tener que crear un módulo propio. Pero ya veo que no es así y que trae su propia utilizar para lanzar el sistema virtualizado.</p>
<p>Mas info sobre la arquitectura de virtualbox en:<br />
 <a href="http://www.virtualbox.org/wiki/VirtualBox_architecture" rel="nofollow">http://www.virtualbox.org/wiki/VirtualBox_architecture</a></p>
<p>Por otro lado he leído que la implementación de AMD es superior. Aunque no me queda claro el motivo.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
