From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: LKML <linux-kernel@vger.kernel.org>,
Markus Armbruster <armbru@redhat.com>
Subject: [PATCH 3 of 5] xen pvfb: Module aliases to support module autoloading
Date: Fri, 23 May 2008 14:06:23 +0100 [thread overview]
Message-ID: <e4f9a59f37c7bfc8de8f.1211547983@localhost> (raw)
In-Reply-To: <patchbomb.1211547980@localhost>
From: Markus Armbruster <armbru@redhat.com>
These are mostly for completeness and consistency with the other
frontends, as PVFB is typically compiled in rather than a module.
Derived from
http://xenbits.xensource.com/linux-2.6.18-xen.hg?rev/5e294e29a43e
While there, add module descriptions.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
---
drivers/input/xen-kbdfront.c | 2 ++
drivers/video/xen-fbfront.c | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/input/xen-kbdfront.c b/drivers/input/xen-kbdfront.c
--- a/drivers/input/xen-kbdfront.c
+++ b/drivers/input/xen-kbdfront.c
@@ -343,4 +343,6 @@
module_init(xenkbd_init);
module_exit(xenkbd_cleanup);
+MODULE_DESCRIPTION("Xen virtual keyboard/pointer device frontend");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("xen:vkbd");
diff --git a/drivers/video/xen-fbfront.c b/drivers/video/xen-fbfront.c
--- a/drivers/video/xen-fbfront.c
+++ b/drivers/video/xen-fbfront.c
@@ -572,4 +572,6 @@
module_init(xenfb_init);
module_exit(xenfb_cleanup);
+MODULE_DESCRIPTION("Xen virtual framebuffer device frontend");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("xen:vfb");
next prev parent reply other threads:[~2008-05-23 13:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-23 13:06 [PATCH 0 of 5] xen: paravirt framebuffer updates Jeremy Fitzhardinge
2008-05-23 13:06 ` [PATCH 1 of 5] xen: Enable console tty by default in domU if it's not a dummy Jeremy Fitzhardinge
2008-05-23 13:06 ` [PATCH 2 of 5] xen pvfb: Pointer z-axis (mouse wheel) support Jeremy Fitzhardinge
2008-05-23 13:06 ` Jeremy Fitzhardinge [this message]
2008-05-23 13:06 ` [PATCH 4 of 5] xen pvfb: Zero unused bytes in events sent to backend Jeremy Fitzhardinge
2008-05-23 13:06 ` [PATCH 5 of 5] xen pvfb: Dynamic mode support (screen resizing) Jeremy Fitzhardinge
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=e4f9a59f37c7bfc8de8f.1211547983@localhost \
--to=jeremy@goop.org \
--cc=armbru@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/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.