Introduce a new 'connected' xendev op called when Connected.
authorJohn Haxby <john.haxby@oracle.com>
Fri, 17 Jun 2011 12:15:35 +0000 (12:15 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 9 Sep 2011 13:13:16 +0000 (13:13 +0000)
commit384087b2fec0da72238e92a0c6124579117e0c4b
tree8fa78910a65fd5b553bc41c4d65310c536edf494
parent07ff2c4475df77e38a31d50ee7f3932631806c15
Introduce a new 'connected' xendev op called when Connected.

Rename the existing xendev 'connect' op to 'initialised' and introduce
a new 'connected' op.  This new op, if defined, is called when the
backend is connected.  Note that since there is no state transition this
may be called more than once.

Signed-off-by: John Haxby <john.haxby@oracle.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/xen_backend.c
hw/xen_backend.h
hw/xen_console.c
hw/xen_disk.c
hw/xen_nic.c
hw/xenfb.c