[Qemu-devel] [PATCH] ui/cocoa.m: remove open dialog code

2015-09-25 Thread Programmingkid
Removes the open dialog code that runs when no arguments are supplied with QEMU. Not everyone needs a hard drive or cdrom to boot their target. A user might only need to use their target's bios to do work. With that said, this patch removes the unneeded open dialog code. Signed-off-by: John

Re: [Qemu-devel] [PATCH] ui/cocoa.m: remove open dialog code

2015-09-25 Thread Programmingkid
On Sep 25, 2015, at 6:00 PM, Peter Maydell wrote: > On 25 September 2015 at 14:00, Programmingkid > wrote: >> Removes the open dialog code that runs when no arguments are supplied with >> QEMU. >> Not everyone needs a hard drive or cdrom to boot their target. A user

Re: [Qemu-devel] [PATCH] ui/cocoa.m: remove open dialog code

2015-09-25 Thread Peter Maydell
On 25 September 2015 at 14:00, Programmingkid wrote: > Removes the open dialog code that runs when no arguments are supplied with > QEMU. > Not everyone needs a hard drive or cdrom to boot their target. A user might > only > need to use their target's bios to do work.

Re: [Qemu-devel] [PATCH] ui/cocoa.m: remove open dialog code

2015-09-23 Thread Programmingkid
On Sep 23, 2015, at 2:58 PM, Peter Maydell wrote: > On 10 September 2015 at 17:49, Programmingkid > wrote: >> Remove the open dialog code that runs when no arguments are supplied with >> QEMU. >> Not everyone needs a hard drive or cdrom to boot their target. A user

Re: [Qemu-devel] [PATCH] ui/cocoa.m: remove open dialog code

2015-09-23 Thread Programmingkid
On Sep 23, 2015, at 5:45 PM, Peter Maydell wrote: > On 23 September 2015 at 14:38, Programmingkid > wrote: >> >> On Sep 23, 2015, at 2:58 PM, Peter Maydell wrote: >> >>> On 10 September 2015 at 17:49, Programmingkid >>> wrote:

Re: [Qemu-devel] [PATCH] ui/cocoa.m: remove open dialog code

2015-09-23 Thread Peter Maydell
On 10 September 2015 at 17:49, Programmingkid wrote: > Remove the open dialog code that runs when no arguments are supplied with > QEMU. > Not everyone needs a hard drive or cdrom to boot their target. A user might > only > need to use their target's bios to do work.

Re: [Qemu-devel] [PATCH] ui/cocoa.m: remove open dialog code

2015-09-23 Thread Peter Maydell
On 23 September 2015 at 14:38, Programmingkid wrote: > > On Sep 23, 2015, at 2:58 PM, Peter Maydell wrote: > >> On 10 September 2015 at 17:49, Programmingkid >> wrote: >>> Remove the open dialog code that runs when no arguments are supplied

Re: [Qemu-devel] [PATCH] ui/cocoa.m: remove open dialog code

2015-09-21 Thread Programmingkid
On Sep 21, 2015, at 3:01 PM, Peter Maydell wrote: > On 19 September 2015 at 08:01, Programmingkid > wrote: >> >> On Sep 19, 2015, at 10:58 AM, Peter Maydell wrote: >>> By the way, I don't mean that I'm completely opposed to the >>> idea of dropping the open-dialog.

Re: [Qemu-devel] [PATCH] ui/cocoa.m: remove open dialog code

2015-09-21 Thread Peter Maydell
On 19 September 2015 at 08:01, Programmingkid wrote: > > On Sep 19, 2015, at 10:58 AM, Peter Maydell wrote: >> By the way, I don't mean that I'm completely opposed to the >> idea of dropping the open-dialog. I'd just like to hear >> some input from other people who care

Re: [Qemu-devel] [PATCH] ui/cocoa.m: remove open dialog code

2015-09-19 Thread Peter Maydell
On 14 September 2015 at 17:12, Programmingkid wrote: > > On Sep 14, 2015, at 11:49 AM, Peter Maydell wrote: > >> Oops, I meant to cc Andreas on this but got the address wrong. >> >> -- PMM >> >> On 14 September 2015 at 16:43, Peter Maydell >>

Re: [Qemu-devel] [PATCH] ui/cocoa.m: remove open dialog code

2015-09-19 Thread Programmingkid
On Sep 19, 2015, at 10:58 AM, Peter Maydell wrote: > On 14 September 2015 at 17:12, Programmingkid > wrote: >> >> On Sep 14, 2015, at 11:49 AM, Peter Maydell wrote: >> >>> Oops, I meant to cc Andreas on this but got the address wrong. >>> >>> -- PMM >>> >>> On 14

Re: [Qemu-devel] [PATCH] ui/cocoa.m: remove open dialog code

2015-09-16 Thread Programmingkid
On Sep 14, 2015, at 11:43 AM, Peter Maydell wrote: > On 11 September 2015 at 01:49, Programmingkid > wrote: >> Remove the open dialog code that runs when no arguments are supplied with >> QEMU. >> Not everyone needs a hard drive or cdrom to boot their target. A user

Re: [Qemu-devel] [PATCH] ui/cocoa.m: remove open dialog code

2015-09-14 Thread Peter Maydell
On 11 September 2015 at 01:49, Programmingkid wrote: > Remove the open dialog code that runs when no arguments are supplied with > QEMU. > Not everyone needs a hard drive or cdrom to boot their target. A user might > only > need to use their target's bios to do work.

Re: [Qemu-devel] [PATCH] ui/cocoa.m: remove open dialog code

2015-09-14 Thread Programmingkid
On Sep 14, 2015, at 11:49 AM, Peter Maydell wrote: > Oops, I meant to cc Andreas on this but got the address wrong. > > -- PMM > > On 14 September 2015 at 16:43, Peter Maydell wrote: >> On 11 September 2015 at 01:49, Programmingkid >>

Re: [Qemu-devel] [PATCH] ui/cocoa.m: remove open dialog code

2015-09-14 Thread Peter Maydell
Oops, I meant to cc Andreas on this but got the address wrong. -- PMM On 14 September 2015 at 16:43, Peter Maydell wrote: > On 11 September 2015 at 01:49, Programmingkid > wrote: >> Remove the open dialog code that runs when no arguments

[Qemu-devel] [PATCH] ui/cocoa.m: remove open dialog code

2015-09-10 Thread Programmingkid
Remove the open dialog code that runs when no arguments are supplied with QEMU. Not everyone needs a hard drive or cdrom to boot their target. A user might only need to use their target's bios to do work. With that said, this patch removes the unneeded open dialog code. Signed-off-by: John

Re: [Qemu-devel] [PATCH] ui/cocoa.m: remove open dialog code

2015-09-10 Thread Programmingkid
On Sep 10, 2015, at 8:49 PM, Programmingkid wrote: > Remove the open dialog code that runs when no arguments are supplied with > QEMU. > Not everyone needs a hard drive or cdrom to boot their target. A user might > only > need to use their target's bios to do work. With that said, this patch