Re: [Qemu-devel] [PATCH] ppc: move ADB stuff from ppc_mac.h to adb.h

2011-09-07 Thread Alexander Graf
On 07.09.2011, at 14:13, Laurent Vivier wrote: > Hi, > > > Le 7 septembre 2011 à 14:05, Alexander Graf a écrit : > > > > > On 04.09.2011, at 20:41, Laurent Vivier wrote: > > > > > Allow to use ADB in non-ppc macintosh > > > > What exactly do you need this for? Not saying I'm opposed to

Re: [Qemu-devel] [PATCH] ppc: move ADB stuff from ppc_mac.h to adb.h

2011-09-07 Thread Laurent Vivier
Hi,   Le 7 septembre 2011 à 14:05, Alexander Graf a écrit : > > On 04.09.2011, at 20:41, Laurent Vivier wrote: > > > Allow to use ADB in non-ppc macintosh > > What exactly do you need this for? Not saying I'm opposed to the change - it > looks reasonable to have adb export its own interfaces u

Re: [Qemu-devel] [PATCH] ppc: move ADB stuff from ppc_mac.h to adb.h

2011-09-07 Thread Alexander Graf
On 04.09.2011, at 20:41, Laurent Vivier wrote: > Allow to use ADB in non-ppc macintosh What exactly do you need this for? Not saying I'm opposed to the change - it looks reasonable to have adb export its own interfaces using its own header - but I'd like to understand where you're heading here