Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211658
b: refs/heads/master
c: a461e11
h: refs/heads/master
v: v3
  • Loading branch information
Amit Shah authored and Rusty Russell committed Oct 21, 2010
1 parent 2bf91fb commit 2e9b648
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 55f6bcce3691f68476a530daa6666b66c43420a8
refs/heads/master: a461e11e7b8ca2705889bcf9582f6a8f84884bd2
3 changes: 3 additions & 0 deletions trunk/drivers/char/virtio_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,9 @@ static void unplug_port(struct port *port)
port->guest_connected = false;
port->host_connected = false;
wake_up_interruptible(&port->waitqueue);

/* Let the app know the port is going down. */
send_sigio_to_port(port);
}

if (is_console_port(port)) {
Expand Down

0 comments on commit 2e9b648

Please sign in to comment.