qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "Julia Suvorova" <jusual@mail.ru>,
	"Jim Mussared" <jim@groklearning.com>,
	"Steffen Görtz" <mail@steffen-goertz.de>,
	"QEMU Developers" <qemu-devel@nongnu.org>,
	"Joel Stanley" <joel@jms.id.au>,
	"Stefan Hajnoczi" <stefanha@redhat.com>,
	"Thomas Huth" <thuth@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v3 0/3] arm: Add nRF51 SoC UART support
Date: Thu, 1 Nov 2018 10:19:25 +0000	[thread overview]
Message-ID: <20181101101925.GI24946@stefanha-x1.localdomain> (raw)
In-Reply-To: <CAFEAcA-oZ86C99T8Yutu8L1EsnqM1vNvEK+tEfV7Haw+O5A=7A@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1509 bytes --]

On Mon, Oct 29, 2018 at 02:37:42PM +0000, Peter Maydell wrote:
> On 25 October 2018 at 01:50, Julia Suvorova <jusual@mail.ru> wrote:
> > This series adds support for the nRF51 SoC UART, that used in
> > BBC Micro:bit board, and QTest for it.
> >
> > v3:
> >     * serial_hd() moved to the board code
> >     * sysbus_init_child_obj() used for initialization
> >     * qemu_chr_fe_accept_input() called after byte popping
> >
> > v2:
> >     * Suspend/Enable functionality added
> >     * Connection to SoC moved to a separate patch
> >     * Added QTest for checking reception functionality
> >     * Mini-kernel test changed to fit current implementation
> >     * Addressed review comments on R_*, uart_can_receive, VMState,
> >       uart_transmit
> >
> > Julia Suvorova (3):
> >   hw/char: Implement nRF51 SoC UART
> >   hw/arm/nrf51_soc: Connect UART to nRF51 SoC
> >   tests/boot-serial-test: Add microbit board testcase
> 
> Applied to target-arm.next, thanks.
> 
> What's the current status of the 'microbit' board with these
> patches? Are we missing anything important? Can we run any
> interesting guest programs?

qemu.git/master can't run interesting programs yet.  Missing:

 * Steffen Görtz's patches (rng, timer, uicr, ficr)
 * Julia's serial qtest (this is a prerequisite for the next item)
 * My -kernel vs -device loader fix (currently qemu.git/master is broken
   and cannot load any kernel at all!)

But we're getting there step by step :).

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

      reply	other threads:[~2018-11-01 10:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-25  0:50 [Qemu-devel] [PATCH v3 0/3] arm: Add nRF51 SoC UART support Julia Suvorova
2018-10-25  0:50 ` [Qemu-devel] [PATCH v3 1/3] hw/char: Implement nRF51 SoC UART Julia Suvorova
2018-10-25  0:50 ` [Qemu-devel] [PATCH v3 2/3] hw/arm/nrf51_soc: Connect UART to nRF51 SoC Julia Suvorova
2018-10-25  9:25   ` Alistair Francis
2018-10-25  0:50 ` [Qemu-devel] [PATCH v3 3/3] tests/boot-serial-test: Add microbit board testcase Julia Suvorova
2018-10-25  8:36 ` [Qemu-devel] [PATCH v3 0/3] arm: Add nRF51 SoC UART support Stefan Hajnoczi
2018-10-29 14:37 ` Peter Maydell
2018-11-01 10:19   ` Stefan Hajnoczi [this message]

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=20181101101925.GI24946@stefanha-x1.localdomain \
    --to=stefanha@gmail.com \
    --cc=jim@groklearning.com \
    --cc=joel@jms.id.au \
    --cc=jusual@mail.ru \
    --cc=mail@steffen-goertz.de \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    --cc=thuth@redhat.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).