xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Jan Beulich <jbeulich@suse.com>
To: Oleksii Kurochko <oleksii.kurochko@gmail.com>
Cc: Julien Grall <julien@xen.org>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	Stefano Stabellini <sstabellini@kernel.org>,
	Gianluca Guida <gianluca@rivosinc.com>,
	Bob Eshleman <bobbyeshleman@gmail.com>,
	Alistair Francis <alistair.francis@wdc.com>,
	Connor Davis <connojdavis@gmail.com>,
	Bobby Eshleman <bobby.eshleman@gmail.com>,
	xen-devel@lists.xenproject.org
Subject: Re: [PATCH v2 6/8] xen/riscv: introduce early_printk basic stuff
Date: Mon, 9 Jan 2023 17:22:25 +0100	[thread overview]
Message-ID: <9bfbfdc1-e3e8-a634-26b2-eb48c5e1d646@suse.com> (raw)
In-Reply-To: <527727b2c9e26e6ef7714fe9a3fbe580caf1ae13.1673278109.git.oleksii.kurochko@gmail.com>

On 09.01.2023 16:46, Oleksii Kurochko wrote:
> --- a/xen/arch/riscv/Kconfig.debug
> +++ b/xen/arch/riscv/Kconfig.debug
> @@ -0,0 +1,7 @@
> +config EARLY_PRINTK
> +    bool "Enable early printk config"

Nit: Stray "config" in the prompt text.

Jan


  parent reply	other threads:[~2023-01-09 16:22 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-09 15:46 [PATCH v2 0/8] Basic early_printk and smoke test implementation Oleksii Kurochko
2023-01-09 15:46 ` [PATCH v2 1/8] xen/riscv: introduce dummy asm/init.h Oleksii Kurochko
2023-01-09 15:46 ` [PATCH v2 2/8] xen/riscv: introduce asm/types.h header file Oleksii Kurochko
2023-01-09 15:46 ` [PATCH v2 3/8] xen/riscv: introduce stack stuff Oleksii Kurochko
2023-01-09 16:11   ` Julien Grall
2023-01-10  8:29     ` Oleksii
2023-01-09 16:19   ` Jan Beulich
2023-01-09 15:46 ` [PATCH v2 4/8] xen/riscv: introduce sbi call to putchar to console Oleksii Kurochko
2023-01-09 16:00   ` Jan Beulich
2023-01-10  8:18     ` Oleksii
2023-01-09 16:03   ` Julien Grall
2023-01-10  8:21     ` Oleksii
2023-01-10 12:43       ` Julien Grall
2023-01-10 12:44         ` Julien Grall
2023-01-09 15:46 ` [PATCH v2 5/8] xen/include: include <asm/types.h> in <xen/early_printk.h> Oleksii Kurochko
2023-01-09 15:46 ` [PATCH v2 6/8] xen/riscv: introduce early_printk basic stuff Oleksii Kurochko
2023-01-09 16:07   ` Julien Grall
2023-01-09 16:22   ` Jan Beulich [this message]
2023-01-10  0:28   ` Alistair Francis
2023-01-10  7:28     ` Bobby Eshleman
2023-01-10 10:47       ` Alistair Francis
2023-01-09 15:46 ` [PATCH v2 7/8] xen/riscv: print hello message from C env Oleksii Kurochko
2023-01-10  0:29   ` Alistair Francis
2023-01-09 15:46 ` [PATCH v2 8/8] automation: add RISC-V smoke test Oleksii Kurochko
2023-01-10  2:21   ` Stefano Stabellini
2023-01-10  8:09     ` Oleksii

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=9bfbfdc1-e3e8-a634-26b2-eb48c5e1d646@suse.com \
    --to=jbeulich@suse.com \
    --cc=alistair.francis@wdc.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=bobby.eshleman@gmail.com \
    --cc=bobbyeshleman@gmail.com \
    --cc=connojdavis@gmail.com \
    --cc=gianluca@rivosinc.com \
    --cc=julien@xen.org \
    --cc=oleksii.kurochko@gmail.com \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.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 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).