mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-30 13:31:52 -06: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:
parent
0d73f7253e
commit
e93a68e102
2 changed files with 74 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue