commit | 3425e706bf6faa2965c4e99f39085f7367a8f4e2 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Wed May 19 22:15:46 2010 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed May 19 22:15:46 2010 +0930 |
tree | 5c7dbbb262edcaff27ae8bbe299b538bf1dad36f | |
parent | b99fa815d71023b2e330d63cd7f47d6247ffa321 [diff] |
virtio: console: Add a __send_control_msg() that can send messages without a valid port We will introduce control messages that operate on the device as a whole rather than just ports. Make send_control_msg() a wrapper around __send_control_msg() which does not need a valid port. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>