From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NyzTA-0003ui-O4 for qemu-devel@nongnu.org; Mon, 05 Apr 2010 23:28:52 -0400 Received: from [140.186.70.92] (port=55601 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyzT8-0003uU-I6 for qemu-devel@nongnu.org; Mon, 05 Apr 2010 23:28:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NyzT7-0008BA-4y for qemu-devel@nongnu.org; Mon, 05 Apr 2010 23:28:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38088) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NyzT6-0008B3-SH for qemu-devel@nongnu.org; Mon, 05 Apr 2010 23:28:49 -0400 Date: Tue, 6 Apr 2010 08:57:19 +0530 From: Amit Shah Subject: Re: [Qemu-devel] s390 - No 'PCI' bus found for device 'virtio-serial-pci' Message-ID: <20100406032718.GC4135@amit-x200.redhat.com> References: <20100405143413.GA24782@wavehammer.waldi.eu.org> <20100405144400.GE7100@amit-x200.redhat.com> <20100405153047.GC24782@wavehammer.waldi.eu.org> <84B9B982-FF24-4A83-A623-678C0B2B7F97@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <84B9B982-FF24-4A83-A623-678C0B2B7F97@suse.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Bastian Blank , qemu-devel@nongnu.org On (Mon) Apr 05 2010 [19:58:35], Alexander Graf wrote: > > On 05.04.2010, at 17:30, Bastian Blank wrote: > > > On Mon, Apr 05, 2010 at 08:14:00PM +0530, Amit Shah wrote: > >> On (Mon) Apr 05 2010 [16:34:13], Bastian Blank wrote: > >>> | $ ./s390x-softmmu/qemu-system-s390x -nographic -enable-kvm -kernel /boot/vmlinuz-2.6.32-4-s390x > >>> | qemu-system-s390x: No 'PCI' bus found for device 'virtio-serial-pci' > >> I'm not sure where this could be coming from; there's a > >> virtio-serial-pci in vl.c. Can you check if commenting that out works? > > > > Nope. I have to remove the device registration all together. > > That's exactly what commit b305b9d7d6990e492966ffb1fdf619482adeb7e2 should be doing. Ah, yeah; that looks right. Amit