<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://www.linux-kvm.com">
<channel>
 <title>KVM - The Linux Kernel-Based Virtual Machine</title>
 <link>http://www.linux-kvm.com</link>
 <description />
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Kvm-TheLinuxKernel-basedVirtualMachine" /><feedburner:info uri="kvm-thelinuxkernel-basedvirtualmachine" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
 <title>Proxmox VE 2.0 rc1 is out</title>
 <link>http://feedproxy.google.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~3/S9s4SYhGJVQ/proxmox-ve-20-rc1-out</link>
 <description>&lt;p&gt;The first release candidate of Proxmox VE 2.0 which adds &lt;a href="http://www.linux-kvm.com/content/proxmox-ve-20-beta-adds-high-availability-and-kvm-10-packages" target="_blank"&gt;high availability&lt;/a&gt; to its list of features is out. The main feature included with this release candidate is role based user and permissions management for all objects. The official announcement includes the following list of features with this release.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
		Role based user- and permission management for all objects (VM&amp;acute;s, storages, nodes, etc.)&lt;/li&gt;
&lt;li&gt;
		Support for multiple authentication sources&lt;/li&gt;
&lt;li style=""&gt;
		Microsoft Active Directory
&lt;ul&gt;
&lt;li style=""&gt;
				LDAP&lt;/li&gt;
&lt;li style=""&gt;
				Linux PAM&lt;/li&gt;
&lt;li style=""&gt;
				Proxmox VE internal authentication&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
		New Kernel, based on vzkernel-2.6.32-042stab049.6.src.rpm&lt;/li&gt;
&lt;li&gt;
		vzdump uses now LZO compression by default (faster)&lt;/li&gt;
&lt;li&gt;
		Countless bug fixes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can find out more by checking out the &lt;a href="http://forum.proxmox.com/threads/8359-Proxmox-VE-2-0-rc1-released" target="_blank"&gt;official announcement&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/owpfa_jPMJ1OivP1bXBKJJytQK8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/owpfa_jPMJ1OivP1bXBKJJytQK8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/owpfa_jPMJ1OivP1bXBKJJytQK8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/owpfa_jPMJ1OivP1bXBKJJytQK8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~4/S9s4SYhGJVQ" height="1" width="1"/&gt;</description>
 <comments>http://www.linux-kvm.com/content/proxmox-ve-20-rc1-out#comments</comments>
 <category domain="http://www.linux-kvm.com/category/category/releases-0">Releases</category>
 <pubDate>Wed, 22 Feb 2012 18:04:11 +0000</pubDate>
 <dc:creator>Haydn Solomon</dc:creator>
 <guid isPermaLink="false">578 at http://www.linux-kvm.com</guid>
<feedburner:origLink>http://www.linux-kvm.com/content/proxmox-ve-20-rc1-out</feedburner:origLink></item>
<item>
 <title>How to Maximize virtio-net performance with vhost-net</title>
 <link>http://feedproxy.google.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~3/GGOZ_rM2044/how-maximize-virtio-net-performance-vhost-net</link>
 <description>&lt;p&gt;Virtio-net paravirtual drivers provide you with better network performance than emulated drivers for your guests. However you may not be taking full advantage of virtio-net if you&amp;#39;re not making use of the linux vhost-net driver. In this post, we&amp;#39;ll go over some configurations to ensure that you&amp;#39;re getting maximum network performance using virtio-net and vhost-net.&lt;/p&gt;
&lt;p class="rtecenter"&gt;&lt;img alt="" src="../../sites/default/files/vhost-net.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;The &lt;a href="http://blog.vmsplice.net/2011/09/qemu-internals-vhost-architecture.html" target="_blank"&gt;vhost architecture&lt;/a&gt; has been developed by Red Hat since around 2010 so it&amp;#39;s been around for a while. The vhost-net provides much improved network performance for your guest is running virtio-net by totally bypassing qemu as a fast path for interrupting your guest. The alternative of involving qemu is very expensive due to context switches to userspace and multiple system calls. The vhost-net however runs in kernel as a kernel thread and interrups your guest with much less overhead providing near native performance.&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re are using a management tool based on libvirt then libvirt will take care of a lot of the configuration tasks in setting up and running your guest. In order to get the best network performance for a guest running virtio-net the following conditions must be met.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
		virtio-net paravirtual drivers installed in the guest and the virtio nic model type selected&lt;/li&gt;
