similar to: [PATCH][RFC] Support GPT (GUID Partition Table)

Displaying 20 results from an estimated 200 matches similar to: "[PATCH][RFC] Support GPT (GUID Partition Table)"

2011 Jun 10
4
[LLVMdev] Polly test and example
(2011/06/10 14:01), Tobias Grosser wrote: > On 06/10/2011 01:52 AM, MORIYAMA Tomohiro wrote: >> (2011/06/10 13:25), Tobias Grosser wrote: >>> On 06/10/2011 12:00 AM, MORIYAMA Tomohiro wrote: >>>> H, Tobias >>>> Thank you for your reply. >>>> >>>> >>>> Tobias Grosser wrote: >>>>> Interesting. On what kind
2011 Jun 10
2
[LLVMdev] Polly test and example
(2011/06/10 13:25), Tobias Grosser wrote: > On 06/10/2011 12:00 AM, MORIYAMA Tomohiro wrote: >> H, Tobias >> Thank you for your reply. >> >> >> Tobias Grosser wrote: >>> Interesting. On what kind of Platform are you running this? Is it still >>> Ubuntu 11.04? I assume it's an intel platform, but is it a 32-bit or >>> 64bit? >>
2011 Jun 10
2
[LLVMdev] Polly test and example
H, Tobias Thank you for your reply. Tobias Grosser wrote: (Thu, 09 Jun 2011 15:41:05 -0300) >On 06/08/2011 01:17 AM, MORIYAMA Tomohiro wrote: >> Hi, all >> >> I tried Polly installation on Ubuntu. >> >> On its building, it returned no errors. >> But when I run "make polly-test", it returns 11 unexpected failures as >> follows. >>
2011 Jun 10
0
[LLVMdev] Polly test and example
On 06/10/2011 01:52 AM, MORIYAMA Tomohiro wrote: > (2011/06/10 13:25), Tobias Grosser wrote: >> On 06/10/2011 12:00 AM, MORIYAMA Tomohiro wrote: >>> H, Tobias >>> Thank you for your reply. >>> >>> >>> Tobias Grosser wrote: >>>> Interesting. On what kind of Platform are you running this? Is it still >>>> Ubuntu 11.04? I
2011 Jun 10
0
[LLVMdev] Polly test and example
Hi, > out.s: Assembler messages: > out.s:8: Error: bad register name `%rsp' > out.s:9: Error: bad register name `%rsp)' > out.s:12: Error: invalid instruction suffix for `call' > out.s:14: Error: bad register name `%rax' > out.s:18: Error: bad register name `%rcx' > out.s:22: Error: bad register name `%rcx)' > out.s:23: Error: bad register name
2011 Jun 10
0
[LLVMdev] Polly test and example
On 06/10/2011 12:00 AM, MORIYAMA Tomohiro wrote: > H, Tobias > Thank you for your reply. > > > Tobias Grosser wrote: >> Interesting. On what kind of Platform are you running this? Is it still >> Ubuntu 11.04? I assume it's an intel platform, but is it a 32-bit or 64bit? > > It is a little bit complicated. > > Intel Core i5 M520. > Ubuntu 11.04-i386
2011 Jun 10
2
[LLVMdev] Polly test and example
hi, James. Thanks for your advice. "James Molloy" wrote. (Fri, 10 Jun 2011 08:38:44 +0100) >Hi, > >> out.s: Assembler messages: >> out.s:8: Error: bad register name `%rsp' >> out.s:9: Error: bad register name `%rsp)' >> out.s:12: Error: invalid instruction suffix for `call' >> out.s:14: Error: bad register name `%rax' >>
2011 Jun 09
0
[LLVMdev] Polly test and example
On 06/08/2011 01:17 AM, MORIYAMA Tomohiro wrote: > Hi, all > > I tried Polly installation on Ubuntu. > > On its building, it returned no errors. > But when I run "make polly-test", it returns 11 unexpected failures as > follows. > ----------------------------------- > ******************** > Testing Time: 19.77s > ******************** > Failing Tests
2011 Jun 08
2
[LLVMdev] Polly test and example
Hi, all I tried Polly installation on Ubuntu. On its building, it returned no errors. But when I run "make polly-test", it returns 11 unexpected failures as follows. ----------------------------------- ******************** Testing Time: 19.77s ******************** Failing Tests (11): Polly :: CodeGen/do_pluto_matmult.ll Polly :: CodeGen/loop_with_condition.ll Polly ::
2011 Jun 10
0
[LLVMdev] Polly test and example
On 06/10/2011 08:38 AM, MORIYAMA Tomohiro wrote: > hi, James. > Thanks for your advice. > > "James Molloy" wrote. > (Fri, 10 Jun 2011 08:38:44 +0100) >> Hi, >> >>> out.s: Assembler messages: >>> out.s:8: Error: bad register name `%rsp' >>> out.s:9: Error: bad register name `%rsp)' >>> out.s:12: Error: invalid
2011 May 13
3
[LLVMdev] building Polly on Ubuntu
Hello, I am trying to build Polly on Ubuntu11.04 on Windows XP via VMWare, according to the Polly wiki(now moved). I succeeded last month, but now it fails at "make". Please tell me what is wrong. Here is the corresponding log. [ 67%] Built target count Scanning dependencies of target not [ 67%] Building CXX object utils/not/CMakeFiles/not.dir/not.cpp.o Linking CXX executable
2008 Sep 10
6
domU unbootable after unknown error
I''ve done something apparently, but can''t for the life of me figure out what. Perhaps someone can help: I have an LVM based domU which has been working without problem for weeks. I made some final changes to it last week, shut it down and ran the following to create a backup image: dd if=/dev/VolGroup00/wspd of=mail2.img bs=1M At least this is the only thing I can
2006 Jul 04
4
[PATCH] xenmon: remove magic number "31" (the idle domain)
Hi, This patch removes the magic number "31" for readability. The number "31" means the idle domain ID. In detail: - display the idle domain ID with "Idle" instead of "31" - write to the file "log-idle.log" instead of "log-dom31.log". Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com> Thanks, -- KUWAMURA
2011 May 14
1
[LLVMdev] building Polly on Ubuntu
Hello, Tobias and Wei-Ren. Thanks to your advice. I could build Polly by checking out from SVN. svn checkout http://llvm.org/svn/llvm-project/polly/trunk polly >On 05/13/2011 01:29 AM, MORIYAMA Tomohiro wrote: >> Hello, >> >> I am trying to build Polly on Ubuntu11.04 on Windows XP via VMWare, >> according to the Polly wiki(now moved). >> >> I succeeded
2011 May 13
0
[LLVMdev] building Polly on Ubuntu
On 05/13/2011 01:29 AM, MORIYAMA Tomohiro wrote: > Hello, > > I am trying to build Polly on Ubuntu11.04 on Windows XP via VMWare, > according to the Polly wiki(now moved). > > I succeeded last month, but now it fails at "make". > Please tell me what is wrong. Hi Tomohiro, cool that you are looking into Polly. Lets see if we can get it working. ;) > Here is
2013 Jan 29
0
On the calulation of crossed differences
Dear Contributors, I am back asking for help concerning the same type of dataset I was asking before, in a previous help request. I needed to sum data over subsample of three time series each of them made of 100 observations. The solution proposed were various, among which: db<-p dim( db ) <- c(25,4,3) db2 <- apply(db, c(2,3), sum) db3 <- t(apply(db2, 1, function(poff)
2006 Sep 05
1
[PATCH] xenmon: --ms_per_sample: check a negative value
Hi, This patch adds the argument check of "--ms_per_sample=" option. For "--ms_per_sample=", a negative value should be invalid. e.g. % xenmon.py -n --ms_per_sample=-1 usage: xenmon.py [options] xenmon.py: error: option --ms_per_sample: invalid negative value: ''-1'' Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com> -- KUWAMURA
2011 Dec 19
2
Has anyone been able to start a Fedora 16 VM in Xen PV?
All, I've had a heck of a time getting Fedora 16 to run as a guest VM under CentOS 5.7 host as a paravirtualized Xen guest. I believe the issue has something to do with Fedora 16 using grub2... When I attempt to start the VM (via xm create), I get this error: Using config file "/etc/xen/fedora-workstation". Traceback (most recent call last): File "/usr/bin/pygrub",
2012 Mar 29
3
Unable to find Python development headers
When running ./configure, I get the following error message: checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts
2009 Nov 23
4
Fedora 12 2.6.31.5-127.fc12 domU on CentOS 5.4 2.6.18-164.6.1.el5xen fails to boot
Doing a kickstart install of Fedora 12 results in a non-bootable image. >From a virt-maanger instance, the error produced when trying to run the domU is: Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/engine.py", line 498, in run_domain vm.startup() File "/usr/share/virt-manager/virtManager/domain.py", line 573, in startup