Re: [Qemu-devel] [PATCH 9/9] PPC: Add USB per default on U3

2010-01-12 Thread Alexander Graf
On 12.01.2010, at 22:54, Andreas Färber wrote: > > Am 12.01.2010 um 12:58 schrieb Alexander Graf: > >> Linux with CONFIG_PPC64 doesn't support ADB devices anymore, so we have to >> use USB for keyboard and mouse. >> >> This patch enables USB per default on U3 and adds a virtual keyboard and >

Re: [Qemu-devel] [PATCH 9/9] PPC: Add USB per default on U3

2010-01-12 Thread Andreas Färber
Am 12.01.2010 um 12:58 schrieb Alexander Graf: Linux with CONFIG_PPC64 doesn't support ADB devices anymore, so we have to use USB for keyboard and mouse. This patch enables USB per default on U3 and adds a virtual keyboard and mouse there. Wasn't the PowerMac G3 blue&white (Yosemite) th

[Qemu-devel] [PATCH 9/9] PPC: Add USB per default on U3

2010-01-12 Thread Alexander Graf
Linux with CONFIG_PPC64 doesn't support ADB devices anymore, so we have to use USB for keyboard and mouse. This patch enables USB per default on U3 and adds a virtual keyboard and mouse there. Signed-off-by: Alexander Graf --- hw/ppc_newworld.c | 12 +++- 1 files changed, 11 insertion