Skip to content

Commit

Permalink
xen: add the Xenbus sysfs and virtual device hotplug driver
Browse files Browse the repository at this point in the history
This communicates with the machine control software via a registry
residing in a controlling virtual machine. This allows dynamic
creation, destruction and modification of virtual device
configurations (network devices, block devices and CPUS, to name some
examples).

[ Greg, would you mind giving this a review?  Thanks -J ]

Signed-off-by: Ian Pratt <[email protected]>
Signed-off-by: Christian Limpach <[email protected]>
Signed-off-by: Jeremy Fitzhardinge <[email protected]>
Signed-off-by: Chris Wright <[email protected]>
Cc: Greg KH <[email protected]>
  • Loading branch information
Jeremy Fitzhardinge authored and jsgf committed Jul 18, 2007
1 parent ad9a861 commit 4bac07c
Show file tree
Hide file tree
Showing 10 changed files with 2,961 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/xen/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
obj-y += grant-table.o
obj-y += xenbus/
7 changes: 7 additions & 0 deletions drivers/xen/xenbus/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
obj-y += xenbus.o

xenbus-objs =
xenbus-objs += xenbus_client.o
xenbus-objs += xenbus_comms.o
xenbus-objs += xenbus_xs.o
xenbus-objs += xenbus_probe.o
Loading

0 comments on commit 4bac07c

Please sign in to comment.