]> xenbits.xensource.com Git - qemu-xen-4.1-testing.git/commit
Wait for frontend state Connected before connecting the backend
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 21 May 2010 14:46:55 +0000 (15:46 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 21 May 2010 14:46:55 +0000 (15:46 +0100)
commit805ed3b20492d2f4bb465bfda65cedd286e23209
treee1d34a6d33082f2cb3f58aa0392db6a054ceee36
parent01626771cf2e9285fbfddcbded2820fc77745e4b
Wait for frontend state Connected before connecting the backend

The frontend of the framebuffer set a value (request-abs-pointer) and go
to the state Connected.  The backend must read this value only when the
frontend has the state Connected.

From: Anthony PERARD <anthony.perard@citrix.com>
Tested-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
hw/xen_backend.c