1. 7271a81 build: remove CONFIG_LIBDECNUMBER by Paolo Bonzini · 7 years ago
  2. eb584b4 disas: Always initialize read_memory_inner_func properly by Thomas Huth · 7 years ago
  3. 6970c5f pc: make sure that plugged CPUs are of the same type by Igor Mammedov · 7 years ago
  4. b021d1c memory: fix off-by-one error in memory_region_notify_one() by Maxime Coquelin · 7 years ago
  5. 076a93d exec: simplify address_space_get_iotlb_entry by Peter Xu · 7 years ago
  6. d5e5faf exec: add page_mask for flatview_do_translate by Peter Xu · 7 years ago
  7. 9cca757 char: don't skip client cleanup if 'connected' flag is unset by Daniel P. Berrange · 7 years ago
  8. 3b19f45 ide: support reporting of rotation rate by Daniel P. Berrange · 7 years ago
  9. 070f800 scsi-disk: support reporting of rotation rate by Daniel P. Berrange · 7 years ago
  10. 777d05b checkpatch: refine mode selection by Paolo Bonzini · 7 years ago
  11. a0b261d Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging by Peter Maydell · 7 years ago
  12. 1a6d375 scripts: Remove debug parameter from QEMUMachine by Eduardo Habkost · 7 years ago
  13. 0917765 scripts: Remove debug parameter from QEMUMonitorProtocol by Eduardo Habkost · 7 years ago
  14. 8af09b8 guestperf: Configure logging on all shell frontends by Eduardo Habkost · 7 years ago
  15. fb3b4e6 basevm: Call logging.basicConfig() by Eduardo Habkost · 7 years ago
  16. 43851b5 iotests: Set up Python logging by Eduardo Habkost · 7 years ago
  17. bac9608 Merge remote-tracking branch 'remotes/elmarco/tags/vus-pull-request' into staging by Peter Maydell · 7 years ago
  18. e74c0cf Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171010' into staging by Peter Maydell · 7 years ago
  19. 53a2e1b vhost-user-scsi: remove server_sock from VusDev by Marc-André Lureau · 7 years ago
  20. 62ddfba vhost-user-scsi: use libvhost-user glib helper by Marc-André Lureau · 7 years ago
  21. 8bb7ddb libvhost-user: add glib source helper by Marc-André Lureau · 7 years ago
  22. 422a268 vhost-user-scsi: use glib logging by Marc-André Lureau · 7 years ago
  23. 7fb5a56 vhost-user-scsi: simplify source handling by Marc-André Lureau · 7 years ago
  24. 3e7bd3a vhost-user-scsi: drop extra callback pointer by Marc-André Lureau · 7 years ago
  25. 49a4882 vhost-user-scsi: don't copy iscsi/scsi-lowlevel.h by Marc-André Lureau · 7 years ago
  26. ca85381 vhost-user-scsi: avoid use of iscsi_ namespace by Marc-André Lureau · 7 years ago
  27. ade9ab2 vhost-user-scsi: rename VUS types by Marc-André Lureau · 7 years ago
  28. c7226ee vhost-user-scsi: remove unimplemented functions by Marc-André Lureau · 7 years ago
  29. d0dba9f4 vhost-user-scsi: remove VUS_MAX_LUNS by Marc-André Lureau · 7 years ago
  30. a755d27 vhost-user-scsi: remove vdev_scsi_add_iscsi_lun() by Marc-André Lureau · 7 years ago
  31. fa2cd14 vhost-user-scsi: assert() in iscsi_add_lun() by Marc-André Lureau · 7 years ago
  32. 689a994 vhost-user-scsi: use NULL pointer by Marc-André Lureau · 7 years ago
  33. 245792d vhost-user-scsi: simplify unix path cleanup by Marc-André Lureau · 7 years ago
  34. 4309251 vhost-user-scsi: remove vdev_scsi_find_by_vu() by Marc-André Lureau · 7 years ago
  35. 9a6903d vhost-user-scsi: also free the gtree by Marc-André Lureau · 7 years ago
  36. b4fe56e vhost-user-scsi: glib calls that allocate don't return NULL by Marc-André Lureau · 7 years ago
  37. 3d9ad8b vhost-user-scsi: use glib allocation by Marc-André Lureau · 7 years ago
  38. 8c36ed6 vhost-user-scsi: code style fixes by Marc-André Lureau · 7 years ago
  39. 0644fe4 vhost-user-scsi: connect unix socket before allocating by Marc-André Lureau · 7 years ago
  40. b085b05 vhost-user-scsi: use g_strdup() by Marc-André Lureau · 7 years ago
  41. 19409df libvhost-user: improve vu_queue_pop() doc by Marc-André Lureau · 7 years ago
  42. eb078a9 libvhost-user: drop dependency on glib by Marc-André Lureau · 7 years ago
  43. d59a031 build-sys: make vhost-user-scsi depend on libvhost-user.a by Marc-André Lureau · 7 years ago
  44. de97cde build-sys: fix libvhost-user.a build by Marc-André Lureau · 7 years ago
  45. 8df8d52 tcg/mips: delete commented out extern keyword. by Jiang Biao · 7 years ago
  46. a505785 tcg: define TCG_HIGHWATER by Emilio G. Cota · 7 years ago
  47. 3637cf5 util: move qemu_real_host_page_size/mask to osdep.h by Emilio G. Cota · 7 years ago
  48. 619205f tcg: take .helpers out of TCGContext by Emilio G. Cota · 7 years ago
  49. 5e75150 tci: move tci_regs to tcg_qemu_tb_exec's stack by Emilio G. Cota · 7 years ago
  50. e7e168f exec-all: extract tb->tc_* into a separate struct tc_tb by Emilio G. Cota · 7 years ago
  51. 6eb062a translate-all: define and use DEBUG_TB_CHECK_GATE by Emilio G. Cota · 7 years ago
  52. dae9e03 translate-all: define and use DEBUG_TB_INVALIDATE_GATE by Emilio G. Cota · 7 years ago
  53. 67a5b5d exec-all: introduce TB_PAGE_ADDR_FMT by Emilio G. Cota · 7 years ago
  54. 424079c translate-all: define and use DEBUG_TB_FLUSH_GATE by Emilio G. Cota · 7 years ago
  55. 84f1c14 exec-all: bring tb->invalid into tb->cflags by Emilio G. Cota · 7 years ago
  56. f6bb84d tcg: consolidate TB lookups in tb_lookup__cpu_state by Emilio G. Cota · 7 years ago
  57. 7f11636 tcg: remove addr argument from lookup_tb_ptr by Emilio G. Cota · 7 years ago
  58. d453ec7 tcg/mips: constify tcg_target_callee_save_regs by Emilio G. Cota · 7 years ago
  59. e268f4c tcg/i386: constify tcg_target_callee_save_regs by Emilio G. Cota · 7 years ago
  60. 841710c cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_find by Emilio G. Cota · 7 years ago
  61. 13e1094 translate-all: make have_tb_lock static by Emilio G. Cota · 7 years ago
  62. eb5e2b9 exec-all: fix typos in TranslationBlock's documentation by Emilio G. Cota · 7 years ago
  63. 0aecede tcg: fix corruption of code_time profiling counter upon tb_flush by Emilio G. Cota · 7 years ago
  64. 83974cf cputlb: bring back tlb_flush_count under !TLB_DEBUG by Emilio G. Cota · 7 years ago
  65. 660db84 glib-compat: move G_SOURCE_CONTINUE/REMOVE there by Marc-André Lureau · 7 years ago
  66. 567d0a1 Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging by Peter Maydell · 7 years ago
  67. e0dd5fd x86: Correct translation of some rdgsbase and wrgsbase encodings by Todd Eisenberger · 7 years ago
  68. c0dd109 vl: exit if maxcpus is negative by Seeteena Thoufeek · 7 years ago
  69. 31b9352 qom: update doc comment for type_register[_static]() by Igor Mammedov · 7 years ago
  70. e5766d6 config: qemu_config_parse() return number of config groups by Eduardo Habkost · 7 years ago
  71. 3478eae qemu-options: Deprecate -nodefconfig by Eduardo Habkost · 7 years ago
  72. 1ea06c3 vl: Eliminate defconfig variable by Eduardo Habkost · 7 years ago
  73. c9cf636 machine: Add a valid_cpu_types property by Alistair Francis · 7 years ago
  74. 8301ea4 qom/cpu: move cpu_model null check to cpu_class_by_name() by Philippe Mathieu-Daudé · 7 years ago
  75. 530049b Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  76. 5121d81 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171006' into staging by Peter Maydell · 7 years ago
  77. 04829ce nvic: Add missing code for writing SHCSR.HARDFAULTPENDED bit by Peter Maydell · 7 years ago
  78. b81ac0e target/arm: Factor out "get mmuidx for specified security state" by Peter Maydell · 7 years ago
  79. fe76878 target/arm: Fix calculation of secure mm_idx values by Peter Maydell · 7 years ago
  80. 35337cc target/arm: Implement security attribute lookups for memory accesses by Peter Maydell · 7 years ago
  81. 9901c57 nvic: Implement Security Attribution Unit registers by Peter Maydell · 7 years ago
  82. d339271 target/arm: Add v8M support to exception entry code by Peter Maydell · 7 years ago
  83. 907bedb target/arm: Add support for restoring v8M additional state context by Peter Maydell · 7 years ago
  84. bfb2eb5 target/arm: Update excret sanity checks for v8M by Peter Maydell · 7 years ago
  85. bed079d target/arm: Add new-in-v8M SFSR and SFAR by Peter Maydell · 7 years ago
  86. 4e4259d target/arm: Don't warn about exception return with PC low bit set for v8M by Peter Maydell · 7 years ago
  87. cb484f9 target/arm: Warn about restoring to unaligned stack by Peter Maydell · 7 years ago
  88. 224e0c3 target/arm: Check for xPSR mismatch usage faults earlier for v8M by Peter Maydell · 7 years ago
  89. 3f0cdde target/arm: Restore SPSEL to correct CONTROL register on exception return by Peter Maydell · 7 years ago
  90. 3919e60 target/arm: Restore security state on exception return by Peter Maydell · 7 years ago
  91. de2db7e target/arm: Prepare for CONTROL.SPSEL being nonzero in Handler mode by Peter Maydell · 7 years ago
  92. 5b52239 target/arm: Don't switch to target stack early in v7M exception return by Peter Maydell · 7 years ago
  93. 8ff26a3 nvic: Clear the vector arrays and prigroup on reset by Peter Maydell · 7 years ago
  94. d858914 hw/arm/xlnx-zynqmp: Mark the "xlnx, zynqmp" device with user_creatable = false by Thomas Huth · 7 years ago
  95. 8573378 hw/sd: fix out-of-bounds check for multi block reads by Michael Olbrich · 7 years ago
  96. 77077a8 arm: Fix SMC reporting to EL2 when QEMU provides PSCI by Jan Kiszka · 7 years ago
  97. fc3fd63 Merge remote-tracking branch 'mreitz/tags/pull-block-2017-10-06' into queue-block by Kevin Wolf · 7 years ago
  98. ce960aa block/mirror: check backing in bdrv_mirror_top_flush by Vladimir Sementsov-Ogievskiy · 7 years ago
  99. 163bc39 qcow2: truncate the tail of the image file after shrinking the image by Pavel Butsykin · 7 years ago
  100. 76a2a30 qcow2: fix return error code in qcow2_truncate() by Pavel Butsykin · 7 years ago