Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


This command implements the 0xee echo command on the keyboard controller.
Erik van der Kouwe [Fri, 19 Nov 2010 17:37:48 +0000 (11:37 -0600)]
palacios/src/devices/keyboard.c

index 554e9d1..a3fda90 100644 (file)
@@ -950,6 +950,10 @@ static int keyboard_write_output(struct guest_info * core, ushort_t port, void *
                    state->state = SET_LEDS;
                    break;
 
+               case 0xee: // echo, used by FreeBSD to probe controller
+                   push_to_output_queue(dev, 0xee, COMMAND, KEYBOARD);
+                   break;
+
                case 0xfe: // resend
                case 0xfd: // set key type make
                case 0xfc: // set key typ make/break