From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIhES-0004dY-Nx for qemu-devel@nongnu.org; Sun, 08 Sep 2013 11:49:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VIhEI-0004vr-VV for qemu-devel@nongnu.org; Sun, 08 Sep 2013 11:49:00 -0400 Received: from mail.active-venture.com ([67.228.131.205]:59849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VIhEI-0004vm-NL for qemu-devel@nongnu.org; Sun, 08 Sep 2013 11:48:50 -0400 Message-ID: <522C9C5F.30804@roeck-us.net> Date: Sun, 08 Sep 2013 08:48:47 -0700 From: Guenter Roeck MIME-Version: 1.0 References: <1378625945-15525-1-git-send-email-linux@roeck-us.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] sh4: Fix serial line access for Linux kernels later than 3.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , QEMU Developers , Aurelien Jarno On 09/08/2013 12:51 AM, Peter Maydell wrote: > On 8 September 2013 08:39, Guenter Roeck wrote: >> With Linux kernel version 3.3 or later, qemu fails with the following message: >> >> sh_serial: unsupported read from 0x18 >> Aborted >> >> Reported-and-analyzed-by: Rob Landley >> Signed-off-by: Guenter Roeck >> --- >> See http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg03870.html >> for Rob's analysis of the problem. Unfortunately, the patch never made it >> into qemu. > > Reviewed-by: Peter Maydell > > since I see from that mail thread that I did check the hardware > docs. CCing Aurelien as the listed maintainer for sh4. > I did run the patch through get_maintainer.pl, but Aurelien was not listed. Turns out the file is not listed in MAINTAINERS as belonging to sh4. Should I submit another patch to fix that ? Guenter