Re: [Qemu-devel] [PATCH v3 0/4] ui/cocoa.m: Fix compiler and runtime warnings on 10.8

2013-05-28 Thread Peter Maydell
Ping again! This patchset has now been on the list for eleven weeks without any review. thanks -- PMM On 2 May 2013 11:29, Peter Maydell peter.mayd...@linaro.org wrote: Ping! -- PMM On 22 April 2013 21:29, Peter Maydell peter.mayd...@linaro.org wrote: These patches fix various compiler and

Re: [Qemu-devel] [PATCH v3 0/4] ui/cocoa.m: Fix compiler and runtime warnings on 10.8

2013-05-28 Thread Anthony Liguori
Peter Maydell peter.mayd...@linaro.org writes: Ping again! This patchset has now been on the list for eleven weeks without any review. Objective C is a foreign language. Andreas is the Cocoa maintainer so I've been waiting for him. Andreas, if you don't have time to look at these patches, I

Re: [Qemu-devel] [PATCH v3 0/4] ui/cocoa.m: Fix compiler and runtime warnings on 10.8

2013-05-28 Thread Andreas Färber
Am 28.05.2013 19:01, schrieb Anthony Liguori: Peter Maydell peter.mayd...@linaro.org writes: Ping again! This patchset has now been on the list for eleven weeks without any review. Objective C is a foreign language. For that reason I've been applying our C Coding Style for indentation and

Re: [Qemu-devel] [PATCH v3 0/4] ui/cocoa.m: Fix compiler and runtime warnings on 10.8

2013-05-28 Thread Peter Maydell
On 28 May 2013 18:22, Andreas Färber andreas.faer...@web.de wrote: I've looked at the patches today seeing the ping and they look fine - I wasn't properly CC'ed before (get_maintainer.pl would've spared the typo!) and so they were simply not in my mailbox. Augh, sorry -- no idea where that

Re: [Qemu-devel] [PATCH v3 0/4] ui/cocoa.m: Fix compiler and runtime warnings on 10.8

2013-05-28 Thread Andreas Färber
Am 22.04.2013 22:29, schrieb Peter Maydell: These patches fix various compiler and runtime warnings QEMU provokes on MacOSX 10.8. The first two fix a leak and some deprecated functions which cause warnings in the system log when QEMU runs. The second two avoid some functions which cause

Re: [Qemu-devel] [PATCH v3 0/4] ui/cocoa.m: Fix compiler and runtime warnings on 10.8

2013-05-02 Thread Peter Maydell
Ping! -- PMM On 22 April 2013 21:29, Peter Maydell peter.mayd...@linaro.org wrote: These patches fix various compiler and runtime warnings QEMU provokes on MacOSX 10.8. The first two fix a leak and some deprecated functions which cause warnings in the system log when QEMU runs. The second

[Qemu-devel] [PATCH v3 0/4] ui/cocoa.m: Fix compiler and runtime warnings on 10.8

2013-04-22 Thread Peter Maydell
These patches fix various compiler and runtime warnings QEMU provokes on MacOSX 10.8. The first two fix a leak and some deprecated functions which cause warnings in the system log when QEMU runs. The second two avoid some functions which cause compile time warnings about use of functions