1. 6b9911d memory: remove memory_region_set_fd by Marc-André Lureau · 8 years ago
  2. fea617c Add memory_region_init_ram_from_fd() by Marc-André Lureau · 8 years ago
  3. 38b3362 exec: split qemu_ram_alloc_from_file() by Marc-André Lureau · 8 years ago
  4. 252a7a6 hw/intc/arm_gicv3_its: Allow save/restore by Eric Auger · 8 years ago
  5. cddafd8 hw/intc/arm_gicv3_its: Implement state save/restore by Eric Auger · 8 years ago
  6. 556969e kvm-all: Pass an error object to kvm_device_access by Eric Auger · 8 years ago
  7. d1bb099 timer.h: Provide better monotonic time by Pranith Kumar · 8 years ago
  8. a2f2f62 hw/arm/exynos: Move DRAM initialization next boards by Krzysztof Kozlowski · 8 years ago
  9. 735286a Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170613' into staging by Peter Maydell · 8 years ago
  10. 9746211 Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170609' into staging by Peter Maydell · 8 years ago
  11. 8e3cf49 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 8 years ago
  12. 6666c96 migration: Move migration.h to migration/ by Juan Quintela · 8 years ago
  13. c4b63b7 migration: Move remaining exported functions to migration/misc.h by Juan Quintela · 8 years ago
  14. 84a899d migration: create global_state.c by Juan Quintela · 8 years ago
  15. 2ce3bf1 migration: ram_control_* are implemented in qemu_file by Juan Quintela · 8 years ago
  16. da6f179 migration: Commands are only used inside migration.c by Juan Quintela · 8 years ago
  17. c3d2e2e migration: Move constants to savevm.h by Juan Quintela · 8 years ago
  18. b772274 migration: Move dump_vmsate_json_to_file() to misc.h by Juan Quintela · 8 years ago
  19. f2a8f0a migration: Split registration functions from vmstate.h by Juan Quintela · 8 years ago
  20. f8d806c migration: Move self_announce_delay() to misc.h by Juan Quintela · 8 years ago
  21. f4f3082 Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170608' into staging by Peter Maydell · 8 years ago
  22. 9bba618 Merge remote-tracking branch 'remotes/elmarco/tags/char-pull-request' into staging by Peter Maydell · 8 years ago
  23. 5930809 Revert "spapr: fix memory hot-unplugging" by Laurent Vivier · 8 years ago
  24. b1fd36c xics: drop ICPStateClass::cpu_setup() handler by Greg Kurz · 8 years ago
  25. 9ed6566 xics: setup cpu at realize time by Greg Kurz · 8 years ago
  26. 100f738 xics: pass appropriate types to realize() handlers. by Greg Kurz · 8 years ago
  27. ad26563 xics: introduce macros for ICP/ICS link properties by Greg Kurz · 8 years ago
  28. bc277a5 hw/pcie: fix the generic pcie root port to support migration by Marcel Apfelbaum · 8 years ago
  29. d203c64 char: fix alias devices regression by Marc-André Lureau · 8 years ago
  30. a4d4edc xics: add reset() handler to ICPStateClass by Greg Kurz · 8 years ago
  31. 7980833 spapr: Rework DRC name handling by David Gibson · 8 years ago
  32. 0be4e88 spapr: Change DRC attach & detach methods to functions by David Gibson · 8 years ago
  33. cd74d27 spapr: Clean up handling of DR-indicator by David Gibson · 8 years ago
  34. f224d35 spapr: Clean up DR entity sense handling by David Gibson · 8 years ago
  35. be41c10 nbd/client.c: use errp instead of LOG by Vladimir Sementsov-Ogievskiy · 8 years ago
  36. f260956 nbd: add errp parameter to nbd_wr_syncv() by Vladimir Sementsov-Ogievskiy · 8 years ago
  37. bd618ea qtest: add rtc periodic timer test by Xiao Guangrong · 8 years ago
  38. e02bbe1 Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170606' into staging by Peter Maydell · 8 years ago
  39. a65afaa Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging by Peter Maydell · 8 years ago
  40. 4e19b57 s390x/css: fence off MIDA by Cornelia Huck · 8 years ago
  41. 1693ea1 spapr: Eliminate spapr_drc_get_type_str() by David Gibson · 8 years ago
  42. b8fdd53 spapr: Move configure-connector state into DRC by David Gibson · 8 years ago
  43. fbf5539 spapr: Clean up spapr_dr_connector_by_*() by David Gibson · 8 years ago
  44. 2d33581 spapr: Introduce DRC subclasses by David Gibson · 8 years ago
  45. 0b55aa9 spapr: Make DRC get_index and get_type methods into plain functions by David Gibson · 8 years ago
  46. 4f65ce0 spapr: Abolish DRC set_configured method by David Gibson · 8 years ago
  47. 88af6ea spapr: Abolish DRC get_fdt method by David Gibson · 8 years ago
  48. 75e972d migration: Mark CPU states dirty before incoming migration/loadvm by David Gibson · 8 years ago
  49. 1b6e748 migration: remove register_savevm() by Laurent Vivier · 8 years ago
  50. 15f8b14 numa: move numa_node from CPUState into target specific classes by Igor Mammedov · 8 years ago
  51. a0ceb64 numa: consolidate cpu_preplug fixups/checks for pc/arm/spapr by Igor Mammedov · 8 years ago
  52. 1f43571 pc: Use "min-[x]level" on compat_props by Eduardo Habkost · 8 years ago
  53. 6f16531 tb-hash: improve tb_jmp_cache hash function in user mode by Emilio G. Cota · 8 years ago
  54. cedbcb0 tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr by Emilio G. Cota · 8 years ago
  55. 374aae6 qemu/atomic: Loosen restrictions for 64-bit ILP32 hosts by Richard Henderson · 8 years ago
  56. 199e19e Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging by Peter Maydell · 8 years ago
  57. cb8b8ef Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into staging by Peter Maydell · 8 years ago
  58. 2283adf hw/mips: add missing include by Philippe Mathieu-Daudé · 8 years ago
  59. e8758b6 trivial: Remove unneeded ifndef in memory.h by Juan Quintela · 8 years ago
  60. 020e571 vhost: rework IOTLB messaging by Maxime Coquelin · 8 years ago
  61. fc58bd0 vhost: propagate errors in vhost_device_iotlb_miss() by Maxime Coquelin · 8 years ago
  62. d47a851 Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170601' into staging by Peter Maydell · 8 years ago
  63. 1ce2610 char: make chr_fe_deinit() optionaly delete backend by Marc-André Lureau · 8 years ago
  64. 4d43a60 char: move CharBackend handling in char-fe unit by Marc-André Lureau · 8 years ago
  65. 7566c6e chardev: serial & parallel declaration to own headers by Marc-André Lureau · 8 years ago
  66. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  67. 2c9e6fe migration: Move include/migration/block.h into migration/ by Juan Quintela · 8 years ago
  68. 7b1e1a2 migration: Export ram.c functions in its own file by Juan Quintela · 8 years ago
  69. 5e22479 migration: Create include for migration snapshots by Juan Quintela · 8 years ago
  70. e1a3ece migration: Export rdma.c functions in its own file by Juan Quintela · 8 years ago
  71. 41d6422 migration: Export tls.c functions in its own file by Juan Quintela · 8 years ago
  72. 61e8b14 migration: Export socket.c functions in its own file by Juan Quintela · 8 years ago
  73. 7fcac4a migration: Export fd.c functions in its own file by Juan Quintela · 8 years ago
  74. f4dbe1b migration: Export exec.c functions in its own file by Juan Quintela · 8 years ago
  75. 08a0aee migration: Split qemu-file.h by Juan Quintela · 8 years ago
  76. 107da9a migration: Remove unneeded includes of migration/vmstate.h by Juan Quintela · 8 years ago
  77. c2355ad migration: loadvm handlers are not used by Juan Quintela · 8 years ago
  78. 43771d5 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-05-31' into staging by Peter Maydell · 8 years ago
  79. e5cac10 Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170531' into staging by Peter Maydell · 8 years ago
  80. 066ae4f Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging by Peter Maydell · 8 years ago
  81. 8339fa2 qapi: Document visit_type_any() issues with keyval input by Markus Armbruster · 8 years ago
  82. 20a519a migration: Create savevm.h for functions exported from savevm.c by Juan Quintela · 8 years ago
  83. 0748b35 Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging by Stefan Hajnoczi · 8 years ago
  84. a3203e7 Merge remote-tracking branch 'mst/tags/for_upstream' into staging by Stefan Hajnoczi · 8 years ago
  85. 7b6badb Merge remote-tracking branch 'jtc/tags/block-pull-request' into staging by Stefan Hajnoczi · 8 years ago
  86. 5bb0d22 Merge remote-tracking branch 'dgibson/tags/ppc-for-2.10-20170525' into staging by Stefan Hajnoczi · 8 years ago
  87. d0eda02 Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into staging by Stefan Hajnoczi · 8 years ago
  88. 03c320d block/file-*: *_parse_filename() and colons by Max Reitz · 8 years ago
  89. 75ebec1 virtio_net: Bypass backends for MTU feature negotiation by Maxime Coquelin · 8 years ago
  90. c10595f intel_iommu: turn off pt before 2.9 by Peter Xu · 8 years ago
  91. dbaabb2 intel_iommu: support passthrough (PT) by Peter Xu · 8 years ago
  92. ad52359 memory: remove the last param in memory_region_iommu_replay() by Peter Xu · 8 years ago
  93. bf55b7a memory: tune last param of iommu_ops.translate() by Peter Xu · 8 years ago
  94. fcdcf1e util: drop old utimensat() compat code by Greg Kurz · 8 years ago
  95. 3183472 hw/ppc: removing drc->detach_cb and drc->detach_cb_opaque by Daniel Henrique Barboza · 8 years ago
  96. 0cffce5 hw/ppc/spapr.c: adding pending_dimm_unplugs to sPAPRMachineState by David Gibson · 8 years ago
  97. eb05e01 blockjob: use deferred_to_main_loop to indicate the coroutine has ended by Paolo Bonzini · 8 years ago
  98. f321dcb blockjob: introduce block_job_pause/resume_all by Paolo Bonzini · 8 years ago
  99. 05b0d8e blockjob: introduce block_job_early_fail by Paolo Bonzini · 8 years ago
  100. 9f086ab blockjob: remove iostatus_reset callback by Paolo Bonzini · 8 years ago