Hi,

I'm attempting my first hack of qemu, though I've got stuck on how to correctly write to ps/2 input in the guest. My idea was that if I create new keyboard (using void *ps2_kbd_init) I can use that one to write (void ps2_write_keyboard). The problem is, that this does not seem to do anything in the guest. No new keyboard in /dev/input, no input given. What am I missing? or would it be better to somehow get pointer to the "primary" one and write to that?

Thanks,
Ghor

Reply via email to