1. 3d34a41 Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  2. d1a0cf7 Support for TPM command line options by Stefan Berger · 12 years ago
  3. 1c8bb3c monitor: Use qemu_get_cpu() in monitor_set_cpu() by Andreas Färber · 12 years ago
  4. b4a42f8 hw: move qdev-monitor.o to toplevel directory by Paolo Bonzini · 12 years ago
  5. 6ab7e54 Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp() by Peter Maydell · 12 years ago
  6. 38dad9e qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_items by Peter Maydell · 12 years ago
  7. 24537a0 qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log by Peter Maydell · 12 years ago
  8. 4fde1eb qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask by Peter Maydell · 12 years ago
  9. 9a7e542 qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename by Peter Maydell · 12 years ago
  10. 84c4461 HMP: add sub command table to info by Wenchao Xia · 12 years ago
  11. a13ced5 HMP: move define of mon_cmds by Wenchao Xia · 12 years ago
  12. 5f3d335 HMP: add infrastructure for sub command by Wenchao Xia · 12 years ago
  13. 5f11cb0 HMP: delete info handler by Wenchao Xia · 12 years ago
  14. 84f2d0e HMP: add QDict to info callback handler by Wenchao Xia · 12 years ago
  15. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  16. 1b1ed8d cpu: Move numa_node field to CPUState by Andreas Färber · 12 years ago
  17. 7adef3b Merge remote-tracking branch 'bonzini/stub' into staging by Anthony Liguori · 12 years ago
  18. 4d45457 qemu-option: move standard option definitions out of qemu-config.c by Paolo Bonzini · 12 years ago
  19. 5178234 monitor: assert monitor_puts()'s loop invariant by Markus Armbruster · 12 years ago
  20. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  21. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  22. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  23. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
  24. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  25. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  26. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  27. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  28. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  29. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  30. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  31. 8c5cf3b target-i386: Pass X86CPU to cpu_x86_inject_mce() by Andreas Färber · 13 years ago
  32. a66a2a3 block: introduce BLOCK_JOB_READY event by Paolo Bonzini · 13 years ago
  33. ebe52b5 monitor: Prevent removing fd from set during init by Corey Bryant · 12 years ago
  34. e446f70 monitor: Enable adding an inherited fd to an fd set by Corey Bryant · 12 years ago
  35. 9ac54af monitor: Allow add-fd to any specified fd set by Corey Bryant · 12 years ago
  36. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  37. 6fd2a02 cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic by Peter Maydell · 12 years ago
  38. 05d4f2f Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  39. 97f3461 Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 12 years ago
  40. 4be403c Make target_phys_addr_t 64 bits unconditionally by Avi Kivity · 12 years ago
  41. 32c81a4 block: introduce block job error by Paolo Bonzini · 12 years ago
  42. b224e5e qapi: convert add_client by Luiz Capitulino · 12 years ago
  43. a9940fc monitor: add Error * argument to monitor_get_fd by Paolo Bonzini · 12 years ago
  44. 14df77a Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  45. 69fc255 Merge branch 'spice.v59' of git://anongit.freedesktop.org/spice/qemu by Aurelien Jarno · 12 years ago
  46. a96ed02 monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param by Nicholas Bellinger · 13 years ago
  47. ad39cf6 qapi: convert screendump by Luiz Capitulino · 13 years ago
  48. e4c8f00 qapi: convert sendkey by Amos Kong · 13 years ago
  49. 1048c88 monitor: move key_defs[] table and introduce two help functions by Amos Kong · 13 years ago
  50. 2ef20c1 hmp: rename arguments by Amos Kong · 13 years ago
  51. cd38349 monitor: rename keyname '<' to 'less' by Amos Kong · 13 years ago
  52. 2fdd16e spice migration: add QEVENT_SPICE_MIGRATE_COMPLETED by Yonit Halperin · 13 years ago
  53. 26efaca monitor: don't try to initialize json parser when monitor is HMP by Anthony Liguori · 13 years ago
  54. 58617a7 monitor: move json init from OPEN event to init by Anthony Liguori · 13 years ago
  55. b2dc64c monitor: avoid declaring unused variables by Blue Swirl · 13 years ago
  56. efb87c1 monitor: Clean up fd sets on monitor disconnect by Corey Bryant · 13 years ago
  57. adb696f block: Enable qemu_open/close to work with fd sets by Corey Bryant · 13 years ago
  58. ba1c048 qapi: Introduce add-fd, remove-fd, query-fdsets by Corey Bryant · 13 years ago
  59. 633decd Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
  60. 25df49f qmp: add SUSPEND_DISK event by Luiz Capitulino · 13 years ago
  61. de253f1 qmp: switch to the new error format on the wire by Luiz Capitulino · 13 years ago
  62. 74ee59a monitor: drop unused monitor debug code by Luiz Capitulino · 13 years ago
  63. 9e1ba4c Add migrate_set_cache_size command by Orit Wasserman · 13 years ago
  64. bbf6da3 Add migration capabilities by Orit Wasserman · 13 years ago
  65. 88affa1 monitor: remove unused do_info_trace by Harsh Prateek Bora · 13 years ago
  66. 513e6bd Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
  67. 66f27e6 monitor: Use TARGET_PRI*PHYS to avoid TARGET_PHYS_ADDR_BITS ifdef by Peter Maydell · 13 years ago
  68. 208c9d1 qapi: Convert getfd and closefd by Corey Bryant · 13 years ago
  69. afeecec Add rate limiting of RTC_CHANGE, BALLOON_CHANGE & WATCHDOG events by Daniel P. Berrange · 13 years ago
  70. 973603a Add event notification for guest balloon changes by Daniel P. Berrange · 13 years ago
  71. 4860853 Add 'query-events' command to QMP to query async events by Daniel P. Berrange · 13 years ago
  72. 9116284 hmp: fix bad value conversion for M type by Luiz Capitulino · 13 years ago
  73. 6b0e33b hmp: expr_unary(): check for overflow in strtoul()/strtoull() by Luiz Capitulino · 13 years ago
  74. b9f8978 qmp: add and use q type specifier by Paolo Bonzini · 13 years ago
  75. b85a4ec Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
  76. 6ec5dae monitor: fix client_migrate_info error handling by Yonit Halperin · 13 years ago
  77. c07c163 monitor: Remove unused bool field 'qapi' in mon_cmd_t struct by Jeff Cody · 13 years ago
  78. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  79. e59d167 monitor: Don't access registers through CPUState by Andreas Färber · 13 years ago
  80. b3e54c6 Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensa by Blue Swirl · 13 years ago
  81. 53370b7 suspend: add qmp events by Gerd Hoffmann · 13 years ago
  82. 6f382ed qmp: add DEVICE_TRAY_MOVED event by Luiz Capitulino · 13 years ago
  83. f1f5f40 Add SPICE support to add_client monitor command by Daniel P. Berrange · 13 years ago
  84. 692f737 target-xtensa: implement info tlb monitor command by Max Filippov · 13 years ago
  85. fb5458c qmp: add query-block-jobs by Stefan Hajnoczi · 13 years ago
  86. 370521a qmp: add block_job_cancel command by Stefan Hajnoczi · 13 years ago
  87. 12bd451 qmp: add block_stream command by Stefan Hajnoczi · 13 years ago
  88. 333a96e qapi: Convert change by Luiz Capitulino · 13 years ago
  89. 903a881 qerror: Extend QERR_DEVICE_ENCRYPTED by Luiz Capitulino · 13 years ago
  90. 7060b47 monitor: expose readline state by Anthony Liguori · 14 years ago
  91. 9ad5372 qapi: Convert expire_password by Luiz Capitulino · 13 years ago
  92. fbf796f qapi: Convert set_password by Luiz Capitulino · 13 years ago
  93. a6aa9d3 vnc: Simplify vnc_display_password() by Luiz Capitulino · 13 years ago
  94. d51a67b qapi: Convert human-monitor-command by Luiz Capitulino · 13 years ago
  95. ab49ab5 qapi: Convert inject-nmi by Luiz Capitulino · 13 years ago
  96. e42e818 qapi: Convert cont by Luiz Capitulino · 13 years ago
  97. 6d3962b qapi: Convert pmemsave by Luiz Capitulino · 13 years ago
  98. 0cfd6a9 qapi: Convert memsave by Luiz Capitulino · 13 years ago
  99. 22e1bb9 qapi: Complete system_powerdown conversion by Luiz Capitulino · 13 years ago
  100. c951d9a monitor: Fix file_completion() to check for stat() failure by Markus Armbruster · 13 years ago