Displaying 4 results from an estimated 4 matches for "33710".
Did you mean:
3710
2011 Aug 05
0
[LLVMdev] Experimental fixes to CBackend
...ive StructType for each ArrayType and slightly changing
> logic of anonymous structs definition to account the special case of
> ArrayType-s.
>
> - D.
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cbe_tests.tar.gz
Type: application/x-gzip
Size: 33710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110805/64087515/attachment.bin>
2014 Apr 18
2
"virt-install" source location boot disk
Hi virt, im stumped... any help would be appreciated.
I normally create my VMs like this:
base="http://mirror.pnl.gov/fedora/linux/releases/20/Fedora/x86_64/os/"
sudo virt-install --hvm --name $vm_name$i --ram 4000 \
--disk path=/VirtualMachines/$vm_name$i,size=30 \
--location $base -x "ks=http://xxx.os21.ks$kx"
HOWEVER... I'm finding that my VMs dont boot after i
2011 Aug 05
3
[LLVMdev] Experimental fixes to CBackend
Hi,
LLVM C backend as of revision 136600 suffers from the following issues:
* Forward structs declarations block is missing (it was there
previously, why was it removed?)
* Anonymous container structs are not generated for array types,
resulting into declarations being placed directly into functions
prototypes (previously it was not happening as well)
I'm not very familiar with llvm
2014 Apr 22
2
Re: "virt-install" source location boot disk
...s: This is what my "df" output is
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup-lv_root
26552588 2244364 22959412 9% /
tmpfs 1978444 0 1978444 0% /dev/shm
/dev/sda1 495844 33710 436534 8% /boot
On Tue, Apr 22, 2014 at 4:02 AM, Giuseppe Scrivano <gscrivan@redhat.com>wrote:
> Jay Vyas <jayunit100@gmail.com> writes:
>
> > Hi virt, im stumped... any help would be appreciated.
> >
> > I normally create my VMs like this:
> >
>...