[Qemu-devel] [PATCH 1/2] qxl: Add set_client_capabilities() interface to QXLInterface

2012-09-04 Thread Søren Sandmann
From: Søren Sandmann Pedersen s...@redhat.com This new interface lets spice server inform the guest whether (a) a client is connected (b) what capabilities the client has There is a fixed number (464) of bits reserved for capabilities, and when the capabilities bits change, the

Re: [Qemu-devel] [PATCH 1/2] qxl: Add set_client_capabilities() interface to QXLInterface

2012-09-04 Thread Gerd Hoffmann
Hi, +static void interface_set_client_capabilities(QXLInstance *sin, + uint8_t client_present, + uint8_t caps[58]) Please don't use tabs for intention in qemu patches. Fixed it up this time, added both