<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Times New Roman">Hi All<br>
      <br>
      I looked at this page for reference to using virtio drivers on KVM
      guests.<br>
      <br>
      <a class="moz-txt-link-freetext" href="http://wiki.libvirt.org/page/Virtio">http://wiki.libvirt.org/page/Virtio</a><br>
      <br>
      In the requirements section it is mentioned that we need a virtio
      compatible guest with kernel >= 2.6.25<br>
      <br>
      One of my guest has this version:<br>
      <br>
      [root@localhost ~]# uname -a<br>
      Linux localhost 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009
      x86_64 x86_64 x86_64 GNU/Linux<br>
      <br>
      I was still able to use the virtio drivers by enabling the
      corresponding options in the qemu xml file and also i created a
      new initrd image file inside my guest using the mkinitrd command
      as mentioned in the link provided above.<br>
      <br>
      My question is , Is it fine to use the virtio drivers with the
      kernel that i have for my guest or i definitely need to get to
      kernel version >= 2.6.25 ?<br>
      <br>
      Thanks<br>
      Jatin<br>
    </font>
  </body>
</html>