On Wed, Jul 7, 2010 at 11:01 AM, Alexander Larsson wrote:
> On Tue, 2010-07-06 at 10:53 +0200, Attila Sukosd wrote:
>
> >
> > Hi guys,
> >
> > I thought I'll post an update on the Mac client. I have it up and
> > running using the latest sources from the git dev. Event handler is
> > doing select
On Tue, 2010-07-06 at 10:53 +0200, Attila Sukosd wrote:
>
> Hi guys,
>
> I thought I'll post an update on the Mac client. I have it up and
> running using the latest sources from the git dev. Event handler is
> doing select(), playback and recording is done with PortAudio, R and B
> re-swapped f
- "Attila Sukosd" wrote:
> From: "Attila Sukosd"
> To: spice-de...@freedesktop.org
> Sent: Tuesday, July 6, 2010 4:53:45 AM GMT -05:00 US/Canada Eastern
> Subject: Re: [Spice-devel] spice BSD/OSX client
>
>
> On Fri, Jun 25, 2010 at 12:32 PM
On Fri, Jun 25, 2010 at 12:32 PM, Attila Sukosd wrote:
> On Fri, Jun 25, 2010 at 11:41 AM, Gerd Hoffmann wrote:
>
>> Hi,
>>
>>
>> Also, the kqueue implementation in OS X 10.6 seem to have been broken,
>>> so I went with your suggestion and reimplemented the event handler using
>>> select(). One
On Fri, Jun 25, 2010 at 11:41 AM, Gerd Hoffmann wrote:
> Hi,
>
>
> Also, the kqueue implementation in OS X 10.6 seem to have been broken,
>> so I went with your suggestion and reimplemented the event handler using
>> select(). One thing I noticed though was that the epoll implementation
>> watc
Hi,
Also, the kqueue implementation in OS X 10.6 seem to have been broken,
so I went with your suggestion and reimplemented the event handler using
select(). One thing I noticed though was that the epoll implementation
watched the fds for both read and write (add_to_poll()), but since it is
ed
On Mon, May 31, 2010 at 10:59 AM, Alexander Larsson wrote:
> On Sat, 2010-05-29 at 20:39 +0200, Attila Sukosd wrote:
> > Hi guys,
> >
> > I have spent the last day or two doing some porting so that spicec
> > would use kqueue on bsd instead of epoll. I have disabled audio for
> > now, but once the
On Sat, 2010-05-29 at 20:39 +0200, Attila Sukosd wrote:
> Hi guys,
>
> I have spent the last day or two doing some porting so that spicec
> would use kqueue on bsd instead of epoll. I have disabled audio for
> now, but once the current version works as it should, I will do a port
> to CoreAudio as
Hi guys,
I have spent the last day or two doing some porting so that spicec would use
kqueue on bsd instead of epoll. I have disabled audio for now, but once the
current version works as it should, I will do a port to CoreAudio aswell.
I now have a working version, however I had to disable the shm