Displaying 20 results from an estimated 1000 matches similar to: "[pamldap] Problem with win2000 pro"
2004 Feb 26
1
Performances network samba
Hi all,
I 'm new here.
We have installed OpenOffice in a "network" mode onto a samba share
named \\openoffice\ooo (linux Mandrake9.2)
The performances are slowest (a 10M network)
I was wondering if there is a simple way to optimise performances
beetween a samba share and the win2k clients, a cache or something
similar ?
Thanks for any help.
Xavier
2011 Sep 29
0
[LLVMdev] Instrumenting C/C++ programs
The patch file is a diff file generated by "svn diff". It is about other
modifications such as adding some lines to make files to make the added .c
and .cpp files compiled. You may apply the patch file to LLVM source code by
using a "patch" command or make the changes manually by reading the patch
file.
Xiaoming
On Wed, Sep 28, 2011 at 6:05 AM, Himanshu Shekhar
2011 Nov 17
1
[LLVMdev] Instrumenting C/C++ programs
Hello guys,
I am trying to know how clang generates AST from source code. But it is not
clear for me how clang generates it. Can you tell me which class or
function of clang is building/generating AST? I want to see the specific
function or algorithm of clang which generates AST. Thanks in advance for
your idea.
On Thu, Sep 29, 2011 at 1:22 PM, Jim Grosbach <grosbach at apple.com> wrote:
2006 Apr 14
1
[PATCH][VT] minor patch for tracing VMEXIT/VMENTRY for 64 bit systems
This patch enables tracing VMEXIT/ENTRY for 64-bit systems (are there any 32-bit
VT enabled systems out there?)
Signed-off by Himanshu Raj (rhim.list@nosuchaddr.com)
--
-------------------------------------------------------------------------
Himanshu Raj
PhD Student, GaTech (www.cc.gatech.edu/~rhim)
I prefer to receive attachments in an open, non-proprietary format.
2011 Sep 29
0
[LLVMdev] Instrumenting C/C++ programs
Hello,
What you're describing is basically the parsing and codegen portions of clang. I'd suggest reading through the code there and posting to clang-dev if you have any specific questions. The clang devs are more likely to see your questions there as not all of them also hang out here.
Regards,
Jim
On Sep 28, 2011, at 8:28 PM, eyasu getahun <eya.get at gmail.com> wrote:
>
2005 Oct 04
2
Question regarding behavior of virt_to_bus ....
Hi Folks,
I need some large chunk of physical memory, so I allocate it early using
alloc_bootmem_low_pages and use it later (akin to bigphysarea patch).
The trouble I am having is the following. Suppose the virtual address
for the memory area is 0xc14d6000. After xen_create_contiguous_region
call, I do a virt_to_bus and the bus address comes out to be 0x18000000.
So far so good. However,
2011 Sep 28
2
[LLVMdev] Instrumenting C/C++ programs
Hey Xiaoming, Thanks for those source codes. Can you please explain what
this llvm-memory-profiling.patch does ?
Thanks,
Himanshu
On Wed, Sep 28, 2011 at 6:49 AM, xiaoming gu <xiaoming.gu at gmail.com> wrote:
> Hi, Himanshu. I once wrote an LLVM IR-based memory profiling
> pass. Basically, I followed the code for EdgeProfiling. The source code is
> enclosed here, which worked
2011 Sep 29
2
[LLVMdev] Instrumenting C/C++ programs
Hey guys,
I have seen your interesting conversion. I am new for LLVM as well as clang
compiler. I am going to use it now. it is quite difficult when someone
starts it from scratch. But it is enjoyable and it is possible to
familiarize with the environment by short time. Am gonna to use clang + llvm
to generate AST from source code by using clang and to do high level
transformation. Then I want to
2006 Jan 25
1
xm console oddity
Hi Fellas,
When I connect to a domain''s console via
xm console vmid
I have to press an enter to get the console prompt. I am wondering if anyone
else has seen this and if there is a remedy for this?
Thanks,
-Himanshu
--
-------------------------------------------------------------------------
Himanshu Raj
PhD Student, GaTech (www.cc.gatech.edu/~rhim)
I prefer to receive
2006 Jan 16
1
EXPORT_SYMBOL for get_vm_area ...
Hi Folks,
To build drivers externally using linux-2.6-xen-sparse/drivers/xen/util.c,
I need the symbols get_vm_area and remove_vm_area exported (they were exported
previously - not any more in the latest version).
Am I missing something here?
-Himanshu
--
-------------------------------------------------------------------------
Himanshu Raj
PhD Student, GaTech (www.cc.gatech.edu/~rhim)
I
2006 Apr 13
1
Patch to remove ignored setting in VMCS for VMX domains ....
This patch removes the ignored "Unconditional I/O exiting" setting in VMCS for the vmx guest
since "Use I/O bitmaps" setting is being used.
-Himanshu
--
-------------------------------------------------------------------------
Himanshu Raj
PhD Student, GaTech (www.cc.gatech.edu/~rhim)
I prefer to receive attachments in an open, non-proprietary format.
2011 Sep 28
0
[LLVMdev] Instrumenting C/C++ programs
Hi, Himanshu. I once wrote an LLVM IR-based memory profiling
pass. Basically, I followed the code for EdgeProfiling. The source code is
enclosed here, which worked with LLVM 2.8. Hope it is helpful.
MemoryProfiling.cpp---the instrumentation pass, which inserts profiling
function calls into the original program
MemoryProfiling.c---the profiling library containing the profiling calls
2005 Dec 18
1
Debian DomU with physdev access init kernel crash ....
Hi Folks,
I saw some references to the same problem in mailing list but no solution.
I am running a DomU with PHYSDEV access. With fedora core 4, I just changed
the inittab file to not start getty''s on tty1-6, and it worked (only ttyS0
is enabled). However, same trick didn''t do it for debian. I can boot into a
shell if I put init=/bin/bash on kernel command line. However,
2005 Dec 18
1
Debian DomU with physdev access init kernel crash ....
Hi Folks,
I saw some references to the same problem in mailing list but no solution.
I am running a DomU with PHYSDEV access. With fedora core 4, I just changed
the inittab file to not start getty''s on tty1-6, and it worked (only ttyS0
is enabled). However, same trick didn''t do it for debian. I can boot into a
shell if I put init=/bin/bash on kernel command line. However,
2006 Oct 24
2
Installing stats4 package
Hi,
I wantto use 'mle' function in R on linux. As I see its been integrated
into the stats4 package. Am I correct ? If yes, Can anyone suggest how to
install the stats4 package to be able to run 'mle' function in R on linux ?
Otherwise how to sort out this problem ?
Thanks
Himanshu
[[alternative HTML version deleted]]
2006 Apr 13
0
minor patch for tracing VMEXIT/VMENTRY for 64 bit system
Attached.
-Himanshu
--
-------------------------------------------------------------------------
Himanshu Raj
PhD Student, GaTech (www.cc.gatech.edu/~rhim)
I prefer to receive attachments in an open, non-proprietary format.
-------------------------------------------------------------------------
_______________________________________________
Xen-devel mailing list
2012 Feb 24
0
Xen Howtos (was Re: Unable to download XEN)
On Thu, Feb 23, 2012 at 11:23 PM, Himanshu Sharma
<Himanshu.Sharma@d2h.com> wrote:
> Hi,
> Can you tell me the full procedure to install XEN hypervisor and also over which OS we can install Xen hypervisor!
There are several options. You can compile from source on any system
[1] or you can pick from a large number of distributions. [2]
Some popular choices are Debian [3], Centos 5
2007 Apr 18
2
[patch 1/9] Guest page hinting: unused / free pages.
From: Martin Schwidefsky <schwidefsky@de.ibm.com>
From: Hubertus Franke <frankeh@watson.ibm.com>
From: Himanshu Raj <rhim@cc.gatech.edu>
[patch 1/9] Guest page hinting: unused / free pages.
A very simple but already quite effective improvement in the handling
of guest memory vs. host memory is to tell the host when pages are
free. That allows the host to avoid the paging of
2007 Apr 18
2
[patch 1/9] Guest page hinting: unused / free pages.
From: Martin Schwidefsky <schwidefsky@de.ibm.com>
From: Hubertus Franke <frankeh@watson.ibm.com>
From: Himanshu Raj <rhim@cc.gatech.edu>
[patch 1/9] Guest page hinting: unused / free pages.
A very simple but already quite effective improvement in the handling
of guest memory vs. host memory is to tell the host when pages are
free. That allows the host to avoid the paging of
2004 Oct 07
2
TDM400P with FXO/FXS hangup problem
Hello,
I've got an Asterisk server with a TDM400P with 2 FXO modules and 2 FXS
modules. This server is connected to 2 PSTN lines and 2 analog phones.
In my Zaptel configuration, I've defined 2 groups : one for the 2 FXO's
and one for the 2 FXS. The asterisk server is just used to add a little
IVR and Voicemail service.
Eveything works fine, but sometimes the conversation is