&lt;li&gt;
		Your version of qemu supports vhost-net ie -netdev command option.&lt;/li&gt;
&lt;li&gt;
		the vhost-net kernel module is loaded and available&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So you&lt;a href="http://www.linux-kvm.com/content/tip-how-setup-windows-guest-paravirtual-network-drivers" target="_blank"&gt; installed the paravirtual network drivers&lt;/a&gt; in your guest and use virt-manager to setup your virtio nic. You&amp;#39;ve installed the most recent package of qemu-kvm. Now have you checked that vhost-net is loaded? The one common mistake I&amp;#39;ve seen many people make is assuming that vhost-net module is loaded. It&amp;#39;s understandable too because even on a distribution like fedora, the most recent version at this time , 16, has vhost-net built into the kernel as a module so it&amp;#39;s not loaded by default. Most people will go ahead and let virt-manager do it&amp;#39;s magic and never bother to check that vhost-net is running.&lt;/p&gt;
&lt;p&gt;To ensure that vhost-net is running run the following command as root in a terminal on your kvm host&lt;/p&gt;
&lt;pre&gt;
modprobe vhost-net&lt;/pre&gt;&lt;p&gt;Next verify that it&amp;#39;s running with the following command&lt;/p&gt;
&lt;pre&gt;
lsmod | grep vhost_net&lt;/pre&gt;&lt;p&gt;You should then see output similar to the following showing that the module is loaded.&lt;/p&gt;
&lt;pre&gt;
&lt;span style="color:#ff0000;"&gt;vhost_net&lt;/span&gt;              33675  1
macvtap                18183  3 &lt;span style="color:#ff0000;"&gt;vhost_net&lt;/span&gt;
tun                    22768  2 &lt;span style="color:#ff0000;"&gt;vhost_net&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;Now when you start your guest with virt-manager your command line generated by libvirt will contain vhost parameters. Below shows an example.&lt;/p&gt;
&lt;pre&gt;
qemu     11678     1 21 Jan29 ?        1-02:11:05 /usr/bin/qemu-kvm -S -M pc-0.14 -enable-kvm -m 2048 -smp 1,sockets=1,cores=1,threads=1 -name Hitachi-XP -uuid 848b0584-7601-efe2-72b4-f3da80187e75 -nodefconfig -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/Hitachi-XP.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime -no-shutdown -boot order=c,menu=on -drive file=/home/hsolomon/images/xp-office.img,if=none,id=drive-ide0-0-0,format=qcow2 -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 -drive file=/home/hsolomon/isos/virtio-win-1.4.0.iso,if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw -device ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -netdev tap,fd=19,id=hostnet0,&lt;span style="color:#ff0000;"&gt;vhost=on,vhostfd=20&lt;/span&gt; -device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:40:4a:67,bus=pci.0,addr=0x3 -chardev tty,id=charserial0,path=/dev/ttyS0 -device isa-serial,chardev=charserial0,id=serial0 -usb -device usb-tablet,id=input0 -vnc 0.0.0.0:1,password -vga qxl -global qxl-vga.vram_size=67108864 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6&lt;/pre&gt;&lt;p&gt;If you need to ensure that vhost-net is loaded because you use kvm guests with virtio-net one thing you can do is add the modprobe command above to your rc.local file on your linux distribution which will run whenever your machine boots. On Red Hat based distros this file is usually located at /etc/rc.d/rc.local. Below is an example of what your file will look like.&lt;/p&gt;
&lt;pre&gt;
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don&amp;#39;t
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local
&lt;span style="color:#ff0000;"&gt;modprobe vhost-net&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;If you have been overlooking the vhost-net module, give it a try and feel free to post comments.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/bGtz4Jwt6Wdd1b8FZHkWZEkkuJk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bGtz4Jwt6Wdd1b8FZHkWZEkkuJk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/bGtz4Jwt6Wdd1b8FZHkWZEkkuJk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bGtz4Jwt6Wdd1b8FZHkWZEkkuJk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~4/GGOZ_rM2044" height="1" width="1"/&gt;</description>
 <comments>http://www.linux-kvm.com/content/how-maximize-virtio-net-performance-vhost-net#comments</comments>
 <category domain="http://www.linux-kvm.com/category/category/networking-0">Networking</category>
 <category domain="http://www.linux-kvm.com/category/category/tutorial">Tutorial</category>
 <pubDate>Fri, 03 Feb 2012 14:08:19 +0000</pubDate>
 <dc:creator>Haydn Solomon</dc:creator>
 <guid isPermaLink="false">573 at http://www.linux-kvm.com</guid>
