Re: [Qemu-devel] [PATCH] ui/cocoa.m: run custom script menu item

2015-09-30 Thread Programmingkid
On Sep 29, 2015, at 2:00 PM, Peter Maydell wrote: > On 29 September 2015 at 18:53, Programmingkid > wrote: >> >> On Sep 29, 2015, at 1:18 PM, Peter Maydell wrote: >> >>> On 29 September 2015 at 18:03, Programmingkid >>> wrote:

[Qemu-devel] [PATCH] ui/cocoa.m: run custom script menu item

2015-09-30 Thread Programmingkid
Allow the user the ability to run a custom script file. This patch adds a menu item called "Run Custom Script". When the user selects it, a open-file dialog has the user select a text file with the custom scripts to run. This allows for virtually unlimited expandability. All monitor commands

Re: [Qemu-devel] [PATCH] ui/cocoa.m: run custom script menu item

2015-09-30 Thread Peter Maydell
On 29 September 2015 at 18:03, Programmingkid wrote: > Allow the user the ability to run a custom script file. > This patch adds a menu item called "Run Custom Script". > When the user selects it, a open-file dialog has the > user select a text file with the custom

Re: [Qemu-devel] [PATCH] ui/cocoa.m: run custom script menu item

2015-09-30 Thread Programmingkid
On Sep 29, 2015, at 1:18 PM, Peter Maydell wrote: > On 29 September 2015 at 18:03, Programmingkid > wrote: >> Allow the user the ability to run a custom script file. >> This patch adds a menu item called "Run Custom Script". >> When the user selects it, a open-file

Re: [Qemu-devel] [PATCH] ui/cocoa.m: run custom script menu item

2015-09-30 Thread Peter Maydell
On 29 September 2015 at 18:53, Programmingkid wrote: > > On Sep 29, 2015, at 1:18 PM, Peter Maydell wrote: > >> On 29 September 2015 at 18:03, Programmingkid >> wrote: >>> Allow the user the ability to run a custom script file. >>> This