From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHt8s-0006oi-Nz for qemu-devel@nongnu.org; Tue, 19 Mar 2013 05:47:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHt8r-0007I1-6W for qemu-devel@nongnu.org; Tue, 19 Mar 2013 05:47:38 -0400 Received: from mail-vb0-x22a.google.com ([2607:f8b0:400c:c02::22a]:52534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHt8r-0007Hp-1d for qemu-devel@nongnu.org; Tue, 19 Mar 2013 05:47:37 -0400 Received: by mail-vb0-f42.google.com with SMTP id ff1so179061vbb.1 for ; Tue, 19 Mar 2013 02:47:36 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51483432.6010208@redhat.com> Date: Tue, 19 Mar 2013 10:47:30 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <5146F57E.9010502@dlhnet.de> <8738vs50qb.fsf@blackfin.pond.sub.org> <5147337C.8030000@dlhnet.de> <877gl44pux.fsf@blackfin.pond.sub.org> In-Reply-To: <877gl44pux.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu segfault parsing iscsi options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Peter Lieven , "qemu-devel@nongnu.org" , ronnie sahlberg Il 18/03/2013 17:47, Markus Armbruster ha scritto: > Peter Lieven writes: > >> On 18.03.2013 13:52, Markus Armbruster wrote: >>> Peter Lieven writes: >>> >>>> Hi, >>>> >>>> with recent qemu from git qemu segfaults with the following commandline: >>>> >>>> x86_64-softmmu/qemu-system-x86_64 -iscsi test >>>> >>>> qemu-system-x86_64: -iscsi test: There is no option group 'iscsi' >>>> Speicherzugriffsfehler (Speicherabzug geschrieben) >>>> >>>> It seems that there is something missing regarding the iscsi options >>>> in qemu-option.hx. >>>> >>>> This was working with qemu-kvm-1.2.0. >>> >>> Works for me with current master 225dc991. >>> >> >> for me it doesn't... >> >> ~/git/qemu$ git log -1 --oneline >> 225dc99 s390: Fix cpu refactoring fallout. >> >> there is definetly missing some parts in qemu-options.hx for -iscsi > > Hmm, I got CONFIG_LIBISCSI off. What do I have to install to flip it to > on (Fedora 17)? It is only in Fedora 18, but I think it will install just fine if you download the packages from Koji. Paolo