From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40421 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4Zjx-0008AK-W9 for qemu-devel@nongnu.org; Tue, 29 Mar 2011 10:17:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4Zja-0006QG-R2 for qemu-devel@nongnu.org; Tue, 29 Mar 2011 10:17:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4Zja-0006Q0-HK for qemu-devel@nongnu.org; Tue, 29 Mar 2011 10:17:26 -0400 Date: Tue, 29 Mar 2011 19:47:07 +0530 From: Amit Shah Message-ID: <20110329141707.GA18770@amit-x200.redhat.com> References: <1301405386-25738-1-git-send-email-agraf@suse.de> <1301405386-25738-5-git-send-email-agraf@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1301405386-25738-5-git-send-email-agraf@suse.de> Subject: [Qemu-devel] Re: [PATCH 04/19] s390x: fix s390-virtio-serial List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org, aurelien@aurel32.net, rth@twiddle.net On (Tue) 29 Mar 2011 [15:29:31], Alexander Graf wrote: > Commit 6b331efb733a0f913ddc0b7762a1307dec304061 broke the s390 proxy version > of virtio-serial by only taking its PCI brother into account. > > So let's adjust s390-virtio-serial the same way as its PCI counterpart, making > it compile and work again. Ouch, sorry for that! Amit