All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leo Liang <ycliang@andestech.com>
To: Eva Kurchatova <nyandarknessgirl@gmail.com>
Cc: <u-boot@lists.denx.de>
Subject: Re: [PATCH 1/3] riscv: qemu: Enable booting from NVMe
Date: Mon, 9 Sep 2024 15:09:54 +0800	[thread overview]
Message-ID: <Zt6fQvOgPWykpDX7@swlinux02> (raw)
In-Reply-To: <CA+eeCSMKifhHwf+oYm-vamSyimoAycEN_U5RZj3bCX3Q5qsdwQ@mail.gmail.com>

Hi Eva,

The other two patches of this patch series are accidently sent via "Reply".
Could you please re-send this series of patches to mailing list? 
Other than that, LGTM. 

Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>

On Wed, Jul 17, 2024 at 09:22:26PM +0300, Eva Kurchatova wrote:
> [EXTERNAL MAIL]
> 
> From da876ced5ff607a4f21e30ab26fb1a972af56570 Mon Sep 17 00:00:00 2001
> From: LekKit <50500857+LekKit@users.noreply.github.com>
> Date: Wed, 17 Jul 2024 20:31:21 +0300
> Subject: [PATCH 1/3] riscv: qemu: Enable booting from NVMe
> 
> QEMU supports NVMe devices, but U-Boot only tries to boot from Virtio.
> This is problematic when explicitly using NVMe, so fix that.
> 
> Additionally, RVVM virtual machine is almost fully compatible with QEMU,
> except it only implements NVMe drives instead of VirtIO.
> ---
>  include/configs/qemu-riscv.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/configs/qemu-riscv.h b/include/configs/qemu-riscv.h
> index 2f594bfc..cf4fcb90 100644
> --- a/include/configs/qemu-riscv.h
> +++ b/include/configs/qemu-riscv.h
> @@ -22,6 +22,7 @@
>   "stderr=serial,vidconsole\0"
> 
>  #define BOOT_TARGET_DEVICES(func) \
> + func(NVME, nvme, 0) \
>   func(VIRTIO, virtio, 0) \
>   func(VIRTIO, virtio, 1) \
>   func(SCSI, scsi, 0) \
> --
> 2.45.2

  parent reply	other threads:[~2024-09-09  7:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-17 18:22 [PATCH 1/3] riscv: qemu: Enable booting from NVMe Eva Kurchatova
2024-07-17 18:24 ` Eva Kurchatova
2024-07-17 18:24 ` Eva Kurchatova
2024-09-09  7:09 ` Leo Liang [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-22 10:11 lekkit
2024-09-24  2:48 ` Leo Liang

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=Zt6fQvOgPWykpDX7@swlinux02 \
    --to=ycliang@andestech.com \
    --cc=nyandarknessgirl@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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.