ui/cocoa.m: add toast file support
Add the ability for the user to use .toast files with QEMU. This format works just like ISO files. Signed-off-by: John Arbuckle <programmingkidx@gmail.com> Message-id: 0C9DA454-E3DC-4291-806E-9A96557DE833@gmail.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
486fc7a837
commit
5f26fcfb98
@ -879,7 +879,7 @@ QemuCocoaView *cocoaView;
|
||||
// set the supported image file types that can be opened
|
||||
supportedImageFileTypes = [NSArray arrayWithObjects: @"img", @"iso", @"dmg",
|
||||
@"qcow", @"qcow2", @"cloop", @"vmdk", @"cdr",
|
||||
nil];
|
||||
@"toast", nil];
|
||||
[self make_about_window];
|
||||
}
|
||||
return self;
|
||||
|
Loading…
Reference in New Issue
Block a user