qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] ui/cocoa.m: add toast file support


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] ui/cocoa.m: add toast file support
Date: Fri, 6 Jan 2017 13:45:24 +0000

On 30 December 2016 at 20:42, Programmingkid <address@hidden> wrote:
> Add the ability for the user to use .toast files with QEMU. This format works
> just like ISO files.
>
> Signed-off-by: John Arbuckle <address@hidden>
> ---
>  ui/cocoa.m | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ui/cocoa.m b/ui/cocoa.m
> index 26d4a1c..c81f7b6 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;
> --

Applied to cocoa.next, thanks.

-- PMM



reply via email to

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