1. a33609c kvm: Fix cpuid initialization (Jan Kiszka) by aliguori · 16 years ago
  2. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  3. 8cd6345 Immediate versions of ro[lr] by malc · 16 years ago
  4. 64bf3f4 kvm: Drop kvm_patch_opcode_byte (Jan Kiszka) by aliguori · 16 years ago
  5. dc1ded5 x86: Add NULL check to lsl (Jan Kiszka) by aliguori · 16 years ago
  6. 8777643 target-i386: use the new bswap* TCG ops by aurel32 · 16 years ago
  7. 66896cb tcg: rename bswap_i32/i64 functions by aurel32 · 16 years ago
  8. e22a25c Guest debugging support for KVM (Jan Kiszka) by aliguori · 16 years ago
  9. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  10. b36d24b Fix cpuid KVM crash on i386 (Lubomir Rintel) by aliguori · 16 years ago
  11. ff3c01c Fix "info registers" under kvm. by balrog · 16 years ago
  12. 680c306 x86: use qemu_log_mask on triple faults (Chris Wright) by aliguori · 16 years ago
  13. b136a4c KVM: cpuid function 2: store all values (Amit Shah) by aliguori · 16 years ago
  14. a36b102 KVM: Get all cpuid values from function 2 (Amit Shah) by aliguori · 16 years ago
  15. 486bd5a KVM: Fetch sub-leaf cpuid values for functions 4, 0xb, 0xd. (Amit Shah) by aliguori · 16 years ago
  16. e00b6f8 KVM: CPUID takes ecx as input value for some functions (Amit Shah) by aliguori · 16 years ago
  17. 0d0266a targets: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  18. 9bdba1b Add phenom CPU descriptor (Alexander Graf) by aliguori · 16 years ago
  19. eef2655 Implement FFXSR (Alexander Graf) by aliguori · 16 years ago
  20. a5e50b2 Replace noreturn with QEMU_NORETURN by malc · 16 years ago
  21. 33049de Fix a typo in ext2_feature_name (Carl-Daniel Hailfinger) by aliguori · 16 years ago
  22. 6e48a40 Use new logging API in reset handling (Jan Kiszka) by aliguori · 16 years ago
  23. dd5e3b1 MTRR support on x86, part 2 (Carl-Daniel Hailfinger) by aliguori · 16 years ago
  24. 8c6c919 kvm-x86: Remove eflags conversion into emulator format (Jan Kiszka) by aliguori · 16 years ago
  25. f55761a x86: Issue reset on triple faults (Jan Kiszka) by aliguori · 16 years ago
  26. eca1bdf Log reset events (Jan Kiszka) by aliguori · 16 years ago
  27. 165d9b8 MTRR support on x86 (Carl-Daniel Hailfinger) by aliguori · 16 years ago
  28. 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
  29. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  30. d12d51d Clean up debugging code #ifdefs (Eduardo Habkost) by aliguori · 16 years ago
  31. 1c918eb Suppress i386 warnings by blueswir1 · 16 years ago
  32. 7d99a00 Add noreturn function attribute by blueswir1 · 16 years ago
  33. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  34. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  35. 5530845 Initialize msr list size properly in KVM by aliguori · 16 years ago
  36. 4c9f737 Correctly initialize msr list in KVM by aliguori · 16 years ago
  37. f60d272 Fix smsw for x86_64 guest and bigendian host case by malc · 16 years ago
  38. d9957a8 x86 cleanup by blueswir1 · 16 years ago
  39. 40a2d70 Fix crash in kvm.c (Stefan Weil) by aliguori · 16 years ago
  40. 32938e1 target-i386: Fix jmp im on x86_64 when executing 32-bit code by aurel32 · 16 years ago
  41. db8d990 Remove FORCE_RET() and RETURN() by aurel32 · 16 years ago
  42. 0b97134 target-i386: fix CVE-2007-1322 by aurel32 · 16 years ago
  43. d4b55be Fix register name typo in dumping debug registers (Jan Kiszka) by aliguori · 16 years ago
  44. dcfd12b Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert). by balrog · 16 years ago
  45. 2cbd949 Common cpu_loop_exit prototype by aurel32 · 16 years ago
  46. c0ce998 Use sys-queue.h for break/watchpoint managment (Jan Kiszka) by aliguori · 16 years ago
  47. 9c99d2a i386: remove unused function prototypes (Laurent Desnogues) by aliguori · 16 years ago
  48. a59cb4e x86: Dump debug registers (Jan Kiszka) by aliguori · 16 years ago
  49. 01df040 x86: Debug register emulation (Jan Kiszka) by aliguori · 16 years ago
  50. a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
  51. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  52. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  53. a7812ae TCG variable type checking. by pbrook · 16 years ago
  54. 30913ba target-i386: fix helper_pmovmskb_mmx helper by aurel32 · 16 years ago
  55. 10781c0 x86: fix warning without CONFIG_KVM (Mark McLoughlin) by aliguori · 16 years ago
  56. 5700308 Fix CPUID ext2 features masking (Avi Kivity) by aliguori · 16 years ago
  57. 984b518 Define kvm_ioctl in the same way as ioctl by aliguori · 16 years ago
  58. 59795a1 x86 CPUID extended family/model (Andre Przywara). by balrog · 16 years ago
  59. 0533044 Add missing files to KVM commit. by aliguori · 16 years ago
  60. 7ba1e61 Add KVM support to QEMU by aliguori · 16 years ago
  61. 6fd805e Split CPUID from op_helper by aliguori · 16 years ago
  62. 0650f1a Add additional CPU flag definitions by aliguori · 16 years ago
  63. e5ceb24 Fix restore of older snapshots for target-i386 on big endian hosts by aliguori · 16 years ago
  64. 853f693 Fix cpuid ext_features value for Atom N270 (Blue Swirl). by balrog · 16 years ago
  65. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  66. e65bdff i386/SVM: return amount of ASIDs by aurel32 · 16 years ago
  67. 45fd08e target-i386: Add Core Duo Definition by aurel32 · 16 years ago
  68. 000cacf Fix crc32w decoding, fix a constant width in blendvpd. by balrog · 16 years ago
  69. fdb0d09 x86 "popcnt" affects flags. by balrog · 16 years ago
  70. 222a333 Implement SSE4.1, SSE4.2 (x86). by balrog · 16 years ago
  71. bdadc0b Do not use load_seg_vm to load CS in real mode iret handling by malc · 16 years ago
  72. b6c4f71 Resurrect the safe part of r5274 by blueswir1 · 16 years ago
  73. 6dc2d0d x86 pextrw destination operand can be r64. by balrog · 16 years ago
  74. d5e49a8 Handle MSR_IA32_PERF_STATUS in rdmsr (Alexander Graf). by balrog · 16 years ago
  75. f504975 Fix save/restore regression introduced by r5318 by aliguori · 16 years ago
  76. 558fa83 My core2duo patch introduced a vague statement of "missing features" in by pbrook · 16 years ago
  77. c0d8299 Rename -cpu atom to -cpu n270. by balrog · 16 years ago
  78. a876e28 Fix definition of EMX bit in cpuid (Jens Axboe). by balrog · 16 years ago
  79. 2ca83a8 Revert r5274 which breaks savevm/loadvm by blueswir1 · 16 years ago
  80. 0086de1 Add Atom (x86) cpu identification. by balrog · 16 years ago
  81. 2436b61 SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf). by balrog · 16 years ago
  82. e737b32 Core 2 Duo specification (Alexander Graf). by balrog · 16 years ago
  83. c5096da Clean up vendor identification (Alexander Graf). by balrog · 16 years ago
  84. 4242b1b Implement x86 SSSE3 instructions. by balrog · 16 years ago
  85. bb332cb Use qemu_free() on env instead of free. by balrog · 16 years ago
  86. 67d8cec Add signed versions of save/load functions by blueswir1 · 16 years ago
  87. c0a04f0 Fix up pxe boot (Glauber Costa) by aliguori · 16 years ago
  88. eb38c52 Fix most warnings that would be caused by gcc flag -Wundef by blueswir1 · 16 years ago
  89. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
  90. ca1c9e1 i386: Catch all non-present ptes in cpu_get_phys_page_debug (Jan Kiszka) by aliguori · 16 years ago
  91. 23e6c39 Fix task register type after reset (Avi Kivity) by aliguori · 16 years ago
  92. 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 16 years ago
  93. 28e1071 fix cvtsq2s[sd] (Juergen Lock) by bellard · 17 years ago
  94. d70040b Re-add static qualifier. Fix annother occurance of "const static". by pbrook · 17 years ago
  95. 2c90d79 Fix constant truncation, spotted by Jindrich Makovicka. by ths · 17 years ago
  96. 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 17 years ago
  97. efade67 Fix rdtsc instruction counting. by pbrook · 17 years ago
  98. b3c7724 Move CPU save/load registration to common code. by pbrook · 17 years ago
  99. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  100. 40f8e2f added model_id and vendor cpu model options (initial patch by Dan Kenigsberg) - various cleanup by bellard · 17 years ago