malc wrote:
> On Wed, 10 Mar 2010, Juan Quintela wrote:
>
>> malc wrote:
>> > On Wed, 10 Mar 2010, Juan Quintela wrote:
>> >
>> >> malc wrote:
>> >> > On Wed, 10 Mar 2010, Juan Quintela wrote:
>> >>
>> >> >> -for(ioh = first_io_handler; ioh != NULL; ioh = ioh->next) {
>> >> >> +
On Wed, 10 Mar 2010, Juan Quintela wrote:
> malc wrote:
> > On Wed, 10 Mar 2010, Juan Quintela wrote:
> >
> >> malc wrote:
> >> > On Wed, 10 Mar 2010, Juan Quintela wrote:
> >>
> >> >> -for(ioh = first_io_handler; ioh != NULL; ioh = ioh->next) {
> >> >> +QTAILQ_FOREACH(ioh, &io_
malc wrote:
> On Wed, 10 Mar 2010, Juan Quintela wrote:
>
>> malc wrote:
>> > On Wed, 10 Mar 2010, Juan Quintela wrote:
>>
>> >> -for(ioh = first_io_handler; ioh != NULL; ioh = ioh->next) {
>> >> +QTAILQ_FOREACH(ioh, &io_handlers, next) {
>> >> if (ioh->fd == fd)
>>
On Wed, 10 Mar 2010, Juan Quintela wrote:
> malc wrote:
> > On Wed, 10 Mar 2010, Juan Quintela wrote:
>
> >> -for(ioh = first_io_handler; ioh != NULL; ioh = ioh->next) {
> >> +QTAILQ_FOREACH(ioh, &io_handlers, next) {
> >> if (ioh->fd == fd)
> >> got
malc wrote:
> On Wed, 10 Mar 2010, Juan Quintela wrote:
>> -for(ioh = first_io_handler; ioh != NULL; ioh = ioh->next) {
>> +QTAILQ_FOREACH(ioh, &io_handlers, next) {
>> if (ioh->fd == fd)
>> goto found;
>> }
>> ioh = qemu_mallocz(siz