1. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  2. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  3. d540bfe pckbd: convert PIO to new memory api read/write by Alexander Graf · 12 years ago
  4. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  5. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  6. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  7. 8f04ee0 isa: pic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  8. dbff76a pckbd: Convert to MemoryRegion by Richard Henderson · 13 years ago
  9. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  10. 4b78a80 pc: move port 92 stuff back to pc.c from pckbd.c by Blue Swirl · 14 years ago
  11. dee41d5 Keep track of ISA ports ISA device is using in qdev. by Gleb Natapov · 14 years ago
  12. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  13. 5ccaa4c pckbd: support for commands 0xf0-0xff: Pulse output bit by Bernhard Kohl · 14 years ago
  14. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  15. c86d2c2 pckbd: improve debugging by Blue Swirl · 15 years ago
  16. 956a3e6 Compile pckbd only once by Blue Swirl · 15 years ago
  17. 5acd064 pckbd: don't use any static state by Blue Swirl · 15 years ago
  18. d05ac8f Add "static" to please Sparse by Blue Swirl · 15 years ago
  19. be73cfe savevm: Port to qdev.vmsd all devices that have qdev by Juan Quintela · 15 years ago
  20. 44a9935 Sparc64/x86: remove unneeded calls to device reset by Blue Swirl · 15 years ago
  21. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  22. 99a0949 Get rid of _t suffix by malc · 15 years ago
  23. 3c619b5 vmstate: port pckbd device by Juan Quintela · 15 years ago
  24. 11d23c3 qdev/isa: finish pckbd conversion by Gerd Hoffmann · 15 years ago
  25. 2e15e23 qdev: simplify isa irq assignments by Gerd Hoffmann · 15 years ago
  26. 86c8615 qdev: drop iobase properties from isa bus by Gerd Hoffmann · 15 years ago
  27. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 15 years ago
  28. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
  29. da85ccf qdev/isa: add qdev support to i8042 (aka ps/2 kbd+mouse). by Gerd Hoffmann · 15 years ago
  30. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  31. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  32. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  33. d78f399 Delete some unused macros detected with -Wp,-Wunused-macros use by blueswir1 · 16 years ago
  34. 4efbe58 MIPS Magnum: fix memory-mapped i8042 by aurel32 · 16 years ago
  35. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  36. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  37. 889bec6 Revert "QEMU keyboard issue with Gujin-2.2" (Avi Kivity). by balrog · 16 years ago
  38. e41c0f2 Enhance PC kbd debugging (patch from Hervé Poussineau) by balrog · 17 years ago
  39. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  40. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  41. a47b8d3 "QEMU keyboard issue with Gujin-2.2", by Etienne Lorrain. by ths · 17 years ago
  42. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  43. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  44. 71db710 Fix incorrect target_ulong use in hw devices by blueswir1 · 18 years ago
  45. 8035529 Support it_shift for mmapped pckbd. by ths · 18 years ago
  46. b92bb99 Memory-mapped interface for PS/2 controller, by Herve Poussineau. by ths · 18 years ago
  47. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  48. 548df2a VMMouse Emulation, by Anthony Liguori. by ths · 18 years ago
  49. b7678d9 PS/2 interface - Allow custom IO ports + IRQ, by Herve Poussineau. by ths · 18 years ago
  50. 7783e9f Keyboard savevm fix (malc). by pbrook · 19 years ago
  51. f94f5d7 Add support for raw AT keyboard scancodes. by pbrook · 19 years ago
  52. daa5796 PS2 mouse and keyboard separation (Paul Brook) by bellard · 19 years ago
  53. c68ea70 cpu_single_env usage fix by bellard · 19 years ago
  54. f34c9d6 mouse reset fix by bellard · 20 years ago
  55. ada89ce enabled wheel mouse support by bellard · 20 years ago
  56. 675376f kbd save/restore by bellard · 21 years ago
  57. d7d02e3 new reset API by bellard · 21 years ago
  58. 63066f4 hid event handling by bellard · 21 years ago
  59. 6f51f6b keyboard irq generation fix by bellard · 21 years ago
  60. 92cb7d5 NT mouse fix (Mark Jonckheere) by bellard · 21 years ago
  61. 289e09e fixed keyboard random bug (Mike Nordell) by bellard · 21 years ago
  62. 67b915a win32 port (initial patch by kazu) by bellard · 21 years ago
  63. b41a2cd io port API change by bellard · 21 years ago
  64. 80cabfa separated more devices from emulator by bellard · 21 years ago