[Qemu-devel] [PATCH 0/9] AREG0 patches v3

2011-10-25 Thread Blue Swirl
v3: fixed vanishing do_modify_softint(). URL git://repo.or.cz/qemu/blueswirl.git http://repo.or.cz/r/qemu/blueswirl.git Blue Swirl (9): Sparc: avoid AREG0 for CWP and PSTATE helpers Sparc: avoid AREG0 for softint op helpers and Leon cache control Sparc: avoid AREG0 for division

Re: [Qemu-devel] [PATCH 0/9] AREG0 patches

2011-06-20 Thread Kevin Wolf
Am 19.06.2011 23:55, schrieb Andreas Färber: > Am 19.06.2011 um 22:57 schrieb Blue Swirl: > >> These and the stack frame patches can be found in >> git://repo.or.cz/qemu/blueswirl.git >> >> Blue Swirl (9): >> cpu_loop_exit: avoid using AREG0 >> sparc: fix coding style of the area to be moved >>

Re: [Qemu-devel] [PATCH 0/9] AREG0 patches

2011-06-19 Thread Andreas Färber
Am 19.06.2011 um 22:57 schrieb Blue Swirl: These and the stack frame patches can be found in git://repo.or.cz/qemu/blueswirl.git Blue Swirl (9): cpu_loop_exit: avoid using AREG0 sparc: fix coding style of the area to be moved sparc: move do_interrupt to helper.c x86: use caller supplied CPU

[Qemu-devel] [PATCH 0/9] AREG0 patches

2011-06-19 Thread Blue Swirl
These and the stack frame patches can be found in git://repo.or.cz/qemu/blueswirl.git Blue Swirl (9): cpu_loop_exit: avoid using AREG0 sparc: fix coding style of the area to be moved sparc: move do_interrupt to helper.c x86: use caller supplied CPUState for interrupt related stuff m68k: