1. d5941dd vvfat: add a label option by Wolfgang Bumiller · 10 years ago
  2. c6a8c32 util/hbitmap: Add an API to reset all set bits in hbitmap by Wen Congyang · 10 years ago
  3. 6e40b3b virtio-blk: Use blk_drain() to drain IO requests by Alexander Yarygin · 10 years ago
  4. 97b0385 block-backend: Introduce blk_drain() by Alexander Yarygin · 10 years ago
  5. 2f388b9 throttle: Check current timers before updating any_timer_armed[] by Alberto Garcia · 10 years ago
  6. f406c03 block: Let bdrv_drain_all() to call aio_poll() for each AioContext by Alexander Yarygin · 10 years ago
  7. a320697 Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-06-22' into staging by Peter Maydell · 10 years ago
  8. a0b1a66 Include monitor/monitor.h exactly where needed by Markus Armbruster · 10 years ago
  9. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  10. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  11. 4629ed1 qerror: Finally unused, clean up by Markus Armbruster · 10 years ago
  12. 485febc qmp: Wean off qerror_report() by Markus Armbruster · 10 years ago
  13. 8b53a19 tpm: Avoid qerror_report() outside QMP command handlers by Markus Armbruster · 10 years ago
  14. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  15. 75158eb qerror: Eliminate QERR_DEVICE_NOT_FOUND by Markus Armbruster · 10 years ago
  16. c6bf0f7 vl: Use error_report() for --display errors by Markus Armbruster · 10 years ago
  17. 1459407 vl: Avoid qerror_report() outside QMP command handlers by Markus Armbruster · 10 years ago
  18. 70b9433 QemuOpts: Wean off qerror_report_err() by Markus Armbruster · 10 years ago
  19. f006cf7 qdev-monitor: Propagate errors through qdev_device_add() by Markus Armbruster · 10 years ago
  20. 4caa489 qdev-monitor: Propagate errors through set_property() by Markus Armbruster · 10 years ago
  21. d282842 qdev-monitor: Convert qbus_find() to Error by Markus Armbruster · 10 years ago
  22. ed238ba qdev-monitor: Fix check for full bus by Markus Armbruster · 10 years ago
  23. a5ec494 qdev-monitor: Stop error avalanche in qbus_find_recursive() by Markus Armbruster · 10 years ago
  24. d49190c disas: Remove uses of CPU env by Peter Crosthwaite · 10 years ago
  25. 5bcda5f monitor: Split mon_get_cpu fn to remove ENV_GET_CPU by Peter Crosthwaite · 10 years ago
  26. e549d2a monitor: Fix failure path for "S" argument by Bandan Das · 10 years ago
  27. dd41eea monitor: Point to "help" command on syntax error by Bandan Das · 10 years ago
  28. ae50212 monitor: cleanup parsing of cmd name and cmd arguments by Bandan Das · 10 years ago
  29. 19f2db5 monitor: remove debug prints by Bandan Das · 10 years ago
  30. 34acbc9 qobject: Use 'bool' inside qdict by Eric Blake · 10 years ago
  31. fc48ffc qobject: Use 'bool' for qbool by Eric Blake · 10 years ago
  32. 0c8ff72 m68k: fix usp processing on interrupt entry and exception exit by Greg Ungerer · 10 years ago
  33. 2a8327e m68k: implement move to/from usp register instruction by Greg Ungerer · 10 years ago
  34. 8c52f0c m68k: implement more ColdFire 5208 interrupt controller functionality by Greg Ungerer · 10 years ago
  35. 0a3346f Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 10 years ago
  36. cb4e0f9 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  37. ad7020a target-microblaze: Remove dead code by Alistair Francis · 10 years ago
  38. 033af8e s3adsp1800: Remove the hardcoded values from the reset by Alistair Francis · 10 years ago
  39. a87310a ml605_mmu: Move the hardcoded values to the init function by Alistair Francis · 10 years ago
  40. 6fad9e9 target-microblaze: Convert pvr-full to a CPU property by Alistair Francis · 10 years ago
  41. 72e3875 target-microblaze: Convert version_mask to a CPU property by Alistair Francis · 10 years ago
  42. a88bbb0 target-microblaze: Convert endi to a CPU property by Alistair Francis · 10 years ago
  43. a6c3ed2 target-microblaze: Convert dcache-writeback to a CPU property by Alistair Francis · 10 years ago
  44. 7144612 target-microblaze: Convert use-mmu to a CPU property by Alistair Francis · 10 years ago
  45. be67e9a target-microblaze: Rename the usefpu variable by Alistair Francis · 10 years ago
  46. f44c475 target-microblaze: Disable stack protection by default by Alistair Francis · 10 years ago
  47. 4e5d45a target-microblaze: Convert use-fpu to a CPU property by Alistair Francis · 10 years ago
  48. f27183a target-microblaze: Tidy up the base-vectors property by Alistair Francis · 10 years ago
  49. 9aaaa18 target-microblaze: Allow the stack protection to be disabled by Alistair Francis · 10 years ago
  50. 8bac224 target-microblaze: Preserve the pvr registers during reset by Alistair Francis · 10 years ago
  51. 53432dc target-microblaze: Fix up indentation by Alistair Francis · 10 years ago
  52. d87636b microblaze: s3adsp: Instantiate CPU using QOM by Peter Crosthwaite · 10 years ago
  53. daeba96 qdev: Un-deprecate qdev_init_nofail() by Markus Armbruster · 10 years ago
  54. 0210afe qdev: Deprecated qdev_init() is finally unused, drop by Markus Armbruster · 10 years ago
  55. a3590da qom: Don't pass string table to object_get_enum() function by Daniel P. Berrange · 10 years ago
  56. a8e3fbe qom: Add an object_property_add_enum() helper function by Daniel P. Berrange · 10 years ago
  57. 2e4450f qom: Make enum string tables const-correct by Daniel P. Berrange · 10 years ago
  58. a31bdae qom: Add object_new_with_props() / object_new_withpropv() helpers by Daniel P. Berrange · 10 years ago
  59. bc2256c qom: Add helper function for getting user objects root by Daniel P. Berrange · 10 years ago
  60. f08f927 vl: Create (most) objects before creating chardev backends by Daniel P. Berrange · 10 years ago
  61. b9174d4 doc: Document user creatable object types in help text by Daniel P. Berrange · 10 years ago
  62. b1028b4 backends: Fix typename of 'policy' enum property in hostmem obj by Daniel P. Berrange · 10 years ago
  63. 799810f Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150619' into staging by Peter Maydell · 10 years ago
  64. a59d31a semihosting: add --semihosting-config arg sub-argument by Leon Alrae · 10 years ago
  65. cfe67ce semihosting: create SemihostingConfig structure and semihost.h by Leon Alrae · 10 years ago
  66. b58850e arm: xlnx-zynqmp: Add 2xCortexR5 CPUs by Peter Crosthwaite · 10 years ago
  67. 6396a19 arm: xlnx-zynqmp: Add boot-cpu property by Peter Crosthwaite · 10 years ago
  68. 2e5577b arm: xlnx-zynqmp: Preface CPU variables with "apu" by Peter Crosthwaite · 10 years ago
  69. d6a6b13 target-arm: Add support for Cortex-R5 by Peter Crosthwaite · 10 years ago
  70. f6bda88 target-arm: Implement PMSAv7 MPU by Peter Crosthwaite · 10 years ago
  71. 6cb0b01 target-arm: Add registers for PMSAv7 by Peter Crosthwaite · 10 years ago
  72. 3281af8 target-arm/helper.c: define MPUIR register by Peter Crosthwaite · 10 years ago
  73. b061a82 target-arm: Do not reset sysregs marked as ALIAS by Sergey Fedorov · 10 years ago
  74. decf4f8 hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation by Eric Auger · 10 years ago
  75. ba890a9 target-arm: Add the Cortex-M4 CPU by Aurelio C. Remonda · 10 years ago
  76. ffdb140 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-cocoa-20150619-1' into staging by Peter Maydell · 10 years ago
  77. 89e9429 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  78. e4a511f exec: clamp accesses against the MemoryRegionSection by Paolo Bonzini · 10 years ago
  79. 965eb2f exec: do not clamp accesses to MMIO regions by Paolo Bonzini · 10 years ago
  80. ae46e23 mc146818rtc: Reset the periodic timer on load by Paul Donohue · 10 years ago
  81. fb1a3a0 qemu-timer: Call clock reset notifiers on forward jumps by Paul Donohue · 10 years ago
  82. 397c767 tests: virtio-scsi: Add test for unaligned WRITE SAME by Fam Zheng · 10 years ago
  83. 693a3e0 ui/cocoa.m: Add machine menu items to change and eject removable drive media by John Arbuckle · 10 years ago
  84. 2707461 ui/cocoa.m: Add Reset and Power Down menu items to Machine menu by John Arbuckle · 10 years ago
  85. 1e7398a vhost: enable vhost without without MSI-X by Pankaj Gupta · 10 years ago
  86. 74de550 pci: Don't register a specialized 'config_write' if default behavior is intended by Shmulik Ladkani · 10 years ago
  87. 5ba03e2 hw/core: rebase sysbus_get_fw_dev_path() to g_strdup_printf() by Laszlo Ersek · 10 years ago
  88. 1717388 vhost_net: re-enable when cross endian by Cédric Le Goater · 10 years ago
  89. 5be7d9f vhost-net: tell tap backend about the vnet endianness by Greg Kurz · 10 years ago
  90. 4ee9b43 tap: fix non-linux build by Michael S. Tsirkin · 10 years ago
  91. 8524f1c ui/cocoa.m: Add Machine menu with pause and resume menu items by John Arbuckle · 10 years ago
  92. 473a494 q35: Re-enable FDC on pc-q35-2.3 and older by Eduardo Habkost · 10 years ago
  93. ff5397b scripts: Add support for path as argument of qom-tree by Martin Cerveny · 10 years ago
  94. 53f77e4 tests: Use qtest_add_data_func() consistently by Andreas Färber · 10 years ago
  95. 6bc5cf9 qdev: Free property names after registering gpio aliases by Eduardo Habkost · 10 years ago
  96. 1590d26 qom: strdup() target property name on object_property_add_alias() by Eduardo Habkost · 10 years ago
  97. 8ffe756 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-06-18' into staging by Peter Maydell · 10 years ago
  98. e1d4210 qapi-types: Bury code dead since commit 6b5abc7 by Markus Armbruster · 10 years ago
  99. c5ecd7e qapi-types: Split generate_fwd_builtin() off generate_fwd_struct() by Markus Armbruster · 10 years ago
  100. ae0a7a1 qapi-types: Drop unused members parameters by Markus Armbruster · 10 years ago