Loading qemu-char.c +4 −8 Original line number Diff line number Diff line Loading @@ -1026,15 +1026,11 @@ static gboolean pty_chr_timer(gpointer opaque) struct CharDriverState *chr = opaque; PtyCharDriver *s = chr->opaque; if (s->connected) { goto out; } s->timer_tag = 0; if (!s->connected) { /* Next poll ... */ pty_chr_update_read_handler(chr); out: s->timer_tag = 0; } return FALSE; } Loading Loading
qemu-char.c +4 −8 Original line number Diff line number Diff line Loading @@ -1026,15 +1026,11 @@ static gboolean pty_chr_timer(gpointer opaque) struct CharDriverState *chr = opaque; PtyCharDriver *s = chr->opaque; if (s->connected) { goto out; } s->timer_tag = 0; if (!s->connected) { /* Next poll ... */ pty_chr_update_read_handler(chr); out: s->timer_tag = 0; } return FALSE; } Loading