similar to: Xen Howtos (was Re: Unable to download XEN)

Displaying 20 results from an estimated 2000 matches similar to: "Xen Howtos (was Re: Unable to download XEN)"

2014 Aug 05
0
Re: [libvirt] help
[Dropping libvirt-announce list] On 05.08.2014 11:47, Himanshu Sharma wrote: > Dear Team, > Greetings!! > > I'm testing libvirt with VMware ESXi. I'm able to connect to VMware ESXi with libvirt driver but not able to connect it through "Virtual Machine manager" GUI also not able to run virt-clone command inturn to clone ESXi VM. Can you please guide me how to do so?
2014 Oct 10
2
ivy bridge and custom font
Hello, I've encountered a strange problem with loading a font file. The environment: motherboard GA-Z68MA-D2H-B3, processor i7-3770, onboard graphics, extlinux 5.01. After loading any font I get a mess on a screen. The only rule I could discover is that: characters with odd code are not displayed at all, and for characters with even code there is taken a bitmap from position
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:
2001 Nov 07
0
[pamldap] Problem with win2000 pro
En r?ponse ? Himanshu Khona <himanshu.khona@wipro.com>: Hi and thanks, I think i i've resolved my problem : I saw in the samba mailing-lists that you must put the "encrypted password" value to "yes" in smb.conf and add the user you want to connect in the file "smbpasswd".I've tryed it and effectively it is working now! This is for WIN 2000 and XP I
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.
2014 Oct 10
0
ivy bridge and custom font
> Hello, > > I've encountered a strange problem with loading a font file. > The environment: > motherboard GA-Z68MA-D2H-B3, processor i7-3770, onboard graphics, > extlinux 5.01. > > After loading any font I get a mess on a screen. The only rule I could > discover is that: characters with odd code are not displayed at all, > and for characters with even code
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
2014 Oct 10
2
ivy bridge and custom font
On Oct 10, 2014 4:00 AM, "Ady" <ady-sf at hotmail.com> wrote: > > > > Hello, > > > > I've encountered a strange problem with loading a font file. > > The environment: > > motherboard GA-Z68MA-D2H-B3, processor i7-3770, onboard graphics, > > extlinux 5.01. > > > > After loading any font I get a mess on a screen. The only rule
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.
2013 Aug 19
1
[LLVMdev] [cfe-dev] -fsanitize=address on centos 6.4
I did a make update. I thought I was running the newest version of compiler-rt. But now I can't even get the project to build. I get the following error: i386-redhat-linux-gnu-clang++: clang/llvm/include/llvm/ADT/SmallVector.h:544: typename llvm::SmallVectorTemplateBase<T, llvm::isPodLike::value>::iterator llvm::SmallVectorImpl<T>::insert(typename
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
2014 Oct 10
0
ivy bridge and custom font
> On Oct 10, 2014 4:00 AM, "Ady" <ady-sf at hotmail.com> wrote: > > > > > > > Hello, > > > > > > I've encountered a strange problem with loading a font file. > > > The environment: > > > motherboard GA-Z68MA-D2H-B3, processor i7-3770, onboard graphics, > > > extlinux 5.01. > > > > > > After
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,