From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6JIh-0001VH-3R for qemu-devel@nongnu.org; Tue, 28 Aug 2012 06:45:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T6JIc-00014F-Fm for qemu-devel@nongnu.org; Tue, 28 Aug 2012 06:45:39 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:57074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6JIc-00014A-Aq for qemu-devel@nongnu.org; Tue, 28 Aug 2012 06:45:34 -0400 Received: by yhpp34 with SMTP id p34so1043992yhp.4 for ; Tue, 28 Aug 2012 03:45:33 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <503CA148.3070301@redhat.com> Date: Tue, 28 Aug 2012 12:45:28 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <86854d04-4cde-4fc5-ae0b-2529f44fc86b@mailpro> <8dda74d1-8a0e-483a-9cba-2fcd315ab058@mailpro> In-Reply-To: <8dda74d1-8a0e-483a-9cba-2fcd315ab058@mailpro> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu 1.2: booting on scsi-block ? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexandre DERUMIER Cc: qemu-devel Il 28/08/2012 09:12, Alexandre DERUMIER ha scritto: > Hi list, > > i'm trying to boot on virtio-scsi with scsi-block > > > but scsi-block don't seem to have the bootindex property > > > -device scsi-block,bus=scsihw0.0,scsi-id=0,drive=drive-scsi0,id=scsi0,bootindex=100: Property '.bootindex' not found > > > scsi-hd and scsi-generic works fine > > any idea ? Good catch, patch on the way. Paolo