Re: Compile failure on 2.6.28 rc8

2008-12-18 Thread Yiwen Zhang
On Thu, Dec 18, 2008 at 4:17 PM, 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' specified in > initializer > > vmhgfs/page.c:89: error: unknown field 'commit_write' specified in > initializer > > > Does any

[open-vm-tools-devel] A question on text transfer of copy and paste

2008-08-24 Thread Yiwen Zhang
I used to think that the copy and paste feature makes the clipboard buffer shared between host and guest. However, the source code and experiment shows a different result. The code in vmware-user indicates that when I select some text in guest os, it is instantly copied and sent to host os.

Re: [open-vm-tools-devel] Idea to add start/stop recording feature for toolbox

2008-08-18 Thread Yiwen Zhang
, Yiwen On Mon, Aug 18, 2008 at 2:06 PM, Yiwen Zhang <[EMAIL PROTECTED]> wrote: > > > On 8/18/08, Adar Dembo <[EMAIL PROTECTED]> wrote: >> >> > This is my patch for 2008.08.08 release. This patch adds a >> > simple "Record" pane

Re: [open-vm-tools-devel] Idea to add start/stop recording feature for toolbox

2008-08-17 Thread Yiwen Zhang
On 8/18/08, Adar Dembo <[EMAIL PROTECTED]> wrote: > > > This is my patch for 2008.08.08 release. This patch adds a > > simple "Record" panel to vmware-toolbox and "record" command > > to vmware-toolbox-cmd. > > I configured the build by "--without-procps --disable-unity", > > since I didn't instal

Re: [open-vm-tools-devel] Idea to add start/stop recording feature for toolbox

2008-08-17 Thread Yiwen Zhang
This is my patch for 2008.08.08 release. This patch adds a simple "Record" panel to vmware-toolbox and "record" command to vmware-toolbox-cmd. I configured the build by "--without-procps --disable-unity", since I didn't install the two packages. I have tested the patch on rhel5, suse10 and ubuntu7

[open-vm-tools-devel] Idea to add start/stop recording feature for toolbox

2008-08-13 Thread Yiwen Zhang
Hi, I used to work on migrating vassert sdk from windows to linux platform, with the help of some internal engineers. The latest release of vassert sdk in windows supports start and stop recording inside the guest, and I just make the upgrade in linux. I think it useful to add a GUI for too