]> git.proxmox.com Git - qemu.git/commit
char: add IOWatchPoll support
authorAnthony Liguori <aliguori@us.ibm.com>
Tue, 5 Mar 2013 17:51:18 +0000 (23:21 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 8 Mar 2013 19:57:12 +0000 (13:57 -0600)
commit96c6384776d631839a9c8fe02bf135f9ba22586c
treec3e7c8f498bd4b1026d379956589b26e0be4cec4
parented7a154063266a30a31752d3b18d484ddc7f5aa9
char: add IOWatchPoll support

This is a special GSource that supports CharDriverState style
poll callbacks.

For reviewability and bisectability, this code is #if 0'd out in this
patch to avoid unused warnings since all of the functions are static.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Message-id: 9b59ac17b9d0bb3972a73fed04d415f07b391936.1362505276.git.amit.shah@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-char.c