qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Mount image file feature


From: Max Reitz
Subject: Re: [Qemu-devel] Mount image file feature
Date: Sat, 29 Aug 2015 21:52:27 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

On 29.08.2015 20:34, MagicCat Software wrote:
> 
> On Aug 29, 2015, at 2:01 PM, Max Reitz wrote:

[snip]

>> User-friendliness is always expensive,
>> difficult to maintain, and a neverending source of complaints.
> 
> Really? It has been months since Peter Maydell implemented my GUI patches
> for the cocoa interface, and I haven't seen a complaint about it yet.

I just looked into it, and without having an OS X to test it on I have a
few things to complain about:

(1) 'change' always uses 'raw' as the format, but the selector
apparently offers you the full range of image formats
(supportedImageFileTypes).

(2) I think it should be possible to add block devices with removable
media at runtime (I didn't try, though), and also remove them. The
current code doesn't account for that.

(3) supportedImageFileTypes is static. The list might change at any time
and the likelihood of people adding or removing formats there when
adding/removing them to/from the block layer itself is pretty low. Also,
the list depends on compile and (in the future at least) maybe even
runtime options. For instance, it's missing vdi, vhd (vpc), and vhdx.
vhdx in turn can be disabled at compile time.

(4) NSBeep()? Is that necessary? Won't the alert itself be audible if so
desired by the user?

Max

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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