1. 08ba796 TCGify a few more instructions. by ths · 16 years ago
  2. 2681b45 Update TODO list. by ths · 16 years ago
  3. 5d0fc90 Call most FP helpers without deroute through op.c by ths · 16 years ago
  4. 0d1d009 Delete obsolete file. by ths · 16 years ago
  5. aa0bf00 Switch most MIPS FP load/stores to TCG. by ths · 16 years ago
  6. faf7aaa Avoid gen_opc_buf overflow. by ths · 16 years ago
  7. 8df1ca4 Allocate register pair for 64-bit registers on 32-bit host. by ths · 16 years ago
  8. 9843a0d Free some more temporaries. by ths · 16 years ago
  9. 764dfc3 Move FP TNs to cpu env. by ths · 16 years ago
  10. ae45d36 using strncpy is *always* a bad idea by bellard · 16 years ago
  11. af325d3 Fix typo, by Laurent Desnogues. by ths · 16 years ago
  12. 0d5bd36 Remove stray variable by malc · 16 years ago
  13. 2c2435b Fix data type mixup, spotted by malc. by ths · 16 years ago
  14. a8303d1 ETRAX: More DMA context level related fixes. by edgar_igl · 16 years ago
  15. 77b73de Use rem/div[u]_i32 drop div[u]2_i32 by malc · 16 years ago
  16. 877d8ad CRIS: Add (untested) cpu-state save/load. by edgar_igl · 16 years ago
  17. 5ef98b4 ETRAX: Add NMI support to the watchdog and the interrupt controller. by edgar_igl · 16 years ago
  18. 1b1a38b CRIS: Emulate NMIs. by edgar_igl · 16 years ago
  19. 5bf8f1a CRIS: Support RFN insn. by edgar_igl · 16 years ago
  20. a7cfbba CRIS: Translator updates. by edgar_igl · 16 years ago
  21. e72210e SVM: Fix segment attribute clobbering (Alexander Graf) by bellard · 16 years ago
  22. fa4fbfb Emit trampolines manually in prologue by malc · 16 years ago
  23. 5d79488 Fix test for signed div fast path by malc · 16 years ago
  24. 7880feb Add proper file header. by pbrook · 16 years ago
  25. c3a9283 Use qemu_mallocz to allocate new thread state. Remove redundant memset. by pbrook · 16 years ago
  26. b2a7081 Use qemu_mallocz. by pbrook · 16 years ago
  27. 17e2377 Prevent guest reusing host memory allocations. by pbrook · 16 years ago
  28. 82e671d Despite what the documentation says/implies, PTHREAD_STACK_MIN is often not by pbrook · 16 years ago
  29. f1aa632 Switch remaining CP0 instructions to TCG or helper functions. by ths · 16 years ago
  30. 176a4f2 Add -mlongcall for PPC host (needed for MIPS for instance) by malc · 16 years ago
  31. 5be1676 R_PPC_REL24 safety net by malc · 16 years ago
  32. 398ce98 Fix div[u]2. by malc · 16 years ago
  33. 0f459d1 Clean up MMIO TLB handling. by pbrook · 16 years ago
  34. f227f17 Fix the sendkey hold time calculation (Jan Kiszka). by balrog · 16 years ago
  35. 88d2c95 TC6393XB system features (Dmitry Baryshkov). by balrog · 16 years ago
  36. c8256f9 Enhance sendkey with key hold time (Jan Kiszka). by balrog · 16 years ago
  37. 7dd9e55 Register helper functions. by ths · 16 years ago
  38. 29ddf27 Check the returned audio_buf_info fields by malc · 16 years ago
  39. 7fb2a86 Fix error reporting under Win32 (CreateFile does not set errno) by malc · 16 years ago
  40. 0e67458 Update by malc · 16 years ago
  41. 731ba0c Fix some signedness issues caught by gcc 4.3 by malc · 16 years ago
  42. e2eef17 Remove dead and bitrotten "qemu-fast" code. by pbrook · 16 years ago
  43. 2c44375 Do not scare users with ominous error messages from AUD_open* by malc · 16 years ago
  44. d865bab Implement thread creation. by pbrook · 16 years ago
  45. d597536 Multithreaded locking fixes. by pbrook · 16 years ago
  46. 0a878c4 PPC TCG Fixes by malc · 16 years ago
  47. 1a14026 Allow NWINDOWS selection (CPU feature with model specific defaults) by blueswir1 · 16 years ago
  48. 96d1912 Fix Sparc32plus GDBstub support by blueswir1 · 16 years ago
  49. c588979 Allocate a register pair instead of a single register. by ths · 16 years ago
  50. ec9d607 undocumented 0x82 opcode is invalid in 64 bit code by bellard · 16 years ago
  51. 262ffda Fix i386 segment descriptor types on reset (Avi Kivity) by bellard · 16 years ago
  52. 7e15e60 CRIS: Add the P flag to the tb dependent flags. by edgar_igl · 16 years ago
  53. 2a44f7f CRIS translator updates by edgar_igl · 16 years ago
  54. bf44333 Correct P flag assertion in rfe. by edgar_igl · 16 years ago
  55. 3132811 Make the tests run when built with experimental gcc-cris 4.4. Prettify the logs. by edgar_igl · 16 years ago
  56. 9012c2b Add a testcase for broken x arithmetic sequences. by edgar_igl · 16 years ago
  57. 54f25d0 Increase the odds for the movei test to pass in system simulation. by edgar_igl · 16 years ago
  58. bd3a845 Avoid warnings. by edgar_igl · 16 years ago
  59. fa1bdde ETRAX machine updates. by edgar_igl · 16 years ago
  60. 96768ff Compile with debug. by edgar_igl · 16 years ago
  61. dcf3a07 Fix compiler warning. by ths · 16 years ago
  62. 31a53c6 Compile fix for Apple, by C.W. Betts. by ths · 16 years ago
  63. cebdff7 Fix always_inline definition for Darwin, by Andreas Faerber. by ths · 16 years ago
  64. 5452adb Remove dead-code (else-block) from block-qcow.c, by Marc Bevand. by ths · 16 years ago
  65. f58c7b3 New qemu-img convert -B option, by Marc Bevand. by ths · 16 years ago
  66. ff7ab59 Update documentation for qemu-img convert options, by Marc Bevand. by ths · 16 years ago
  67. c239529 Free constant temporaries. by ths · 16 years ago
  68. 5cc1d1e save more CPU state by bellard · 16 years ago
  69. 33c263d SVM: added tsc_offset by bellard · 16 years ago
  70. 4f57689 Explicitly free temporaries. by ths · 16 years ago
  71. 29cf4b7 Remove the temporaries cache of the MIPS target. by ths · 16 years ago
  72. b6ce8f0 Fix pointer calculation for MIPS64 targets. by ths · 16 years ago
  73. 9575cb9 fixed exceptions for cpuid and invlpg by bellard · 16 years ago
  74. 960540b GIF flag handling fix (Alexander Graf) by bellard · 16 years ago
  75. db620f4 reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworked cr8 handling - added CPUState.hflags2 by bellard · 16 years ago
  76. 3cd9acb update by bellard · 16 years ago
  77. 914178d 32 bit SVM fixes - INVLPG and INVLPGA updates by bellard · 16 years ago
  78. 5efc27b EFER loading fixes, including SVME bit by bellard · 16 years ago
  79. f2289cb Add sysrq to key names known by "sendkey". by balrog · 16 years ago
  80. 3401c0d Refactor and fix do_sendkey (Jan Kiszka). by balrog · 16 years ago
  81. 0fead12 Delete duplicate code. by ths · 16 years ago
  82. 1235fc0 Spelling fixes, by Stefan Weil. by ths · 16 years ago
  83. c8a706f Multithreaded locking for mmap(). by pbrook · 16 years ago
  84. 30813ce Fix location of futex.h. by pbrook · 16 years ago
  85. f5b78d4 Fix type mismatch. by ths · 16 years ago
  86. a569557 Fix argument order. by ths · 16 years ago
  87. 619dfca Proper sign extensions for 32-bit divisions, spotted by Richard Sandiford. by ths · 16 years ago
  88. 091d055 Fix ATAPI GET_CONFIGURATION function (Alexander Graf, Carlo Marcelo Arenas Belon). by balrog · 16 years ago
  89. a60de94 Mark a dead_tmp as such in ARM msr. by balrog · 16 years ago
  90. 46dc388 Improve dependencies generation (malc). by balrog · 16 years ago
  91. 167bc3d MusicPal: Restore display size after invalidation (Jan Kiszka). by balrog · 16 years ago
  92. ab7d913 Fix smbus_eeprom.c compile with DEBUG (spotted by Duilio Protti). by balrog · 16 years ago
  93. b94eb43 Don't forget to save VNC FB dimensions after resize (Brad Campbell). by balrog · 16 years ago
  94. 89cdb6a Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov. by balrog · 16 years ago
  95. e33d8cd Factor out common SharpSL PDA code (Dmitry Baryshkov). by balrog · 16 years ago
  96. 5c49b36 Restore ARM signal handler compilation on glibc < 2.5 (Blue Swirl). by balrog · 16 years ago
  97. 4872aa1 Enable SD card on creation. by balrog · 16 years ago
  98. 130b0c9 Make -mtdblock optional again. by balrog · 16 years ago
  99. cce40fc Fix compilation warning by blueswir1 · 16 years ago
  100. 0776590 Mark host brk() area as reserved. by pbrook · 16 years ago