<feedburner:origLink>http://www.linux-kvm.com/content/how-maximize-virtio-net-performance-vhost-net</feedburner:origLink></item>
<item>
 <title>First release of oVirt scheduled for Jan 31</title>
 <link>http://feedproxy.google.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~3/MB-X5c_AgQ0/first-release-ovirt-scheduled-jan-31</link>
 <description>&lt;p&gt;The first release of the RHEV-M upstream project, oVirt, is scheduled for the end of January in a few days time. This release schedule comes shortly after the recent &lt;a href="http://labs.eweek.com/archives/red-hat-enterprise-virtualization-servers-3-0-released" target="_blank"&gt;release of RHEV 3.0&lt;/a&gt;. Since the project kickoff workshop was held last November, installing the ovirt-engine is a whole lot easier at least on Fedora 16. There are now instructions on the &lt;a href="http://www.ovirt.org/get-ovirt/" target="_blank"&gt;ovirt wiki page&lt;/a&gt; for Debian and &lt;a href="http://wiki.gentoo.org/wiki/OVirt" target="_blank"&gt;Gentoo&lt;/a&gt; although the Debian link is currently broken.&lt;/p&gt;
&lt;p class="rtecenter"&gt;&lt;img alt="" src="../../sites/default/files/ovirt-firstrelease.png" /&gt;&lt;/p&gt;
&lt;p&gt;There are currently&lt;a href="http://www.ovirt.org/releases/nightly/" target="_blank"&gt; nightly builds&lt;/a&gt; of the ovirt-node ( the managed node hypervisor ) available for you to start using. For &lt;a href="http://www.ovirt.org/wiki/Installing_ovirt-engine_from_rpm" target="_blank"&gt;installing the ovirt-engine&lt;/a&gt; ( management tool ) on Fedora 16, yum packages are available. Installation requires you to download a yum repo file, install the required packages with yum and run a handful of commands. This is a lot easier than the &lt;a href="http://www.ovirt.org/wiki/Building_Ovirt_Engine" target="_blank"&gt;previous method of installation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For more information see the &lt;a href="http://www.ovirt.org/get-ovirt/" target="_blank"&gt;oVirt wiki page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/f70fN_JXSm_kFBE42abmYPmeCcY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/f70fN_JXSm_kFBE42abmYPmeCcY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/f70fN_JXSm_kFBE42abmYPmeCcY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/f70fN_JXSm_kFBE42abmYPmeCcY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~4/MB-X5c_AgQ0" height="1" width="1"/&gt;</description>
 <comments>http://www.linux-kvm.com/content/first-release-ovirt-scheduled-jan-31#comments</comments>
 <category domain="http://www.linux-kvm.com/category/category/ovirt">oVirt</category>
 <category domain="http://www.linux-kvm.com/category/category/releases-0">Releases</category>
 <category domain="http://www.linux-kvm.com/category/category/rhev-m">RHEV-M</category>
 <pubDate>Thu, 26 Jan 2012 13:48:00 +0000</pubDate>
 <dc:creator>Haydn Solomon</dc:creator>
 <guid isPermaLink="false">570 at http://www.linux-kvm.com</guid>
<feedburner:origLink>http://www.linux-kvm.com/content/first-release-ovirt-scheduled-jan-31</feedburner:origLink></item>
<item>
 <title>GSoC helps improve VMDK support in KVM</title>
 <link>http://feedproxy.google.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~3/b06pKfTKjd0/gsoc-helps-improve-vmdk-support-kvm</link>
 <description>&lt;p&gt;If you&amp;#39;ve ever struggled with converting a vmdk disk format to qemu&amp;#39;s qcow format you might have better luck now. One of the projects in last years Google Summer of Code program was to improve support for vmdk within qemu. The outcome of the Summer of Code project has already been merged with upstream qemu so it&amp;#39;s available if you pull from git.&lt;/p&gt;
