Pull request for lum (update open-vm-tools)
The following changes since commit c0e314e51c1809e9c49899ed64cd6c37c7afecb2:
Tim Gardner (1): UBUNTU: Bump ABI to (-8) are available in the git repository at: git://kernel.ubuntu.com/soren/ubuntu-hardy-lum.git master Soren Hansen (1): UBUNTU: Update open-vm-tools to 2008.01.23-74039 ubuntu/vmblock/Makefile | 1 + ubuntu/vmblock/Makefile.kernel | 1 + ubuntu/vmblock/Makefile.normal | 10 +- ubuntu/vmblock/autoconf/cachector.c | 40 ++++ ubuntu/vmblock/include/driver-config.h | 33 ++-- ubuntu/vmblock/include/vm_assert.h | 2 + ubuntu/vmblock/include/vm_basic_defs.h | 33 ++-- ubuntu/vmblock/include/vm_basic_types.h | 82 ++++++++- ubuntu/vmblock/linux/filesystem.c | 9 +- ubuntu/vmblock/linux/vmblock_version.h | 6 +- ubuntu/vmhgfs/Makefile | 1 + ubuntu/vmhgfs/Makefile.normal | 2 +- ubuntu/vmhgfs/backdoor.h | 91 +--------- ubuntu/vmhgfs/backdoor_types.h | 118 +++++++++++ ubuntu/vmhgfs/cpName.h | 16 +- ubuntu/vmhgfs/cpNameLite.h | 11 +- ubuntu/vmhgfs/driver-config.h | 33 ++-- ubuntu/vmhgfs/escBitvector.h | 6 +- ubuntu/vmhgfs/filesystem.c | 3 + ubuntu/vmhgfs/fsutil.c | 2 +- ubuntu/vmhgfs/hgfsBd.c | 4 +- ubuntu/vmhgfs/hgfsProto.h | 2 +- ubuntu/vmhgfs/hgfsUtil.h | 15 +- ubuntu/vmhgfs/inode.c | 5 + ubuntu/vmhgfs/kernelStubs.h | 55 ++++-- ubuntu/vmhgfs/kernelStubsLinux.c | 70 ------- ubuntu/vmhgfs/message.c | 2 +- ubuntu/vmhgfs/messageBackdoor.c | 2 +- ubuntu/vmhgfs/module.h | 8 + ubuntu/vmhgfs/page.c | 89 ++++++++-- ubuntu/vmhgfs/rpcout.c | 2 +- ubuntu/vmhgfs/vm_assert.h | 2 + ubuntu/vmhgfs/vm_basic_asm.h | 18 ++- ubuntu/vmhgfs/vm_basic_defs.h | 33 ++-- ubuntu/vmhgfs/vm_basic_types.h | 82 ++++++++- ubuntu/vmhgfs/vmhgfs_version.h | 6 +- ubuntu/vmhgfs/x86cpuid.h | 8 +- ubuntu/vmmemctl/Makefile | 1 + ubuntu/vmmemctl/Makefile.normal | 2 +- ubuntu/vmmemctl/backdoor.h | 91 +--------- ubuntu/vmmemctl/backdoor_def.h | 167 ++++++++++++++++ ubuntu/vmmemctl/backdoor_types.h | 118 +++++++++++ ubuntu/vmmemctl/driver-config.h | 33 ++-- ubuntu/vmmemctl/vm_assert.h | 2 + ubuntu/vmmemctl/vm_basic_defs.h | 33 ++-- ubuntu/vmmemctl/vm_basic_types.h | 82 ++++++++- ubuntu/vmsync/Makefile | 1 + ubuntu/vmsync/driver-config.h | 33 ++-- ubuntu/vmxnet/Makefile | 1 + ubuntu/vmxnet/Makefile.normal | 4 +- ubuntu/vmxnet/driver-config.h | 33 ++-- ubuntu/vmxnet/net.h | 3 +- ubuntu/vmxnet/net_dist.h | 102 ---------- ubuntu/vmxnet/return_status.h | 116 ----------- ubuntu/vmxnet/vm_basic_types.h | 82 ++++++++- ubuntu/vmxnet/vmkapi_status.h | 321 ------------------------------- ubuntu/vmxnet/vmkapi_types.h | 109 ----------- ubuntu/vmxnet/vmxnetInt.h | 5 +- 58 files changed, 1131 insertions(+), 1111 deletions(-) create mode 100644 ubuntu/vmblock/autoconf/cachector.c create mode 100644 ubuntu/vmhgfs/backdoor_types.h create mode 100644 ubuntu/vmmemctl/backdoor_def.h create mode 100644 ubuntu/vmmemctl/backdoor_types.h delete mode 100644 ubuntu/vmxnet/net_dist.h delete mode 100644 ubuntu/vmxnet/return_status.h delete mode 100644 ubuntu/vmxnet/vmkapi_status.h delete mode 100644 ubuntu/vmxnet/vmkapi_types.h -- Soren Hansen Virtualisation specialist Ubuntu Server Team http://www.ubuntu.com/ -- kernel-team mailing list kernel-team@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kernel-team |
Pull request for lum (update open-vm-tools)
Soren Hansen wrote:
> The following changes since commit c0e314e51c1809e9c49899ed64cd6c37c7afecb2: > Tim Gardner (1): > UBUNTU: Bump ABI to (-8) > > are available in the git repository at: > > git://kernel.ubuntu.com/soren/ubuntu-hardy-lum.git master > > Soren Hansen (1): > UBUNTU: Update open-vm-tools to 2008.01.23-74039 > > ubuntu/vmblock/Makefile | 1 + > ubuntu/vmblock/Makefile.kernel | 1 + > ubuntu/vmblock/Makefile.normal | 10 +- > ubuntu/vmblock/autoconf/cachector.c | 40 ++++ > ubuntu/vmblock/include/driver-config.h | 33 ++-- > ubuntu/vmblock/include/vm_assert.h | 2 + > ubuntu/vmblock/include/vm_basic_defs.h | 33 ++-- > ubuntu/vmblock/include/vm_basic_types.h | 82 ++++++++- > ubuntu/vmblock/linux/filesystem.c | 9 +- > ubuntu/vmblock/linux/vmblock_version.h | 6 +- > ubuntu/vmhgfs/Makefile | 1 + > ubuntu/vmhgfs/Makefile.normal | 2 +- > ubuntu/vmhgfs/backdoor.h | 91 +--------- > ubuntu/vmhgfs/backdoor_types.h | 118 +++++++++++ > ubuntu/vmhgfs/cpName.h | 16 +- > ubuntu/vmhgfs/cpNameLite.h | 11 +- > ubuntu/vmhgfs/driver-config.h | 33 ++-- > ubuntu/vmhgfs/escBitvector.h | 6 +- > ubuntu/vmhgfs/filesystem.c | 3 + > ubuntu/vmhgfs/fsutil.c | 2 +- > ubuntu/vmhgfs/hgfsBd.c | 4 +- > ubuntu/vmhgfs/hgfsProto.h | 2 +- > ubuntu/vmhgfs/hgfsUtil.h | 15 +- > ubuntu/vmhgfs/inode.c | 5 + > ubuntu/vmhgfs/kernelStubs.h | 55 ++++-- > ubuntu/vmhgfs/kernelStubsLinux.c | 70 ------- > ubuntu/vmhgfs/message.c | 2 +- > ubuntu/vmhgfs/messageBackdoor.c | 2 +- > ubuntu/vmhgfs/module.h | 8 + > ubuntu/vmhgfs/page.c | 89 ++++++++-- > ubuntu/vmhgfs/rpcout.c | 2 +- > ubuntu/vmhgfs/vm_assert.h | 2 + > ubuntu/vmhgfs/vm_basic_asm.h | 18 ++- > ubuntu/vmhgfs/vm_basic_defs.h | 33 ++-- > ubuntu/vmhgfs/vm_basic_types.h | 82 ++++++++- > ubuntu/vmhgfs/vmhgfs_version.h | 6 +- > ubuntu/vmhgfs/x86cpuid.h | 8 +- > ubuntu/vmmemctl/Makefile | 1 + > ubuntu/vmmemctl/Makefile.normal | 2 +- > ubuntu/vmmemctl/backdoor.h | 91 +--------- > ubuntu/vmmemctl/backdoor_def.h | 167 ++++++++++++++++ > ubuntu/vmmemctl/backdoor_types.h | 118 +++++++++++ > ubuntu/vmmemctl/driver-config.h | 33 ++-- > ubuntu/vmmemctl/vm_assert.h | 2 + > ubuntu/vmmemctl/vm_basic_defs.h | 33 ++-- > ubuntu/vmmemctl/vm_basic_types.h | 82 ++++++++- > ubuntu/vmsync/Makefile | 1 + > ubuntu/vmsync/driver-config.h | 33 ++-- > ubuntu/vmxnet/Makefile | 1 + > ubuntu/vmxnet/Makefile.normal | 4 +- > ubuntu/vmxnet/driver-config.h | 33 ++-- > ubuntu/vmxnet/net.h | 3 +- > ubuntu/vmxnet/net_dist.h | 102 ---------- > ubuntu/vmxnet/return_status.h | 116 ----------- > ubuntu/vmxnet/vm_basic_types.h | 82 ++++++++- > ubuntu/vmxnet/vmkapi_status.h | 321 ------------------------------- > ubuntu/vmxnet/vmkapi_types.h | 109 ----------- > ubuntu/vmxnet/vmxnetInt.h | 5 +- > 58 files changed, 1131 insertions(+), 1111 deletions(-) > create mode 100644 ubuntu/vmblock/autoconf/cachector.c > create mode 100644 ubuntu/vmhgfs/backdoor_types.h > create mode 100644 ubuntu/vmmemctl/backdoor_def.h > create mode 100644 ubuntu/vmmemctl/backdoor_types.h > delete mode 100644 ubuntu/vmxnet/net_dist.h > delete mode 100644 ubuntu/vmxnet/return_status.h > delete mode 100644 ubuntu/vmxnet/vmkapi_status.h > delete mode 100644 ubuntu/vmxnet/vmkapi_types.h > > pulled -- Tim Gardner tim.gardner@ubuntu.com -- kernel-team mailing list kernel-team@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kernel-team |
| All times are GMT. The time now is 12:12 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.