1. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  2. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 15 years ago
  3. 83dae09 remove unused stuff from */exec.h by Paolo Bonzini · 15 years ago
  4. 8713f8f Don't declare XSAVE as supported by Andi Kleen · 15 years ago
  5. c045af2 Add more boundary checking to sse3/4 parsing by Andi Kleen · 15 years ago
  6. 7418027 target-i386: fix xchg rax,r8 by Richard Henderson · 15 years ago
  7. ab5ea55 x86: svm: Always clear event_inj on vmexit by Jan Kiszka · 15 years ago
  8. 408392b kvm: Fix cpu_is_bsp() compilation warning by Sheng Yang · 15 years ago
  9. ddced19 kvm: init mp_state by Marcelo Tosatti · 15 years ago
  10. f1665b2 kvm: Enable XSAVE live migration support by Sheng Yang · 15 years ago
  11. 51e4943 Enable XSAVE related CPUID by Sheng Yang · 15 years ago
  12. c958a8b kvm: Extend kvm_arch_get_supported_cpuid() to support index by Sheng Yang · 15 years ago
  13. 8935499 fix CPUID vendor override by Andre Przywara · 15 years ago
  14. 052be86 x86: Fix INIT processing by Jan Kiszka · 15 years ago
  15. 92a16d7 apic: qdev conversion cleanup by Blue Swirl · 15 years ago
  16. 0e26b7b apic: avoid using CPUState internals by Blue Swirl · 15 years ago
  17. 4a942ce apic: avoid passing CPUState from CPU code by Blue Swirl · 15 years ago
  18. 2bece2c tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts. by Richard Henderson · 15 years ago
  19. 8c0e634 target-i386: fix decoding of negative 4-byte displacements by Paolo Bonzini · 15 years ago
  20. eafaf1e resent: x86/cpuid: Add kvm32 CPU model by Andre Przywara · 15 years ago
  21. c1667e4 kvm: fix 80000001.EDX supported bit filtering by Gleb Natapov · 15 years ago
  22. 4513d92 Do not stop VM if emulation failed in userspace. by Gleb Natapov · 15 years ago
  23. 0af691d kvm: enable smp > 1 by Marcelo Tosatti · 15 years ago
  24. dbaa07c kvm: validate context for kvm cpu get/put operations by Jan Kiszka · 15 years ago
  25. 6e9cc3e target-i386: Remove duplicate CPU log. by Richard Henderson · 15 years ago
  26. 2042043 kvm: allow qemu to set EPT identity mapping address by Sheng Yang · 15 years ago
  27. b5e5a93 target-i386: print EFER in cpu_dump_state by Marcelo Tosatti · 15 years ago
  28. ff44f1a KVM: x86: Add debug register saving and restoring by Jan Kiszka · 15 years ago
  29. 7f5b7d3 x86: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  30. 8c0d577 kvm: avoid collision with dprintf macro in stdio.h, spotted by clang by Blue Swirl · 15 years ago
  31. 9bd5494 target-i386: Fix variable in (disabled) debugging code by Adam Lackorzynski · 15 years ago
  32. e5c15ef target-i386: Fix compiler warning by Stefan Weil · 15 years ago
  33. 1a7ff92 remove TARGET_* defines from translate-all.c by Paolo Bonzini · 15 years ago
  34. d4c430a Large page TLB flush by Paul Brook · 15 years ago
  35. 2f7a21c x86/cpuid: fix indentation by Aurelien Jarno · 15 years ago
  36. 8560efe x86/cpuid: Enable all features of real CPU by Aurelien Jarno · 15 years ago
  37. 58012d6 x86/cpuid: fix CPUID levels by Andre Przywara · 15 years ago
  38. d3bf591 x86/cpuid: Always expose 32 and 64-bit CPUs by Andre Przywara · 15 years ago
  39. 551a2de x86/cpuid: add TCG feature bit trimming by Andre Przywara · 15 years ago
  40. 457dfed x86/cpuid: remove unnecessary kvm_trim function by Andre Przywara · 15 years ago
  41. ed2c54d x86/cpuid: add "host" to the list of supported CPU models by Andre Przywara · 15 years ago
  42. e117f77 x86/cpuid: add missing CPUID feature flag names by Andre Przywara · 15 years ago
  43. bdde476 x86/cpuid: moved host_cpuid function and remove prototype by Andre Przywara · 15 years ago
  44. 4d067ed x86/cpuid: fix missing feature set bits by Andre Przywara · 15 years ago
  45. 4267393 x86/cpuid: replace magic number with named constant by Andre Przywara · 15 years ago
  46. c6dc6f6 x86/cpuid: move CPUID functions into separate file by Andre Przywara · 15 years ago
  47. 2e21e74 target-i386: fix commit c22549204a6edc431e8e4358e61bd56386ff6957 by TeLeMan · 15 years ago
  48. 4fcc562 Remove cpu_get_phys_page_debug from userspace emulation by Paul Brook · 15 years ago
  49. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  50. b16f827 target-i386: fix SIB decoding with index = 4 by Aurelien Jarno · 15 years ago
  51. 41b1e61 target-i386: Fix long jumps/calls in long mode with REX.W set by malc · 15 years ago
  52. c225492 target-i386: fix lddqu SSE instruction by Aurelien Jarno · 15 years ago
  53. ea64305 KVM: x86: Restrict writeback of VCPU state by Jan Kiszka · 15 years ago
  54. ea375f9 KVM: Rework VCPU state writeback API by Jan Kiszka · 15 years ago
  55. b0b1d69 KVM: Rework of guest debug state writing by Jan Kiszka · 15 years ago
  56. 35bed8e Move ioport.h out of cpu-all.h by Paul Brook · 15 years ago
  57. 63a5473 target-i386: fix crash on x86 32bit linux host with hw breakpoint exceptions by Jason Wessel · 15 years ago
  58. d354899 Fix OpenBSD linker warning by Blue Swirl · 15 years ago
  59. 161717d Fix i386-bsd-user build by Blue Swirl · 15 years ago
  60. 724c689 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 15 years ago
  61. b5ec5ce Add cpu model configuration support.. by john cooper · 15 years ago
  62. 62f734a kvm: Kill CR3_CACHE feature references by Jes Sorensen · 15 years ago
  63. 4c5b10b QEMU e820 reservation patch by Jes Sorensen · 15 years ago
  64. 8217d94 Merge remote branch 'qemu-kvm/uq/master' into staging-tmp by Anthony Liguori · 15 years ago
  65. 5e398dd remove two dead assignments in target-i386/translate.c by Paolo Bonzini · 15 years ago
  66. 19ccb8e KVM: x86: Fix up misreported CPU features by Jan Kiszka · 15 years ago
  67. aee028b KVM: Request setting of nmi_pending and sipi_vector by Jan Kiszka · 15 years ago
  68. 49a945a kill regs_to_env and env_to_regs by Paolo Bonzini · 15 years ago
  69. baee019 remove dead code from target-i386/exec.h by Paolo Bonzini · 15 years ago
  70. bb0300d Add KVM paravirt cpuid leaf by Gleb Natapov · 15 years ago
  71. d720937 x86: translate.c: remove dead assignment by Amit Shah · 15 years ago
  72. e73223a remove pending exception on vcpu reset. by Gleb Natapov · 15 years ago
  73. af364b4 MCE: Fix bug of IA32_MCG_STATUS after system reset by Huang Ying · 15 years ago
  74. 9959638 target-i386: Fix "call im" on x86_64 when executing 32-bit code by Aurelien Jarno · 15 years ago
  75. c84bd4f Intel CPUs starting from pentium have apic by Gleb Natapov · 15 years ago
  76. acb6685 Revert "kvm: x86: Save/restore exception_index" by Anthony Liguori · 15 years ago
  77. d46272c target-i386: Fix evaluation of DR7 register by Jan Kiszka · 15 years ago
  78. 3182737 kvm: x86: Use separate exception_injected CPUState field by Jan Kiszka · 15 years ago
  79. f1e00a9 target-i386: Update CPUID feature set for TCG by Andre Przywara · 15 years ago
  80. 1a03675 v2: properly save kvm system time msr registers by Glauber Costa · 15 years ago
  81. 4d6e3ac kvm: x86: Save/restore exception_index by Jan Kiszka · 15 years ago
  82. 6d9fef1 cpuid: Fix multicore setup on Intel by Andre Przywara · 15 years ago
  83. 6fb6d24 kvm: x86: Fix initial kvm_has_msr_star by Jan Kiszka · 15 years ago
  84. a0fb002 kvm: x86: Add support for VCPU event states by Jan Kiszka · 15 years ago
  85. 5a2e3c2 kvm: x86: Fix merge artifact of f8d926e9 about mp_state by Jan Kiszka · 15 years ago
  86. 0e607a8 kvm: x86: Refactor use of interrupt_bitmap by Jan Kiszka · 15 years ago
  87. caa5af0 kvm: Add arch reset handler by Jan Kiszka · 15 years ago
  88. 9bdbe55 kvm: Move KVM mp_state accessors to i386-specific code by Hollis Blanchard · 15 years ago
  89. b55a37c user: move CPU reset call to main.c for x86/PPC/Sparc by Blue Swirl · 15 years ago
  90. c169998 v3: don't call reset functions on cpu initialization by Glauber Costa · 15 years ago
  91. d4829d4 vmstate: Add version arg to VMSTATE_SINGLE_TEST() by Juan Quintela · 15 years ago
  92. 31501a7 target-i386: implement lzcnt emulation by Andre Przywara · 15 years ago
  93. 976b203 x86: add 'static' to please Sparse by Blue Swirl · 15 years ago
  94. 49d9fdc target-i386: fix ARPL by Laurent Desnogues · 15 years ago
  95. 5a2d0e5 target-i386: move recently added vmstate fields at the end of the structure by Aurelien Jarno · 15 years ago
  96. 1e7fbc6 x86: fix miss merge by Juan Quintela · 15 years ago
  97. 5f30fa1 gdbstub: x86: Switch 64/32 bit registers dynamically by Jan Kiszka · 15 years ago
  98. 0cb892a x86: port cpu to vmstate by Juan Quintela · 15 years ago
  99. 3c8ce63 x86: factor out cpu_get/put_fpreg() by Juan Quintela · 15 years ago
  100. 216c07c x86: factor out cpu_get/put_mttr_var() by Juan Quintela · 15 years ago