[Qemu-devel] Re: [PATCH] sparc32 fix carry flag handling (Solaris bootblk fix)

2009-12-16 Thread Artyom Tarasenko
2009/11/4 Blue Swirl : > On Wed, Nov 4, 2009 at 1:58 AM, Artyom Tarasenko > wrote: >> The page 108 of the SPARC Version 8 Architecture Manual describes >> that addcc and addxcc shall compute carry flag the same way. >> The page 110 claims the same about subcc and subxcc instructions. >> This patch

[Qemu-devel] Re: [PATCH] sparc32 fix carry flag handling (Solaris bootblk fix)

2009-12-12 Thread Blue Swirl
On Thu, Dec 10, 2009 at 8:27 PM, Artyom Tarasenko wrote: > 2009/11/13 Blue Swirl : >> On Fri, Nov 13, 2009 at 4:28 PM, Artyom Tarasenko >> wrote: > Could you describe the steps how to boot Solaris with OBP? I'm sure > there are a lot of people who'd like to test if their favorite Sparc >>

[Qemu-devel] Re: [PATCH] sparc32 fix carry flag handling (Solaris bootblk fix)

2009-12-10 Thread Artyom Tarasenko
2009/11/13 Blue Swirl : > On Fri, Nov 13, 2009 at 4:28 PM, Artyom Tarasenko > wrote: Could you describe the steps how to boot Solaris with OBP? I'm sure there are a lot of people who'd like to test if their favorite Sparc Solaris programs work on QEMU. >> >> Gathered things for whic

[Qemu-devel] Re: [PATCH] sparc32 fix carry flag handling (Solaris bootblk fix)

2009-11-13 Thread Blue Swirl
On Fri, Nov 13, 2009 at 4:28 PM, Artyom Tarasenko wrote: >>> Could you describe the steps how to boot Solaris with OBP? I'm sure >>> there are a lot of people who'd like to test if their favorite Sparc >>> Solaris programs work on QEMU. > > Gathered things for which I currently have hacks here: >

[Qemu-devel] Re: [PATCH] sparc32 fix carry flag handling (Solaris bootblk fix)

2009-11-13 Thread Artyom Tarasenko
>> Could you describe the steps how to boot Solaris with OBP? I'm sure >> there are a lot of people who'd like to test if their favorite Sparc >> Solaris programs work on QEMU. Gathered things for which I currently have hacks here: http://tyom.blogspot.com/2009/11/things-missing-in-vanilla-qemu.ht

[Qemu-devel] Re: [PATCH] sparc32 fix carry flag handling (Solaris bootblk fix)

2009-11-05 Thread Artyom Tarasenko
2009/11/4 Blue Swirl : > On Wed, Nov 4, 2009 at 1:58 AM, Artyom Tarasenko > wrote: >> The page 108 of the SPARC Version 8 Architecture Manual describes >> that addcc and addxcc shall compute carry flag the same way. >> The page 110 claims the same about subcc and subxcc instructions. >> This patch

[Qemu-devel] Re: [PATCH] sparc32 fix carry flag handling (Solaris bootblk fix)

2009-11-04 Thread Blue Swirl
On Wed, Nov 4, 2009 at 1:58 AM, Artyom Tarasenko wrote: > The page 108 of the SPARC Version 8 Architecture Manual describes > that addcc and addxcc shall compute carry flag the same way. > The page 110 claims the same about subcc and subxcc instructions. > This patch fixes carry computation in cor