1. 825c6e9 target-arm: A64: Add FNEG and FABS to the SIMD 2-reg-misc group by Peter Maydell · 11 years ago a64-for-marcus a64-neon
  2. 41f2519 target-arm: A64: Add 2-reg-misc REV* instructions by Alex Bennée · 11 years ago
  3. f10708d target-arm: A64: Add narrowing 2-reg-misc instructions by Peter Maydell · 11 years ago
  4. 6aa2491 target-arm: A64: Implement 2-reg-misc CNT, NOT and RBIT by Peter Maydell · 11 years ago
  5. fdb8bdf target-arm: A64: Implement 2-register misc compares, ABS, NEG by Peter Maydell · 11 years ago
  6. 3ae0709 target-arm: A64: Add skeleton decode for SIMD 2-reg misc group by Peter Maydell · 11 years ago
  7. 506f577 target-arm: A64: Add SIMD simple 64 bit insns from scalar 2-reg misc by Peter Maydell · 12 years ago
  8. e2e193f target-arm: A64: Implement remaining integer scalar-3-same insns by Peter Maydell · 11 years ago
  9. cec2bec target-arm: A64: Implement scalar pairwise ops by Peter Maydell · 11 years ago
  10. a9b1a40 tcg: Add TCGV_UNUSED_PTR, TCGV_IS_UNUSED_PTR, TCGV_EQUAL_PTR by Peter Maydell · 11 years ago
  11. 971675f target-arm: A64: Implement pairwise integer ops from 3-reg-same SIMD by Peter Maydell · 11 years ago
  12. f6d7c6a target-arm: A64: Implement remaining non-pairwise int SIMD 3-reg-same insns by Peter Maydell · 11 years ago
  13. 299088d target-arm: A64: Implement SIMD 3-reg-same shift and saturate insns by Peter Maydell · 11 years ago
  14. 4db2b1e target-arm: A64: Add SIMD shift by immediate by Alex Bennée · 12 years ago
  15. 55bab51 target-arm: A64: Add simple SIMD 3-same floating point ops by Peter Maydell · 12 years ago
  16. 0d19b49 target-arm: A64: Add integer ops from SIMD 3-same group by Peter Maydell · 11 years ago
  17. 7541572 target-arm: A64: Add logic ops from SIMD 3 same group by Peter Maydell · 11 years ago
  18. aab820f target-arm: A64: Add top level decode for SIMD 3-same group by Peter Maydell · 12 years ago
  19. 453ff1f target-arm: A64: Add SIMD scalar 3 same add, sub and compare ops by Peter Maydell · 12 years ago
  20. ca8ab58 target-arm: A64: Add SIMD three-different ABDL instructions by Peter Maydell · 12 years ago
  21. ac22430 target-arm: A64: Add SIMD three-different multiply accumulate insns by Peter Maydell · 12 years ago
  22. d930c34 dataplane: fix shadowed return value by Stefan Hajnoczi · 12 years ago
  23. f38b594 hw/arm/boot: Don't set up ATAGS for autogenerated dtb booting by Peter Maydell · 11 years ago
  24. f9469f9 target-arm: A64: Add SIMD scalar copy instructions by Peter Maydell · 11 years ago
  25. ee5dfda target-arm: A64: Add SIMD modified immediate group by Alex Bennée · 11 years ago
  26. 5725d0d target-arm: A64: Add SIMD copy operations by Alex Bennée · 11 years ago
  27. 2028761 target-arm: A64: Add SIMD across-lanes instructions by Michael Matz · 11 years ago
  28. 19c3a9d target-arm: A64: Add SIMD ZIP/UZP/TRN by Michael Matz · 11 years ago
  29. dc3250e target-arm: A64: Add SIMD TBL/TBLX by Michael Matz · 11 years ago
  30. c4ee338 target-arm: A64: Add SIMD EXT by Peter Maydell · 11 years ago
  31. 94ad870 target-arm: A64: Add decode skeleton for SIMD data processing insns by Alex Bennée · 11 years ago
  32. 561f558 target-arm: A64: Add SIMD ld/st single by Peter Maydell · 11 years ago
  33. 539ed65 target-arm: A64: Add SIMD ld/st multiple by Alex Bennée · 11 years ago
  34. 732c66c Revert "error: Don't use error_report() for assertion msgs." by Peter Crosthwaite · 12 years ago
  35. 3dbe85b tests: Add libqemustub to qom-interface-check by Peter Crosthwaite · 12 years ago
  36. 1cf892c SPARC: Fix LEON3 power down instruction by Sebastian Huber · 12 years ago
  37. d32934c error: Don't use error_report() for assertion msgs. by Peter Crosthwaite · 12 years ago
  38. 133fe77 Merge remote branch 'luiz/queue/qmp' into qmpq by Edgar E. Iglesias · 12 years ago
  39. 73c6945 Microblaze: Convert Microblaze-pic handling to GPIOs by Alistair Francis · 12 years ago
  40. 83e6813 target-arm: Switch ARMCPUInfo arrays to use terminator entries by Peter Maydell · 12 years ago
  41. b54f18b Merge remote-tracking branch 'quintela/tags/migration/20140113' into staging by Anthony Liguori · 12 years ago
  42. aa8dc04 migration: synchronize memory bitmap 64bits at a time by Juan Quintela · 12 years ago
  43. 791fa2a ram: split function that synchronizes a range by Juan Quintela · 12 years ago
  44. ae2810c memory: syncronize kvm bitmap using bitmaps operations by Juan Quintela · 12 years ago
  45. 5ff7fb7 memory: move bitmap synchronization to its own function by Juan Quintela · 12 years ago
  46. c9dd46f kvm: refactor start address calculation by Juan Quintela · 12 years ago
  47. 747afd5 kvm: use directly cpu_physical_memory_* api for tracking dirty pages by Juan Quintela · 12 years ago
  48. 12291ec memory: unfold memory_region_test_and_clear() by Juan Quintela · 12 years ago
  49. 220c3eb memory: split cpu_physical_memory_* functions to its own include by Juan Quintela · 12 years ago
  50. 981fdf2 memory: cpu_physical_memory_set_dirty_tracking() should return void by Juan Quintela · 12 years ago
  51. a2f4d5b memory: make cpu_physical_memory_reset_dirty() take a length parameter by Juan Quintela · 12 years ago
  52. a2cd8c8 memory: s/dirty/clean/ in cpu_physical_memory_is_dirty() by Juan Quintela · 12 years ago
  53. a461e38 memory: cpu_physical_memory_clear_dirty_range() now uses bitmap operations by Juan Quintela · 12 years ago
  54. 5b9a3a5 memory: cpu_physical_memory_set_dirty_range() now uses bitmap operations by Juan Quintela · 12 years ago
  55. 1bafff0 memory: use find_next_bit() to find dirty bits by Juan Quintela · 12 years ago
  56. ace694c memory: s/mask/clear/ cpu_physical_memory_mask_dirty_range by Juan Quintela · 12 years ago
  57. 94833c8 memory: cpu_physical_memory_get_dirty() is used as returning a bool by Juan Quintela · 12 years ago
  58. 9f2c43e memory: make cpu_physical_memory_get_dirty() the main function by Juan Quintela · 12 years ago
  59. c1427a3 memory: unfold cpu_physical_memory_set_dirty_flag() by Juan Quintela · 12 years ago
  60. 4f13bb8 memory: unfold cpu_physical_memory_set_dirty() in its only user by Juan Quintela · 12 years ago
  61. 86a4958 memory: unfold cpu_physical_memory_clear_dirty_flag() in its only user by Juan Quintela · 12 years ago
  62. 1ab4c8c memory: split dirty bitmap into three by Juan Quintela · 12 years ago
  63. 164590a bitmap: Add bitmap_zero_extend operation by Juan Quintela · 12 years ago
  64. e8a97ca memory: cpu_physical_memory_clear_dirty_flag() result is never used by Juan Quintela · 12 years ago
  65. 2152f5c memory: only resize dirty bitmap when memory size increases by Juan Quintela · 12 years ago
  66. 7a5b558 memory: make sure that client is always inside range by Juan Quintela · 12 years ago
  67. 5adca7a memory: use bit 2 for migration by Juan Quintela · 12 years ago
  68. 5215919 memory: cpu_physical_memory_mask_dirty_range() always clears a single flag by Juan Quintela · 12 years ago
  69. 75218e7 memory: cpu_physical_memory_set_dirty_range() always dirty all flags by Juan Quintela · 12 years ago
  70. 63995ce memory: set single dirty flags when possible by Juan Quintela · 12 years ago
  71. 36187e2 memory: all users of cpu_physical_memory_get_dirty used only one flag by Juan Quintela · 12 years ago
  72. 4f08cab memory: make cpu_physical_memory_is_dirty return bool by Juan Quintela · 12 years ago
  73. 7e5609a exec: create function to get a single dirty bit by Juan Quintela · 12 years ago
  74. a1390db memory: create function to set a single dirty bit by Juan Quintela · 12 years ago
  75. 0656794 exec: use accessor function to know if memory is dirty by Juan Quintela · 12 years ago
  76. 78d0042 memory: cpu_physical_memory_set_dirty_range() return void by Juan Quintela · 12 years ago
  77. e2da99d memory: cpu_physical_memory_set_dirty_flags() result is never used by Juan Quintela · 12 years ago
  78. 9c22687 bitmap: use long as index by Juan Quintela · 12 years ago
  79. 2668b4b tests: Some unit tests for vmstate.c by Eduardo Habkost · 12 years ago
  80. bb1a6d8 savevm: Small comment about why timer QEMUFile/VMState code is in savevm.c by Eduardo Habkost · 12 years ago
  81. 093c455 qemu-file: Move QEMUFile code to qemu-file.c by Eduardo Habkost · 12 years ago
  82. b6fcfa5 vmstate: Move VMState code to vmstate.c by Eduardo Habkost · 12 years ago
  83. 51b7fa5 savevm.c: Coding style fix by Eduardo Habkost · 12 years ago
  84. 38ff78d savevm.c: Coding style fixes by Eduardo Habkost · 12 years ago
  85. 5cecf41 savevm: Convert all tabs to spaces by Eduardo Habkost · 12 years ago
  86. b550333 migration: Move QEMU_VM_* defines to migration/migration.h by Eduardo Habkost · 12 years ago
  87. c961514 qemu-file: Make a few functions non-static by Eduardo Habkost · 12 years ago
  88. 4059683 migration: Fix rate limit by Matthew Garrett · 12 years ago
  89. 51cf4c1 introduce MIG_STATE_CANCELLING state by Zhanghaoyu (A) · 12 years ago
  90. 6f2b811 avoid a bogus COMPLETED->CANCELLED transition by Zhanghaoyu (A) · 12 years ago
  91. dd089c0 Merge remote-tracking branch 'pmaydell/tags/pull-cocoa-20140112' into staging by Anthony Liguori · 12 years ago
  92. 42bf25a Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20140112' into staging by Anthony Liguori · 12 years ago
  93. 30ef3c7 MAINTAINERS: add myself as cocoa UI co-maintainer by Peter Maydell · 12 years ago pull-cocoa-20140112
  94. 49060c2 ui/cocoa: Remove stray tabs by Peter Maydell · 12 years ago
  95. 7d270b1 ui/cocoa: Draw black rectangle if we have no data yet by Peter Maydell · 12 years ago
  96. d3345a0 ui/cocoa: Redraw at correct size when switching surface by Peter Maydell · 12 years ago
  97. 98db429 ui/cocoa: Fix code for starting QEMU via image file load dialog by Peter Maydell · 12 years ago
  98. 5342f99 ui/cocoa: Add ".qcow2" to extension list for image load dialog by Peter Maydell · 12 years ago
  99. 01cc4e6 ui/cocoa: Send warning message to stderr, not stdout by Peter Maydell · 12 years ago
  100. 49b9bd4 ui/cocoa: Correct typos in comments and variable names by Peter Maydell · 12 years ago