From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Number of NICs per VM with qemu-upstream (Was: Re: Re: [Xen-users] libvirt /usr/local/lib/xen/bin/qemu-dm did not work on xen-4.4) Date: Thu, 20 Nov 2014 14:49:06 +0000 Message-ID: <1416494946.14429.13.camel@citrix.com> References: <1ac72b0.26f7c.149ae18f6bb.Coremail.hanyandong@iie.ac.cn> <1415967767.7113.19.camel@citrix.com> <1416217990.27385.10.camel@citrix.com> <1416474814.29243.59.camel@citrix.com> <1416483731.14429.8.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini Cc: Ian Jackson , xen-devel , Jim Fehlig , Anthony Perard , xen-users@lists.xen.org, hanyandong List-Id: xen-devel@lists.xenproject.org On Thu, 2014-11-20 at 14:46 +0000, Stefano Stabellini wrote: > On Thu, 20 Nov 2014, Ian Campbell wrote: > > There is, it's the romfile option to -device e.g. > > -device $NICMODEL,vlan=0,romfile=$ROMFILE > > > > where NICMODEL is e100, rtl8139, virtio-blah > > and ROMFILE is e.g. an ipxe binary. > > I think that option was intended to point QEMU to a different file, not > to disable the romfile. romfile="" does that, I think. Or use /dev/null etc etc. Ian.