Re: [Qemu-devel] [PATCH] ui/cocoa.m: Allow console selection using keypad number keys

2016-03-03 Thread Programmingkid
On Mar 3, 2016, at 11:53 AM, Peter Maydell wrote: > On 3 March 2016 at 03:34, Programmingkid wrote: >> This patch allows for the user to use the keypad number keys to select a >> console. >> >> Signed-off-by: John Arbuckle >> >> --- >> This patch depends on this patch: http://patchwork.ozlabs

Re: [Qemu-devel] [PATCH] ui/cocoa.m: Allow console selection using keypad number keys

2016-03-03 Thread Peter Maydell
On 3 March 2016 at 03:34, Programmingkid wrote: > This patch allows for the user to use the keypad number keys to select a > console. > > Signed-off-by: John Arbuckle > > --- > This patch depends on this patch: http://patchwork.ozlabs.org/patch/591221/ > > ui/cocoa.m | 11 --- > 1 file c

Re: [Qemu-devel] [PATCH] ui/cocoa.m: Allow console selection using keypad number keys

2016-03-03 Thread Programmingkid
On Mar 3, 2016, at 11:49 AM, Eric Blake wrote: > On 03/03/2016 09:32 AM, Programmingkid wrote: >>> I know you've expressed frustrations that you don't have 'git >>> send-email' configured correctly; have you tried trouble-shooting it on >>> IRC with the #git folks? Chances are, someone else is i

Re: [Qemu-devel] [PATCH] ui/cocoa.m: Allow console selection using keypad number keys

2016-03-03 Thread Eric Blake
On 03/03/2016 09:32 AM, Programmingkid wrote: >> I know you've expressed frustrations that you don't have 'git >> send-email' configured correctly; have you tried trouble-shooting it on >> IRC with the #git folks? Chances are, someone else is in the same boat >> as you and has figured out the righ

Re: [Qemu-devel] [PATCH] ui/cocoa.m: Allow console selection using keypad number keys

2016-03-03 Thread Peter Maydell
On 3 March 2016 at 16:32, Programmingkid wrote: > I did a lot of google searching yesterday on this problem. I much > rather spend my time working to better QEMU than on some git feature > I rather not use. You don't have to use git send-email if you can get the emails to appear on the list corre

Re: [Qemu-devel] [PATCH] ui/cocoa.m: Allow console selection using keypad number keys

2016-03-03 Thread Programmingkid
On Mar 3, 2016, at 11:26 AM, Eric Blake wrote: > On 03/02/2016 08:34 PM, Programmingkid wrote: >> This patch allows for the user to use the keypad number keys to select a >> console. >> >> Signed-off-by: John Arbuckle >> >> --- >> This patch depends on this patch: http://patchwork.ozlabs.org/p

Re: [Qemu-devel] [PATCH] ui/cocoa.m: Allow console selection using keypad number keys

2016-03-03 Thread Eric Blake
On 03/02/2016 08:34 PM, Programmingkid wrote: > This patch allows for the user to use the keypad number keys to select a > console. > > Signed-off-by: John Arbuckle > > --- > This patch depends on this patch: http://patchwork.ozlabs.org/patch/591221/ Making me chase a URL is not nice when I'm o

[Qemu-devel] [PATCH] ui/cocoa.m: Allow console selection using keypad number keys

2016-03-02 Thread Programmingkid
This patch allows for the user to use the keypad number keys to select a console. Signed-off-by: John Arbuckle --- This patch depends on this patch: http://patchwork.ozlabs.org/patch/591221/ ui/cocoa.m | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/ui/cocoa.m b