On Oct 13, 2015, at 4:44 PM, Peter Maydell wrote:
> On 26 September 2015 at 04:01, Programmingkid
> wrote:
>> Add a menu item to the Machine menu called "Use Real CDROM". It gives the
>> user
>> the ability to use a real CDROM disc with QEMU by simply selecting a menu
>> item.
>>
>> Signed-o
On 26 September 2015 at 04:01, Programmingkid wrote:
> Add a menu item to the Machine menu called "Use Real CDROM". It gives the user
> the ability to use a real CDROM disc with QEMU by simply selecting a menu
> item.
>
> Signed-off-by: John Arbuckle
This feature is not present in any of our ot
On Sep 26, 2015, at 6:49 PM, Namsun Ch'o wrote:
>> Actually on Mac OS X, /dev/cdrom always points to the optical drive.
>> It is how QEMU is programmed.
>
> Is this only for Mac? I must have missed that.
Yes, it is for the Macintosh's cocoa interface.
> Actually on Mac OS X, /dev/cdrom always points to the optical drive.
> It is how QEMU is programmed.
Is this only for Mac? I must have missed that.
On Sep 26, 2015, at 1:45 AM, Namsun Ch'o wrote:
>> Add a menu item to the Machine menu called "Use Real CDROM". It gives the
>> user the ability to use a real CDROM with QEMU by simply selecting a menu
>> item.
>
>> NSASCIIStringEncoding];
>> +qmp_change_blockdev(device, "/dev/cdrom", "raw",
> Add a menu item to the Machine menu called "Use Real CDROM". It gives the
> user the ability to use a real CDROM with QEMU by simply selecting a menu
> item.
> NSASCIIStringEncoding];
> +qmp_change_blockdev(device, "/dev/cdrom", "raw", &err);
> +handleAnyDeviceErrors(err);
Not all syste
Add a menu item to the Machine menu called "Use Real CDROM". It gives the user
the ability to use a real CDROM disc with QEMU by simply selecting a menu item.
Signed-off-by: John Arbuckle
---
ui/cocoa.m | 87
1 files changed, 87 ins