1. 3c3adde Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  2. f540166 host-utils: Use __int128_t for mul[us]64 by Richard Henderson · 12 years ago
  3. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 12 years ago
  4. d77953b cpu: Move current_tb field to CPUState by Andreas Färber · 12 years ago
  5. fcd7d00 cpu: Move exit_request field to CPUState by Andreas Färber · 12 years ago
  6. 0315c31 cpu: Move running field to CPUState by Andreas Färber · 12 years ago
  7. 0d34282 cpu: Move host_tid field to CPUState by Andreas Färber · 12 years ago
  8. 453776e bitops: Remove routines redundant with host-utils by Richard Henderson · 12 years ago
  9. 0cfa6ad bitops: Write bitops_flsl in terms of clzl by Richard Henderson · 12 years ago
  10. 18331e7 hbitmap: Use non-bitops ctzl by Richard Henderson · 12 years ago
  11. 72d8115 host-utils: Fix coding style and add comments by Richard Henderson · 12 years ago
  12. 0165437 host-utils: Add host long specific aliases for clz, ctz, ctpop by Richard Henderson · 12 years ago
  13. 38dad9e qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_items by Peter Maydell · 12 years ago
  14. b946bff cpus.c: Drop unnecessary set_cpu_log() by Peter Maydell · 12 years ago
  15. 24537a0 qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log by Peter Maydell · 12 years ago
  16. 4fde1eb qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask by Peter Maydell · 12 years ago
  17. 59a6fa6 qemu-log: Abstract out "print usage message about valid log categories" by Peter Maydell · 12 years ago
  18. 9a7e542 qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename by Peter Maydell · 12 years ago
  19. 5e5f07e TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx by Evgeny Voevodin · 12 years ago
  20. ad55ab4 migration: make qemu_ftell() public and support writable files by Stefan Hajnoczi · 12 years ago
  21. 91107fd bswap: Fix width of swap in leul_to_cpu by Richard Henderson · 12 years ago
  22. e3f9fe2 cutils: unsigned int parsing functions by Eduardo Habkost · 12 years ago
  23. fbeadf5 bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl by Paolo Bonzini · 12 years ago
  24. 7b2d977 util: Fix compilation of envlist.c for MinGW by Stefan Weil · 12 years ago
  25. b76facc qom: remove object_delete by Paolo Bonzini · 12 years ago
  26. 6c232d2 qom: document reference counting of link properties by Paolo Bonzini · 12 years ago
  27. d5286af accel: change {xen, kvm, tcg, qtest}_allowed from int to bool by liguang · 12 years ago
  28. 77a5f4f Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  29. 264986e tap: multiqueue support by Jason Wang · 12 years ago
  30. e5dc0b4 tap: introduce a helper to get the name of an interface by Jason Wang · 12 years ago
  31. 16dbaf9 tap: support enabling or disabling a queue by Jason Wang · 12 years ago
  32. 1ceef9f net: multiqueue support by Jason Wang · 12 years ago
  33. f786045 net: introduce NetClientState destructor by Jason Wang · 12 years ago
  34. 6c51ae7 net: introduce qemu_find_net_clients_except() by Jason Wang · 12 years ago
  35. 948ecf2 net: intorduce qemu_del_nic() by Jason Wang · 12 years ago
  36. cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
  37. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  38. ec45f08 net: tap: using bool instead of bitfield by Jason Wang · 12 years ago
  39. 7f2039f vmdk: Allow selecting SCSI adapter in image creation by Othmar Pasteka · 12 years ago
  40. 0b08786 qemu-pixman.h: Avoid mutual inclusion loop with console.h by Peter Maydell · 12 years ago
  41. ec9466f Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  42. 503cb22 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  43. 290adf3 kvm: Pass CPUState to kvm_on_sigbus_vcpu() by Andreas Färber · 12 years ago
  44. c03c520 cpu: Unconditionalize CPUState fields by Andreas Färber · 12 years ago
  45. 1786237 qom: Introduce object_class_is_abstract() by Andreas Färber · 12 years ago
  46. 2b8c275 cpu: Add model resolution support to CPUClass by Andreas Färber · 12 years ago
  47. 54fb7bf cpus.h: Make constant smp_cores/smp_threads available on *-user by Eduardo Habkost · 12 years ago
  48. b164e48 kvm: Create kvm_arch_vcpu_id() function by Eduardo Habkost · 12 years ago
  49. d61a23b kvm: Add fake KVM_FEATURE_CLOCKSOURCE_STABLE_BIT for builds without KVM by Eduardo Habkost · 12 years ago
  50. d09acb9 fw_cfg: Splash image loader can overrun a stack variable, fix by Markus Armbruster · 12 years ago
  51. 1b09524 hbitmap: add assertion on hbitmap_iter_init by Paolo Bonzini · 12 years ago
  52. 02582ab block: Add special error code for wrong format by Stefan Weil · 12 years ago
  53. 08e4ed6 mirror: add buf-size argument to drive-mirror by Paolo Bonzini · 12 years ago
  54. eee13df mirror: allow customizing the granularity by Paolo Bonzini · 12 years ago
  55. 50717e9 block: allow customizing the granularity of the dirty bitmap by Paolo Bonzini · 12 years ago
  56. 343bded block: make round_to_clusters public by Paolo Bonzini · 12 years ago
  57. 8f0720e block: implement dirty bitmap using HBitmap by Paolo Bonzini · 12 years ago
  58. e7c033c add hierarchical bitmap data type and test cases by Paolo Bonzini · 12 years ago
  59. 4c37ef0 host-utils: add ffsl by Paolo Bonzini · 12 years ago
  60. 016c718 Merge remote-tracking branch 'quintela/thread.next' into staging by Anthony Liguori · 12 years ago
  61. 8b17ed4 Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  62. b54c287 tci: Fix broken build (regression) by Stefan Weil · 12 years ago
  63. 249fe3f cpu-defs.h: Drop qemu_work_item prototype by Andreas Färber · 12 years ago
  64. 0e7a759 vl: Use size_t for sizes in get_boot_devices_list() by Markus Armbruster · 12 years ago
  65. ddc01bf Merge remote-tracking branch 'luiz/queue/qmp' into staging by Anthony Liguori · 12 years ago
  66. 782beb5 qom: Extend documentation on QOM method concepts by Andreas Färber · 12 years ago
  67. 6522773 migration: remove argument to qemu_savevm_state_cancel by Juan Quintela · 12 years ago
  68. 76f5933 migration: move beginning stage to the migration thread by Juan Quintela · 12 years ago
  69. b9c961a migration: make function static by Paolo Bonzini · 12 years ago
  70. 84f2d0e HMP: add QDict to info callback handler by Wenchao Xia · 12 years ago
  71. 2ea9b58 aio: Fix return value of aio_poll() by Kevin Wolf · 12 years ago
  72. a4cbfe2 bswap: improve gluing by Blue Swirl · 12 years ago
  73. 2274ae9 chardev: fix QemuOpts lifecycle by Gerd Hoffmann · 12 years ago
  74. bd2d80b chardev: add error reporting for qemu_chr_new_from_opts by Gerd Hoffmann · 12 years ago
  75. 58a864d Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  76. 3e84b48 qom: Make object_resolve_path_component() path argument const by Andreas Färber · 12 years ago
  77. 9ca5892 kvm: Add fake KVM constants to avoid #ifdefs on KVM-specific code by Eduardo Habkost · 12 years ago
  78. 38d8f5c exec: Return CPUState from qemu_get_cpu() by Andreas Färber · 12 years ago
  79. 504134d kvm: Pass CPUState to kvm_init_vcpu() by Andreas Färber · 12 years ago
  80. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  81. 1b1ed8d cpu: Move numa_node field to CPUState by Andreas Färber · 12 years ago
  82. ce3960e cpu: Move nr_{cores,threads} fields to CPUState by Andreas Färber · 12 years ago
  83. da758bd Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  84. c53b1c5 block: make qiov_is_aligned() public by Stefan Hajnoczi · 12 years ago
  85. 0e848f4 build: some simplifications for "trace/Makefile.objs" by Paolo Bonzini · 12 years ago
  86. 4d45457 qemu-option: move standard option definitions out of qemu-config.c by Paolo Bonzini · 12 years ago
  87. 092bb30 pixman: fix warning by Gerd Hoffmann · 12 years ago
  88. c732a52 bswap: Rewrite cpu_to_<endian><type>u with {ld,st}<type>_<endian>_p by Richard Henderson · 12 years ago
  89. 612d590 bswap: Rewrite all ld<type>_<endian>_p functions by Richard Henderson · 12 years ago
  90. 7db2145 bswap: Add host endian unaligned access functions by Richard Henderson · 12 years ago
  91. cdfe285 bswap: Tidy base definitions of bswapN by Richard Henderson · 12 years ago
  92. fedb88b fdt: Use bswapN instead of bswap_N by Richard Henderson · 12 years ago
  93. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  94. 75a192a qemu-common.h: Make qemu_init_vcpu() stub static inline by Andreas Färber · 12 years ago
  95. 961f839 cpu: Change parent type to Device by Eduardo Habkost · 12 years ago
  96. 1e397ea softfloat: Implement uint64_to_float128 by Richard Henderson · 12 years ago
  97. 530c0bb iov: add qemu_iovec_concat_iov() by Stefan Hajnoczi · 12 years ago
  98. d027763 iov: add iov_discard_front/back() to remove data by Stefan Hajnoczi · 12 years ago
  99. 4065742 raw-posix: add raw_get_aio_fd() for virtio-blk-data-plane by Stefan Hajnoczi · 12 years ago
  100. 927fa90 Disable semaphores fallback code for OpenBSD by Brad Smith · 12 years ago