1. f1b2bc6 filter-buffer: Add status_changed callback processing by zhanghailiang · 9 years ago
  2. 338d3f4 filter: Add 'status' property for filter object by zhanghailiang · 9 years ago
  3. 9fe7101 rocker: allow user to specify rocker world by property by Jiri Pirko · 9 years ago
  4. 031143c rocker: add name field into WorldOps ale let world specify its name by Jiri Pirko · 9 years ago
  5. 39e0c4f rocker: return -ENOMEM in case of some world alloc fails by Jiri Pirko · 9 years ago
  6. 0ab9cd9 rocker: forbid to change world type by Jiri Pirko · 9 years ago
  7. 9fbad2c net: netmap: probe netmap interface for virtio-net header by Vincenzo Maffione · 9 years ago
  8. 3a2d44f net: simplify net_init_tap_one logic by Paolo Bonzini · 9 years ago
  9. d24b2b1 MAINTAINERS: Add entries for include/net/ files by Thomas Huth · 9 years ago
  10. 5dd2d45 net: filter: correctly remove filter from the list during finalization by Jason Wang · 9 years ago
  11. 415ab35 net: ne2000: check ring buffer control registers by Prasad J Pandit · 9 years ago
  12. 97556fe Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  13. 4792b7e scsi-bus: Remove tape command from scsi_req_xfer by Alex Pyrgiotis · 9 years ago
  14. 8269fb7 kvm/irqchip: use bitmap utility for gsi tracking by Wei Yang · 9 years ago
  15. a95e9a4 MAINTAINERS: Add entry for include/sysemu/kvm*.h by Thomas Huth · 9 years ago
  16. ef00bda doc/memory.txt: correct description of MemoryRegionOps fields by Peter Maydell · 9 years ago
  17. 8210f5f doc/memory.txt: correct a logic error by xiaoqiang zhao · 9 years ago
  18. 778d9f9 icount: possible options for sleep are on or off by Pranith Kumar · 9 years ago
  19. 729633c exec: Introduce AddressSpaceDispatch.mru_section by Fam Zheng · 9 years ago
  20. 29cb533 exec: Factor out section_covers_addr by Fam Zheng · 9 years ago
  21. f1060c5 exec: Pass RAMBlock pointer to qemu_ram_free by Fam Zheng · 9 years ago
  22. 8e41fb6 memory: Drop MemoryRegion.ram_addr by Fam Zheng · 9 years ago
  23. 7ebb274 memory: Implement memory_region_get_ram_addr with mr->ram_block by Fam Zheng · 9 years ago
  24. 0a75601 memory: Move assignment to ram_block to memory_region_init_* by Fam Zheng · 9 years ago
  25. 528f46a exec: Return RAMBlock pointer from allocating functions by Fam Zheng · 9 years ago
  26. bb8f32c i8257: fix Terminal Count status by Hervé Poussineau · 9 years ago
  27. c586eac log: do not log if QEMU is daemonized but without -D by Paolo Bonzini · 9 years ago
  28. 1464ad4 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-04' into staging by Peter Maydell · 9 years ago
  29. 48eb62a qapi: Drop useless 'data' member of unions by Eric Blake · 9 years ago
  30. b1918fb chardev: Drop useless ChardevDummy type by Eric Blake · 9 years ago
  31. 10f7590 qapi: Avoid use of 'data' member of QAPI unions by Eric Blake · 9 years ago
  32. b5a1b44 ui: Shorten references into InputEvent by Eric Blake · 9 years ago
  33. 0399293 util: Shorten references into SocketAddress by Eric Blake · 9 years ago
  34. f194a1a chardev: Shorten references into ChardevBackend by Eric Blake · 9 years ago
  35. 9ee86b8 qapi: Update docs to match recent generator changes by Eric Blake · 9 years ago
  36. 4d91e91 qapi-visit: Expose visit_type_FOO_members() by Eric Blake · 9 years ago
  37. c81200b qapi: Rename 'fields' to 'members' in generated C code by Eric Blake · 9 years ago
  38. 14f00c6 qapi: Rename 'fields' to 'members' in generator by Eric Blake · 9 years ago
  39. 96a1616 qapi-dealloc: Reduce use outside of generated code by Eric Blake · 9 years ago
  40. e55250c qmp-shell: fix pretty printing of JSON responses by Daniel P. Berrange · 9 years ago
  41. 3c0f12d Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160304' into staging by Peter Maydell · 9 years ago
  42. ba63cf4 target-arm: Only trap SRS from S-EL1 if specified mode is MON by Ralf-Philipp Weinmann · 9 years ago
  43. a55c910 hw/intc/arm_gic.c: Implement GICv2 GICC_DIR by Peter Maydell · 9 years ago
  44. 9776f63 arm: boot: Support big-endian elfs by Peter Crosthwaite · 9 years ago
  45. 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
  46. 140b7ce loader: load_elf(): Add doc comment by Peter Crosthwaite · 9 years ago
  47. 04ae712 loader: add API to load elf header by Peter Crosthwaite · 9 years ago
  48. e334bd3 target-arm: implement BE32 mode in system emulation by Paolo Bonzini · 9 years ago
  49. 9886ecd target-arm: implement setend by Paolo Bonzini · 9 years ago
  50. 91cca2c target-arm: introduce tbflag for endianness by Peter Crosthwaite · 9 years ago
  51. aa6489d target-arm: a64: Add endianness support by Peter Crosthwaite · 9 years ago
  52. dacf0a2 target-arm: introduce disas flag for endianness by Paolo Bonzini · 9 years ago
  53. 12dcc32 target-arm: pass DisasContext to gen_aa32_ld*/st* by Paolo Bonzini · 9 years ago
  54. 73462dd target-arm: implement SCTLR.EE by Peter Crosthwaite · 9 years ago
  55. c3ae85f linux-user: arm: handle CPSR.E correctly in strex emulation by Paolo Bonzini · 9 years ago
  56. 9c5a746 linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE mode by Peter Crosthwaite · 9 years ago
  57. b2e62d9 arm: cpu: handle BE32 user-mode as BE by Peter Crosthwaite · 9 years ago
  58. ed50ff7 target-arm: cpu: Move cpu_is_big_endian to header by Peter Crosthwaite · 9 years ago
  59. f9fd40e target-arm: implement SCTLR.B, drop bswap_code by Paolo Bonzini · 9 years ago
  60. 49017bd linux-user: arm: pass env to get_user_code_* by Paolo Bonzini · 9 years ago
  61. a0e1e6d linux-user: arm: fix coding style for some linux-user signal functions by Paolo Bonzini · 9 years ago
  62. eab7139 bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accesses by Andrew Baumann · 9 years ago
  63. 4824a61 hw/arm/virt: Assume EL3 boot rom will handle PSCI if one is provided by Peter Maydell · 9 years ago
  64. 738a5d9 hw/arm/virt: Make first flash device Secure-only if booting secure by Peter Maydell · 9 years ago
  65. 16f4a8d hw/arm/virt: Load bios image to MemoryRegion, not physaddr by Peter Maydell · 9 years ago
  66. 76151ca loader: Add load_image_mr() to load ROM image to a MemoryRegion by Peter Maydell · 9 years ago
  67. 83ec192 hw/arm/virt: Provide a secure-only RAM if booting in Secure mode by Peter Maydell · 9 years ago
  68. 8b41c30 sdhci: Implement DeviceClass reset by Peter Maydell · 9 years ago
  69. 0719e71 sd.c: Handle NULL block backend in sd_get_inserted() by Peter Maydell · 9 years ago
  70. 71c2768 virt: Lift the maximum RAM limit from 30GB to 255GB by Peter Maydell · 9 years ago
  71. 8c4f0eb target-arm: Correct handling of writes to CPSR mode bits from gdb in usermode by Peter Maydell · 9 years ago
  72. 2d3b7c0 Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-for-2.6-1' into staging by Peter Maydell · 9 years ago
  73. f8693c2 virtio-rng: ask for more data if queue is not fully drained by Ladi Prosek · 9 years ago
  74. 60253ed rng: add request queue support to rng-random by Ladi Prosek · 9 years ago
  75. 9f14b0a rng: move request queue cleanup from RngEgd to RngBackend by Ladi Prosek · 9 years ago
  76. 74074e8 rng: move request queue from RngEgd to RngBackend by Ladi Prosek · 9 years ago
  77. 3c52ddc rng: remove the unused request cancellation code by Ladi Prosek · 9 years ago
  78. 750cf86 MAINTAINERS: Add an entry for the include/sysemu/rng*.h files by Thomas Huth · 9 years ago
  79. ed6128e Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 9 years ago
  80. 4ade054 trace: Add a proper API to manage auto-generated events from the 'tcg' property by Lluís Vilanova · 9 years ago
  81. 3d211d9 trace: Add 'vcpu' event property to trace guest vCPU by Lluís Vilanova · 9 years ago
  82. b23197f typedefs: Add CPUState by Lluís Vilanova · 9 years ago
  83. bc9beb4 trace: Add helper function to cast event arguments by Lluís Vilanova · 9 years ago
  84. 5d4e1a1 tcg: Move definition of type TCGv by Lluís Vilanova · 9 years ago
  85. 1bcea73 tcg: Add type for vCPU pointers by Lluís Vilanova · 9 years ago
  86. 56797b1 trace: Remove unnecessary intermediate event copies by Lluís Vilanova · 9 years ago
  87. 3596f52 trace: Extend API to manage event arguments by Lluís Vilanova · 9 years ago
  88. 62cb414 vl: fix tracing initialization by Denis V. Lunev · 9 years ago
  89. 4779dc1 trace: use addresses instead of offsets in memory tracepoints by Hollis Blanchard · 9 years ago
  90. 23d92d6 trace: split subpage MMIOs into their own trace events. by Hollis Blanchard · 9 years ago
  91. 2c140f5 trace: docs: "simple" backend does support strings by Hollis Blanchard · 9 years ago
  92. 6411dd1 trace: drop trailing empty strings by Greg Kurz · 9 years ago
  93. 9c279be Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160301' into staging by Peter Maydell · 9 years ago
  94. 646fd16 Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20160301-1' into staging by Peter Maydell · 9 years ago
  95. ce350f3 s390x/css: only suspend when enabled by orb by Cornelia Huck · 9 years ago
  96. d905271 MAINTAINERS: Remove entry for hw/s390x/s390-virtio-bus.[ch] by Thomas Huth · 9 years ago
  97. 6aaa681 MAINTAINERS: Remove the old s390-virtio machine by Thomas Huth · 9 years ago
  98. ce1307e s390x/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entries by Wei Yang · 9 years ago
  99. bc994b7 s390x/css: Use static initialization for channel_subsys fields by Eduardo Habkost · 9 years ago
  100. 562f5e0 s390x/css: Allocate channel_subsys statically by Eduardo Habkost · 9 years ago