1. 3b1dbd1 qmp: Allow block_resize to manipulate bs graph nodes. by Benoît Canet · 11 years ago
  2. 212a5a8 block: Create authorizations mechanism for external snapshot and resize. by Benoît Canet · 11 years ago
  3. 12d3ba8 qmp: Allow to change password on named block driver states. by Benoît Canet · 11 years ago
  4. c13163f qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes. by Benoît Canet · 11 years ago
  5. 6913c0c block: Allow the user to define "node-name" option both on command line and QMP. by Benoît Canet · 11 years ago
  6. dc364f4 block: Add bs->node_name to hold the name of a bs node of the bs graph. by Benoît Canet · 11 years ago
  7. c8059b9 qapi: Add "backing" to BlockStats by Fam Zheng · 11 years ago
  8. d8a7b06 vmdk: Fix format specific information (create type) for streamOptimized by Fam Zheng · 11 years ago
  9. 6df3bf8 drive mirror:fix memory leak by Zhang Min · 11 years ago
  10. 9cd7673 sheepdog: fix 'qemu-img map' by Liu Yuan · 11 years ago
  11. 0e3bd99 Documentation: qemu-img: Mention SIGUSR1 progress report by Kevin Wolf · 11 years ago
  12. 3c4b4e3 qemu-progress: Fix progress printing on SIGUSR1 by Kevin Wolf · 11 years ago
  13. e69968d qemu-progress: Drop unused include by Kevin Wolf · 11 years ago
  14. 34ceed8 vmdk: Check for overhead when opening by Fam Zheng · 11 years ago
  15. 46bae92 qcow2: fix wrong value of L1E_OFFSET_MASK, L2E_OFFSET_MASK and REFT_OFFSET_MASK by Hu Tao · 11 years ago
  16. 385c04d dataplane: fix shadowed return value by Stefan Hajnoczi · 11 years ago
  17. d80ac65 block: fix backing file segfault by Peter Feiner · 11 years ago
  18. 91f84f6 iotests: Test file format nesting by Max Reitz · 11 years ago
  19. 30bd6a4 iotests: Test new blkdebug/blkverify interface by Max Reitz · 11 years ago
  20. 3fb1177 tests: Add test for qdict_flatten() by Max Reitz · 11 years ago
  21. be33134 tests: Add test for qdict_array_split() by Max Reitz · 11 years ago
  22. fd0fee3 qemu-io: Make filename optional by Max Reitz · 11 years ago
  23. 1bf20b8 qapi: QMP interface for blkdebug and blkverify by Max Reitz · 11 years ago
  24. 8592a54 qapi: Add "errno" to the list of polluted words by Max Reitz · 11 years ago
  25. 22511ad blkverify: Don't require protocol filename by Max Reitz · 11 years ago
  26. 70b6198 blkverify: Allow command-line configuration by Max Reitz · 11 years ago
  27. 4373593 blkdebug: Allow command-line file configuration by Max Reitz · 11 years ago
  28. d095b46 blockdev: Move "file" to legacy_opts by Max Reitz · 11 years ago
  29. 505d758 block: Allow recursive "file"s by Max Reitz · 11 years ago
  30. 054963f block: Use bdrv_open_image() in bdrv_open() by Max Reitz · 11 years ago
  31. da557aa block: Add bdrv_open_image() by Max Reitz · 11 years ago
  32. 2a05cbe block: Allow block devices without files by Max Reitz · 11 years ago
  33. 2258e3f block: Pass reference to bdrv_file_open() by Max Reitz · 11 years ago
  34. 72daa72 block: Allow reference for bdrv_file_open() by Max Reitz · 11 years ago
  35. 89f2b21 blkdebug: Use command-line in read_config() by Max Reitz · 11 years ago
  36. 85a040e blkdebug: Always call read_config() by Max Reitz · 11 years ago
  37. adf5c44 qemu-option: Add qemu_config_parse_qdict() by Max Reitz · 11 years ago
  38. 9f23fc0 qapi: extend qdict_flatten() for QLists by Max Reitz · 11 years ago
  39. 05a8c22 qdict: Add qdict_array_split() by Max Reitz · 11 years ago
  40. d4881b9 blkdebug: Don't require sophisticated filename by Max Reitz · 11 years ago
  41. 466b49f blkdebug: Use errp for read_config() by Max Reitz · 11 years ago
  42. 4694020 qemu-io: add command completion by Stefan Hajnoczi · 11 years ago
  43. 0cf17e1 qemu-io: use readline.c by Stefan Hajnoczi · 11 years ago
  44. 13401ba osdep: add qemu_set_tty_echo() by Stefan Hajnoczi · 11 years ago
  45. 0150cd8 readline: move readline to a generic location by Stefan Hajnoczi · 11 years ago
  46. c60bf33 readline: decouple readline from the monitor by Stefan Hajnoczi · 11 years ago
  47. 585ea0c vmdk: Fix big flat extent IO by Fam Zheng · 11 years ago
  48. 7fa9e1f docs: qcow2 compat=1.1 is now the default by Stefan Hajnoczi · 11 years ago
  49. b7fcff0 qtest: Fix the bug about disable vnc causes "make check" fail by Kewei Yu · 11 years ago
  50. 9f23fce sheepdog: fix clone operation by 'qemu-img create -b' by Liu Yuan · 11 years ago
  51. cf7f616 gluster: Add support for creating zero-filled image by Bharata B Rao · 11 years ago
  52. 7c81537 gluster: Implement .bdrv_co_write_zeroes for gluster by Bharata B Rao · 11 years ago
  53. 15744b0 gluster: Convert aio routines into coroutines by Bharata B Rao · 11 years ago
  54. 9239711 block/iscsi: return -ENOMEM if an async call fails immediately by Peter Lieven · 11 years ago
  55. 487c191 qemu-iotests: Clean up all extents for vmdk by Fam Zheng · 11 years ago
  56. d2329f2 qemu-iotests: Add _unsupported_imgopts for vmdk subformats by Fam Zheng · 11 years ago
  57. 2c77f52 qemu-iotests: Introduce _unsupported_imgopts by Fam Zheng · 11 years ago
  58. e04fb07 rbd: switch from pipe to QEMUBH completion notification by Stefan Hajnoczi · 11 years ago
  59. 732c66c Revert "error: Don't use error_report() for assertion msgs." by Peter Crosthwaite · 11 years ago
  60. 3dbe85b tests: Add libqemustub to qom-interface-check by Peter Crosthwaite · 11 years ago
  61. 1cf892c SPARC: Fix LEON3 power down instruction by Sebastian Huber · 11 years ago
  62. d32934c error: Don't use error_report() for assertion msgs. by Peter Crosthwaite · 11 years ago
  63. 133fe77 Merge remote branch 'luiz/queue/qmp' into qmpq by Edgar E. Iglesias · 11 years ago
  64. 73c6945 Microblaze: Convert Microblaze-pic handling to GPIOs by Alistair Francis · 11 years ago
  65. 83e6813 target-arm: Switch ARMCPUInfo arrays to use terminator entries by Peter Maydell · 11 years ago
  66. b54f18b Merge remote-tracking branch 'quintela/tags/migration/20140113' into staging by Anthony Liguori · 11 years ago
  67. aa8dc04 migration: synchronize memory bitmap 64bits at a time by Juan Quintela · 11 years ago
  68. 791fa2a ram: split function that synchronizes a range by Juan Quintela · 11 years ago
  69. ae2810c memory: syncronize kvm bitmap using bitmaps operations by Juan Quintela · 11 years ago
  70. 5ff7fb7 memory: move bitmap synchronization to its own function by Juan Quintela · 11 years ago
  71. c9dd46f kvm: refactor start address calculation by Juan Quintela · 11 years ago
  72. 747afd5 kvm: use directly cpu_physical_memory_* api for tracking dirty pages by Juan Quintela · 11 years ago
  73. 12291ec memory: unfold memory_region_test_and_clear() by Juan Quintela · 11 years ago
  74. 220c3eb memory: split cpu_physical_memory_* functions to its own include by Juan Quintela · 11 years ago
  75. 981fdf2 memory: cpu_physical_memory_set_dirty_tracking() should return void by Juan Quintela · 11 years ago
  76. a2f4d5b memory: make cpu_physical_memory_reset_dirty() take a length parameter by Juan Quintela · 11 years ago
  77. a2cd8c8 memory: s/dirty/clean/ in cpu_physical_memory_is_dirty() by Juan Quintela · 11 years ago
  78. a461e38 memory: cpu_physical_memory_clear_dirty_range() now uses bitmap operations by Juan Quintela · 11 years ago
  79. 5b9a3a5 memory: cpu_physical_memory_set_dirty_range() now uses bitmap operations by Juan Quintela · 11 years ago
  80. 1bafff0 memory: use find_next_bit() to find dirty bits by Juan Quintela · 11 years ago
  81. ace694c memory: s/mask/clear/ cpu_physical_memory_mask_dirty_range by Juan Quintela · 11 years ago
  82. 94833c8 memory: cpu_physical_memory_get_dirty() is used as returning a bool by Juan Quintela · 11 years ago
  83. 9f2c43e memory: make cpu_physical_memory_get_dirty() the main function by Juan Quintela · 11 years ago
  84. c1427a3 memory: unfold cpu_physical_memory_set_dirty_flag() by Juan Quintela · 11 years ago
  85. 4f13bb8 memory: unfold cpu_physical_memory_set_dirty() in its only user by Juan Quintela · 11 years ago
  86. 86a4958 memory: unfold cpu_physical_memory_clear_dirty_flag() in its only user by Juan Quintela · 11 years ago
  87. 1ab4c8c memory: split dirty bitmap into three by Juan Quintela · 11 years ago
  88. 164590a bitmap: Add bitmap_zero_extend operation by Juan Quintela · 11 years ago
  89. e8a97ca memory: cpu_physical_memory_clear_dirty_flag() result is never used by Juan Quintela · 11 years ago
  90. 2152f5c memory: only resize dirty bitmap when memory size increases by Juan Quintela · 11 years ago
  91. 7a5b558 memory: make sure that client is always inside range by Juan Quintela · 11 years ago
  92. 5adca7a memory: use bit 2 for migration by Juan Quintela · 11 years ago
  93. 5215919 memory: cpu_physical_memory_mask_dirty_range() always clears a single flag by Juan Quintela · 11 years ago
  94. 75218e7 memory: cpu_physical_memory_set_dirty_range() always dirty all flags by Juan Quintela · 11 years ago
  95. 63995ce memory: set single dirty flags when possible by Juan Quintela · 11 years ago
  96. 36187e2 memory: all users of cpu_physical_memory_get_dirty used only one flag by Juan Quintela · 11 years ago
  97. 4f08cab memory: make cpu_physical_memory_is_dirty return bool by Juan Quintela · 11 years ago
  98. 7e5609a exec: create function to get a single dirty bit by Juan Quintela · 11 years ago
  99. a1390db memory: create function to set a single dirty bit by Juan Quintela · 11 years ago
  100. 0656794 exec: use accessor function to know if memory is dirty by Juan Quintela · 11 years ago