qemu-e2k/include/monitor
Daniel P. Berrangé 60efffa41b monitor: simplify functions for getting a dup'd fdset entry
Currently code has to call monitor_fdset_get_fd, then dup
the return fd, and then add the duplicate FD back into the
fdset. This dance is overly verbose for the caller and
introduces extra failure modes which can be avoided by
folding all the logic into monitor_fdset_dup_fd_add and
removing monitor_fdset_get_fd entirely.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2020-09-16 10:33:48 +01:00
..
hmp-target.h include: Make headers more self-contained 2019-08-16 13:31:51 +02:00
hmp.h hmp: Implement qom-get HMP command 2020-06-01 18:44:27 +01:00
monitor.h monitor: simplify functions for getting a dup'd fdset entry 2020-09-16 10:33:48 +01:00
qdev.h Include hw/qdev-properties.h less 2019-08-16 13:31:53 +02:00