search for: shuo

Displaying 20 results from an estimated 39 matches for "shuo".

Did you mean: shao
2004 Nov 17
0
[LLVMdev] Re: questions about LLVM
Shuo, >> I have a few questions about LLVM: >> (1) The LLVM tutorial says LLVM can be used in architecture research. >> If I want to run my program on an instruction set defined by myself, >> is LLVM a right tool to do that? What kind of instruction set do you have in mind?...
2004 Nov 17
2
[LLVMdev] Re: questions about LLVM
...e is extended with 3 extra bit? (2) Is there a LLVM version of LibC (in its VM code format) currently? (3) Is LLVM able to compile HTTP servers, FTP servers and SSH servers to VM code so that every single VM instruction (include LibC code) is executed by the VM interpretor? thank you very much -Shuo On Wed, 17 Nov 2004, Vikram S. Adve wrote: > Shuo, > > >> I have a few questions about LLVM: > >> (1) The LLVM tutorial says LLVM can be used in architecture research. > >> If I want to run my program on an instruction set defined by myself, > >> is...
2004 Nov 17
4
[LLVMdev] Re: questions about LLVM
Hi Shuo, I am CCing your questions to the LLVM developers list so others can reply or correct me. >I have a few questions about LLVM: >(1) The LLVM tutorial says LLVM can be used in architecture research. If >I want to run my program on an instruction set defined by myself, is LLVM >a righ...
2005 Aug 10
1
port blocking/disruption i think
...from a recent shoutcast logfile at the end. iain <08/10/05@22:31:41> [source] creating relay socket <08/10/05@22:31:41> [source] resolving relay host <08/10/05@22:31:42> [source] relay host gave success (HTTP/1.0 200 OK) <08/10/05@22:31:42> [source] relay from beijing.zhongshuo.org established. <08/10/05@22:31:42> [source] icy-name:Zhong Shuo: Stories From China On Change ; icy-genre:Talk World Asian Chinese <08/10/05@22:31:42> [source] icy-pub:1 ; icy-br:32 ; icy-url:http://www.reverberant.com/cw <08/10/05@22:31:42> [source] icy-irc:N/A ; icy-icq:N/A ;...
2004 Nov 18
0
[LLVMdev] Re: questions about LLVM
Shuo Chen wrote: >Prof. Adve, > >The idea is to develop a memory model where each byte is extended with >3 extra bits. Programs are running on this memory model. >Load/store instructions, including those in LibC functions, >needs to deal with the extra bits in a certain manner. Basi...
2010 May 24
1
[LLVMdev] obtain programer-defined structure name.
..., the datastructure object is complicated typed value, such as "struct file *f" in linux kernel. The problerm is what operations should be taken to obtain the type of Value "struct *file", and locate or such type Value*s *in a procedure. Have I made myself clear? thanks. Tian Shuo 2010-5-24 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100524/5b67b05a/attachment.html>
2015 Oct 22
1
how to build smbtorture using static linked libraries
...y, so I did: waf configure --builtin-libraries=talloc,tevent and then do: waf build --targets=smbtorture But then build fails in the link step with an ld error of undefined reference to some function. How can I resolve this issue, and build smbtorture with static linked libraries? Thanks Shuo Dong Junior Embedded Developer Iders Incorporated 27047 Oakwood Road Oakbank, MB R0E 1J2 Tel: (204) 444-5200 ext Fax: (204) 444-5900 [http://www.iders.ca/IDERS_logo.jpg] ________________________________ Iders Incorporated Confidential: ________________________________ This message is intend...
2004 Nov 18
0
[LLVMdev] Re: questions about LLVM
Shuo Chen wrote: >John, > >Thank you very much. > > >>Dinakar is correct; the SAFECode website is a version of Apache compiled >>with LLVM and running on the LLVM x86 JIT. >> >> >This is exciting. Do you mean that the Apache server is compiled to the VM...
2020 Sep 22
3
[PATCH v3] i2c: virtio: add a virtio i2c frontend driver
...device ID 34 is used for this I2C adpter since IDs before 34 have been reserved by other virtio devices. Co-developed-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Jie Deng <jie.deng at intel.com> Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> --- The device ID request: https://github.com/oasis-tcs/virtio-spec/issues/85 The specification: https://lists.oasis-open.org/archives/virtio-comment/202009/msg00021.html Changes...
2020 Sep 22
3
[PATCH v3] i2c: virtio: add a virtio i2c frontend driver
...device ID 34 is used for this I2C adpter since IDs before 34 have been reserved by other virtio devices. Co-developed-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Jie Deng <jie.deng at intel.com> Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> --- The device ID request: https://github.com/oasis-tcs/virtio-spec/issues/85 The specification: https://lists.oasis-open.org/archives/virtio-comment/202009/msg00021.html Changes...
2020 Sep 03
9
[PATCH] i2c: virtio: add a virtio i2c frontend driver
...device ID 34 is used for this I2C adpter since IDs before 34 have been reserved by other virtio devices. Co-developed-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Jie Deng <jie.deng at intel.com> Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> --- drivers/i2c/busses/Kconfig | 11 ++ drivers/i2c/busses/Makefile | 3 + drivers/i2c/busses/i2c-virtio.c | 276 ++++++++++++++++++++++++++++++++++++++++ include/uapi/linux/vi...
2020 Sep 03
9
[PATCH] i2c: virtio: add a virtio i2c frontend driver
...device ID 34 is used for this I2C adpter since IDs before 34 have been reserved by other virtio devices. Co-developed-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Jie Deng <jie.deng at intel.com> Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> --- drivers/i2c/busses/Kconfig | 11 ++ drivers/i2c/busses/Makefile | 3 + drivers/i2c/busses/i2c-virtio.c | 276 ++++++++++++++++++++++++++++++++++++++++ include/uapi/linux/vi...
2020 Sep 03
0
[PATCH] i2c: virtio: add a virtio i2c frontend driver
...reserved by other virtio devices. Is there a link to the spec patch? Thanks > > Co-developed-by: Conghui Chen <conghui.chen at intel.com> > Signed-off-by: Conghui Chen <conghui.chen at intel.com> > Signed-off-by: Jie Deng <jie.deng at intel.com> > Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> > Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> > --- > drivers/i2c/busses/Kconfig | 11 ++ > drivers/i2c/busses/Makefile | 3 + > drivers/i2c/busses/i2c-virtio.c | 276 +++++++++++++++++++++++++++++++++++...
2020 Sep 03
0
[PATCH] i2c: virtio: add a virtio i2c frontend driver
...other virtio devices. Please reserve the ID with the virtio tc so no one conflicts. > Co-developed-by: Conghui Chen <conghui.chen at intel.com> > Signed-off-by: Conghui Chen <conghui.chen at intel.com> > Signed-off-by: Jie Deng <jie.deng at intel.com> > Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> > Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> > --- > drivers/i2c/busses/Kconfig | 11 ++ > drivers/i2c/busses/Makefile | 3 + > drivers/i2c/busses/i2c-virtio.c | 276 ++++++++++++++++++++++++++++++++++++++...
2020 Sep 14
0
[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
...s I2C adpter since IDs > before 34 have been reserved by other virtio devices. > > Co-developed-by: Conghui Chen <conghui.chen at intel.com> > Signed-off-by: Conghui Chen <conghui.chen at intel.com> > Signed-off-by: Jie Deng <jie.deng at intel.com> > Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> > Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> > --- > The device ID request: > https://github.com/oasis-tcs/virtio-spec/issues/85 > > Changes in v2: > - Addressed comments received from Michael, Andy and Jason....
2020 Sep 04
0
[PATCH] i2c: virtio: add a virtio i2c frontend driver
...s I2C adpter since IDs > before 34 have been reserved by other virtio devices. > > Co-developed-by: Conghui Chen <conghui.chen at intel.com> > Signed-off-by: Conghui Chen <conghui.chen at intel.com> > Signed-off-by: Jie Deng <jie.deng at intel.com> > Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> > Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> > --- > drivers/i2c/busses/Kconfig | 11 ++ > drivers/i2c/busses/Makefile | 3 + > drivers/i2c/busses/i2c-virtio.c | 276 +++++++++++++++++++++++++++++++++++...
2020 Sep 22
0
[PATCH v3] i2c: virtio: add a virtio i2c frontend driver
...I2C adpter since IDs > before 34 have been reserved by other virtio devices. > > Co-developed-by: Conghui Chen <conghui.chen at intel.com> > Signed-off-by: Conghui Chen <conghui.chen at intel.com> > Signed-off-by: Jie Deng <jie.deng at intel.com> > Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> > Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> > --- > The device ID request: > https://github.com/oasis-tcs/virtio-spec/issues/85 > > The specification: > https://lists.oasis-open.org/archives/virtio-co...
2015 Oct 26
1
build my own server-side-copy client code using samba4 source code
Hello all: I am working on implementing server-side-copy client code. When I checked samba4 source code, I saw that smbtorture has some sort of function that does server-side-copy client function. So, I followed the way that smbtorture does, and implemented my own server-side-copy client code (let's call it cifs_cp). Basically, my cifs_cp code, calls the functions in the files of:
2015 Oct 22
2
how to build smbtorture using static linked libraries
Hello all: I am trying to build smbtorture using static linked libraries. The samba source code I have is samba-4.1.13 for configure, I did: waf configure --builtin-libraries=ALL for build, I did: waf build --targets=smbtorture (so that it only build target smbtorture) But, the waf build fails immediately. Then, I tried to only link with lib talloc and tevent statically, so I did: waf
2020 Sep 11
6
[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
...device ID 34 is used for this I2C adpter since IDs before 34 have been reserved by other virtio devices. Co-developed-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Conghui Chen <conghui.chen at intel.com> Signed-off-by: Jie Deng <jie.deng at intel.com> Reviewed-by: Shuo Liu <shuo.a.liu at intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com> --- The device ID request: https://github.com/oasis-tcs/virtio-spec/issues/85 Changes in v2: - Addressed comments received from Michael, Andy and Jason. drivers/i2c/busses/Kconfig...