From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHXur-0008OG-Lg for qemu-devel@nongnu.org; Mon, 18 Mar 2013 07:07:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHXul-0001On-J7 for qemu-devel@nongnu.org; Mon, 18 Mar 2013 07:07:45 -0400 Received: from ssl.dlhnet.de ([91.198.192.8]:33387 helo=ssl.dlh.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHXul-0001Of-CY for qemu-devel@nongnu.org; Mon, 18 Mar 2013 07:07:39 -0400 Message-ID: <5146F57E.9010502@dlhnet.de> Date: Mon, 18 Mar 2013 12:07:42 +0100 From: Peter Lieven MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] qemu segfault parsing iscsi options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Cc: ronnie sahlberg 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. Peter