similar to: [LLVMdev] I have built a whole-program bitcode file for openldap-2.19

Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] I have built a whole-program bitcode file for openldap-2.19"

2009 Oct 30
0
[LLVMdev] I have built a whole-program bitcode file for openldap-2.19
>I have written a wrapper which includes gcc/g++,ld and llvm counterparts, >it invokes native or llvm compiler and linker according to the options it >receives,after I replace the native tools with my wrapper in libtool >script, I just typed like this > >make CC=wrapper AC_CFLAGS=-emit-llvm > >then I got a bc file of slapd and other tools in clients directory > >The
2009 Oct 30
2
[LLVMdev] I have built a whole-program bitcode file foropenldap-2.19
I haven't test it completely for Apache , when I finish that I will post it ASAP. BTW, Have you archieved the same goal with gold-plugin???I once tried it but just got a failure for llvm tools is not completely compatible with GNU ones. ----- Original Message ----- From: "Keppler, Dave" <dkeppler at mitre.org> To: "Nan Zhu" <zhunansjtu at gmail.com>;
2009 Oct 30
0
[LLVMdev] I have built a whole-program bitcode file for openldap-2.4.19
OK,I have updated my wrapper and I have successfully build whole-program bitcode file for BIND 9.6.1 > > Message: 5 > Date: Fri, 30 Oct 2009 17:40:43 +0800 > From: Nan Zhu <zhunansjtu at gmail.com> > Subject: [LLVMdev] I have built a whole-program bitcode file for > openldap-2.19 > To: llvmdev at cs.uiuc.edu > Message-ID: >
2009 Oct 30
0
[LLVMdev] I have built a whole-program bitcode file foropenldap-2.19
> BTW, Have you archieved the same goal with gold-plugin???I once tried it but just got a failure for llvm tools is not completely compatible with GNU ones. Do you remember what was the failure? Cheers, -- Rafael Ávila de Espíndola
2009 Oct 31
1
[LLVMdev] I have built a whole-program bitcode file foropenldap-2.19
I'm not completely sure but something like the build system will still call the native linker when it meets a LLVM object file which causes an error. I once tried to modify the codes of gold-plugin, but the trouble is still there,I think we should hack collect2 of llvm-gcc to make it invoke llvm-ld automatically when it receive the -emit-llvm option(I once tried this, but I found that even
2009 Oct 30
24
Using Xen Virtualization Environment for Development and Testing of Supercomputing and High Performance Computing (HPC) Cluster MPICH2 MPI-2 Applications
Dear All, I have created a virtual high performance computing (HPC) cluster of 6 compute nodes with MPICH2 using Xen-based Fedora 11 Linux 64-bit paravirtualized (PV) domU guests. Dom0 is Fedora 11 Linux 64-bit. My Intel Desktop Board DQ45CB has a single onboard Gigabit LAN network adapter. I am able to bring up the ring of mpd on the set of 6 compute nodes. However, I am consistently
2009 Oct 30
24
Using Xen Virtualization Environment for Development and Testing of Supercomputing and High Performance Computing (HPC) Cluster MPICH2 MPI-2 Applications
Dear All, I have created a virtual high performance computing (HPC) cluster of 6 compute nodes with MPICH2 using Xen-based Fedora 11 Linux 64-bit paravirtualized (PV) domU guests. Dom0 is Fedora 11 Linux 64-bit. My Intel Desktop Board DQ45CB has a single onboard Gigabit LAN network adapter. I am able to bring up the ring of mpd on the set of 6 compute nodes. However, I am consistently
2010 Aug 15
24
Xen patches merged to upstream Linux 2.6.36, plans for 2.6.37?
Hello, It looks like upstream linux-2.6.git contains at least the following xen related new features for Linux 2.6.36: - Xen-SWIOTLB support (required for Xen PCI passthru and dom0) - Xen PV-on-HVM drivers - Xen VBD online dynamic resize of guest disks (xvd*) Congratulations! What are the plans for 2.6.37 merge window? I believe at least: - Xen PCI frontend Others? I''m going to
2009 Aug 28
64
[PATCH 2/2] graphics passthrough with VT-d
This patch supports basic gfx passthrough on QEMU: - disable emulated VGA adpater if there is passthroughed gfx - register/unregister legacy VGA I/O ports and MMIOs for passthroughed gfx Signed-off-by: Ben Lin <ben.y.lin@intel.com> Signed-off-by: Weidong Han <weidong.han@intel.com> _______________________________________________ Xen-devel mailing list
2012 Mar 20
15
Xen VGA Passthrough Questions
Dear David Techer, I have read through your article on Xen VGA passthrough on http://www.davidgis.fr. It appears that the following command on your blog doesn''t work. dmesg | grep 01:00.0 | grep BAR The above command shows nothing at all. Is there an alternative solution? Thank you very much. Yours sincerely, Teo En Ming (Zhang Enming)
2009 Nov 23
2
APIC error on CPU0: 00(60)
Hi All! I have a some problem: On the my motherboard Intel DG45NB with Processor Box Intel Core 2 Duo E6300 , i see in the dmesg(log file): dmesg | grep CPU0 APIC error on CPU0: 00(60) or the sometime: dmesg | grep CPU1 APIC error on CPU1: 00(60) How can I fix this problem??? This Bug is my motherboard or the kernel??? The system good working is uptime... Without reboot... Other error in
2010 Jun 29
2
Xserver
Hi all, I am trying to execute Xserver on Dom0 but an error occurres. I have a fresh Debian Lenny install. I''ve installed Xen via aptitude, restarted the system with Xen kernel, and then installed xfce4 with all dependencies. When i try startx i get this errors: (WW) RADEON; No matching Device section for instalnce (BusID PCI:4:0:1) found Fatal server error: xf86MapVidMem:
2009 Sep 04
3
bridge throughput problem
I have set-up xen on my Intel quad core server. Now running different experiment to measure network throughput in virtualized environment. these are some of the results: Netperf-4.5 results for inter-domain communication. Sr.No.              Client               Server               Time(sec)        Throughput(Mbps)    1                   Guest-1              Dom0                   
2010 Mar 25
2
find /etc -size -1G return only empty files
Hello find /etc -size -1G should return all files less than 1Giga byte in /etc, but return a list of empty file (size=0) find /etc -size -2G work fine and return all the files This works the same on my fedora11 and my centos 5 ! Did I miss something or is it a bug ? Regards -- Alain Spineux | aspineux gmail com Your email 100% available |
2012 Mar 21
21
[SUCCESS REPORT] Xen VGA Passthrough to Windows 8 Consumer Preview HVM domU and Windows XP Home Edition HVM domU with Xen 4.2-unstable Changeset 25070 in Ubuntu 11.10 amd64 Dom0
_Subject: Xen VGA Passthrough to Windows 8 Consumer Preview 64-bit English HVM domU and Windows XP Home Edition SP3 HVM domU with Xen 4.2-unstable Changeset 25070 in Ubuntu 11.10 oneiric ocelot amd64 Final Release Dom0_ Dear All, I have with great success passthrough my Palit NVIDIA Geforce 8400 GS PCI Express x16 graphics card to Windows 8 Consumer Preview HVM domU and Windows XP Home
2012 Mar 21
21
[SUCCESS REPORT] Xen VGA Passthrough to Windows 8 Consumer Preview HVM domU and Windows XP Home Edition HVM domU with Xen 4.2-unstable Changeset 25070 in Ubuntu 11.10 amd64 Dom0
_Subject: Xen VGA Passthrough to Windows 8 Consumer Preview 64-bit English HVM domU and Windows XP Home Edition SP3 HVM domU with Xen 4.2-unstable Changeset 25070 in Ubuntu 11.10 oneiric ocelot amd64 Final Release Dom0_ Dear All, I have with great success passthrough my Palit NVIDIA Geforce 8400 GS PCI Express x16 graphics card to Windows 8 Consumer Preview HVM domU and Windows XP Home
2007 Jan 26
6
has_many :through query question
I think this is obvious. but for some reason I''m not getting it. Models: Bicycles, Accessories Join Model: Upgrades The idea is that you can upgrade your bike by adding an accessory, and the upgrade price is often less than the accessory price would normally be. So the Upgrades table has id, bicycle_id, accessory_id, and price. class Bicycle has_many :upgrades has_many
2009 Oct 15
1
about libvirt
I have compiled xen3.4.1 with 2.6.31-rc kernel on the same fedora11 64bit platform. i just want to install the recent version of Fedora’s libvirt so that my virt-manager and virt-install work properly for paravirt domains installs. for this i am following the link below http://bderzhavets.wordpress.com/2009/08/20/setup-libvirt-0-7-0-6-xen-3-4-1-dom0-on-to-fedora-11-64-bit/ Do i need to install xen
2009 Oct 15
1
about libvirt
I have compiled xen3.4.1 with 2.6.31-rc kernel on the same fedora11 64bit platform. i just want to install the recent version of Fedora’s libvirt so that my virt-manager and virt-install work properly for paravirt domains installs. for this i am following the link below http://bderzhavets.wordpress.com/2009/08/20/setup-libvirt-0-7-0-6-xen-3-4-1-dom0-on-to-fedora-11-64-bit/ Do i need to install xen
2009 Dec 08
1
fedora 11 HVM guest on cento 5.4 dom0
i am trying to install fedora11 hvm guest on centos 5.4 dom0 but failed.   after loading vmlinuz, initrd.img and probing edd...ok, it stopped. dom0: [root@localhost images]# virsh version Compiled against library: libvir 0.6.3 Using library: libvir 0.6.3 Using API: Xen 3.0.1 Running hypervisor: Xen 3.1.0 pls advise. Yahoo!香港提供網上安全攻略,教你如何防範黑客! 請前往 http://hk.promo.yahoo.com/security/