Re: [Qemu-devel] [PATCH v3] ui/cocoa.m: Machine menu patch for Mac OS X

2015-02-17 Thread Programmingkid
On Feb 17, 2015, at 4:57 AM, Kevin Wolf wrote: > Am 17.02.2015 um 10:41 hat Peter Maydell geschrieben: >> On 17 February 2015 at 18:07, Kevin Wolf wrote: >>> The ID is user-defined, so no, no assumption about it is safe. If you >>> like, you can name your floppy drive 'ide0-cd1', your virtio ha

Re: [Qemu-devel] [PATCH v3] ui/cocoa.m: Machine menu patch for Mac OS X

2015-02-17 Thread Markus Armbruster
Kevin Wolf writes: > Am 16.02.2015 um 18:00 hat Programmingkid geschrieben: >> >> On Feb 16, 2015, at 11:22 AM, Kevin Wolf wrote: >> >> > Am 16.02.2015 um 17:12 hat Programmingkid geschrieben: >> >> >> >> On Feb 16, 2015, at 10:42 AM, Kevin Wolf wrote: >> >> >> >>> Am 16.02.2015 um 16:31 hat

Re: [Qemu-devel] [PATCH v3] ui/cocoa.m: Machine menu patch for Mac OS X

2015-02-17 Thread Kevin Wolf
Am 17.02.2015 um 10:41 hat Peter Maydell geschrieben: > On 17 February 2015 at 18:07, Kevin Wolf wrote: > > The ID is user-defined, so no, no assumption about it is safe. If you > > like, you can name your floppy drive 'ide0-cd1', your virtio harddisk > > 'floppy1' and your ATAPI CD-ROM drive 'vi

Re: [Qemu-devel] [PATCH v3] ui/cocoa.m: Machine menu patch for Mac OS X

2015-02-17 Thread Peter Maydell
On 17 February 2015 at 18:07, Kevin Wolf wrote: > The ID is user-defined, so no, no assumption about it is safe. If you > like, you can name your floppy drive 'ide0-cd1', your virtio harddisk > 'floppy1' and your ATAPI CD-ROM drive 'virtio0'. But if you do that, > I think it's reasonable to argue

Re: [Qemu-devel] [PATCH v3] ui/cocoa.m: Machine menu patch for Mac OS X

2015-02-17 Thread Kevin Wolf
Am 16.02.2015 um 18:00 hat Programmingkid geschrieben: > > On Feb 16, 2015, at 11:22 AM, Kevin Wolf wrote: > > > Am 16.02.2015 um 17:12 hat Programmingkid geschrieben: > >> > >> On Feb 16, 2015, at 10:42 AM, Kevin Wolf wrote: > >> > >>> Am 16.02.2015 um 16:31 hat Programmingkid geschrieben: > >

Re: [Qemu-devel] [PATCH v3] ui/cocoa.m: Machine menu patch for Mac OS X

2015-02-16 Thread Programmingkid
On Feb 16, 2015, at 6:41 PM, Peter Maydell wrote: > On 17 February 2015 at 01:22, Kevin Wolf wrote: >> You could still apply some translation table to the menu entry string, >> like: >> >> floppy0 => Floppy drive A >> floppy1 => Floppy drive B >> ide0-cd0=> IDE CD-ROM (Primary Maste

Re: [Qemu-devel] [PATCH v3] ui/cocoa.m: Machine menu patch for Mac OS X

2015-02-16 Thread Peter Maydell
On 17 February 2015 at 01:22, Kevin Wolf wrote: > You could still apply some translation table to the menu entry string, > like: > > floppy0 => Floppy drive A > floppy1 => Floppy drive B > ide0-cd0=> IDE CD-ROM (Primary Master) > ide0-cd1=> IDE CD-ROM (Primary Slave) > ide1-cd0

Re: [Qemu-devel] [PATCH v3] ui/cocoa.m: Machine menu patch for Mac OS X

2015-02-16 Thread Programmingkid
On Feb 16, 2015, at 11:22 AM, Kevin Wolf wrote: > Am 16.02.2015 um 17:12 hat Programmingkid geschrieben: >> >> On Feb 16, 2015, at 10:42 AM, Kevin Wolf wrote: >> >>> Am 16.02.2015 um 16:31 hat Programmingkid geschrieben: On Feb 16, 2015, at 5:08 AM, Kevin Wolf wrote: > Am 1

Re: [Qemu-devel] [PATCH v3] ui/cocoa.m: Machine menu patch for Mac OS X

2015-02-16 Thread Kevin Wolf
Am 16.02.2015 um 17:12 hat Programmingkid geschrieben: > > On Feb 16, 2015, at 10:42 AM, Kevin Wolf wrote: > > > Am 16.02.2015 um 16:31 hat Programmingkid geschrieben: > >> > >> On Feb 16, 2015, at 5:08 AM, Kevin Wolf wrote: > >> > >>> Am 14.02.2015 um 03:28 hat Peter Maydell geschrieben: > >>>

Re: [Qemu-devel] [PATCH v3] ui/cocoa.m: Machine menu patch for Mac OS X

2015-02-16 Thread Programmingkid
On Feb 16, 2015, at 10:42 AM, Kevin Wolf wrote: > Am 16.02.2015 um 16:31 hat Programmingkid geschrieben: >> >> On Feb 16, 2015, at 5:08 AM, Kevin Wolf wrote: >> >>> Am 14.02.2015 um 03:28 hat Peter Maydell geschrieben: On 14 February 2015 at 01:43, Programmingkid wrote: > Added

Re: [Qemu-devel] [PATCH v3] ui/cocoa.m: Machine menu patch for Mac OS X

2015-02-16 Thread Kevin Wolf
Am 14.02.2015 um 03:28 hat Peter Maydell geschrieben: > On 14 February 2015 at 01:43, Programmingkid > wrote: > > Added features: > > Menu items to switch floppy and CD image files. > > Menu items to eject floppy and CD image files. > > Menu item to use /dev/cdrom. > > Verifies with the user befo

Re: [Qemu-devel] [PATCH v3] ui/cocoa.m: Machine menu patch for Mac OS X

2015-02-13 Thread Peter Maydell
On 14 February 2015 at 01:43, Programmingkid wrote: > Added features: > Menu items to switch floppy and CD image files. > Menu items to eject floppy and CD image files. > Menu item to use /dev/cdrom. > Verifies with the user before quitting QEMU by displaying a dialog box. > > Signed-off-by: John

[Qemu-devel] [PATCH v3] ui/cocoa.m: Machine menu patch for Mac OS X

2015-02-13 Thread Programmingkid
Added features: Menu items to switch floppy and CD image files. Menu items to eject floppy and CD image files. Menu item to use /dev/cdrom. Verifies with the user before quitting QEMU by displaying a dialog box. Signed-off-by: John Arbuckle --- Added yellow background to the pause label. Removed