4bac07c993
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 <ian.pratt@xensource.com> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk> Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com> Signed-off-by: Chris Wright <chrisw@sous-sol.org> Cc: Greg KH <greg@kroah.com>
7 lines
151 B
Makefile
7 lines
151 B
Makefile
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
|