&lt;p class="rtecenter"&gt;&lt;img alt="" src="../../sites/default/files/vmdk.gif" /&gt;&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;qemu-img&lt;/strong&gt; binary is responsible for disk management so if you would like to try the latest (unstable) vmdk support you can run the following commands to get it.&lt;/p&gt;
&lt;pre&gt;
$ git clone git://git.qemu.org/qemu.git
$ cd qemu
$ ./configure
$ make qemu-img&lt;/pre&gt;&lt;p&gt;You can then use the qemu-img tool for managing your vmdk disk files.&lt;/p&gt;
&lt;p&gt;So if you&amp;#39;ve given up on converting some old vmdk files, give it another try and please post feedback, comments or questions on your successes or failures.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/knUyOEwJAkArdSSuoL_zlnD8MRw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/knUyOEwJAkArdSSuoL_zlnD8MRw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/knUyOEwJAkArdSSuoL_zlnD8MRw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/knUyOEwJAkArdSSuoL_zlnD8MRw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~4/b06pKfTKjd0" height="1" width="1"/&gt;</description>
 <comments>http://www.linux-kvm.com/content/gsoc-helps-improve-vmdk-support-kvm#comments</comments>
 <category domain="http://www.linux-kvm.com/category/category/v2v">v2v</category>
 <pubDate>Wed, 18 Jan 2012 11:14:17 +0000</pubDate>
 <dc:creator>Haydn Solomon</dc:creator>
 <guid isPermaLink="false">563 at http://www.linux-kvm.com</guid>
<feedburner:origLink>http://www.linux-kvm.com/content/gsoc-helps-improve-vmdk-support-kvm</feedburner:origLink></item>
<item>
 <title>Proxmox VE 2.0 Beta adds High Availability and KVM 1.0 packages</title>
 <link>http://feedproxy.google.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~3/UV1iOZo2Z-Q/proxmox-ve-20-beta-adds-high-availability-and-kvm-10-packages</link>
 <description>&lt;p&gt;Proxmox Virtual Environment (VE), the linux Debian based distribution for managing KVM and Openvz, just released it&amp;#39;s 2.0 Beta version adding High Availability support and packages based on qemu 1.0. &amp;nbsp;Along with the new high availability features comes an updated GUI for managing your HA settings and a new Datacenter summary page. &amp;nbsp;&lt;/p&gt;
&lt;p class="rtecenter"&gt;&lt;img alt="" src="../../sites/default/files/Screen-Show-HA-managed.png" /&gt;&lt;/p&gt;
&lt;p&gt;Proxmox VE has always provided good community support by way of an active forum, wiki and community bug reporting. &amp;nbsp;The proxmox team have now added a &lt;a href="http://www.youtube.com/user/ProxmoxVE" target="_blank"&gt;youtube channel&lt;/a&gt; where you can find the latest tutorials and howtos on installing and configuring your virtual environment with Proxmox.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The &lt;a href="http://forum.proxmox.com/threads/7854-High-Availablity-for-Proxmox-VE-2-0-beta-arrived" target="_blank"&gt;official announcement&lt;/a&gt; includes links to wiki pages on &lt;a href="http://pve.proxmox.com/wiki/High_Availability_Cluster" target="_blank"&gt;Clustering&lt;/a&gt;, &lt;a href="http://pve.proxmox.com/wiki/Fencing" target="_blank"&gt;Fencing&lt;/a&gt; and support for &lt;a href="http://pve.proxmox.com/wiki/Intel_Modular_Server_HA" target="_blank"&gt;Intel Modular server&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can download this latest release at the &lt;a href="http://www.proxmox.com/downloads/proxmox-ve/17-iso-images" target="_blank"&gt;Proxmox Download Center&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/hyQKLhNdnmaCTkSTITAipvMPk4A/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hyQKLhNdnmaCTkSTITAipvMPk4A/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/hyQKLhNdnmaCTkSTITAipvMPk4A/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hyQKLhNdnmaCTkSTITAipvMPk4A/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~4/UV1iOZo2Z-Q" height="1" width="1"/&gt;</description>
 <comments>http://www.linux-kvm.com/content/proxmox-ve-20-beta-adds-high-availability-and-kvm-10-packages#comments</comments>
 <category domain="http://www.linux-kvm.com/category/category/proxmox">proxmox</category>
 <category domain="http://www.linux-kvm.com/category/category/releases-0">Releases</category>
 <pubDate>Mon, 02 Jan 2012 10:52:03 +0000</pubDate>
 <dc:creator>Haydn Solomon</dc:creator>
 <guid isPermaLink="false">562 at http://www.linux-kvm.com</guid>
