1. 25 4月, 2013 1 次提交
    • G
      input: introduce keyboard handler list · 5a37532d
      Gerd Hoffmann 提交于
      Add a linked list of keyboard handlers.  Added handlers will go
      to the head of the list.  Removed handlers will be zapped from
      the list.  The head of the list will be used for events.
      
      This fixes the keyboard-dead-after-usb-kbd-unplug issue, key events
      will be re-routed to the ps/2 kbd instead of being discarded.
      
      [ v2: fix cut+paste bug found my Markus ]
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      Message-id: 1366798118-3248-3-git-send-email-kraxel@redhat.com
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      5a37532d
  2. 09 4月, 2013 2 次提交
  3. 01 3月, 2013 1 次提交
    • P
      hw: include hw header files with full paths · 83c9f4ca
      Paolo Bonzini 提交于
      Done with this script:
      
      cd hw
      for i in `find . -name '*.h' | sed 's/^..//'`; do
        echo '\,^#.*include.*["<]'$i'[">], s,'$i',hw/&,'
      done | sed -i -f - `find . -type f`
      
      This is so that paths remain valid as files are moved.
      
      Instead, files in hw/dataplane are referenced with the relative path.
      We know they are not going to move to include/, and they are the only
      include files that are in subdirectories _and_ move.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      83c9f4ca
  4. 07 1月, 2013 1 次提交
  5. 19 12月, 2012 2 次提交
  6. 10 9月, 2011 1 次提交
  7. 10 8月, 2011 3 次提交
  8. 04 8月, 2011 2 次提交