qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Marc-André Lureau" <marcandre.lureau@redhat.com>
To: linux-kernel@vger.kernel.org
Cc: somlo@cmu.edu, qemu-devel@nongnu.org, mst@redhat.com,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>
Subject: [Qemu-devel] [PATCH v4 1/5] fw_cfg: fix the command line module name
Date: Tue, 31 Oct 2017 16:19:34 +0100	[thread overview]
Message-ID: <20171031151938.14982-2-marcandre.lureau@redhat.com> (raw)
In-Reply-To: <20171031151938.14982-1-marcandre.lureau@redhat.com>

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 drivers/firmware/qemu_fw_cfg.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/firmware/qemu_fw_cfg.c b/drivers/firmware/qemu_fw_cfg.c
index 0e2011636fbb..5cfe39f7a45f 100644
--- a/drivers/firmware/qemu_fw_cfg.c
+++ b/drivers/firmware/qemu_fw_cfg.c
@@ -10,9 +10,9 @@
  * and select subsets of aarch64), a Device Tree node (on arm), or using
  * a kernel module (or command line) parameter with the following syntax:
  *
- *      [fw_cfg.]ioport=<size>@<base>[:<ctrl_off>:<data_off>]
+ *      [qemu_fw_cfg.]ioport=<size>@<base>[:<ctrl_off>:<data_off>]
  * or
- *      [fw_cfg.]mmio=<size>@<base>[:<ctrl_off>:<data_off>]
+ *      [qemu_fw_cfg.]mmio=<size>@<base>[:<ctrl_off>:<data_off>]
  *
  * where:
  *      <size>     := size of ioport or mmio range
@@ -21,9 +21,9 @@
  *      <data_off> := (optional) offset of data register
  *
  * e.g.:
- *      fw_cfg.ioport=2@0x510:0:1		(the default on x86)
+ *      qemu_fw_cfg.ioport=2@0x510:0:1		(the default on x86)
  * or
- *      fw_cfg.mmio=0xA@0x9020000:8:0		(the default on arm)
+ *      qemu_fw_cfg.mmio=0xA@0x9020000:8:0	(the default on arm)
  */
 
 #include <linux/module.h>
-- 
2.15.0.rc0.40.gaefcc5f6f

  reply	other threads:[~2017-10-31 15:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-31 15:19 [Qemu-devel] [PATCH v4 0/5] fw_cfg: add DMA operations & etc/vmcoreinfo support Marc-André Lureau
2017-10-31 15:19 ` Marc-André Lureau [this message]
2017-11-12 12:40   ` [Qemu-devel] [PATCH v4 1/5] fw_cfg: fix the command line module name Gabriel L. Somlo
2017-10-31 15:19 ` [Qemu-devel] [PATCH v4 2/5] fw_cfg: add DMA register Marc-André Lureau
2017-11-12 12:41   ` Gabriel L. Somlo
2017-10-31 15:19 ` [Qemu-devel] [PATCH v4 3/5] fw_cfg: do DMA read operation Marc-André Lureau
2017-11-12 12:42   ` Gabriel L. Somlo
2017-11-12 14:36     ` Marc-André Lureau
2017-11-12 19:21       ` Gabriel L. Somlo
2017-10-31 15:19 ` [Qemu-devel] [PATCH v4 4/5] crash: export paddr_vmcoreinfo_note() Marc-André Lureau
2017-11-12 12:42   ` Gabriel L. Somlo
2017-10-31 15:19 ` [Qemu-devel] [PATCH v4 5/5] fw_cfg: write vmcoreinfo details Marc-André Lureau
2017-11-12 12:43   ` Gabriel L. Somlo
2017-11-12 12:40 ` [Qemu-devel] [PATCH v4 0/5] fw_cfg: add DMA operations & etc/vmcoreinfo support Gabriel L. Somlo

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=20171031151938.14982-2-marcandre.lureau@redhat.com \
    --to=marcandre.lureau@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=somlo@cmu.edu \
    /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).