Displaying 20 results from an estimated 100000 matches similar to: "Hardware information"
2007 Apr 11
3
[PATCH][RFC] Support GPT (GUID Partition Table)
Hi,
I made a patch for GPT support.
As you see, this patch uses ad-hoc approach.
If you give me an advice, it would be appreciated
Signed-off-by: Shinya Kuwamura <kuwa@jp.fujitsu.com>
Signed-off-by: Tomohiro Takahashi <takatom@jp.fujitsu.com>
Thanks,
Tomohiro Takahashi.
diff -r 1bde28f762a6 -r 8e08fd1ffa24 tools/pygrub/src/pygrub
--- a/tools/pygrub/src/pygrub Mon Apr 09 13:40:25
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 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
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
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
0
[LLVMdev] Polly test and example
Hi.
>>> I see. I will try it amd64 version but now on VMWare.
>>> I'm glad if you tell me your environment in detail.
As a result, I successfully ran "make polly-test" on Ubuntu amd64.
[100%] Running Polly regression tests
Testing Time: 13.16s
Expected Passes : 113
Expected Failures : 29
[100%] Built target polly-test
MORIYAMA Tomohiro wrote.
(Fri, 10
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
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
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
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
2006 Mar 18
3
Testing VT Hardware with demo-licecd-3.0 ?
Hello,
Is it possible to test hardware with demo-livecd-3.0 to check about VT
Support ?
Regards,
Thomas
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Apr 17
5
Hardware compatibility - Dell Inspiron 6400 or thinkpad t60?
Hi,
Since a while I am curious to buy a machine with hardware virtualization
support. Finally, they start to become available here in Germany.
So, I want to get such a machine. I want to buy a dell inspiron 6400 or
an IBM thinkpad T60 which are said to have such a mobile processor with
hardware virtualization - does anybody have experiences with these?
Looking in the Hardware compatibility
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 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
2007 May 03
1
VMware multi-nic performance tech note
VMware''s published a paper on ESX vs. Xen (Enterprise) multi-nic
performance:
http://www.vmware.com/pdf/Multi-NIC_Performance.pdf
Basically, it tests network performance from a Windows 2003 guest under
Xen and VMware, and compares the results.
Just curious if there''s any work in progress that would improve this? I''d
also love to see the test repeated with a Linux
2008 Jan 21
0
[PATCH] Remove device information when VmError occurred
Hi,
I tested xm block-attach command with a wrong parameter(file:).
Naturally a command error occurred.
Then I retested xm block-attach command with a correct parameter(phy:).
But a command error occurred again.
The second command error occurred because Xend did not remove device
information from self.info when the first command error occurred.
# xm block-attach vm1 file:/dev/hda4 hdb1 w
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 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
2006 Oct 24
1
RE: [Patch] Add hardware CR8 acceleration for TPRaccessing
Thanks for your advice.
I will re-organize the patch.
Thanks
-- Dexuan
-----Original Message-----
From: Li, Xin B
Sent: 2006年10月24日 18:08
To: Petersson, Mats; Cui, Dexuan; Betak, Travis
Cc: xen-devel@lists.xensource.com
Subject: RE: [Xen-devel] [Patch] Add hardware CR8 acceleration for TPRaccessing
>> From: xen-devel-bounces@lists.xensource.com
>>
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