]> xenbits.xensource.com Git - qemu-xen-4.1-testing.git/commit
Introduce a new 'connected' xendev op called when Connected.
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 8 Jul 2010 16:31:57 +0000 (17:31 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 8 Jul 2010 16:34:39 +0000 (17:34 +0100)
commit3a37f3d27c3ff97c3c61762d5f59c98f591dd548
tree128b704c201dd407a1b0279799cdbc79f71423ea
parentadd968aaf68cb57257428f8cfadb209f2614a6d8
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>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/xen_backend.c
hw/xen_backend.h
hw/xen_console.c
hw/xenfb.c