mirror of
https://github.com/mii443/qemu.git
synced 2025-09-03 15:49:30 +00:00
char: set name for all I/O channels created
Ensure that all I/O channels created for character devices are given names to distinguish their respective roles. Acked-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
@ -309,6 +309,10 @@ static inline void g_source_set_name(GSource *source, const char *name)
|
||||
{
|
||||
/* This is just a debugging aid, so leaving it a no-op */
|
||||
}
|
||||
static inline void g_source_set_name_by_id(guint tag, const char *name)
|
||||
{
|
||||
/* This is just a debugging aid, so leaving it a no-op */
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user