1. cbdbb77 Add small testcase for ordinary signals. by edgar_igl · 17 years ago
  2. 4f400ab Cut the translation block after translating a break insn. This avoids an issue where QEMU finds an illegal CRIS insn while the guest is returning through a signal return trampoline. by edgar_igl · 17 years ago
  3. 9004627 More consistent naming for CRIS register-number macros. by edgar_igl · 17 years ago
  4. 8289b27 Preliminary Sparc TCG target by blueswir1 · 17 years ago
  5. b25deda Temporary fix for i386 host by blueswir1 · 17 years ago
  6. 77b087c Initialize disasinfo->private_data, binutils does it and some disassemblers depend on it. by edgar_igl · 17 years ago
  7. 56b8f56 Fix mixed defines by blueswir1 · 17 years ago
  8. 1b893ef Add testcase for CRIS ftag/fidx cache flushing insns. by edgar_igl · 17 years ago
  9. 5d4a534 Silently ignore CRIS cache flushes, instead of aborting due to unknown insn. by edgar_igl · 17 years ago
  10. 1a2fb1c Modify Sparc32/64 to use TCG by blueswir1 · 17 years ago
  11. f8422f5 More helper types, rearrange generic definitions by blueswir1 · 17 years ago
  12. f65fb10 Really stop the transfer when the DMA channel is being disabled. by balrog · 17 years ago
  13. b1314cf The non-ncurses curses doesn't have resize_term, so make resizing conditional. by balrog · 17 years ago
  14. 7089442 Fix andi, optimize addi and subi zero cases by blueswir1 · 17 years ago
  15. f650305 Unify RTCs that use host time, fix M48t59 alarm. by balrog · 17 years ago
  16. a0d69e0 Fix typo by blueswir1 · 17 years ago
  17. 9e31b9e Fix remote debugger memory access problems reported by Matthias Stein by blueswir1 · 17 years ago
  18. d0dc7dc Make MIPS MT implementation more cache friendly. by ths · 17 years ago
  19. 577d8dd Fix SS-20 auxio addresses by blueswir1 · 17 years ago
  20. 3deaeab Sparc32 MMU register fixes (Robert Reif) by blueswir1 · 17 years ago
  21. 5228c2d Force a resize after leaving graphical mode in curses (spotted by Samuel Thibault). by balrog · 17 years ago
  22. 2988547 Make omap I2C controller work (previously untested). Implement post-OMAP1 changes. Introduce omap L4 abstraction. by balrog · 17 years ago
  23. 4d3b6f6 Add an ncurses UI. by balrog · 17 years ago
  24. c0be16d Correct qemu-img usage hint (Andreas Färber). by balrog · 17 years ago
  25. 623e265 Simplify TCG relocation bugfix. by pbrook · 17 years ago
  26. b2a5160 Add serial loopback mode (patch from Hervé Poussineau). by balrog · 17 years ago
  27. e41c0f2 Enhance PC kbd debugging (patch from Hervé Poussineau) by balrog · 17 years ago
  28. 52ccc5e Fix parallel port software emulation (Hervé Poussineau). by balrog · 17 years ago
  29. 7bedce8 Don't error out on zero-length chunks in writev, as to mimic Linux (Kirill A. Shutemov). by balrog · 17 years ago
  30. ff99363 Remove unused boolean_t, should fix building for Solaris. by balrog · 17 years ago
  31. 2ba1eeb Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME for by pbrook · 17 years ago
  32. 41df841 lock_iovec() fix by bellard · 17 years ago
  33. 3fe43da win32: suppress alloca() warning by bellard · 17 years ago
  34. a4d8670 win32 fix by bellard · 17 years ago
  35. 3aba3d8 Update texi2pod.pl. by ths · 17 years ago
  36. 5ff9d6a fixed sign extensions - added explicit side effect op flag - added discard instruction by bellard · 17 years ago
  37. bb210e7 compare fix by bellard · 17 years ago
  38. ac56dd4 Add TCG variable opaque type. by pbrook · 17 years ago
  39. 724db11 Robustify source directory check. by pbrook · 17 years ago
  40. 0115be3 Fix opparam_buf size estimate. by pbrook · 17 years ago
  41. db7287e Use ARCH_CFLAGS in configure tests. by pbrook · 17 years ago
  42. 45e4522 Fix VMware VGA init call (Anthony Liguori). s/vga_ram_size/vga_ram_addr/ by balrog · 17 years ago
  43. 59faef3 Fix building under paths with symlinks (patch from Richard Purdie). by balrog · 17 years ago
  44. 1d4db89 Implement more INQUIRY command replies for scsi disk (Igor Kovalenko). by balrog · 17 years ago
  45. b5a23ad Do not set RTC frequency if already set (Aurelien Jarno). by balrog · 17 years ago
  46. c717d8b Simplify guess_disk_lchs - should fix Windows stack corruption spotted by TeLeMan (patch by Tristan Gingold). by balrog · 17 years ago
  47. 7241f53 NMI and INTR events injection should not be handled as software interrupts (Bernhard Kauer). by balrog · 17 years ago
  48. 3aa3eea Add VNC reverse connections, by Eddie Kohler. by balrog · 17 years ago
  49. 3d57532 Make SVM env->cr[8] a valid register (patch from TeLeMan). by balrog · 17 years ago
  50. 7c23b89 E1000 NIC emulation (Nir Peleg, patch from Dor Laor). by balrog · 17 years ago
  51. dd48594 Add missing dependencies on generated files (for parallel build). by pbrook · 17 years ago
  52. bce6184 reverted -translation option support by bellard · 17 years ago
  53. 127fc40 Move AUX1 and AUX2 to correct locations by blueswir1 · 17 years ago
  54. 9804c8e typos by bellard · 17 years ago
  55. 57fec1f use the TCG code generator by bellard · 17 years ago
  56. c896fe2 TCG code generator by bellard · 17 years ago
  57. 56abbcf update by bellard · 17 years ago
  58. 2e2ea90 typo by bellard · 17 years ago
  59. efd0c20 suppressed warnings by bellard · 17 years ago
  60. a44c7c1 compilation fix by bellard · 17 years ago
  61. 8aadfbf compilation fixes - added bswap - comments by bellard · 17 years ago
  62. 40293e5 Makefile cleanup - more generic support of 32 bit compilation on x86_64 by bellard · 17 years ago
  63. 111f061 removed unused file by bellard · 17 years ago
  64. d656469 use simpler REGPARM convention - make CPUTLBEntry size a power of two by bellard · 17 years ago
  65. 0019ad5 Rearrange slavio_misc code to prepare for different addresses by blueswir1 · 17 years ago
  66. 67e4275 Fix user timer mode change (Robert Reif) by blueswir1 · 17 years ago
  67. e5e3812 Add TurboSPARC mask ID register (Robert Reif) by blueswir1 · 17 years ago
  68. e1cb950 User timer limit fixes (Robert Reif) by blueswir1 · 17 years ago
  69. 40a2e65 Add option to disable TB cache, by Herve Poussineau. by ths · 17 years ago
  70. c304f7e Core Graphics support (cocoa.m rewrite), by Mike Kronenberg. by ths · 17 years ago
  71. f220f4e fixed register constraint by bellard · 17 years ago
  72. a11d070 Change the usb-serial product ID to a more widely recognised value (Samuel Thibault). by balrog · 17 years ago
  73. db380c0 Documentation piece explaining "usb_add serial" by Samuel Thibault. by balrog · 17 years ago
  74. 26463db Miscellaneous fixes after recent audio additions (malc). by balrog · 17 years ago
  75. 80637a6 Shuffle code to avoid NetBSD gcc 3.4.6 inlining bug (Rumko) by blueswir1 · 17 years ago
  76. e42c20b Give ECC controller an IRQ (Robert Reif) by blueswir1 · 17 years ago
  77. a4fc08f Revert licensing to "GPLv2 or later", by Ulrich Hecht. by ths · 17 years ago
  78. 423d65f Gravis Ultrasound GF1 sound card emulation (malc). by balrog · 17 years ago
  79. a8981dd Make dsound compile again (patch by malc, spotted by C.W. Betts). by balrog · 17 years ago
  80. 9f60ad5 Add a missing vga_hw_update() when accepting a connection (Anders Melchiorsen). by balrog · 17 years ago
  81. e5c9a13 PCI AC97 emulation by malc. by balrog · 17 years ago
  82. ca9cc28 pthreads-based audio and miscellaneous audio clean-up (malc). by balrog · 17 years ago
  83. b34d259a Add a path length check to prevent heap overflow (Eric Milliken). by balrog · 17 years ago
  84. a78b03c Bump ACPI/SMBus PIIX4 controller revision to 3 (Marcelo Tosatti). by balrog · 17 years ago
  85. a795421 USB-to-serial device (Samuel Thibault). by balrog · 17 years ago
  86. fd56059 Optimize clear insns by treating support reg P0 specially and by balrog · 17 years ago
  87. 38453b9 Set READY_STAT after a WIN_DIAGNOSE per ATA-3 (Till Straumann). by balrog · 17 years ago
  88. 044fae8 Clean-up /tmp directory after -smb use (Mark Jonckheere). by balrog · 17 years ago
  89. 38cdea7 Multi-profile DVD-ROM support (Carlo Marcelo Arenas Belon). by balrog · 17 years ago
  90. 609497a Change -drive parsing so that paths don't have to be double-escaped (Laurent Vivier, Johannes Schindelin) by balrog · 17 years ago
  91. 5697ff6 Revert accidentally added second NIC in Gumstix-connect - this should probably be a separate board. by balrog · 17 years ago
  92. b94ec3e Fully clean up on Mac OS X Leopard (Andreas Färber). by balrog · 17 years ago
  93. 1451299 Add mouse wheel in the usb-mouse HID Report (by Daniel Godás). by balrog · 17 years ago
  94. 1492a3c Register io ports as selected by PCI config in VMware SVGA. by balrog · 17 years ago
  95. a0ecfb7 Reduce redundant timer ticks in VNC, by Anders Melchiorsen. by balrog · 17 years ago
  96. 8fccda8 qemu manpage: describe arguments of usbdevice option, by Aurelien Jarno. by ths · 17 years ago
  97. a139a3a Fix typo which broke MIPS32R2 64-bit FPU support. by ths · 17 years ago
  98. 05ebd53 Fix segfault caused by fall through, by Juergen Lock. by ths · 17 years ago
  99. 6b5435d Fix broken absoluteness check for cabs.d.*. by ths · 17 years ago
  100. 7bba1ee Fix section switching buglet, by Edgar E. Iglesias. by ths · 17 years ago