commit | f957d1f05a1a20bc3b954877c6562a4d53d58bde | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Feb 04 23:49:58 2008 -0500 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Feb 04 23:49:59 2008 +1100 |
tree | 4eb230a96bb15b74050005f40a7ec383e26d13ad | |
parent | 18445c4d501b9ab4336f66ef46b092661ddaf336 [diff] |
virtio: configuration change callback Various drivers want to know when their configuration information changes: the balloon driver is the immediate user, but the network driver may one day have a "carrier" status as well. This introduces that callback (lguest doesn't use it yet). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>