1. 4699540 pxa2xx_lcd: up field is used as a bool and migrated as an uint8_t by Juan Quintela · 14 years ago
  2. 2b7251e pxa2xx_lcd: name anonymous struct by Juan Quintela · 14 years ago
  3. dd8a4dc vmstate: stellaris use unused for placeholder entries by Juan Quintela · 14 years ago
  4. 4483c7a vmstate: port stellaris gamepad by Juan Quintela · 14 years ago
  5. 0c067bb vmstate: port syborg_keyboard by Juan Quintela · 14 years ago
  6. 8dc5907 vmstate: port syborg_serial by Juan Quintela · 14 years ago
  7. cf1d31d vmstate: port stellaris_adc by Juan Quintela · 14 years ago
  8. 80a5268 vmstate: port syborg_pointer by Juan Quintela · 14 years ago
  9. b605f22 vmstate: port ppc4xx_pci by Juan Quintela · 14 years ago
  10. e0433ec vmstate: port ppce500_pci by Juan Quintela · 14 years ago
  11. f0ab24c vmstate: port pxa2xx_pm by Juan Quintela · 14 years ago
  12. d102d49 vmstate: port pxa2xx_mm by Juan Quintela · 14 years ago
  13. ae1f90d vmstate: port pxa2xx_cm by Juan Quintela · 14 years ago
  14. 9f5dfe2 vmstate: port pxa2xx_i2s by Juan Quintela · 14 years ago
  15. 10f85a2 vmstate: port stellaris gptm by Juan Quintela · 14 years ago
  16. c0a93a9 vmstate: port cuda by Juan Quintela · 14 years ago
  17. 4acd38c vmstate: port heathrow_pic by Juan Quintela · 14 years ago
  18. 075790c vmstate: port pl022 ssp by Juan Quintela · 14 years ago
  19. 293c16a vmstate: port stellaris sys by Juan Quintela · 14 years ago
  20. a4dec1d vmstate: port stellaris ssi bus by Juan Quintela · 14 years ago
  21. ff269cd vmstate: port stellaris i2c by Juan Quintela · 14 years ago
  22. 0797226 vmstate: port armv7m nvic by Juan Quintela · 14 years ago
  23. 02b6875 vmstate: port pl011 by Juan Quintela · 14 years ago
  24. 25f5a1b vmstate: port pxa2xx_keypad by Juan Quintela · 14 years ago
  25. 4ba673c vmstate: port syborg_rtc by Juan Quintela · 14 years ago
  26. 852f771 vmstate: port pmtimer by Juan Quintela · 14 years ago
  27. 22a3faf vmstate: port sysborg_timer by Juan Quintela · 14 years ago
  28. eecd33a vmstate: port arm_timer by Juan Quintela · 14 years ago
  29. 81986ac vmstate: port arm sp804 by Juan Quintela · 14 years ago
  30. c7298ab vmstate: port mipsnet by Juan Quintela · 14 years ago
  31. fd484ae vmstate: port m48t59 by Juan Quintela · 14 years ago
  32. aefe212 vmstate: port ads7846 by Juan Quintela · 14 years ago
  33. 2b2cd59 vmstate: port adb_mouse by Juan Quintela · 14 years ago
  34. 1f1f060 vmstate: port adb_kbd by Juan Quintela · 14 years ago
  35. ec44445 target-arm: Set Invalid flag for NaN in float-to-int conversions by Peter Maydell · 14 years ago
  36. 756ba3b hw/arm_boot.c: move initrd load address up to accommodate large kernels by Peter Maydell · 14 years ago
  37. c64b21d Basic implementation of Sharp Zaurus SL-5500 collie PDA by Dmitry Eremin-Solenikov · 14 years ago
  38. 5bc95aa Implement basic part of SA-1110/SA-1100 by Dmitry Eremin-Solenikov · 14 years ago
  39. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  40. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  41. 8d5192e s390x: virtio machine storage keys by Alexander Graf · 14 years ago
  42. 8103b4d s390x: Dispatch interrupts to KVM or the real CPU by Alexander Graf · 14 years ago
  43. 3110e29 s390x: Enable s390x-softmmu target by Alexander Graf · 14 years ago
  44. bcec36e s390x: Prepare cpu.h for emulation by Alexander Graf · 14 years ago
  45. 7b59220 move helpers.h to helper.h by Lluís · 14 years ago
  46. 685ff50 libcacard: fix opposite usage of isspace by Alon Levy · 14 years ago
  47. 6a38534 target-mips: clear softfpu exception state for comparison instructions by Aurelien Jarno · 14 years ago
  48. 30a00bc target-mips: fix c.ps.* instructions by Aurelien Jarno · 14 years ago
  49. 353ebb7 target-mips: don't hardcode softfloat exception bits by Aurelien Jarno · 14 years ago
  50. 06a0e6b target-mips: simplify FP comparisons by Aurelien Jarno · 14 years ago
  51. 019702c target-ppc: fix SPE comparison functions by Aurelien Jarno · 14 years ago
  52. f5a6425 softfloat: improve description of comparison functions by Aurelien Jarno · 14 years ago
  53. b689362 softfloat: move float*_eq and float*_eq_quiet by Aurelien Jarno · 14 years ago
  54. 2657d0f softfloat: rename float*_eq_signaling() into float*_eq() by Aurelien Jarno · 14 years ago
  55. 211315f softfloat: rename float*_eq() into float*_eq_quiet() by Aurelien Jarno · 14 years ago
  56. e0b29ce target-i386: fix CMPUNORDPS/D and CMPORDPS/D instructions by Aurelien Jarno · 14 years ago
  57. 3a59938 target-mips: use new float*_unordered*() functions by Aurelien Jarno · 14 years ago
  58. a4d2d1a target-alpha: use new float64_unordered_quiet() function by Aurelien Jarno · 14 years ago
  59. b4a0ef7 softfloat-native: add float*_unordered_quiet() functions by Aurelien Jarno · 14 years ago
  60. 67b7861 softfloat: add float*_unordered_{,quiet}() functions by Aurelien Jarno · 14 years ago
  61. 67dd64b target-i386: add floatx_{add,mul,sub} and use them by Aurelien Jarno · 14 years ago
  62. c413722 target-i386: use float unions from cpu-all.h by Aurelien Jarno · 14 years ago
  63. 1ffd41e target-i386: use CPU_LDoubleU instead of a private union by Aurelien Jarno · 14 years ago
  64. 602308f cpu-all.h: define CPU_LDoubleU by Aurelien Jarno · 14 years ago
  65. b3b4c7f softfloat: use GCC builtins to count the leading zeros by Aurelien Jarno · 14 years ago
  66. a010208 usb: fix spelling errors in usb-linux.c by Brad Hards · 14 years ago
  67. 021730f usb: initialise data element in Linux USB_DISCONNECT ioctl by Brad Hards · 14 years ago
  68. 94843f6 usb: trivial spelling fixes by Brad Hards · 14 years ago
  69. 7a734b8 Makefile: Clean up after "make pdf" by Brad Hards · 14 years ago
  70. 61cc870 Fix some typos in comments and documentation by Stefan Weil · 14 years ago
  71. adc56dd migration: move some declarations to migration.h by Blue Swirl · 14 years ago
  72. 17a4663 Move CPU related functions to cpus.h by Blue Swirl · 14 years ago
  73. 70c3b55 Move clock related functions to qemu-timer.h by Blue Swirl · 14 years ago
  74. 082b555 Move generic or OS function declarations to qemu-common.h by Blue Swirl · 14 years ago
  75. d8dfad9 Use qemu-common.h or qemu-timer.h in place of sysemu.h by Blue Swirl · 14 years ago
  76. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  77. 33d0539 json-lexer: fix conflict with mingw32 ERROR definition by Blue Swirl · 14 years ago
  78. 1a00282 sparc: Fix assertion caused by empty memory slot with 0 byte by Stefan Weil · 14 years ago
  79. cb842c9 qemu_next_deadline should not consider host-time timers by Paolo Bonzini · 14 years ago
  80. 1ece93a Revert wrong fixes for -icount in the iothread case by Paolo Bonzini · 14 years ago
  81. ab33fcd enable vm_clock to "warp" in the iothread+icount case by Paolo Bonzini · 14 years ago
  82. 3b2319a really fix -icount in the iothread case by Paolo Bonzini · 14 years ago
  83. 420b6c3 tests/test-mmap.c: Check mmap() return value before using it by Peter Maydell · 14 years ago
  84. 4d9ad7f target-arm: Don't overflow when calculating value for signed VABAL by Peter Maydell · 14 years ago
  85. cc9453f Revert SeaBIOS change due to overzealous commit -a by Anthony Liguori · 14 years ago
  86. 7f7454e lm32: fix build breakage due to uninitialized variable 'r' by Anthony Liguori · 14 years ago
  87. 2d56a54 vpc.c: Use get_option_parameter() does the search by Mitnick Lyu · 14 years ago
  88. 996faf1 atapi: GESN: implement 'media' subcommand by Amit Shah · 14 years ago
  89. 0af63ba atapi: GESN: Standardise event response handling for future additions by Amit Shah · 14 years ago
  90. 8f8e834 atapi: GESN: Use structs for commonly-used field types by Amit Shah · 14 years ago
  91. 493accd atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own function by Amit Shah · 14 years ago
  92. 0c370a3 atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media change by Amit Shah · 14 years ago
  93. 88f2bb5 atapi: Report correct errors on guest eject request by Amit Shah · 14 years ago
  94. 8aa7191 atapi: Drives can be locked without media present by Amit Shah · 14 years ago
  95. 21df65b qed: Add support for zero clusters by Anthony Liguori · 14 years ago
  96. d54f10b docs: Describe zero data clusters in QED specification by Stefan Hajnoczi · 14 years ago
  97. 9df38c4 target-arm: Detect tininess before rounding for FP operations by Peter Maydell · 14 years ago
  98. c29aca4 softfloat: Add setter function for tininess detection mode by Peter Maydell · 14 years ago
  99. 133da6a target-arm: Handle UNDEF cases for VDUP (scalar) by Juha Riihimäki · 14 years ago
  100. 56907d7 target-arm: Treat UNPREDICTABLE VTBL, VTBX case as UNDEF by Peter Maydell · 14 years ago