Re: [Qemu-devel] [PATCH v4 2/6] m68k: Add NeXTcube keyboard device

2019-09-03 Thread Thomas Huth
On 03/09/2019 11.12, Peter Maydell wrote: > On Sat, 31 Aug 2019 at 06:19, Thomas Huth wrote: >> >> Am Tue, 13 Aug 2019 11:16:44 +0100 >> schrieb Peter Maydell : >> >>> On Tue, 9 Jul 2019 at 08:35, Thomas Huth wrote: It is likely still quite incomplete (e.g. mouse and interrupts are

Re: [Qemu-devel] [PATCH v4 2/6] m68k: Add NeXTcube keyboard device

2019-09-03 Thread Peter Maydell
On Sat, 31 Aug 2019 at 06:19, Thomas Huth wrote: > > Am Tue, 13 Aug 2019 11:16:44 +0100 > schrieb Peter Maydell : > > > On Tue, 9 Jul 2019 at 08:35, Thomas Huth wrote: > > > > > > It is likely still quite incomplete (e.g. mouse and interrupts are > > > not implemented yet), but it is good enough

Re: [Qemu-devel] [PATCH v4 2/6] m68k: Add NeXTcube keyboard device

2019-08-30 Thread Thomas Huth
Am Tue, 13 Aug 2019 11:16:44 +0100 schrieb Peter Maydell : > On Tue, 9 Jul 2019 at 08:35, 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

Re: [Qemu-devel] [PATCH v4 2/6] m68k: Add NeXTcube keyboard device

2019-08-13 Thread Peter Maydell
On Tue, 9 Jul 2019 at 08:35, 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://gi

Re: [Qemu-devel] [PATCH v4 2/6] m68k: Add NeXTcube keyboard device

2019-08-13 Thread Philippe Mathieu-Daudé
On 7/9/19 9:32 AM, 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.com/bla