qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [Patch] Fix for ppc-softmmu and cocoa video driver


From: David Still
Subject: Re: [Qemu-devel] [Patch] Fix for ppc-softmmu and cocoa video driver
Date: Wed, 2 Mar 2005 18:56:43 -0800

That works *much* better. :)

One issue that I found, which is really easy to fix, is that the Cocoa driver'd won't allow you to load disk images other than .img and .iso, which is a far cry from all the image types that QEMU actually supports. Attached is a patch which corrects this by adding cow, qcow, dmg, cloop, and vmdk to the allowable image types (strictly a suffix check).

As it is currently written, qemu in cocoa mode will always ask you to select the disk image via the cocoa open file dialog, even if you specified an image from the command-line. Would it be possible to have qemu only open the dialog box if an image was not selected from command-line?

- Dave

Attachment: cocoa_disk_img_fix.txt
Description: Text document

.

On Mar 2, 2005, at 12:09 PM, Pierre d'Herbemont wrote:

Fabrice,

Here are two (tiny) fixes for the cocoa video driver. The first one enables compilation of the ppc-softmmu target with the cocoa driver. The second removes the following warning: vl.c:3565: warning: implicit declaration of function `cocoa_display_init'

Thanks,

Pierre.

<tinycocoadrvfixes.diff.txt>___________________________________________ ____
Qemu-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/qemu-devel

reply via email to

[Prev in Thread] Current Thread [Next in Thread]