From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: BUG REPORT: -net tap,fd=X does not work correctly in kvm-86 Date: Fri, 22 May 2009 21:12:55 -0500 Message-ID: <4A175BA7.5030008@codemonkey.ws> References: <162a833f0905221802u7e0ad40r88915be927bdc5d2@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, libvir-list@redhat.com To: Josh Wilsdon Return-path: Received: from yx-out-2324.google.com ([74.125.44.29]:55329 "EHLO yx-out-2324.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753774AbZEWCM5 (ORCPT ); Fri, 22 May 2009 22:12:57 -0400 Received: by yx-out-2324.google.com with SMTP id 3so1234939yxj.1 for ; Fri, 22 May 2009 19:12:58 -0700 (PDT) In-Reply-To: <162a833f0905221802u7e0ad40r88915be927bdc5d2@mail.gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: Josh Wilsdon wrote: > We are doing work with libvirt 0.6.3 through which we have started > virtual machines. Using the same "create" command with the same > storage, the same everything else this configuration works with both > kvm-84 and kvm-85. When I built a fresh version of kvm-86 this > stopped working with an error: > > qemu: invalid parameter '15' in 'fd=15,script=,vlan=0,ifname=vnet0' > It's a libvirt bug. script and ifname have never been valid parameters for -net tap. Historically, -net has ignored unknown options but recently, it now throws an error when encountering an unsupported option. Regards, Anthony Liguori