Re: [Qemu-devel] [PATCH 1/2] m48t59: drop obsolete address base arithmetic

2012-01-08 Thread Avi Kivity
On 01/08/2012 01:43 PM, Blue Swirl wrote: > On Sun, Jan 8, 2012 at 02:48, Andreas Färber wrote: > > Am 07.01.2012 18:29, schrieb Blue Swirl: > >> On Thu, Jan 5, 2012 at 17:45, Andreas Färber wrote: > >>> Am 15.10.2011 15:50, schrieb Blue Swirl: > Remove now incorrect address base arithmetic,

Re: [Qemu-devel] [PATCH 1/2] m48t59: drop obsolete address base arithmetic

2012-01-08 Thread Blue Swirl
On Sun, Jan 8, 2012 at 02:48, Andreas Färber wrote: > Am 07.01.2012 18:29, schrieb Blue Swirl: >> On Thu, Jan 5, 2012 at 17:45, Andreas Färber wrote: >>> Am 15.10.2011 15:50, schrieb Blue Swirl: Remove now incorrect address base arithmetic, missed by 9936d6e42392f1440505dfa9df065eabd251

Re: [Qemu-devel] [PATCH 1/2] m48t59: drop obsolete address base arithmetic

2012-01-07 Thread Andreas Färber
Am 07.01.2012 18:29, schrieb Blue Swirl: > On Thu, Jan 5, 2012 at 17:45, Andreas Färber wrote: >> Am 15.10.2011 15:50, schrieb Blue Swirl: >>> Remove now incorrect address base arithmetic, missed by >>> 9936d6e42392f1440505dfa9df065eabd251cadf. Fixes Sparc64 boot. >> >> ...but breaks PReP boot: >>

Re: [Qemu-devel] [PATCH 1/2] m48t59: drop obsolete address base arithmetic

2012-01-07 Thread Blue Swirl
On Thu, Jan 5, 2012 at 17:45, Andreas Färber wrote: > Am 15.10.2011 15:50, schrieb Blue Swirl: >> Remove now incorrect address base arithmetic, missed by >> 9936d6e42392f1440505dfa9df065eabd251cadf. Fixes Sparc64 boot. > > ...but breaks PReP boot: > > ERROR: BUG caught... > BIOS execution exceptio

Re: [Qemu-devel] [PATCH 1/2] m48t59: drop obsolete address base arithmetic

2012-01-05 Thread Andreas Färber
Am 15.10.2011 15:50, schrieb Blue Swirl: > Remove now incorrect address base arithmetic, missed by > 9936d6e42392f1440505dfa9df065eabd251cadf. Fixes Sparc64 boot. ...but breaks PReP boot: ERROR: BUG caught... BIOS execution exception nip=0x0580 msr=0x2000 dar=0x dsisr=0x S

[Qemu-devel] [PATCH 1/2] m48t59: drop obsolete address base arithmetic

2011-10-15 Thread Blue Swirl
Remove now incorrect address base arithmetic, missed by 9936d6e42392f1440505dfa9df065eabd251cadf. Fixes Sparc64 boot. Signed-off-by: Blue Swirl --- hw/m48t59.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/hw/m48t59.c b/hw/m48t59.c index f318e67..dba5796 100644 --- a/