Request Pull
Chuck Short
zulcss at gmail.com
Mon Aug 25 13:15:02 UTC 2008
The following changes since commit ff5b69f15d942a5f839b7709816abbca042873cc:
Ben Collins (1):
UBUNTU: Ubuntu-2.6.27-1.2
are available in the git repository at:
git://kernel.ubuntu.com/chucks/ubuntu-intrepid.git master
Chuck Short (4):
UBUNTU: xen: Add a vmlinuz target
UBUNTU: xen: Add an xenctrl interface
UBUNTU: xen: Add xen modules to virtual flavour.
UBUNTU: xen: Update configs to add xenctrl.
arch/x86/Makefile | 9 +
arch/x86/boot/.gitignore | 1 +
arch/x86/boot/Makefile | 9 +
arch/x86/xen/Kconfig | 10 +-
debian/config/amd64/config | 1 +
debian/config/i386/config.server | 1 +
debian/sub-flavours/virtual.list | 4 +
drivers/xen/Makefile | 2 +
drivers/xen/xenbus/xenbus_comms.h | 1 -
drivers/xen/xenbus/xenbus_probe.c | 2 +
drivers/xen/xenbus/xenbus_xs.c | 1 +
drivers/xen/xenctrl/Makefile | 8 +
drivers/xen/xenctrl/capabilities.c | 68 ++++++
drivers/xen/xenctrl/main.c | 91 ++++++++
drivers/xen/xenctrl/privcmd.c | 81 ++++++++
drivers/xen/xenctrl/sysfs.c | 349 +++++++++++++++++++++++++++++++
drivers/xen/xenctrl/xenbus.c | 398 ++++++++++++++++++++++++++++++++++++
drivers/xen/xenctrl/xenctrl.h | 57 +++++
include/asm-x86/xen/hypercall.h | 56 +++++
include/xen/interface/version.h | 6 +
include/xen/sys/privcmd.h | 79 +++++++
include/xen/xenbus.h | 2 +
22 files changed, 1234 insertions(+), 2 deletions(-)
create mode 100644 drivers/xen/xenctrl/Makefile
create mode 100644 drivers/xen/xenctrl/capabilities.c
create mode 100644 drivers/xen/xenctrl/main.c
create mode 100644 drivers/xen/xenctrl/privcmd.c
create mode 100644 drivers/xen/xenctrl/sysfs.c
create mode 100644 drivers/xen/xenctrl/xenbus.c
create mode 100644 drivers/xen/xenctrl/xenctrl.h
create mode 100644 include/xen/sys/privcmd.h
More information about the kernel-team
mailing list