|
From: | Paolo Bonzini |
Subject: | [Qemu-devel] Re: [RFC][PATCH v7 01/16] Move code related to fd handlers into utility functions |
Date: | Wed, 09 Mar 2011 15:09:44 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.7 |
On 03/07/2011 09:10 PM, Michael Roth wrote:
+ +/* XXX: fd_read_poll should be suppressed, but an API change is + necessary in the character devices to suppress fd_can_read(). */ +int qemu_set_fd_handler3(void *ioh_record_list, + int fd, + IOCanReadHandler *fd_read_poll, + IOHandler *fd_read, + IOHandler *fd_write, + void *opaque)
What's the reason to introduce this additional indirection (and with a void rather than opaque pointer)? A global iohandlers list would be fine in qemu-ioh.c (and it would be a worthwhile patch anyway for QEMU).
Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |