From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxNOl-0003Q4-Ae for qemu-devel@nongnu.org; Thu, 01 Apr 2010 12:37:39 -0400 Received: from [140.186.70.92] (port=40267 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxNOi-0003Oj-LC for qemu-devel@nongnu.org; Thu, 01 Apr 2010 12:37:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxNOe-0003ou-BF for qemu-devel@nongnu.org; Thu, 01 Apr 2010 12:37:36 -0400 Received: from cantor2.suse.de ([195.135.220.15]:48727 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxNOe-0003nr-5Q for qemu-devel@nongnu.org; Thu, 01 Apr 2010 12:37:32 -0400 Message-ID: <4BB4CBC6.5070607@suse.de> Date: Thu, 01 Apr 2010 18:37:26 +0200 From: Alexander Graf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/3] Fix S390x target v2 References: <1269525542-6113-1-git-send-email-agraf@suse.de> <20100326224212.GY13677@hall.aurel32.net> In-Reply-To: <20100326224212.GY13677@hall.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: blauwirbel@gmail.com, cotte@de.ibm.com, waldi@debian.org, qemu-devel@nongnu.org Aurelien Jarno wrote: > On Thu, Mar 25, 2010 at 02:58:59PM +0100, Alexander Graf wrote: > >> We're in a bad situation with the S390 qemu target. It only works with KVM, >> so people can't test it when they don't have access to a real S390 machine. >> >> While trying to build and use s390x-softmmu again I stumbled across a couple >> of issues, all addressed in this patch set. The patches should all not affect >> non-s390 targets at all. >> >> >> v1 -> v2: >> >> - change CONFIG_PCI to CONFIG_VIRTIO_PCI >> > > Thanks, all applied. > Are you sure? I only see patch 3 applied. Either way, following up with another patch set that includes 1/3 and 2/3. Alex