1. 617ccb4 block: do not use ->total_sectors in bdrv_co_is_allocated by Paolo Bonzini · 12 years ago
  2. bdad13b block: make bdrv_co_is_allocated static by Paolo Bonzini · 12 years ago
  3. df2a6f2 block: keep bs->total_sectors up to date even for growable block devices by Paolo Bonzini · 12 years ago
  4. e641c1e cow: do not call bdrv_co_is_allocated by Paolo Bonzini · 12 years ago
  5. 26ae980 cow: make writes go at a less indecent speed by Paolo Bonzini · 12 years ago
  6. 276cbc7 cow: make reads go at a decent speed by Paolo Bonzini · 12 years ago
  7. 0ca0b0d qmp: Documentation for BLOCK_IMAGE_CORRUPTED by Max Reitz · 12 years ago
  8. fa510eb block: use BDS ref for block jobs by Fam Zheng · 12 years ago
  9. 38b54b6 nbd: use BlockDriverState refcnt by Fam Zheng · 12 years ago
  10. c0777fe xen_disk: simplify blk_disconnect with refcnt by Fam Zheng · 12 years ago
  11. 8442cfd migration: omit drive ref as we have bdrv_ref now by Fam Zheng · 12 years ago
  12. 4f6fd34 block: make bdrv_delete() static by Fam Zheng · 12 years ago
  13. 9fcb025 block: implement reference count for BlockDriverState by Fam Zheng · 12 years ago
  14. 13c91cb iscsi: use bdrv_new() instead of stack structure by Fam Zheng · 12 years ago
  15. 3d34c6c vvfat: use bdrv_new() to allocate BlockDriverState by Fam Zheng · 12 years ago
  16. a94a3fa aio / timers: fix build of test/test-aio.c on non-linux platforms by Alex Bligh · 12 years ago
  17. 68dc036 w32: Fix access to host devices (regression) by Stefan Weil · 12 years ago
  18. b2e1049 add qemu-img convert -n option (skip target volume creation) by Alexandre Derumier · 12 years ago
  19. b3f3a30 qemu-iotests: Adjust test result 039 by Max Reitz · 12 years ago
  20. 2024c1d block: Add iops_size to do the iops accounting for a given io size. by Benoît Canet · 12 years ago
  21. 3e9fab6 block: Add support for throttling burst max in QMP and the command line. by Benoît Canet · 12 years ago
  22. cc0681c block: Enable the new throttling code in the block layer. by Benoît Canet · 12 years ago
  23. f17cfe8 throttle: Add units tests by Benoît Canet · 12 years ago
  24. 5ddfffb throttle: Add a new throttling API implementing continuous leaky bucket. by Benoît Canet · 12 years ago
  25. df71316 Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging by Anthony Liguori · 12 years ago
  26. 2641689 exec: do tcg_commit only when tcg_enabled by liguang · 12 years ago
  27. 68a7439 Revert "memory: Return -1 again on reads from unsigned regions" by Jan Kiszka · 12 years ago
  28. 3bb28b72 memory: Provide separate handling of unassigned io ports accesses by Jan Kiszka · 12 years ago
  29. 8826624 exec: check offset_within_address_space for register subpage by Hu Tao · 12 years ago
  30. 098178f exec: fix writing to MMIO area with non-power-of-two length by Paolo Bonzini · 12 years ago
  31. 863a834 Update mailmap by Anthony Liguori · 12 years ago
  32. aaa6a40 Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 12 years ago
  33. bb7d4d8 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  34. 5a93d5c Merge remote-tracking branch 'mjt/trivial-patches' into staging by Anthony Liguori · 12 years ago
  35. 9ea0f58 Merge remote-tracking branch 'kraxel/usb.88' into staging by Anthony Liguori · 12 years ago
  36. 9889e04 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  37. 5cff81f Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into staging by Anthony Liguori · 12 years ago
  38. 5e891bf target-i386: Use #defines instead of magic numbers for CPUID cache info by Eduardo Habkost · 12 years ago
  39. 38fcbd3 cpu: Replace qemu_for_each_cpu() by Andreas Färber · 12 years ago
  40. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
  41. 27013bf a15mpcore: Use qemu_get_cpu() for generic timers by Andreas Färber · 12 years ago
  42. 545825d Merge branch 'tcg-next' of git://github.com/rth7680/qemu by Aurelien Jarno · 12 years ago
  43. 32f3bd6 Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu by Aurelien Jarno · 12 years ago
  44. 3207bf2 tcg/mips: only enable ext8s/ext16s ops on MIPS32R2 by Aurelien Jarno · 12 years ago
  45. df81ff5 tcg/mips: inline bswap16/bswap32 ops by Aurelien Jarno · 12 years ago
  46. 988902f tcg/mips: detect available host instructions at runtime by Aurelien Jarno · 12 years ago
  47. 6fb5874 tcg-i386: Make use of zero-extended memory helper routines by Richard Henderson · 12 years ago
  48. c8f94df tcg: Introduce zero and sign-extended versions of load helpers by Richard Henderson · 12 years ago
  49. e58eb53 exec: Split softmmu_defs.h by Richard Henderson · 12 years ago
  50. b1669e5 target: Include softmmu_exec.h where forgotten by Richard Henderson · 12 years ago
  51. 701e3a5 exec: Rename USUFFIX to LSUFFIX by Richard Henderson · 12 years ago
  52. 5bcebc2 tcg-i386: Don't perform GETPC adjustment in TCG code by Richard Henderson · 12 years ago
  53. 0f842f8 exec: Reorganize the GETRA/GETPC macros by Richard Henderson · 12 years ago
  54. c72b26e configure: Allow x32 as a host by Richard Henderson · 12 years ago
  55. d5dad3b tcg-i386: Adjust tcg_out_tlb_load for x32 by Richard Henderson · 12 years ago
  56. 357e3d8 tcg-i386: Use intptr_t appropriately by Richard Henderson · 12 years ago
  57. edee257 tcg: Fix jit debug for x32 by Richard Henderson · 12 years ago
  58. d3452f1 tcg: Use appropriate types in tcg_reg_alloc_call by Richard Henderson · 12 years ago
  59. a05b5b9 tcg: Change tcg_out_ld/st offset to intptr_t by Richard Henderson · 12 years ago
  60. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 12 years ago
  61. 48bc6ba tcg: Use uintptr_t in TCGHelperInfo by Richard Henderson · 12 years ago
  62. 2ba7fae tcg: Change relocation offsets to intptr_t by Richard Henderson · 12 years ago
  63. 2f2f244 tcg: Change memory offsets to intptr_t by Richard Henderson · 12 years ago
  64. e2c6d1b tcg: Change frame pointer offsets to intptr_t by Richard Henderson · 12 years ago
  65. 8b73d49 tcg: Define TCG_ptr properly by Richard Henderson · 12 years ago
  66. d289837 tcg: Define TCG_TYPE_PTR properly by Richard Henderson · 12 years ago
  67. 78cd7b8 tcg: Allow TCG_TARGET_REG_BITS to be specified independantly by Richard Henderson · 12 years ago
  68. 3e9bd63 tcg: Fix next_tb type in cpu_exec by Richard Henderson · 12 years ago
  69. 04d5a1d tcg: Change tcg_qemu_tb_exec return to uintptr_t by Richard Henderson · 12 years ago
  70. b93949e tcg: Change flush_icache_range arguments to uintptr_t by Richard Henderson · 12 years ago
  71. 35aa3fb qtest: Fix FMT_timeval vs time_t by Richard Henderson · 12 years ago
  72. 01547f7 tcg: Constant fold div, rem by Richard Henderson · 12 years ago
  73. 32f5717 tcg-ppc64: Implement muluh, mulsh by Richard Henderson · 12 years ago
  74. 3c9a8f1 tcg-mips: Implement mulsh, muluh by Richard Henderson · 12 years ago
  75. 0327152 tcg: Add muluh and mulsh opcodes by Richard Henderson · 12 years ago
  76. 31efd2e usb/dev-hid: Modified usb-tablet category from Misc to Input by Marcel Apfelbaum · 12 years ago
  77. bdebd6e Revert "usb-hub: report status changes only once" by Gerd Hoffmann · 12 years ago
  78. b8cbc13 usb-hub: add tracepoint for status reports by Gerd Hoffmann · 12 years ago
  79. c96c41e usb: parallelize usb3 streams by Gerd Hoffmann · 12 years ago
  80. 1556a8f uas: add property for request logging by Gerd Hoffmann · 12 years ago
  81. 5c67dd7 xhci: reset port when disabling slot by Gerd Hoffmann · 12 years ago
  82. 4d7a81c xhci: emulate intr endpoint intervals correctly by Gerd Hoffmann · 12 years ago
  83. ca71627 xhci: fix endpoint interval calculation by Gerd Hoffmann · 12 years ago
  84. 65d81ed xhci: add port to slot_address tracepoint by Gerd Hoffmann · 12 years ago
  85. 1c82392 xhci: add tracepoint for endpoint state changes by Gerd Hoffmann · 12 years ago
  86. 5219042 xhci: remove leftover debug printf by Gerd Hoffmann · 12 years ago
  87. ca0eca9 qemu-iotests: Overlapping cluster allocations by Max Reitz · 12 years ago
  88. 24530f3 qcow2_check: Mark image consistent by Max Reitz · 12 years ago
  89. afa5019 qcow2-refcount: Repair shared refcount blocks by Max Reitz · 12 years ago
  90. 7e47226 PPC: spapr: iommu: rework traces by Alexey Kardashevskiy · 12 years ago
  91. 59760f2 spapr: add "stop-self" RTAS call required to support hot CPU unplug by Alexey Kardashevskiy · 12 years ago
  92. 7bb438b PPC: KVM: Compile fix for qemu_notify_event by Alexander Graf · 12 years ago
  93. 42561bf pseries: Add H_SET_MODE hcall to change guest exception endianness by Anton Blanchard · 12 years ago
  94. 33a0e5d xics: move registration of global state to realize() by Alexey Kardashevskiy · 12 years ago
  95. f1c2dc7 spapr-pci: rework MSI/MSIX by Alexey Kardashevskiy · 12 years ago
  96. a3cedb5 target-ppc: Use #define instead of opencoding SLB valid bit by Aneesh Kumar K.V · 12 years ago
  97. 5dac82c spapr-pci: fix config space access to support bridges by Alexey Kardashevskiy · 12 years ago
  98. 779f659 target-ppc: fix bit extraction for FPBF and FPL by Aurelien Jarno · 12 years ago
  99. ad9990a ppc405_boards: Don't enforce presence of firmware for qtest by Andreas Färber · 12 years ago
  100. 0d84382 ppc405_uc: Disable debug output by Andreas Färber · 12 years ago