diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-08-23 22:04:24 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-09-06 13:04:11 -0400 |
commit | 83b3e3f20dbd7c87e2d7cace68d99138c09ed6ab (patch) | |
tree | a8c812250847043c0102991683788e8291a3a698 /client/glz_decode_tmpl.c | |
parent | 9e9432c0233ff2e62170543634e5b2419891c0da (diff) | |
download | spice-83b3e3f20dbd7c87e2d7cace68d99138c09ed6ab.tar.gz spice-83b3e3f20dbd7c87e2d7cace68d99138c09ed6ab.tar.xz spice-83b3e3f20dbd7c87e2d7cace68d99138c09ed6ab.zip |
Add new set_client_capabilities() interface to QXLInstance
A new interface
set_client_capabilities (QXLInstance *qin,
uint8_t client_present,
uint8_t caps[58]);
is added to QXLInstance, and spice server is changed to call it
whenever a client connects or disconnects. The QXL device in response
is expected to update the client capability bits in the ROM of the
device and raise the QXL_INTERRUPT_CLIENT interrupt.
There is a potential race condition in the case where a client
disconnects and a new client with fewer capabilities connects. There
may be commands in the ring that the new client can't handle. This
case is handled by first changing the capability bits, then processing
all commands in the ring, and then start forwarding commands to the
new client. As long as the guest obeys the capability bits, the new
client will never see anything it doesn't understand.
Diffstat (limited to 'client/glz_decode_tmpl.c')
0 files changed, 0 insertions, 0 deletions