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 com

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 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 other address came from

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 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 spacing, but the

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 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 can apply them directly

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 wrote: > Ping! > > -- PMM > > On 22 April 2013 21:29, Peter Maydell wrote: >> These patches fix various compiler and runtime warnings QEMU provokes >> on MacO

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 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 > two avoid some function

[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 deprecated