From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUIVH-0005CU-F9 for qemu-devel@nongnu.org; Tue, 15 May 2012 10:13:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUIVC-0000NY-1X for qemu-devel@nongnu.org; Tue, 15 May 2012 10:13:31 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:53585) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUIVB-0000NO-Mu for qemu-devel@nongnu.org; Tue, 15 May 2012 10:13:25 -0400 Received: by lbok6 with SMTP id k6so4920299lbo.4 for ; Tue, 15 May 2012 07:13:23 -0700 (PDT) Date: Tue, 15 May 2012 15:17:13 +0200 From: "Edgar E. Iglesias" Message-ID: <20120515131713.GC9435@edde.se.axis.com> References: <20120515112309.GA9435@edde.se.axis.com> <4FB25FDD.7010003@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4FB25FDD.7010003@suse.de> Subject: Re: [Qemu-devel] microblaze qemu broken List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: Paolo Bonzini , qemu-devel@nongnu.org On Tue, May 15, 2012 at 03:53:33PM +0200, Andreas Färber wrote: > Hi, > > Am 15.05.2012 13:23, schrieb Edgar E. Iglesias: > > Not sure when this happened but what ever options I pass to qemu microblaze result in: > > > > % qemu-system-microblaze > > qemu-system-microblaze: there is no option group "fsdev" > > Segmentation fault > > > > Does any one know whats going on? > > Not really, but my suggestion would be to bisect changes to QemuOpts. > Another option would be to do a clean rebuild, just in case. clean rebuild fixed it, thanks. Sorry for the noise