All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Lukas Jünger" <lukas.juenger@greensocs.com>
To: qemu-devel@nongnu.org
Cc: qemu-riscv@nongnu.org, bin.meng@windriver.com,
	mark.burton@greensocs.com, marcandre.lureau@redhat.com,
	palmer@dabbelt.com, pbonzini@redhat.com,
	alistair.francis@wdc.com,
	"Lukas Jünger" <lukas.juenger@greensocs.com>,
	luc.michel@greensocs.com
Subject: [PATCH v3 0/2] QOMify Sifive UART Model
Date: Sun, 13 Jun 2021 16:12:20 +0200	[thread overview]
Message-ID: <20210613141222.548357-1-lukas.juenger@greensocs.com> (raw)

Hello,

I have cleaned up the indentation as requested by Philippe.
Also I added reset and migration capabilities as requested by Peter.

Thank you for your feedback.
I hope this is satisfactory now.

Best regards,
Lukas

Lukas Jünger (2):
  hw/char: sifive_uart
  hw/char: sifive_uart

 include/hw/char/sifive_uart.h |  11 ++-
 hw/char/sifive_uart.c         | 152 +++++++++++++++++++++++++++-------
 2 files changed, 129 insertions(+), 34 deletions(-)

-- 
2.31.1



WARNING: multiple messages have this Message-ID (diff)
From: "Lukas Jünger" <lukas.juenger@greensocs.com>
To: qemu-devel@nongnu.org
Cc: alistair.francis@wdc.com, bin.meng@windriver.com,
	palmer@dabbelt.com, qemu-riscv@nongnu.org,
	marcandre.lureau@redhat.com, pbonzini@redhat.com,
	luc.michel@greensocs.com, mark.burton@greensocs.com,
	"Lukas Jünger" <lukas.juenger@greensocs.com>
Subject: [PATCH v3 0/2] QOMify Sifive UART Model
Date: Sun, 13 Jun 2021 16:12:20 +0200	[thread overview]
Message-ID: <20210613141222.548357-1-lukas.juenger@greensocs.com> (raw)

Hello,

I have cleaned up the indentation as requested by Philippe.
Also I added reset and migration capabilities as requested by Peter.

Thank you for your feedback.
I hope this is satisfactory now.

Best regards,
Lukas

Lukas Jünger (2):
  hw/char: sifive_uart
  hw/char: sifive_uart

 include/hw/char/sifive_uart.h |  11 ++-
 hw/char/sifive_uart.c         | 152 +++++++++++++++++++++++++++-------
 2 files changed, 129 insertions(+), 34 deletions(-)

-- 
2.31.1



             reply	other threads:[~2021-06-13 14:17 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-13 14:12 Lukas Jünger [this message]
2021-06-13 14:12 ` [PATCH v3 0/2] QOMify Sifive UART Model Lukas Jünger
2021-06-13 14:12 ` [PATCH v3 1/2] hw/char: sifive_uart Lukas Jünger
2021-06-13 14:12   ` Lukas Jünger
2021-06-14  2:13   ` Alistair Francis
2021-06-14  2:13     ` Alistair Francis
2021-06-15  2:19   ` Bin Meng
2021-06-15  2:19     ` Bin Meng
2021-06-15  2:22     ` Bin Meng
2021-06-15  2:22       ` Bin Meng
2021-06-13 14:12 ` [PATCH v3 2/2] " Lukas Jünger
2021-06-13 14:12   ` Lukas Jünger
2021-06-15  8:16   ` Alistair Francis
2021-06-15  8:16     ` Alistair Francis

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=20210613141222.548357-1-lukas.juenger@greensocs.com \
    --to=lukas.juenger@greensocs.com \
    --cc=alistair.francis@wdc.com \
    --cc=bin.meng@windriver.com \
    --cc=luc.michel@greensocs.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=mark.burton@greensocs.com \
    --cc=palmer@dabbelt.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-riscv@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.