<feedburner:origLink>http://www.linux-kvm.com/content/proxmox-ve-20-beta-adds-high-availability-and-kvm-10-packages</feedburner:origLink></item>
<item>
 <title>qemu 1.0 is here</title>
 <link>http://feedproxy.google.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~3/LgSUQy7JOlY/qemu-10-here</link>
 <description>&lt;p&gt;qemu 1.0 was released today right on schedule. One of the biggest changes visible to end users is added support for scsi block devices including block device passthrough through a new scsi block device. This means it will support /dev/sda devices which will help in some physical to virtual migrations scenarios. Another interesting feature is the TCI ( Tiny Code Interpreter ) for running qemu on architectures where there&amp;#39;s no native code generated for it by qemu as explained in &lt;a href="http://www.linux-kvm.com/content/qemu-1x-horizon"&gt;this post&lt;/a&gt;. The official list of changes that comes with qemu 1.0 can be found at the &lt;a href="http://wiki.qemu.org/ChangeLog/1.0" target="_blank"&gt;qemu 1.0 changelog page&lt;/a&gt;. Here&amp;#39;s a list from the official changelog page of some of the more interesting features.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
		QEMU now uses a separate thread for VCPU execution similar to qemu-kvm&lt;/li&gt;
&lt;li&gt;
		All image formats now support asynchronous operations&lt;/li&gt;
&lt;li&gt;
		Many bugfixes around CD media changes&lt;/li&gt;
&lt;li&gt;
		QEMU now supports I/O latency accounting in the monitor command &amp;quot;info blockstats&amp;quot;&lt;/li&gt;
&lt;li&gt;
		The accuracy of error handling for SCSI emulation has been greatly improved&lt;/li&gt;
&lt;li&gt;
		SCSI devices can now be addressed by channel, target (id) and LUN. Not all emulated HBAs will support this feature (in particular, the LSI controller will not)&lt;/li&gt;
&lt;li&gt;
		SCSI CD-ROMs now report media changed events&lt;/li&gt;
&lt;li&gt;
		Block device pass through is now supported through a new scsi-block device. The scsi-block device works with block devices (like /dev/sda or /dev/sr0) rather than /dev/sgN devices, and is more efficient because it does not consume arbitrary amounts of memory when the guest does large data transfers&lt;/li&gt;
&lt;li&gt;
		SCSI CD-ROMs now support DVD images&lt;/li&gt;
&lt;li&gt;
		SLIRP can process ARP replies and gratuitous ARP requests from the guest&lt;/li&gt;
&lt;li&gt;
		Now supports discarded blocks in dynamically-sized images&lt;/li&gt;
&lt;li&gt;
		QEMU now supports the new Cortex-A15 (ARM) instructions in linux-user mode (via &amp;quot;-cpu any&amp;quot;)&lt;/li&gt;
&lt;li&gt;
		QEMU now supports DC232b and FSF xtensa CPU cores&lt;/li&gt;
&lt;li&gt;
		QEMU now supports sim (similar to Tensilica ISS) and LX60/LX110/LX200 machines&lt;/li&gt;
&lt;li&gt;
		QEMU now supports live migration using image files like QCOW2 on shared storage&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the full changelog list see the &lt;a href="http://wiki.qemu.org/ChangeLog/1.0" target="_blank"&gt;1.0 changelog page&lt;/a&gt;. You can expect to see these changes coming soon to downstream qemu-kvm in your favourite linux distro.&lt;/p&gt;
