From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8mYA-0004Zs-40 for qemu-devel@nongnu.org; Tue, 04 Sep 2012 02:23:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8mY9-0007eg-7H for qemu-devel@nongnu.org; Tue, 04 Sep 2012 02:23:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8mY8-0007eY-Vf for qemu-devel@nongnu.org; Tue, 04 Sep 2012 02:23:49 -0400 Message-ID: <50459E71.7090106@redhat.com> Date: Tue, 04 Sep 2012 08:23:45 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <503F4F2B.905@gmail.com> <5043DC79.8040408@gmail.com> <50446931.1000509@redhat.com> <5045454B.1030405@gmail.com> In-Reply-To: <5045454B.1030405@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] boot device order has no effect for virtio-scsi devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ching Cc: qemu-devel@nongnu.org Il 04/09/2012 02:03, ching ha scritto: > i add boot order and the virtual machine still boot from hard disk instead of cd-rom > > > > > > >
> > > > > > > >
> > > here is the captured command line generated by libvirt (uuid and mac address are masked) Ah, ok. libvirt for now supports only booting from LUN 0. You can use multiple targets instead of multiple units. Paolo