Re: [Qemu-devel] [PATCH 6/6] audio: Switch coreaudio to QemuMutex

2011-09-26 Thread Jan Kiszka
On 2011-09-26 09:58, Andreas Färber wrote: > Hello Jan, > > Am 20.09.2011 um 18:53 schrieb Jan Kiszka: > >> Using the error management of QemuMutex allows to simplify the code. >> >> CC: malc >> CC: Andreas Färber >> Signed-off-by: Jan Kiszka >> --- >> audio/coreaudio.c | 56 +++-

Re: [Qemu-devel] [PATCH 6/6] audio: Switch coreaudio to QemuMutex

2011-09-26 Thread Andreas Färber
Hello Jan, Am 20.09.2011 um 18:53 schrieb Jan Kiszka: > Using the error management of QemuMutex allows to simplify the code. > > CC: malc > CC: Andreas Färber > Signed-off-by: Jan Kiszka > --- > audio/coreaudio.c | 56 +++- > 1 files changed, 8

[Qemu-devel] [PATCH 6/6] audio: Switch coreaudio to QemuMutex

2011-09-20 Thread Jan Kiszka
Using the error management of QemuMutex allows to simplify the code. CC: malc CC: Andreas Färber Signed-off-by: Jan Kiszka --- audio/coreaudio.c | 56 +++- 1 files changed, 8 insertions(+), 48 deletions(-) diff --git a/audio/coreaudio.c b/audi