&lt;p&gt;To get started you can &lt;a href="http://wiki.qemu.org/download/qemu-1.0.tar.gz" target="_blank"&gt;download&lt;/a&gt; qemu 1.0 at the &lt;a href="http://wiki.qemu.org/Download" target="_blank"&gt;qemu download page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/a9xoEPmnJ8PBN9b4_a5At4YQIF4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/a9xoEPmnJ8PBN9b4_a5At4YQIF4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/a9xoEPmnJ8PBN9b4_a5At4YQIF4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/a9xoEPmnJ8PBN9b4_a5At4YQIF4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~4/LgSUQy7JOlY" height="1" width="1"/&gt;</description>
 <comments>http://www.linux-kvm.com/content/qemu-10-here#comments</comments>
 <category domain="http://www.linux-kvm.com/category/category/releases-0">Releases</category>
 <pubDate>Thu, 01 Dec 2011 21:39:45 +0000</pubDate>
 <dc:creator>Haydn Solomon</dc:creator>
 <guid isPermaLink="false">555 at http://www.linux-kvm.com</guid>
<feedburner:origLink>http://www.linux-kvm.com/content/qemu-10-here</feedburner:origLink></item>
<item>
 <title>qemu 1.x on the horizon</title>
 <link>http://feedproxy.google.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~3/-UtKbNnhFYg/qemu-1x-horizon</link>
 <description>&lt;p&gt;The next release of upstream qemu is scheduled for December 1, 2011 and will be tagged as version 1.0. &amp;nbsp;Some release candidates have already been published so you can start playing with them if you&amp;#39;re interested. &amp;nbsp;Below is a list of the main targeted features with a short description of each.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;
	Memory API&lt;/h3&gt;
&lt;p&gt;The new memory api will be based on new memory modelling which more closely reflects they way memory is implemented in real computer systems. This feature is targeted at developers more than users so this will be transparent if you&amp;#39;re an end user. &amp;nbsp;The new memory api is currently implemented on top of the old api which limits the capabilities of the new api but this is a first step until users of the old api has been migrated. There&amp;#39;s still a long list of things todo before the new api is fully implemented.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;
	Support for Tensilica Xtensa Processor&lt;/h3&gt;
&lt;p&gt;Emulation is being added for the Tensilica Xtensa processor family. Tensilica develops processor technology primary for use in embedded systems. Currently development allows you to run linux on sim and lx60 boards. You can find more information on this project at the &lt;a href="http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa" target="_blank"&gt;qemu support for Xtensa wiki page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;
	SCSI Improvements&lt;/h3&gt;
&lt;p&gt;Due to some shortcomings with the current virtio-block implementation, the KVM development community has decided to implement a virtio-scsi storage stack. &amp;nbsp;One of the major shortcomings of the virtio-blk design is it&amp;#39;s limited feature set. &amp;nbsp;Further to this, adding new features, even trivial ones, requires a change to the spec for virtio-block. Additionally, the virtio-block implementation has a limitation of one pci device per disk which is not very scalable.&lt;/p&gt;
&lt;p&gt;The new virtio-scsi storage stack will keep the efficient design and performance of virtio-blk while providing a richer feature set. &amp;nbsp;The feature set will depend on the target and not on virtio-scsi itself and there will be multiple target choices eg. qemu and lio. Scalability will be in the order of thousands of disks per pci device and devices will be true scsi devices providing good physical to virtual and virtual to virtual migration. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Version 1.0 of qemu will see improvements in the SCSI subsystem as a pre-requisite for the development of virtio-scsi. The list of improvements include the following&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
		Improved modelling of scsi requests&lt;/li&gt;
&lt;li&gt;
		Flexible scsi addressing&lt;/li&gt;
&lt;li&gt;
		Improved consistency with the SCSI spec&lt;/li&gt;
&lt;li&gt;
		Improved support for emulated SCSI cdrom&lt;/li&gt;
&lt;li&gt;
		Migration support&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These improvements have already been done to the SCSI subsystem and will be available in the upcoming qemu 1.0.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;
	TCI ( Tiny Code Interpreter )&lt;/h3&gt;
