Re: [Qemu-devel] [PATCH v1 0/2] Xilinx Timer updates

2012-06-21 Thread Edgar E. Iglesias
On Sat, Jun 16, 2012 at 03:20:57PM +1000, Peter A. G. Crosthwaite wrote: > Patch 1 is trival, just deleted a redundant include that shouldn't be there. > Patch 2 is a major bugfix for Microblaze platforms - the timer was deadlocking > the system. > > Peter A. G. Crosthwaite (2): > xilinx_timer:

[Qemu-devel] [PATCH v1 0/2] Xilinx Timer updates

2012-06-15 Thread Peter A. G. Crosthwaite
Patch 1 is trival, just deleted a redundant include that shouldn't be there. Patch 2 is a major bugfix for Microblaze platforms - the timer was deadlocking the system. Peter A. G. Crosthwaite (2): xilinx_timer: Removed include of qemu-timer xilinx_timer: Fixed deadlock issue hw/xilinx_timer.