Re: [Qemu-devel] [PATCH] Remove OSS support for OpenBSD

2013-05-26 Thread Blue Swirl
On Fri, May 24, 2013 at 11:01 PM, Brad Smith wrote: > Remove the OSS support for OpenBSD. The OSS API has not been usable > for quite some time. > > Signed-off-by: Brad Smith Thanks, applied. > > > diff --git a/audio/ossaudio.c b/audio/ossaudio.c > index 00be9c9..007c641 100644 > --- a/audio/os

Re: [Qemu-devel] [PATCH] Remove OSS support for OpenBSD

2013-05-25 Thread Andreas Färber
Am 25.05.2013 01:01, schrieb Brad Smith: > Remove the OSS support for OpenBSD. The OSS API has not been usable > for quite some time. > > Signed-off-by: Brad Smith Reviewed-by: Andreas Färber CC'ing qemu-trivial. Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF

Re: [Qemu-devel] [PATCH] Remove OSS support for OpenBSD

2013-05-24 Thread Laszlo Ersek
On 05/25/13 01:01, Brad Smith wrote: > Remove the OSS support for OpenBSD. The OSS API has not been usable > for quite some time. > > Signed-off-by: Brad Smith > > > diff --git a/audio/ossaudio.c b/audio/ossaudio.c > index 00be9c9..007c641 100644 > --- a/audio/ossaudio.c > +++ b/audio/ossaudio.

Re: [Qemu-devel] [PATCH] Remove OSS support for OpenBSD

2013-05-24 Thread Brad Smith
On Sat, May 25, 2013 at 12:51:23AM +0200, Laszlo Ersek wrote: > On 05/08/13 13:39, Brad Smith wrote: > > Remove the OSS support for OpenBSD. The OSS API has not been usable > > for quite some time. > > > > Signed-off-by: Brad Smith > > > > diff --git a/audio/ossaudio.c b/audio/ossaudio.c > > ind

[Qemu-devel] [PATCH] Remove OSS support for OpenBSD

2013-05-24 Thread Brad Smith
Remove the OSS support for OpenBSD. The OSS API has not been usable for quite some time. Signed-off-by: Brad Smith diff --git a/audio/ossaudio.c b/audio/ossaudio.c index 00be9c9..007c641 100644 --- a/audio/ossaudio.c +++ b/audio/ossaudio.c @@ -25,11 +25,7 @@ #include #include #include -#i

Re: [Qemu-devel] [PATCH] Remove OSS support for OpenBSD

2013-05-24 Thread Laszlo Ersek
On 05/08/13 13:39, Brad Smith wrote: > Remove the OSS support for OpenBSD. The OSS API has not been usable > for quite some time. > > Signed-off-by: Brad Smith > > diff --git a/audio/ossaudio.c b/audio/ossaudio.c > index 00be9c9..007c641 100644 > --- a/audio/ossaudio.c > +++ b/audio/ossaudio.c >

Re: [Qemu-devel] [PATCH] Remove OSS support for OpenBSD

2013-05-24 Thread Brad Smith
On Wed, May 08, 2013 at 07:39:25AM -0400, Brad Smith wrote: > Remove the OSS support for OpenBSD. The OSS API has not been usable > for quite some time. > > Signed-off-by: Brad Smith ping. > diff --git a/audio/ossaudio.c b/audio/ossaudio.c > index 00be9c9..007c641 100644 > --- a/audio/ossaudio.

[Qemu-devel] [PATCH] Remove OSS support for OpenBSD

2013-05-08 Thread Brad Smith
Remove the OSS support for OpenBSD. The OSS API has not been usable for quite some time. Signed-off-by: Brad Smith diff --git a/audio/ossaudio.c b/audio/ossaudio.c index 00be9c9..007c641 100644 --- a/audio/ossaudio.c +++ b/audio/ossaudio.c @@ -25,11 +25,7 @@ #include #include #include -#if