&lt;p&gt;TCI is a new highly experimental feature that will improve the TCG code generator by running tcg generated code on any 32 or 64 bit host. &amp;nbsp;Previous to TCI, the code generator, known as TCG, only allowed qemu to run on the most important host architectures such as x86, arm, mips, s390 and sparc. TCI will not create native code but rather bytecode which is interpreted so it will not depend on the host running qemu. &amp;nbsp;The idea is that by adding a code generator for some virtual machine and using an interpreter for the generated bytecode, you can support almost any host. The only difference to running qemu with or without TCI will be speed.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The current version available for download is &lt;a href="http://wiki.qemu.org/download/qemu-1.0-rc1.tar.gz" target="_blank"&gt;release candidate 1&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4SZcAXpy6gqkg9CpKp39K7sC1ws/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4SZcAXpy6gqkg9CpKp39K7sC1ws/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4SZcAXpy6gqkg9CpKp39K7sC1ws/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4SZcAXpy6gqkg9CpKp39K7sC1ws/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~4/-UtKbNnhFYg" height="1" width="1"/&gt;</description>
 <comments>http://www.linux-kvm.com/content/qemu-1x-horizon#comments</comments>
 <category domain="http://www.linux-kvm.com/category/category/releases-0">Releases</category>
 <pubDate>Mon, 14 Nov 2011 14:02:50 +0000</pubDate>
 <dc:creator>Haydn Solomon</dc:creator>
 <guid isPermaLink="false">531 at http://www.linux-kvm.com</guid>
<feedburner:origLink>http://www.linux-kvm.com/content/qemu-1x-horizon</feedburner:origLink></item>
<item>
 <title>Get RHEV-M ( ovirt ) up and Running - oVirt Relaunch Day 1</title>
 <link>http://feedproxy.google.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~3/jUtKGCLP9as/get-rhev-m-ovirt-and-running-ovirt-relaunch-day-1</link>
 <description>&lt;p&gt;The most interesting session on Day 1 of the oVirt relaunch was about getting the recently open sourced RHEV-M ( now known as oVirt ) up and running on your Desktop. &amp;nbsp;Right now this process is not very automated; it involves downloading and installing many packages, some from source and some using the Fedora yum package installer. &amp;nbsp;Yum because currently the project is very Fedora centric but there was discussion about how to port it to other distros since SUSE and Canonical is also attending this workshop. Ironically the presenter who gave this talk demonstrated on a Gentoo distro so it is possible to run on another Linux distribution at this time.&lt;/p&gt;
&lt;p class="rtecenter"&gt;&lt;img alt="" src="../../sites/default/files/ovirtlogin1.png" style="width: 460px; height: 318px;" /&gt;&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re interested in getting it up and running right now, follow the instructions at the&amp;nbsp;&lt;a href="http://ovirt.org/wiki/Building_Ovirt_Engine" target="_blank"&gt;Building the Ovirt Engine page&lt;/a&gt;&amp;nbsp;which gives step by step instructions.&lt;/p&gt;
&lt;p&gt;For the list of talks scheduled during this workshop, see the &lt;a href="http://www.ovirt.org/wiki/Workshop_November_2011" target="_blank"&gt;ovirt Workshop wiki page&lt;/a&gt;&amp;nbsp;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NcAlU3vIMn3o1ksN-Imx8bb0MWk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NcAlU3vIMn3o1ksN-Imx8bb0MWk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NcAlU3vIMn3o1ksN-Imx8bb0MWk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NcAlU3vIMn3o1ksN-Imx8bb0MWk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~4/jUtKGCLP9as" height="1" width="1"/&gt;</description>
 <comments>http://www.linux-kvm.com/content/get-rhev-m-ovirt-and-running-ovirt-relaunch-day-1#comments</comments>
 <category domain="http://www.linux-kvm.com/category/category/events">Events</category>
 <pubDate>Wed, 02 Nov 2011 13:29:32 +0000</pubDate>
 <dc:creator>Haydn Solomon</dc:creator>
 <guid isPermaLink="false">550 at http://www.linux-kvm.com</guid>
