From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dor Laor Subject: Re: Recommended network driver for a windows KVM guest Date: Thu, 18 Feb 2010 10:22:50 +0200 Message-ID: <4B7CF8DA.3090600@redhat.com> References: <4B7BCA4A.6040009@gmail.com> Reply-To: dlaor@redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: carlopmart Return-path: Received: from mx1.redhat.com ([209.132.183.28]:18213 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751623Ab0BRIWB (ORCPT ); Thu, 18 Feb 2010 03:22:01 -0500 In-Reply-To: <4B7BCA4A.6040009@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On 02/17/2010 12:51 PM, carlopmart wrote: > Hi all, > > I need to install several windows KVM (rhel5.4 host fully updated) > guests for iSCSI boot. iSCSI servers are Solaris/OpenSolaris storage > servers and I need to boot windows guests (2008R2 and Win7) using gpxe. > Can i use virtio net dirver during windows install or e1000 driver?? rhel5.4 does not have gpxe so it won't work. rhel5.5 will have such but I don't recall someone testing iScsi with kvm+gpxe on upstream too, worth testing. Anyway, virtio performs better than e1000 and potentially more stable than it. > > Many thanks.