Re: [Qemu-devel] [PATCH v1 2/4] m68k: Add NeXTcube keyboard device

2018-06-30 Thread Peter Maydell
On 30 June 2018 at 09:33, Thomas Huth wrote: > It is likely still quite incomplete (e.g. mouse and interrupts are not > implemented yet), but it is good enough for keyboard input at the firmware > monitor. > This code has been taken from Bryce Lanham's GSoC 2011 NeXT branch at > > https://github.

[Qemu-devel] [PATCH v1 2/4] m68k: Add NeXTcube keyboard device

2018-06-30 Thread Thomas Huth
It is likely still quite incomplete (e.g. mouse and interrupts are not implemented yet), but it is good enough for keyboard input at the firmware monitor. This code has been taken from Bryce Lanham's GSoC 2011 NeXT branch at https://github.com/blanham/qemu-NeXT/blob/next-cube/hw/next-kbd.c and a