Displaying 5 results from an estimated 5 matches for "virtex".
Did you mean:
vertex
2011 Oct 05
3
[LLVMdev] Support for PPC 440/450
I've been working on adding support for the PPC 440/450 "embedded" cores
to the PowerPC backend. These are used on IBM's Blue Gene L and P
supercomputers, but are also used in other environments (like on the
Xilinx Virtex-5). Here is my first patch. I'm new to LLVM, and so I
apologize if this is the wrong way to do this [the online docs seem to
imply that a patch should be sent to a mailing list, although does not
specify which one, should it go to the bug tracker instead?].
I've tried to touch as little of...
2011 Oct 05
0
[LLVMdev] Support for PPC 440/450
On Oct 5, 2011, at 8:22 AM, Hal Finkel wrote:
> I've been working on adding support for the PPC 440/450 "embedded" cores
> to the PowerPC backend. These are used on IBM's Blue Gene L and P
> supercomputers, but are also used in other environments (like on the
> Xilinx Virtex-5). Here is my first patch. I'm new to LLVM, and so I
> apologize if this is the wrong way to do this [the online docs seem to
> imply that a patch should be sent to a mailing list, although does not
> specify which one, should it go to the bug tracker instead?].
llvm-commits is the p...
2014 Jun 04
2
Re: libguestfs supermin error
On Wed, Jun 04, 2014 at 03:29:11PM +0530, abhishek jain wrote:
> supermin: kernel: SUPERMIN_KERNEL environment variable /boot/uImage
> supermin: failed to find a suitable kernel (host_cpu=powerpc64).
>
> I looked for kernels in /boot and modules in /lib/modules.
If you follow the code in src/kernel.ml you'll see that this means
supermin was unable to get the kernel version from
2014 Jul 10
2
How to config qga to support dompmsuspend
...gt;
<machine maxCpus='1'>taihu</machine>
<machine maxCpus='1'>ref405ep</machine>
<machine maxCpus='1'>bamboo</machine>
<machine maxCpus='1'>prep</machine>
<machine maxCpus='1'>virtex-ml507</machine>
<domain type='qemu'>
</domain>
<domain type='kvm'>
<emulator>/usr/bin/qemu-system-ppc</emulator>
</domain>
</arch>
<features>
<deviceboot/>
<disksnapsho...
2014 Jun 04
2
Re: libguestfs supermin error
...pported machines are:
taihu taihu
mac99 Mac99 based PowerMAC
prep PowerPC PREP platform
g3beige Heathrow based PowerMAC (default)
bamboo bamboo
mpc8544ds mpc8544ds
ppce500 generic paravirt e500 platform
virtex-ml507 Xilinx Virtex ML507 reference design
none empty machine
ref405ep ref405ep
Can you help regarding this.
Thanks
On Wed, Jun 4, 2014 at 5:12 PM, abhishek jain <ashujain9727@gmail.com>
wrote:
> Hi Rich
>
> I'm able to solve this.
> I...