Re: [Qemu-devel] [Patch 1/2v2][PXA27x] initial keypad support

2007-12-16 Thread Armin
andrzej zaborowski wrote: On 13/12/2007, Armin <[EMAIL PROTECTED]> wrote: Hello, Here is a new series of keypad support patches for the PXA27x. I believe I have addressed all the concerns from my first set of patch. Thanks! I just changed the use of cpu_abort to an exit() because cpu_s

Re: [Qemu-devel] [Patch 1/2v2][PXA27x] initial keypad support

2007-12-16 Thread andrzej zaborowski
On 13/12/2007, Armin <[EMAIL PROTECTED]> wrote: > Hello, > Here is a new series of keypad support patches for the PXA27x. > I believe I have addressed all the concerns from my first set of patch. Thanks! I just changed the use of cpu_abort to an exit() because cpu_single_env will typically be NULL

[Qemu-devel] [Patch 1/2v2][PXA27x] initial keypad support

2007-12-12 Thread Armin
Hello, Here is a new series of keypad support patches for the PXA27x. I believe I have addressed all the concerns from my first set of patch. Feedback and comment welcome. -Armin Index: qemu/hw/pxa.h === --- qemu.orig/hw/pxa.h +++ qe