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.
>
> >
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
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,
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
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