From: Thomas Huth <thuth@redhat.com>
To: Aaro Koskinen <aaro.koskinen@iki.fi>,
Peter Maydell <peter.maydell@linaro.org>
Cc: "Tony Lindgren" <tony@atomide.com>,
"QEMU Developers" <qemu-devel@nongnu.org>,
"lkml - Kernel Mailing List" <linux-kernel@vger.kernel.org>,
"Corentin Labbe" <clabbe.montjoie@gmail.com>,
"Linux OMAP Mailing List" <linux-omap@vger.kernel.org>,
"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: Re: [Qemu-devel] Running linux on qemu omap
Date: Mon, 27 May 2019 08:30:34 +0200 [thread overview]
Message-ID: <05bd307b-c8c5-4b12-be45-2d7933876aac@redhat.com> (raw)
In-Reply-To: <20190524185922.GA4597@t60.musicnaut.iki.fi>
On 24/05/2019 20.59, Aaro Koskinen wrote:
> Hi,
>
> On Fri, May 24, 2019 at 06:00:18PM +0300, Aaro Koskinen wrote:
>> Please don't delete OMAP boards quite yet :) In the mainline kernel
>> they are not orphaned, they frequently get tested using actual hardware,
>> and QEMU would help in additional testing. I'll try to get N8x0 boot to
>> work with the minimal kernel I use on real HW.
>
> So it was only a matter of attaching the serial console at the QEMU side
> (a hackish patch at the end of the mail).
Does not look too much hackish to me. Could you please send it as a
proper patch to the list (with patch description and Signed-off-by line)?
Thomas
>
> diff --git a/hw/arm/nseries.c b/hw/arm/nseries.c
> index 906b7ca22d43..52ff83ec5147 100644
> --- a/hw/arm/nseries.c
> +++ b/hw/arm/nseries.c
> @@ -792,6 +792,7 @@ static void n8x0_uart_setup(struct n800_s *s)
> qdev_connect_gpio_out(s->mpu->gpio, N8X0_BT_WKUP_GPIO,
> csrhci_pins_get(radio)[csrhci_pin_wakeup]);
>
> + omap_uart_attach(s->mpu->uart[2], serial_hd(0));
> omap_uart_attach(s->mpu->uart[BT_UART], radio);
> }
>
>
next prev parent reply other threads:[~2019-05-27 6:31 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-20 19:05 [Qemu-devel] Running linux on qemu omap Corentin Labbe
2019-05-21 23:23 ` Aaro Koskinen
2019-05-22 9:33 ` Corentin Labbe
2019-05-22 18:19 ` Aaro Koskinen
2019-05-23 11:27 ` Thomas Huth
2019-05-23 12:00 ` Philippe Mathieu-Daudé
2019-05-23 18:36 ` Aaro Koskinen
2019-05-24 9:08 ` Peter Maydell
2019-05-24 15:00 ` Aaro Koskinen
2019-05-24 18:59 ` Aaro Koskinen
2019-05-27 6:30 ` Thomas Huth [this message]
2019-05-27 6:32 ` Tony Lindgren
2019-05-27 15:56 ` Guenter Roeck
2019-05-27 16:03 ` Philippe Mathieu-Daudé
2019-05-27 18:58 ` Peter Maydell
2019-06-04 9:44 ` Corentin Labbe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=05bd307b-c8c5-4b12-be45-2d7933876aac@redhat.com \
--to=thuth@redhat.com \
--cc=aaro.koskinen@iki.fi \
--cc=clabbe.montjoie@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=peter.maydell@linaro.org \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).