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

2017-03-14 Thread Peter Maydell
On 6 January 2017 at 14:45, Peter Maydell wrote: > On 30 December 2016 at 20:42, Programmingkid > 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 >> --- >> ui/cocoa.m | 2 +- >> 1 file changed, 1

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

2017-01-06 Thread Peter Maydell
On 30 December 2016 at 20:42, Programmingkid 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 > --- > ui/cocoa.m | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ui/cocoa.m b/ui/

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

2016-12-30 Thread Programmingkid
Add the ability for the user to use .toast files with QEMU. This format works just like ISO files. Signed-off-by: John Arbuckle --- 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