1. a59cb4e x86: Dump debug registers (Jan Kiszka) by aliguori · 16 years ago
  2. 01df040 x86: Debug register emulation (Jan Kiszka) by aliguori · 16 years ago
  3. a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
  4. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  5. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  6. a7812ae TCG variable type checking. by pbrook · 16 years ago
  7. 30913ba target-i386: fix helper_pmovmskb_mmx helper by aurel32 · 16 years ago
  8. 10781c0 x86: fix warning without CONFIG_KVM (Mark McLoughlin) by aliguori · 16 years ago
  9. 5700308 Fix CPUID ext2 features masking (Avi Kivity) by aliguori · 16 years ago
  10. 984b518 Define kvm_ioctl in the same way as ioctl by aliguori · 16 years ago
  11. 59795a1 x86 CPUID extended family/model (Andre Przywara). by balrog · 16 years ago
  12. 0533044 Add missing files to KVM commit. by aliguori · 16 years ago
  13. 7ba1e61 Add KVM support to QEMU by aliguori · 16 years ago
  14. 6fd805e Split CPUID from op_helper by aliguori · 16 years ago
  15. 0650f1a Add additional CPU flag definitions by aliguori · 16 years ago
  16. e5ceb24 Fix restore of older snapshots for target-i386 on big endian hosts by aliguori · 16 years ago
  17. 853f693 Fix cpuid ext_features value for Atom N270 (Blue Swirl). by balrog · 16 years ago
  18. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  19. e65bdff i386/SVM: return amount of ASIDs by aurel32 · 16 years ago
  20. 45fd08e target-i386: Add Core Duo Definition by aurel32 · 16 years ago
  21. 000cacf Fix crc32w decoding, fix a constant width in blendvpd. by balrog · 16 years ago
  22. fdb0d09 x86 "popcnt" affects flags. by balrog · 16 years ago
  23. 222a333 Implement SSE4.1, SSE4.2 (x86). by balrog · 16 years ago
  24. bdadc0b Do not use load_seg_vm to load CS in real mode iret handling by malc · 16 years ago
  25. b6c4f71 Resurrect the safe part of r5274 by blueswir1 · 16 years ago
  26. 6dc2d0d x86 pextrw destination operand can be r64. by balrog · 16 years ago
  27. d5e49a8 Handle MSR_IA32_PERF_STATUS in rdmsr (Alexander Graf). by balrog · 16 years ago
  28. f504975 Fix save/restore regression introduced by r5318 by aliguori · 16 years ago
  29. 558fa83 My core2duo patch introduced a vague statement of "missing features" in by pbrook · 16 years ago
  30. c0d8299 Rename -cpu atom to -cpu n270. by balrog · 16 years ago
  31. a876e28 Fix definition of EMX bit in cpuid (Jens Axboe). by balrog · 16 years ago
  32. 2ca83a8 Revert r5274 which breaks savevm/loadvm by blueswir1 · 17 years ago
  33. 0086de1 Add Atom (x86) cpu identification. by balrog · 17 years ago
  34. 2436b61 SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf). by balrog · 17 years ago
  35. e737b32 Core 2 Duo specification (Alexander Graf). by balrog · 17 years ago
  36. c5096da Clean up vendor identification (Alexander Graf). by balrog · 17 years ago
  37. 4242b1b Implement x86 SSSE3 instructions. by balrog · 17 years ago
  38. bb332cb Use qemu_free() on env instead of free. by balrog · 17 years ago
  39. 67d8cec Add signed versions of save/load functions by blueswir1 · 17 years ago
  40. c0a04f0 Fix up pxe boot (Glauber Costa) by aliguori · 17 years ago
  41. eb38c52 Fix most warnings that would be caused by gcc flag -Wundef by blueswir1 · 17 years ago
  42. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 17 years ago
  43. ca1c9e1 i386: Catch all non-present ptes in cpu_get_phys_page_debug (Jan Kiszka) by aliguori · 17 years ago
  44. 23e6c39 Fix task register type after reset (Avi Kivity) by aliguori · 17 years ago
  45. 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 17 years ago
  46. 28e1071 fix cvtsq2s[sd] (Juergen Lock) by bellard · 17 years ago
  47. d70040b Re-add static qualifier. Fix annother occurance of "const static". by pbrook · 17 years ago
  48. 2c90d79 Fix constant truncation, spotted by Jindrich Makovicka. by ths · 17 years ago
  49. 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 17 years ago
  50. efade67 Fix rdtsc instruction counting. by pbrook · 17 years ago
  51. b3c7724 Move CPU save/load registration to common code. by pbrook · 17 years ago
  52. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  53. 40f8e2f added model_id and vendor cpu model options (initial patch by Dan Kenigsberg) - various cleanup by bellard · 17 years ago
  54. 278ed7c cmpxchg fixes by bellard · 17 years ago
  55. 9445117 HLT, MWAIT and MONITOR insn fixes (initial patch by Alexander Graf) by bellard · 17 years ago
  56. e72210e SVM: Fix segment attribute clobbering (Alexander Graf) by bellard · 17 years ago
  57. ec9d607 undocumented 0x82 opcode is invalid in 64 bit code by bellard · 17 years ago
  58. 262ffda Fix i386 segment descriptor types on reset (Avi Kivity) by bellard · 17 years ago
  59. 5cc1d1e save more CPU state by bellard · 17 years ago
  60. 33c263d SVM: added tsc_offset by bellard · 17 years ago
  61. 9575cb9 fixed exceptions for cpuid and invlpg by bellard · 17 years ago
  62. 960540b GIF flag handling fix (Alexander Graf) by bellard · 17 years ago
  63. db620f4 reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworked cr8 handling - added CPUState.hflags2 by bellard · 17 years ago
  64. 914178d 32 bit SVM fixes - INVLPG and INVLPGA updates by bellard · 17 years ago
  65. 5efc27b EFER loading fixes, including SVME bit by bellard · 17 years ago
  66. 1235fc0 Spelling fixes, by Stefan Weil. by ths · 17 years ago
  67. da26024 kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host by bellard · 17 years ago
  68. f8ed707 Fix typo. by pbrook · 17 years ago
  69. 6e68e07 Move clone() register setup to target specific code. Handle fork-like clone. by pbrook · 17 years ago
  70. 9133e39 Push common interrupt variables to cpu-defs.h (Glauber Costa) by bellard · 17 years ago
  71. ce5232c moved halted field to CPU_COMMON by bellard · 17 years ago
  72. 093f8f0 force bit 1 in eflags load by bellard · 17 years ago
  73. 872929a SVM rework by bellard · 17 years ago
  74. eaa728e consistent naming for i386 TCG helper file by bellard · 17 years ago
  75. 26a5f13 variable dynamic translation buffer size by bellard · 17 years ago
  76. 2a449d1 fixed x86_64 regression by bellard · 17 years ago
  77. 1e4840b transformed TN into temporaries - add local temporaries usage when needed - optimized fcmovX by bellard · 17 years ago
  78. 9b7b85d Fix off-by-one unwinding error. by pbrook · 17 years ago
  79. 60ea3b6 Fix A20 debug dumps. by pbrook · 17 years ago
  80. cb63669 Fix ARM conditional branch bug. Add tcg_gen_brcondi. by pbrook · 17 years ago
  81. 70cff25 use debug_insn_start to have nicer debug traces by bellard · 17 years ago
  82. 437a88a proper helper definition registering (all targets must do that) by bellard · 17 years ago
  83. c1c3796 optimization of shifts by a constant by bellard · 17 years ago
  84. 12e26b7 lahf/sahf cpuid test by bellard · 17 years ago
  85. 1b9d9eb cmpxchg8b fix - added cmpxchg16b by bellard · 17 years ago
  86. 1130328 cmpxchg 64 bit fix by bellard · 17 years ago
  87. d620595 fxsave/fxrstor 64 bit fix by bellard · 17 years ago
  88. 8e1c85e converted conditional jumps, SET and CMOVx to TCG by bellard · 17 years ago
  89. 651ba60 converted env access to TCG by bellard · 17 years ago
  90. bd7a7b3 convert eflags manipulation insns to TCG by bellard · 17 years ago
  91. 3bd7da9 convert remaining segment handling to TCG by bellard · 17 years ago
  92. cec6843 converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LAR by bellard · 17 years ago
  93. 839bca8 suppressed no longer used ops by bellard · 17 years ago
  94. 07be379 converted INTO/CMPXCHG8B to TCG by bellard · 17 years ago
  95. 9d0763c converted BCD ops to TCG by bellard · 17 years ago
  96. 0211e5a converted MUL/IMUL to TCG by bellard · 17 years ago
  97. 6e0d867 converted string OPs and LOOP insns to TCG by bellard · 17 years ago
  98. cd31fef fixed INC/DEC condition codes by bellard · 17 years ago
  99. e108dd0 converted sign extension ops to TCG by bellard · 17 years ago
  100. bbf662e MONITOR insn address generation fix - converted XLAT to TCG by bellard · 17 years ago