<feedburner:origLink>http://www.linux-kvm.com/content/get-rhev-m-ovirt-and-running-ovirt-relaunch-day-1</feedburner:origLink></item>
<item>
 <title>KVM Forum 2011 videos available online</title>
 <link>http://feedproxy.google.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~3/NvoPDqbjJVE/kvm-forum-2011-videos-available-online</link>
 <description>&lt;p&gt;Thanks to Redhat developer Richard Jones for his &lt;a href="http://rwmj.wordpress.com/2011/10/10/kvm-forum-2011-videos/"&gt;blog post&lt;/a&gt; pointing out this information. KVM Forum 2011 was recently held in Vancouver and videos of the talks are now available online.&lt;/p&gt;
&lt;p class="rtecenter"&gt;&lt;img alt="" src="../../sites/default/files/kvm2011-videos.png" /&gt;&lt;/p&gt;
&lt;p&gt;You can find them at the following links&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
		&lt;a href="http://www.youtube.com/playlist?list=PL7C0F52E2227156B3"&gt;Youtube Videos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
		&lt;a href="http://www.montanalinux.org/video-kvm-forums-2011.html"&gt;Montana Linux&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Even if you attended you may have missed some of these posted sessions.&amp;nbsp; Enjoy.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/8XTZj6S4v-PYP687P0zqOZqynPU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8XTZj6S4v-PYP687P0zqOZqynPU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/8XTZj6S4v-PYP687P0zqOZqynPU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8XTZj6S4v-PYP687P0zqOZqynPU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~4/NvoPDqbjJVE" height="1" width="1"/&gt;</description>
 <comments>http://www.linux-kvm.com/content/kvm-forum-2011-videos-available-online#comments</comments>
 <pubDate>Mon, 17 Oct 2011 19:08:02 +0000</pubDate>
 <dc:creator>Haydn Solomon</dc:creator>
 <guid isPermaLink="false">547 at http://www.linux-kvm.com</guid>
<feedburner:origLink>http://www.linux-kvm.com/content/kvm-forum-2011-videos-available-online</feedburner:origLink></item>
<item>
 <title>oVirt relaunch on Nov 1-3 2011</title>
 <link>http://feedproxy.google.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~3/oY2vsNIKfew/ovirt-relaunch-nov-1-3-2011</link>
 <description>&lt;p&gt;The ovirt project for managing open source virtualization will be getting a second wind thanks to the Open Virtualization Alliance.&amp;nbsp; The project is scheduled for a relaunch in early November in San Jose California with a workshop at Cisco's main campus.&amp;nbsp; The workshop will be held on November 1 - 3 and will include breakout sessions for learning and hacking.&lt;/p&gt;
&lt;p class="rtecenter"&gt;&lt;img src="../../sites/default/files/ovirt.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;This project will fill a serious gap in open virtualization management toos and provide an alternative for businesses interested in deploying KVM in production environments. oVirt will be the opensource project behind Red Hat's RHEV-M product. For more information here's the &lt;a target="_blank" href="http://www.ovirt.org/wp-content/uploads/2011/09/Ovirt-WorkShop-Invitation.pdf"&gt;announcement&lt;/a&gt; and a &lt;a href="http://lists.ovirt.org/news-and-events/workshop/"&gt;website&lt;/a&gt; with more information.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/5cjBjDcq-3xr9NK4edmCDfWGwvc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5cjBjDcq-3xr9NK4edmCDfWGwvc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/5cjBjDcq-3xr9NK4edmCDfWGwvc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5cjBjDcq-3xr9NK4edmCDfWGwvc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Kvm-TheLinuxKernel-basedVirtualMachine/~4/oY2vsNIKfew" height="1" width="1"/&gt;</description>
 <comments>http://www.linux-kvm.com/content/ovirt-relaunch-nov-1-3-2011#comments</comments>
 <category domain="http://www.linux-kvm.com/category/category/projects">Projects</category>
 <pubDate>Thu, 22 Sep 2011 05:40:49 +0000</pubDate>
 <dc:creator>Haydn Solomon</dc:creator>
 <guid isPermaLink="false">540 at http://www.linux-kvm.com</guid>
<feedburner:origLink>http://www.linux-kvm.com/content/ovirt-relaunch-nov-1-3-2011</feedburner:origLink></item>
</channel>
</rss>

