All of lore.kernel.org
 help / color / mirror / Atom feed
* Add a new module to the hypervisor
@ 2014-10-13  2:14 Anh Dinh
  2014-10-13  8:34 ` Jan Beulich
  0 siblings, 1 reply; 6+ messages in thread
From: Anh Dinh @ 2014-10-13  2:14 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 211 bytes --]

How do I add a "hello-world" module to the hypervisor, and load it at
run-time (without rebooting) from Dom0? Is it even possible?

static int hello(void){
  printk("Hello worl\n");
  return 1;
}

Regards,
Anh.

[-- Attachment #1.2: Type: text/html, Size: 349 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-10-13 20:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-13  2:14 Add a new module to the hypervisor Anh Dinh
2014-10-13  8:34 ` Jan Beulich
2014-10-13 13:47   ` Anh Dinh
2014-10-13 13:54     ` Andrew Cooper
2014-10-13 15:30       ` Anh Dinh
2014-10-13 20:26         ` George Dunlap

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.