|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] get xenstore buffer in vmx guest
Rusty Russell wrote:
On Mon, 2005-09-05 at 22:22 +0800, Ling, Xiaofeng wrote:
Rusty Russell <mailto:rusty@xxxxxxxxxxxxxxx> wrote:
+#ifdef CONFIG_XEN
+static inline void *xenstore_page_virt(void)
+{
+ return (void*)mfn_to_virt(xen_start_info.store_mfn);
+}
Great! I think the (void*) cast is redundant though?
yes
-postcore_initcall(xenbus_probe_init);
+module_init(xenbus_probe_init);
+MODULE_LICENSE("GPL");
This should probably be:
MODULE_LICENSE("Dual BSD/GPL");
ok.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|