aboutsummaryrefslogtreecommitdiff
path: root/ui/cocoa.m
diff options
context:
space:
mode:
authorProgrammingkid <programmingkidx@gmail.com>2016-12-30 15:42:21 -0500
committerPeter Maydell <peter.maydell@linaro.org>2017-03-14 15:09:56 +0000
commit5f26fcfb983f72b13c4b33a6071be22aa97e2363 (patch)
treeb396de4360596153e2b83b30ea2ba64040d6cc52 /ui/cocoa.m
parent486fc7a837ccbe00f78bdaafc32dbe0235a7883d (diff)
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>
Diffstat (limited to 'ui/cocoa.m')
-rw-r--r--ui/cocoa.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/cocoa.m b/ui/cocoa.m
index 26d4a1c07f..c81f7b6183 100644
--- a/ui/cocoa.m
+++ b/ui/cocoa.m
@@ -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;