1. 8ce7d35 vnc-auth-sasl: fix a memory leak by Blue Swirl · 14 years ago
  2. 00e0767 audio: split sample conversion and volume mixing by Michael Walle · 14 years ago
  3. 0f136d9 disas: remove opcode printing on ARM hosts by Aurelien Jarno · 14 years ago
  4. 5d48e91 arm-dis: Include opcode hex when doing disassembly by Peter Maydell · 14 years ago
  5. 5677903 tcg arm/mips/ia64: add a comment about retranslation and caches by Aurelien Jarno · 14 years ago
  6. dace20d linux-user: Add configure check for linux/fiemap.h and IOC_FS_FIEMAP by Peter Maydell · 14 years ago
  7. 0322b26 ARM: Fix decoding of VQSHL/VQSHLU immediate forms by Peter Maydell · 14 years ago
  8. 4ca4502 ARM: add neon helpers for VQSHLU by Juha Riihimäki · 14 years ago
  9. 86865c5 target-sh4: fix fpu disabled/illegal exception by Aurelien Jarno · 14 years ago
  10. 05bf441 cris: Remove unused orig_flags by Edgar E. Iglesias · 14 years ago
  11. 5cabc5c cris: Allow more TB chaining for crisv10 by Edgar E. Iglesias · 14 years ago
  12. b09cd07 cris: Support disassembly of crisv10 by Edgar E. Iglesias · 14 years ago
  13. a7bd621 Merge remote branch 'mst/for_anthony' into staging by Anthony Liguori · 14 years ago
  14. 8aaf42e slirp: fix unaligned access in bootp code by Aurelien Jarno · 14 years ago
  15. 102c297 bswap.h: add cpu_to_be64wu() by Aurelien Jarno · 14 years ago
  16. 0f11f25 tcg/arm: improve constant loading by Aurelien Jarno · 14 years ago
  17. a3e28aa tcg/ia64: remove an unnecessary stop bit by Aurelien Jarno · 14 years ago
  18. 829a492 target-sh4: improve TLB by Aurelien Jarno · 14 years ago
  19. c0f809c target-sh4: implement writes to mmaped ITLB by Aurelien Jarno · 14 years ago
  20. 759c90b tcg: fix typo in readme by Mike Frysinger · 14 years ago
  21. aa95e3a tcg/README: Spelling fixes by Stefan Weil · 14 years ago
  22. e8dc093 qemu-tech: Spelling fixes by Stefan Weil · 14 years ago
  23. 40c5c6c qemu-doc: Spelling fixes by Stefan Weil · 14 years ago
  24. 2d98344 qemu-doc: Add missing blanks by Stefan Weil · 14 years ago
  25. 576fd0a qemu-doc: Add missing menu entry by Stefan Weil · 14 years ago
  26. 0d6753e qemu-doc: Clean whitespace by Stefan Weil · 14 years ago
  27. 1a20a03 usb-bsd: fix a file descriptor leak by Blue Swirl · 14 years ago
  28. d66bddd alsaaudio: add endianness support for VoiceIn by Michael Walle · 14 years ago
  29. b6c9c94 ossaudio: add endianness support for VoiceIn by Michael Walle · 14 years ago
  30. d43ffce tcg/mips: fix branch target change during code retranslation by Aurelien Jarno · 14 years ago
  31. 9a3abc2 tcg/arm: fix qemu_st64 for big endian targets by Aurelien Jarno · 14 years ago
  32. c69806a tcg/arm: fix branch target change during code retranslation by Aurelien Jarno · 14 years ago
  33. 497aebb Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemu by Aurelien Jarno · 14 years ago
  34. 67af42a Remove dead code for ARM semihosting commandline handling by Wolfgang Schildbach · 14 years ago
  35. 2e8785a Fix commandline handling for ARM semihosted executables by Wolfgang Schildbach · 14 years ago
  36. 3ebe80c linux-user: Fix incorrect NaN detection in ARM nwfpe emulation by Peter Maydell · 14 years ago
  37. 2bed652 softfloat: Implement floatx80_is_any_nan() and float128_is_any_nan() by Peter Maydell · 14 years ago
  38. 285da2b linux-user: Implement FS_IOC_FIEMAP ioctl by Peter Maydell · 14 years ago
  39. d2ef05b linux-user: Support ioctls whose parameter size is not constant by Peter Maydell · 14 years ago
  40. cb752a6 cris: Allow more TB chaning by Edgar E. Iglesias · 14 years ago
  41. c727f47 linux-user: Implement sync_file_range{,2} syscalls by Peter Maydell · 14 years ago
  42. 2a704b1 cris: Avoid useless tmp in t_gen_cc_jmp() by Edgar E. Iglesias · 14 years ago
  43. 78935c4 cirrus: delete GCC 4.6 warnings by Aurelien Jarno · 14 years ago
  44. cecd850 target-arm: wire up the softfloat flush_input_to_zero flag by Peter Maydell · 14 years ago
  45. b12c390 target-arm: Set softfloat cumulative exc flags from correct FPSCR bits by Peter Maydell · 14 years ago
  46. 37d1866 softfloat: Implement flushing input denormals to zero by Peter Maydell · 14 years ago
  47. 838fa72 target-arm: fix SMMLA/SMMLS instructions by Aurelien Jarno · 14 years ago
  48. 71df0ee block: delete a write-only variable by Blue Swirl · 14 years ago
  49. 3fbb33d cirrus_vga: Declare as little endian by Blue Swirl · 14 years ago
  50. 4b78a80 pc: move port 92 stuff back to pc.c from pckbd.c by Blue Swirl · 14 years ago
  51. e024e88 target-ppc: Implement correct NaN propagation rules by Aurelien Jarno · 14 years ago
  52. 084d19b target-mips: Implement correct NaN propagation rules by Aurelien Jarno · 14 years ago
  53. 1f398e0 softfloat: use float{32,64,x80,128}_maybe_silence_nan() by Aurelien Jarno · 14 years ago
  54. f6a7d92 softfloat: add float{x80,128}_maybe_silence_nan() by Aurelien Jarno · 14 years ago
  55. 93ae1c6 softfloat: fix float{32,64}_maybe_silence_nan() for MIPS by Aurelien Jarno · 14 years ago
  56. d735d69 softfloat: rename *IsNaN variables to *IsQuietNaN by Aurelien Jarno · 14 years ago
  57. 34d2386 softfloat: remove HPPA specific code by Aurelien Jarno · 14 years ago
  58. 82b323c target-ppc: use float32_is_any_nan() by Aurelien Jarno · 14 years ago
  59. 3eb28bb target-ppc: fix default qNaN by Aurelien Jarno · 14 years ago
  60. dd94ad9 target-ppc: remove PRECISE_EMULATION define by Aurelien Jarno · 14 years ago
  61. 23979dc microblaze: Use more TB chaining by Edgar E. Iglesias · 14 years ago
  62. 92d675d cirrus_vga: fix division by 0 for color expansion rop by Aurelien Jarno · 14 years ago
  63. 9ae19b6 Fix curses on big endian hosts by Aurelien Jarno · 14 years ago
  64. 8a7d089 noaudio: correctly account acquired samples by Michael Walle · 14 years ago
  65. 011da61 target-arm: Implement correct NaN propagation rules by Peter Maydell · 14 years ago
  66. 354f211 softfloat: abstract out target-specific NaN propagation rules by Peter Maydell · 14 years ago
  67. 1856987 softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() by Peter Maydell · 14 years ago
  68. f96a383 TCG: Improve tb_phys_hash_func() by Aurelien Jarno · 14 years ago
  69. 8aac08b target-arm: fix UMAAL instruction by Aurelien Jarno · 14 years ago
  70. 6d5c34f Fix translation of unary PPC/SPE instructions (efdneg etc.). by Mike Pall · 14 years ago
  71. 0fcec41 target-sparc: fix udiv(cc) and sdiv(cc) by Aurelien Jarno · 14 years ago
  72. 818c2e1 Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemu by Aurelien Jarno · 14 years ago
  73. 4058fd9 x86: Filter out garbage from segment flags dump by Jan Kiszka · 14 years ago
  74. 5569fd7 Fix migrate set speed doc arg by Luiz Capitulino · 14 years ago
  75. 16440c5 target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9 by Juha Riihimäki · 14 years ago
  76. 9c486ad target-arm: correct cp15 c1_sys reset value for cortex-a8 by Mattias Holm · 14 years ago
  77. c003432 target-arm: fix vmsav6 access control by Juha Riihimäki · 14 years ago
  78. a5d88f3 target-arm: Correct result in saturating cases for VQSHL of s8/16/32 by Peter Maydell · 14 years ago
  79. 620d791 target-arm: remove pointless else clause in VQSHL of u64 by Juha Riihimäki · 14 years ago
  80. eb7a3d7 target-arm: Fix VQSHL of signed 64 bit values by shift counts >= 64 by Peter Maydell · 14 years ago
  81. 4c9b70a target-arm: Fix VQSHL of signed 64 bit values by Juha Riihimäki · 14 years ago
  82. def126c target-arm: Fix arguments passed to VQSHL helpers by Juha Riihimäki · 14 years ago
  83. 1a85502 target-arm: fix bug in translation of REVSH by Aurelien Jarno · 14 years ago
  84. 5697f6a Fix a missing trailing newline by Aurelien Jarno · 14 years ago
  85. a6a7005 pci: fix migration path for devices behind bridges by Michael S. Tsirkin · 14 years ago
  86. 4cdc1cd target-mips: fix host CPU consumption when guest is idle by Aurelien Jarno · 14 years ago
  87. 6c33286 s390: compile fixes by Alexander Graf · 14 years ago
  88. 2ae63bd pcie/aer: glue aer error injection into qemu monitor by Isaku Yamahata · 14 years ago
  89. f3006dd pci: introduce a helper function to convert qdev id to PCIDevice by Isaku Yamahata · 14 years ago
  90. a2ee6b4 qdev: export qdev_find_recursive() for later use by Isaku Yamahata · 14 years ago
  91. b3a29fd build, pci: remove QMP dependency on core PCI code by Isaku Yamahata · 14 years ago
  92. 9ed5726 target-mips: fix translation of MT instructions by Nathan Froyd · 14 years ago
  93. 0ead87c pcie: add flr support by Isaku Yamahata · 14 years ago
  94. 362dd48 pc/piix: fix mismerge of b1aeb92666d2fde413c34578b3b42bbfe5f2a506 by Isaku Yamahata · 14 years ago
  95. cbb608a Use mmap() within code_gen_alloc() for OpenBSD. by Brad · 14 years ago
  96. 7ae63a5 Add OpenBSD to ifdef list since it has CLOCK_MONOTONIC. by Brad · 14 years ago
  97. 5f668643 Add support for OpenBSD to QEMU's tap driver. by Brad · 14 years ago
  98. 4a1e19a tcg-arm: fix __clear_cache() warning by Aurelien Jarno · 14 years ago
  99. fcd61af qdev: sysbus_get_default must not return a NULL pointer (fix regression) by Stefan Weil · 14 years ago
  100. f530cce qdev: remove an unused function by Michael S. Tsirkin · 14 years ago