search for: l1307

Displaying 6 results from an estimated 6 matches for "l1307".

Did you mean: 1307
2004 Oct 06
3
flac-1.1.1 completely broken on linux/ppc and on macosx if built with the standard toolchain (not xcode)
Sadly the latest optimization broke completely everything. The asm code isn't gas compliant. the libFLAC linker script has a typo, disabling the asm optimization and/or altivec won't let a correct build anyway. Instant fixes for the asm stuff: sed -i -e"s:;:\#:" on the lpc_asm.s to load address instead of addis+ori you could use lis and la and PLEASE use the @l(register)
2004 Sep 10
1
altivec lpc_restore_signal
...ent alignment permutation vector mr r11,r8 lvsl v16,0,r11 ; v16: history alignment permutation vector lvx v0,0,r5 addi r5,r5,16 lvx v1,0,r5 vperm v0,v0,v1,v17 lvx v8,0,r11 addi r11,r11,-16 lvx v9,0,r11 vperm v8,v9,v8,v16 cmplw cr0,r5,r10 bc 12,0,L1101 vand v0,v0,v18 addis r31,0,hi16(L1307) ori r31,r31,lo16(L1307) b L1199 L1101: addi r5,r5,16 lvx v2,0,r5 vperm v1,v1,v2,v17 addi r11,r11,-16 lvx v10,0,r11 vperm v9,v10,v9,v16 cmplw cr0,r5,r10 bc 12,0,L1102 vand v1,v1,v18 addis r31,0,hi16(L1306) ori r31,r31,lo16(L1306) b L1199 L1102: addi r5,r5,16 lvx v3,0,r5 vperm v2,...
2013 Nov 25
2
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
...e,cache=writeback,format=raw,id=hd0,if=none > > In this case the export name is getting truncated ... > > With the direct backend, the following code is responsible for > constructing the -drive parameter: > > https://github.com/libguestfs/libguestfs/blob/master/src/drives.c#L1307 > > There seems to be something pretty strange going on with the > u.exportname field. I can't quite understand it at the moment, but it > is certainly a bug. BTW I am unable to reproduce this with upstream libguestfs. Which version are you using? Rich. -- Richard Jones, Virt...
2013 Nov 25
0
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
...2.168.0.40\:6789:auth_supported=none,cache=writeback,format=raw,id=hd0,if=none In this case the export name is getting truncated ... With the direct backend, the following code is responsible for constructing the -drive parameter: https://github.com/libguestfs/libguestfs/blob/master/src/drives.c#L1307 There seems to be something pretty strange going on with the u.exportname field. I can't quite understand it at the moment, but it is certainly a bug. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports...
2013 Nov 25
0
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
...hd0,if=none > > > > In this case the export name is getting truncated ... > > > > With the direct backend, the following code is responsible for > > constructing the -drive parameter: > > > > https://github.com/libguestfs/libguestfs/blob/master/src/drives.c#L1307 > > > > There seems to be something pretty strange going on with the > > u.exportname field. I can't quite understand it at the moment, but it > > is certainly a bug. > > BTW I am unable to reproduce this with upstream libguestfs. Which > version are you using...
2013 Nov 25
4
Problem Connecting to RBD images using Sys::Guestfs Perl Module
Hello, I'm having trouble connecting to rbd images. It seems like somewhere the name is getting chewed up. I wonder if this is related to my previous troubles [1] [2] with rbd images. I'm trying to add an rbd image, but when I launch the guestfs object I get an error: >> libguestfs: trace: launch = -1 (error) I'm adding a single RBD >> libguestfs: trace: add_drive