Re: [Qemu-devel] [PATCH v4] target-microblaze: lwx/swx: first implementation

2012-06-04 Thread Peter Crosthwaite
Thanks Stefan, Fix is up on the mailing list. I went for the simple solution of just always initing the tcg variables with tcg_temp_*new. May be a minor performance penalty but noting noticeable. Regards, Peter On Tue, Jun 5, 2012 at 6:26 AM, Stefan Weil wrote: > Hi Peter, > > this patch (which

Re: [Qemu-devel] [PATCH v4] target-microblaze: lwx/swx: first implementation

2012-06-04 Thread Stefan Weil
Hi Peter, this patch (which was applied to QEMU master) breaks debug builds (configure --enable-debug). see my comment below. Regards, Stefan W. Am 01.06.2012 05:23, schrieb Peter A. G. Crosthwaite: Signed-off-by: Peter A. G. Crosthwaite --- changed from v3: simplified tcg local variable usa

Re: [Qemu-devel] [PATCH v4] target-microblaze: lwx/swx: first implementation

2012-06-04 Thread Edgar E. Iglesias
Applied this one, thanks Peter

Re: [Qemu-devel] [PATCH v4] target-microblaze: lwx/swx: first implementation

2012-06-01 Thread Andreas Färber
Am 01.06.2012 05:23, schrieb Peter A. G. Crosthwaite: > Signed-off-by: Peter A. G. Crosthwaite > --- > changed from v3: > simplified tcg local variable usage aqcross branch > changed from v2: > fixed tcg local variable usage across branch > reworked carry logic (with new write_carryi() function) >