1. 233aa5c Fix address handling in inet_nonblocking_connect by Orit Wasserman · 12 years ago
  2. 5db5f44 Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect by Orit Wasserman · 12 years ago
  3. 05bc1d8 Refactor inet_connect_opts function by Michael S. Tsirkin · 12 years ago
  4. 8bdd3d4 configure: Allow builds without any system or user emulation by Stefan Weil · 13 years ago
  5. c08ba66 ivshmem: add 64bit option by Gerd Hoffmann · 13 years ago
  6. 183c5ea compat: turn off msi/msix on xhci for old machine types by Gerd Hoffmann · 13 years ago
  7. f430694 add pc-1.3 machine type by Gerd Hoffmann · 13 years ago
  8. 013c2f1 Cleanup unused global var qemu_system_powerdown by Igor Mammedov · 13 years ago
  9. bea4228 target-sparc: use notifier for signaling guest system_powerdown command by Igor Mammedov · 13 years ago
  10. c72ddb1 target-arm: use notifier for signaling guest system_powerdown command by Igor Mammedov · 13 years ago
  11. d010f91 acpi: use notifier for signaling guest system_powerdown command by Igor Mammedov · 13 years ago
  12. a9552c8 Introduce powerdown_notifiers by Igor Mammedov · 13 years ago
  13. d9b41bc Merge remote-tracking branch 'origin/master' into staging by Anthony Liguori · 12 years ago
  14. f813cb8 tcg/i386: fix build with -march < i686 by Aurelien Jarno · 12 years ago
  15. a80a6b6 tcg: Streamline movcond_i64 using movcond_i32 by Richard Henderson · 12 years ago
  16. a463133 tcg: Streamline movcond_i64 using 32-bit arithmetic by Richard Henderson · 12 years ago
  17. 0a209d4 tcg: Sanity check goto_tb input by Richard Henderson · 12 years ago
  18. 717e703 tcg: Sanity check deposit inputs by Richard Henderson · 12 years ago
  19. c552d6c tcg: Add tcg_debug_assert by Richard Henderson · 12 years ago
  20. 77276f6 tcg: Implement concat*_i64 with deposit_i64 by Richard Henderson · 12 years ago
  21. 6f3bb33 tcg: Emit XORI as NOT for appropriate constants by Richard Henderson · 12 years ago
  22. d81ada7 tcg: Optimize initial inputs for ori_i64 by Richard Henderson · 12 years ago
  23. 42ce3e2 tcg: Emit ANDI as EXTU for appropriate constants by Richard Henderson · 12 years ago
  24. 5a696f6 tcg: Adjust descriptions of *cond opcodes by Richard Henderson · 12 years ago
  25. 8f06bf6 tcg/mips: fix MIPS32(R2) detection by Aurelien Jarno · 12 years ago
  26. 444dbc3 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  27. 3988475 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  28. 97fe81d Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  29. d352210 Merge remote-tracking branch 'bonzini/scsi-next' into staging by Anthony Liguori · 12 years ago
  30. 09d0726 Merge remote-tracking branch 'bonzini/nbd-next' into staging by Anthony Liguori · 12 years ago
  31. dc1c13d block: remove keep_read_only flag from BlockDriverState struct by Jeff Cody · 12 years ago
  32. 0bce597 block: convert bdrv_commit() to use bdrv_reopen() by Jeff Cody · 12 years ago
  33. 3fe4b70 block: vpc image file reopen by Jeff Cody · 12 years ago
  34. ecfe2bb block: vdi image file reopen by Jeff Cody · 12 years ago
  35. 3897575 block: vmdk image file reopen by Jeff Cody · 12 years ago
  36. d177692 block: qcow image file reopen by Jeff Cody · 12 years ago
  37. 21d82ac block: qcow2 image file reopen by Jeff Cody · 12 years ago
  38. f9cb20f block: qed image file reopen by Jeff Cody · 12 years ago
  39. 01bdddb block: raw image file reopen by Jeff Cody · 12 years ago
  40. eeb6b45 block: raw-posix image file reopen by Jeff Cody · 12 years ago
  41. 3d1807a block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.c by Jeff Cody · 12 years ago
  42. 9acc5a0 block: use BDRV_O_NOCACHE instead of s->aligned_buf in raw-posix.c by Jeff Cody · 12 years ago
  43. 39c9fb9 block: do not parse BDRV_O_CACHE_WB in block drivers by Jeff Cody · 12 years ago
  44. 6a8dc04 block: move open flag parsing in raw block drivers to helper functions by Jeff Cody · 12 years ago
  45. fc32a72 block: move aio initialization into a helper function by Jeff Cody · 12 years ago
  46. e971aa1 block: Framework for reopening files safely by Jeff Cody · 12 years ago
  47. 55b110f block: make bdrv_set_enable_write_cache() modify open_flags by Jeff Cody · 12 years ago
  48. be028ad block: correctly set the keep_read_only flag by Jeff Cody · 12 years ago
  49. 80dd1aa blockdev: preserve readonly and snapshot states across media changes by Kevin Shanahan · 12 years ago
  50. d3e8f95 w32: Add implementation of gmtime_r, localtime_r by Stefan Weil · 12 years ago
  51. 95df51a w32: Always use standard instead of native format strings by Stefan Weil · 13 years ago
  52. 73062df net/socket: Fix compiler warning (regression for MinGW) by Stefan Weil · 12 years ago
  53. ad11ad7 linux-user: Remove redundant null check and replace free by g_free by Stefan Weil · 13 years ago
  54. 144b97c qemu-timer: simplify qemu_run_timers by Paolo Bonzini · 12 years ago
  55. c10600a TextConsole: saturate escape parameter in TTY_STATE_CSI by Laszlo Ersek · 13 years ago
  56. 995ee2b curses: don't initialize curses when qemu is daemonized by Hitoshi Mitake · 13 years ago
  57. d8f8a86 dtrace backend: add function to reserved words by Alon Levy · 13 years ago
  58. 12dabc7 pflash_cfi01: Fix warning caused by unreachable code by Stefan Weil · 13 years ago
  59. 997f156 ioh3420: Remove unreachable code by Stefan Weil · 13 years ago
  60. 8139626 lm4549: Fix buffer overflow by Stefan Weil · 13 years ago
  61. 5d40097 cadence_uart: Fix buffer overflow by Stefan Weil · 13 years ago
  62. 39b3845 qemu-sockets: Fix potential memory leak by Stefan Weil · 13 years ago
  63. b548828 qemu-ga: Remove unreachable code after g_error by Stefan Weil · 13 years ago
  64. 2e84849 target-i386: Allow tsc-frequency to be larger then 2.147G by Don Slutz · 12 years ago
  65. 93b6599 audio: Fix warning from static code analysis by Stefan Weil · 13 years ago
  66. 04cbbde Merge branch 'tcg-sparc' of git://repo.or.cz/qemu/rth by Blue Swirl · 12 years ago
  67. ef04a84 target-xtensa: implement coprocessor context option by Max Filippov · 13 years ago
  68. 4e27386 target-xtensa: implement FP1 group by Max Filippov · 13 years ago
  69. b7ee8c6 target-xtensa: implement FP0 conversions by Max Filippov · 13 years ago
  70. 0b6df83 target-xtensa: implement FP0 arithmetic by Max Filippov · 13 years ago
  71. 9ed7ae1 target-xtensa: implement LSCX and LSCI groups by Max Filippov · 13 years ago
  72. dd519cb target-xtensa: add FP registers by Max Filippov · 13 years ago
  73. b81fe82 target-xtensa: specialize softfloat NaN rules by Max Filippov · 13 years ago
  74. 10f6ca0 target-xtensa: handle boolean option in overlays by Max Filippov · 13 years ago
  75. 213ff4e softfloat: add NO_SIGNALING_NANS by Max Filippov · 13 years ago
  76. 6617680 softfloat: make float_muladd_negate_* flags independent by Max Filippov · 13 years ago
  77. e809c0d Revert "tcg/mips" by Aurelien Jarno · 12 years ago
  78. 23f3ff2 tcg/ppc32: Implement movcond32 by malc · 12 years ago
  79. ad49d1f tcg/mips by Aurelien Jarno · 12 years ago
  80. 6e17d0c tcg: Remove tcg_target_get_call_iarg_regs_count by Stefan Weil · 13 years ago
  81. d73685e tcg/i386: Remove unused registers from tcg_target_call_iarg_regs by Stefan Weil · 13 years ago
  82. b18212c tcg/i386: Add shortcuts for registers used in L constraint by Stefan Weil · 13 years ago
  83. 1b7621a w64: Fix TCG helper functions with 5 arguments by Stefan Weil · 13 years ago
  84. 9bacf41 tcg/README: document tcg_gen_goto_tb restrictions by Max Filippov · 12 years ago
  85. f0da375 tcg-hppa: Implement movcond by Richard Henderson · 12 years ago
  86. 7ef55fc tcg/optimize: add constant folding for deposit by Aurelien Jarno · 12 years ago
  87. fba3161 tcg: remove #ifdef #endif around TCGOpcode tests by Aurelien Jarno · 12 years ago
  88. c2b0e2f tcg/optimize: prefer the "op a, a, b" form for commutative ops by Aurelien Jarno · 12 years ago
  89. b336ceb tcg/optimize: further optimize brcond/movcond/setcond by Aurelien Jarno · 13 years ago
  90. 3c94193 tcg/optimize: optimize "op r, a, a => movi r, 0" by Aurelien Jarno · 13 years ago
  91. 0aba1c7 tcg/optimize: optimize "op r, a, a => mov r, a" by Aurelien Jarno · 13 years ago
  92. 1ff8c54 tcg/optimize: do copy propagation for all operations by Aurelien Jarno · 13 years ago
  93. e590d4e tcg/optimize: rework copy progagation by Aurelien Jarno · 13 years ago
  94. b80bb01 tcg/optimize: check types in copy propagation by Aurelien Jarno · 13 years ago
  95. 48b56ce tcg/optimize: remove TCG_TEMP_ANY by Aurelien Jarno · 13 years ago
  96. 7d7c493 tcg/mips: implement movcond op on MIPS32R2 by Aurelien Jarno · 12 years ago
  97. 04f71aa tcg/mips: implement deposit op on MIPS32R2 by Aurelien Jarno · 12 years ago
  98. 9a15251 tcg/mips: implement rotl/rotr ops on MIPS32R2 by Aurelien Jarno · 12 years ago
  99. c1cf85c tcg/mips: optimize bswap{16,16s,32} on MIPS32R2 by Aurelien Jarno · 12 years ago
  100. 0f46c06 tcg/mips: optimize brcond arg, 0 by Aurelien Jarno · 12 years ago