Re: [Spice-devel] [PATCH 0/3] spice interface redesign.

2010-03-31 Thread Alexander Larsson
On Wed, 2010-03-31 at 14:44 +0200, Gerd Hoffmann wrote: > > struct SpiceImplementation { > > SpiceBaseInterface *interface; > > }; > > > > struct SpiceKeyboard { > > SpiceImplementation parent; > > }; > > Those two are pretty simliar to SpiceInterfaceState and SpiceKbdState. > > >

Re: [Spice-devel] [PATCH 0/3] spice interface redesign.

2010-03-31 Thread Gerd Hoffmann
struct SpiceImplementation { SpiceBaseInterface *interface; }; struct SpiceKeyboard { SpiceImplementation parent; }; Those two are pretty simliar to SpiceInterfaceState and SpiceKbdState. struct KeyboardInterface { SpiceBaseInterface base; void (*push_scan_freg)(Spi

Re: [Spice-devel] [PATCH 0/3] spice interface redesign.

2010-03-31 Thread Alexander Larsson
On Tue, 2010-03-30 at 12:10 +0200, Gerd Hoffmann wrote: > Hi, > > This is a early, RfC patch series for a spice interface redesign. > For now only VDInterface, CoreInterface and KeyboardInterface are > touched. I'm sending them now to gather comments on the general > direction and design. Also,

Re: [Spice-devel] [PATCH 0/3] spice interface redesign.

2010-03-31 Thread Alexander Larsson
On Tue, 2010-03-30 at 12:10 +0200, Gerd Hoffmann wrote: > Hi, > > This is a early, RfC patch series for a spice interface redesign. > For now only VDInterface, CoreInterface and KeyboardInterface are > touched. I'm sending them now to gather comments on the general > direction and design. > > Th

[Spice-devel] [PATCH 0/3] spice interface redesign.

2010-03-30 Thread Gerd Hoffmann
Hi, This is a early, RfC patch series for a spice interface redesign. For now only VDInterface, CoreInterface and KeyboardInterface are touched. I'm sending them now to gather comments on the general direction and design. The bits are compile-tested only, I didn't adapt my qemu patches yet. c