1. a53f1a9 block: get_block_status: use "else" when testing the opposite condition by Paolo Bonzini · 10 years ago
  2. ab53c44 qemu-iotests: Test unaligned sub-block zero write by Fam Zheng · 10 years ago
  3. 9eeb6dd block: Fix NULL deference for unaligned write if qiov is NULL by Fam Zheng · 10 years ago
  4. d01c07f Revert "block: Fix unaligned zero write" by Fam Zheng · 10 years ago
  5. 459b4e6 block: align bounce buffers to page by Denis V. Lunev · 10 years ago
  6. 4196d2f block: minimal bounce buffer alignment by Denis V. Lunev · 10 years ago
  7. eaf5fe2 block: return EPERM on writes or discards to read-only devices by Paolo Bonzini · 10 years ago
  8. fd0e605 configure: Add workaround for ccache and clang by John Snow · 10 years ago
  9. bbbf2e0 configure: silence glib unknown attribute __alloc_size__ by John Snow · 10 years ago
  10. 93b2586 configure: factor out supported flag check by John Snow · 10 years ago
  11. e4a7b34 configure: handle clang -nopie argument warning by Stefan Hajnoczi · 10 years ago
  12. ddd2ef2 block/parallels: improve image writing performance further by Denis V. Lunev · 10 years ago
  13. 19f5dc1 block/parallels: optimize linear image expansion by Denis V. Lunev · 10 years ago
  14. d617901 block/parallels: add prealloc-mode and prealloc-size open paramemets by Denis V. Lunev · 10 years ago
  15. 0d31c7c block/parallels: delay writing to BAT till bdrv_co_flush_to_os by Denis V. Lunev · 10 years ago
  16. 2d68e22 block/parallels: create bat_entry_off helper by Denis V. Lunev · 10 years ago
  17. 6953d92 block/parallels: improve image reading performance by Denis V. Lunev · 10 years ago
  18. a6be831 iotests, parallels: check for incorrectly closed image in tests by Denis V. Lunev · 10 years ago
  19. 6dd6b9f block/parallels: implement incorrect close detection by Denis V. Lunev · 10 years ago
  20. 49ad646 block/parallels: implement parallels_check method of block driver by Denis V. Lunev · 10 years ago
  21. 23d6bd3 block/parallels: move parallels_open/probe to the very end of the file by Denis V. Lunev · 10 years ago
  22. 9eae9cc block/parallels: read parallels image header and BAT into single buffer by Denis V. Lunev · 10 years ago
  23. dd97cdc block/parallels: keep BAT bitmap data in little endian in memory by Denis V. Lunev · 10 years ago
  24. 555cc9d block/parallels: create bat2sect helper by Denis V. Lunev · 10 years ago
  25. 369f7de block/parallels: rename catalog_ names to bat_ by Denis V. Lunev · 10 years ago
  26. cc5690f parallels: change copyright information in the image header by Denis V. Lunev · 10 years ago
  27. ca9c4e0 iotests, parallels: test for newly created parallels image via qemu-img by Denis V. Lunev · 10 years ago
  28. 74cf6c5 block/parallels: support parallels image creation by Denis V. Lunev · 10 years ago
  29. 50ffd8f iotests, parallels: test for write into Parallels image by Denis V. Lunev · 10 years ago
  30. 5a41e1f block/parallels: _co_writev callback for Parallels format by Denis V. Lunev · 10 years ago
  31. d0e61ce block/parallels: mark parallels format driver as zero inited by Denis V. Lunev · 10 years ago
  32. 912f312 block/parallels: replace magic constants 4, 64 with proper sizeofs by Denis V. Lunev · 10 years ago
  33. 481fb9c block/parallels: provide _co_readv routine for parallels format driver by Denis V. Lunev · 10 years ago
  34. dd3bed1 block/parallels: add get_block_status by Roman Kagan · 10 years ago
  35. 9de9da1 block/parallels: read up to cluster end in one go by Roman Kagan · 10 years ago
  36. 2944256 block/parallels: switch to bdrv_read by Roman Kagan · 10 years ago
  37. 0789890 block/parallels: rename parallels_header to ParallelsHeader by Denis V. Lunev · 10 years ago
  38. d134cf7 iotests, parallels: quote TEST_IMG in 076 test to be path-safe by Denis V. Lunev · 10 years ago
  39. 9e549d3 Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150520-1' into staging by Peter Maydell · 10 years ago
  40. 0ef705a qemu-sockets: Report explicit error if unlink fails by Cole Robinson · 10 years ago
  41. bc11904 vnc: Tweak error when init fails by Cole Robinson · 10 years ago
  42. 3d00ac1 vnc: Don't assert if opening unix socket fails by Cole Robinson · 10 years ago
  43. 2b2c1a3 ui: remove check for failure of qemu_acl_init() by Daniel P. Berrange · 10 years ago
  44. 274c3b5 Strip brackets from vnc host by Ján Tomko · 10 years ago
  45. eba05e9 Merge remote-tracking branch 'remotes/kraxel/tags/pull-serial-20150519-1' into staging by Peter Maydell · 10 years ago
  46. a48da7b serial: fix multi-pci card error cleanup. by Gerd Hoffmann · 10 years ago
  47. fdbe454 Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150519-1' into staging by Peter Maydell · 10 years ago
  48. 176c324 vga-pci: QOMify by Gonglei · 10 years ago
  49. c69f6c7 qxl: QOMify by Gonglei · 10 years ago
  50. d338bae cirrus_vga: QOMify by Gonglei · 10 years ago
  51. faa261a Merge remote-tracking branch 'remotes/pmaydell/tags/pull-cocoa-20150519' into staging by Peter Maydell · 10 years ago
  52. b4c6a11 ui/cocoa: Add console items to the View menu by Programmingkid · 10 years ago
  53. 8617989 ui/cocoa: Avoid deprecated NSOKButton/NSCancelButton constants by Peter Maydell · 10 years ago
  54. 81801ae ui/cocoa: Don't use NSWindow useOptimizedDrawing on OSX 10.10 and up by Peter Maydell · 10 years ago
  55. 2a4c8c5 ui/cocoa: Declare that QemuCocoaAppController implements NSApplicationDelegate by Peter Maydell · 10 years ago
  56. de1aade ui/cocoa: openPanelDidEnd returnCode should be NSInteger, not int by Peter Maydell · 10 years ago
  57. 89424ff ui/cocoa: Remove compatibility ifdefs for OSX 10.4 by Peter Maydell · 10 years ago
  58. b63901d ui/cocoa: Drop tests for CGImageCreateWithImageInRect support by Peter Maydell · 10 years ago
  59. 4e34017 Makefile.target: set icon for binary file on Mac OS X by Programmingkid · 10 years ago
  60. 43227af ui/cocoa: Make -full-screen option work on Mac OS X by Programmingkid · 10 years ago
  61. 5d1b2ee ui/cocoa: Fix several full screen issues on Mac OS X by Programmingkid · 10 years ago
  62. 62bf3df Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150518-3' into staging by Peter Maydell · 10 years ago
  63. 18084b2 target-arm: Remove unneeded '+' by Edgar E. Iglesias · 10 years ago
  64. b65c08e target-arm: Correct accessfn for CNTV_TVAL_EL0 by Edgar E. Iglesias · 10 years ago
  65. 12cde08 target-arm: Correct accessfn for CNTP_{CT}VAL_EL0 by Edgar E. Iglesias · 10 years ago
  66. 06fbb2f target-arm: Add WFx syndrome function by Greg Bellows · 10 years ago
  67. 88e8add target-arm: Add EL3 and EL2 TCR checking by Greg Bellows · 10 years ago
  68. aef878b target-arm: Add TTBR regime function and use by Greg Bellows · 10 years ago
  69. d82322e linux-user/arm: Correct TARGET_NR_timerfd to TARGET_NR_timerfd_create by Timothy Baldwin · 10 years ago
  70. 082587b arm: xlnx-ep108: Add bootloading by Peter Crosthwaite · 10 years ago
  71. b79b9d2 arm: xlnx-ep108: Add external RAM by Peter Crosthwaite · 10 years ago
  72. 859a0c5 arm: Add xlnx-ep108 machine by Peter Crosthwaite · 10 years ago
  73. 3bade2a arm: xlnx-zynqmp: Add UART support by Peter Crosthwaite · 10 years ago
  74. 8ae57b2 char: cadence_uart: Split state struct and type into header by Peter Crosthwaite · 10 years ago
  75. e86da3c char: cadence_uart: Clean up variable names by Peter Crosthwaite · 10 years ago
  76. 14ca2e4 arm: xlnx-zynqmp: Add GEM support by Peter Crosthwaite · 10 years ago
  77. f49856d net: cadence_gem: Split state struct and type into header by Peter Crosthwaite · 10 years ago
  78. 448f19e net: cadence_gem: Clean up variable names by Peter Crosthwaite · 10 years ago
  79. bf4cb10 arm: xlnx-zynqmp: Connect CPU Timers to GIC by Peter Crosthwaite · 10 years ago
  80. 7729e1f arm: xlnx-zynqmp: Add GIC by Peter Crosthwaite · 10 years ago
  81. f0a902f arm: Introduce Xilinx ZynqMP SoC by Peter Crosthwaite · 10 years ago
  82. e353102 target-arm: cpu64: Add support for Cortex-A53 by Peter Crosthwaite · 10 years ago
  83. ee80426 target-arm: cpu64: generalise name of A57 regs by Peter Crosthwaite · 10 years ago
  84. 385057c Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-05-15' into staging by Peter Maydell · 10 years ago
  85. 99e7627 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150514' into staging by Peter Maydell · 10 years ago
  86. dfb3630 tcg: Add MO_ALIGN, MO_UNALN by Richard Henderson · 10 years ago
  87. 3972ef6 tcg: Push merged memop+mmu_idx parameter to softmmu routines by Richard Henderson · 10 years ago
  88. 59227d5 tcg: Merge memop and mmu_idx parameters to qemu_ld/st by Richard Henderson · 10 years ago
  89. 4180978 qapi: Inline gen_command_decl_prologue(), gen_command_def_prologue() by Markus Armbruster · 10 years ago
  90. 09896d3 qapi: Drop pointless flush() before close() by Markus Armbruster · 10 years ago
  91. 12f8e1b qapi: Factor open_output(), close_output() out of generators by Markus Armbruster · 10 years ago
  92. 16d80f6 qapi: Turn generators' mandatory option -i into an argument by Markus Armbruster · 10 years ago
  93. b454096 qapi: Fix generators to report command line errors decently by Markus Armbruster · 10 years ago
  94. 2114f5a qapi: Factor parse_command_line() out of the generators by Markus Armbruster · 10 years ago
  95. 72aaa73 qapi: qapi-commands.py option --type is unused, drop it by Markus Armbruster · 10 years ago
  96. c70cef5 qapi: qapi-event.py option -b does nothing, drop it by Markus Armbruster · 10 years ago
  97. df3e21a tests: Add missing dependencies on $(qapi-py) by Markus Armbruster · 10 years ago
  98. e3c4c3d qapi: Support downstream events and commands by Eric Blake · 10 years ago
  99. d1f07c8 qapi: Support downstream alternates by Eric Blake · 10 years ago
  100. 857af5f qapi: Support downstream flat unions by Eric Blake · 10 years ago