From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8qlX-0003No-PB for qemu-devel@nongnu.org; Tue, 04 Sep 2012 06:53:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8qlT-0000Ow-MX for qemu-devel@nongnu.org; Tue, 04 Sep 2012 06:53:55 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:58153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8qlT-0000Os-EX for qemu-devel@nongnu.org; Tue, 04 Sep 2012 06:53:51 -0400 Received: by pbbjt11 with SMTP id jt11so9236052pbb.4 for ; Tue, 04 Sep 2012 03:53:50 -0700 (PDT) Message-ID: <5045DDB6.1010009@gmail.com> Date: Tue, 04 Sep 2012 18:53:42 +0800 From: ching MIME-Version: 1.0 References: <503F4F2B.905@gmail.com> <5043DC79.8040408@gmail.com> <50446931.1000509@redhat.com> <5045454B.1030405@gmail.com> <50459E71.7090106@redhat.com> In-Reply-To: <50459E71.7090106@redhat.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: Paolo Bonzini Cc: qemu-devel@nongnu.org On 09/04/2012 02:23 PM, Paolo Bonzini wrote: > 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 > it works. thanks a lot. hope that libvirt will document it somewhere