diff options
author | Jeremy Fitzhardinge <jeremy@xensource.com> | 2007-07-17 18:37:06 -0700 |
---|---|---|
committer | Jeremy Fitzhardinge <jeremy@goop.org> | 2007-07-18 08:47:45 -0700 |
commit | 4bac07c993d03434ea902d3d4290d9e45944b66c (patch) | |
tree | 1930a1d8c23d3968d4644edda50791ff390bfe93 /include/asm-i386 | |
parent | ad9a86121f5a374b48ce2924f8a9d7e94a04db27 (diff) | |
download | blackbird-obmc-linux-4bac07c993d03434ea902d3d4290d9e45944b66c.tar.gz blackbird-obmc-linux-4bac07c993d03434ea902d3d4290d9e45944b66c.zip |
xen: add the Xenbus sysfs and virtual device hotplug driver
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>
Diffstat (limited to 'include/asm-i386')
-rw-r--r-- | include/asm-i386/xen/hypervisor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-i386/xen/hypervisor.h b/include/asm-i386/xen/hypervisor.h index ebfa7e063088..8e15dd28c91f 100644 --- a/include/asm-i386/xen/hypervisor.h +++ b/include/asm-i386/xen/hypervisor.h @@ -42,6 +42,7 @@ #include <asm/ptrace.h> #include <asm/page.h> +#include <asm/desc.h> #if defined(__i386__) # ifdef CONFIG_X86_PAE # include <asm-generic/pgtable-nopud.h> |