Re: [open-vm-tools-devel] [patch] linux vmware-guestd repeats unchanged guest nic info updates

2008-07-29 Thread Aaron Rolett
Jason, Thanks for the patch. It looks good to me. Aaron On Jul 28, 2008, at 8:10 PM, Adar Dembo wrote: > Thanks for sending this our way, Jason. The patch looks correct to > me, but for the sake of building good code review discipline, I'd > like to wait for an additional thumbs-up be

Re: [open-vm-tools-devel] VMWare Workstatiosn / 2.6.27 kernels

2008-10-21 Thread Aaron Rolett
Dominique, The vsock module warning messages have always been there (its been on our list of things to cleanup for awhile). They appear because the vsock build has no knowledge of the vmci module build even though vsock depends on vmci symbols. I believe that the kernel module loader

Re: [open-vm-tools-devel] VMWare Workstatiosn / 2.6.27 kernels

2008-12-01 Thread Aaron Rolett
patch release for WS. Let me know if there are more issues, Aaron On Nov 26, 2008, at 7:06 AM, Dominique Leuenberger wrote: >>>> On 10/21/2008 at 6:51 PM, Aaron Rolett <[EMAIL PROTECTED]> wrote: >> Dominique, >> The vsock module warning messages have always be

Re: [open-vm-tools-devel] VMWare Workstatiosn / 2.6.27 kernels

2008-12-02 Thread Aaron Rolett
things a bit, Aaron On Dec 2, 2008, at 12:31 AM, Dominique Leuenberger wrote: > Aaron, > > No problem for some delays. I hope you enjoyed your holiday. > >>>> On 12/1/2008 at 8:11 PM, Aaron Rolett <[EMAIL PROTECTED]> wrote: >> Dominique, >>Apologies

Re: Using VMCI in the kernel

2008-12-03 Thread Aaron Rolett
Hi Cam, Are you talking about the VMCI Sockets interface from within the kernel on linux? If so ... I don't think anyone has tried this yet ... but I *think* it should mostly work. One thing that might need a little work is registering the dynamic address family value since that is

Re: Compile failure on 2.6.28 rc8

2008-12-18 Thread Aaron Rolett
Hi Denis, This vmhgfs failure has been fixed internally. I'm attaching a diff. vmhgfs.2.6.28.patch Description: Binary data On Dec 18, 2008, at 12:17 AM, Denis Leroy wrote: Hi, i'm seeing a vmhgfs compile failure on 2.6.28 rc8 : mhgfs/page.c:88: error: unknown field 'prepare_write

Re: Compile failure on 2.6.28 rc8

2008-12-18 Thread Aaron Rolett
Just noticed the diff I sent was not against the open-vm-tools git repo ... but it should still apply cleanly to open-vm-tools/modules/ linux/vmhgfs/page.c Aaron On Dec 18, 2008, at 11:36 AM, Aaron Rolett wrote