1. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 12 years ago
  2. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  3. 0f20ba6 target-ppc: spapr: e500: fix to use cpu_dt_id by Alexey Kardashevskiy · 11 years ago
  4. 0ce470c target-ppc: add PowerPCCPU::cpu_dt_id by Alexey Kardashevskiy · 11 years ago
  5. c138593 target-ppc: Update ppc_hash64_store_hpte to support updating in-kernel htab by Aneesh Kumar K.V · 11 years ago
  6. 7c43bca target-ppc: Fix page table lookup with kvm enabled by Aneesh Kumar K.V · 11 years ago
  7. f3c75d4 target-ppc: Fix htab_mask calculation by Aneesh Kumar K.V · 11 years ago
  8. b36f100 PPC: KVM: suppress warnings about not supported SPRs by Alexey Kardashevskiy · 11 years ago
  9. 69b31b9 PPC: KVM: store SLB slot number by Alexey Kardashevskiy · 11 years ago
  10. 933b19e PPC: KVM: Add missing address space to ldl_phys helper by Alexander Graf · 11 years ago
  11. 3bc9ccc powerpc: add PVR mask support by Alexey Kardashevskiy · 11 years ago
  12. c65f9a0 target-ppc: add stubs for KVM breakpoints by Greg Kurz · 11 years ago
  13. d83af16 target-ppc: Use #define for max slb entries by Aneesh Kumar K.V · 11 years ago
  14. 4b4d4a2 target-ppc: Update slb array with correct index values. by Aneesh Kumar K.V · 11 years ago
  15. feaa64c target-ppc: Add helper for KVM_PPC_RTAS_DEFINE_TOKEN by David Gibson · 11 years ago
  16. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  17. da56ff9 target-ppc/kvm.c: Rename 'dprintf' to 'DPRINTF' by Peter Maydell · 12 years ago
  18. e68cb8b pseries: savevm support with KVM by Alexey Kardashevskiy · 12 years ago
  19. a83000f spapr-tce: make sPAPRTCETable a proper device by Anthony Liguori · 12 years ago
  20. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  21. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  22. 4bddaf5 target-ppc kvm: save cr register by Alexey Kardashevskiy · 12 years ago
  23. 8216966 KVM: PPC: Add dummy kvm_arch_init_irq_routing() by Scott Wood · 12 years ago
  24. 997aba8 remove some double-includes by Michael Tokarev · 12 years ago
  25. 9b00ea4 target-ppc: Synchronize VPA state with KVM by David Gibson · 12 years ago
  26. 0cbad81 pseries: Fixes and enhancements to L1 cache properties by David Gibson · 12 years ago
  27. f36951c pseries: Fix incorrect calculation of RMA size in certain configurations by David Gibson · 12 years ago
  28. 31f2cb8 Enable kvm emulated watchdog by Bharat Bhushan · 12 years ago
  29. 3b96112 PPC: e500: advertise 4.2 MPIC only if KVM supports EPR by Stuart Yoder · 12 years ago
  30. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  31. d5aea6f mmu-hash*: Add header file for definitions by David Gibson · 12 years ago
  32. c6304a4 target-ppc: Remove CONFIG_PSERIES dependency in kvm.c by David Gibson · 12 years ago
  33. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  34. 5ba4576 target-ppc: Make host CPU a subclass of the host's CPU model by Andreas Färber · 12 years ago
  35. 70b7984 target-ppc: Synchronize FPU state with KVM by David Gibson · 12 years ago
  36. d67d40e target-ppc: Add mechanism for synchronizing SPRs with KVM by David Gibson · 12 years ago
  37. cfe34f4 target-ppc: Convert CPU definitions by Andreas Färber · 12 years ago
  38. da91a00 target-ppc: Split out SO, OV, CA fields from XER by Richard Henderson · 12 years ago
  39. b164e48 kvm: Create kvm_arch_vcpu_id() function by Eduardo Habkost · 12 years ago
  40. 5b95b8b PPC: KVM: Add support for EPR with KVM by Alexander Graf · 12 years ago
  41. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  42. 1b7ce68 target-ppc: Error out for -cpu host on unknown PVR by Andreas Färber · 12 years ago
  43. 2985b86 target-ppc: Slim conversion of model definitions to QOM subclasses by Andreas Färber · 12 years ago
  44. 1a61a9a PPC: KVM: set has-idle in guest device tree by Stuart Yoder · 12 years ago
  45. 501a7ce Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu by Andreas Färber · 12 years ago
  46. a60f24b cpu: Move kvm_state field into CPUState by Andreas Färber · 12 years ago
  47. 1bc2265 kvm: Pass CPUState to kvm_vcpu_ioctl() by Andreas Färber · 12 years ago
  48. 20d695a kvm: Pass CPUState to kvm_arch_* by Andreas Färber · 12 years ago
  49. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  50. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  51. aa100fa spapr: Pass PowerPCCPU to spapr_hypercall() by Andreas Färber · 13 years ago
  52. c08d742 cpus: Pass CPUState to qemu_cpu_kick() by Andreas Färber · 13 years ago
  53. d5a6814 target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPU by Andreas Färber · 13 years ago
  54. 6b2f90f Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf by Aurelien Jarno · 12 years ago
  55. ae21506 ppc: avoid buffer overrun: use pstrcpy, not strncpy by Jim Meyering · 12 years ago
  56. ef8beb0 PPC: KVM: Fix BAT put by Alexander Graf · 12 years ago
  57. ace9a2c target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab() by David Gibson · 13 years ago
  58. 7f763a5 pseries: Add support for new KVM hash table control call by David Gibson · 13 years ago
  59. f1af19d ppc: Make kvm_arch_put_registers() put *all* the registers by David Gibson · 13 years ago
  60. 78e8fde ppc: Fix bug in handling of PAPR hypercall exits by David Gibson · 13 years ago
  61. ad0ebb9 pseries: Convert sPAPR TCEs to use generic IOMMU infrastructure by David Gibson · 13 years ago
  62. 4656e1f ppc64: Rudimentary Support for extra page sizes on server CPUs by Benjamin Herrenschmidt · 13 years ago
  63. 12b1143 target-ppc: Add hooks for handling tcg and kvm limitations by David Gibson · 13 years ago
  64. 5cbdb3a Replace Qemu by QEMU in comments by Stefan Weil · 13 years ago
  65. b5aec39 pseries: Don't try to munmap() a malloc()ed TCE table by David Gibson · 13 years ago
  66. 1328c2b target-ppc: Don't overuse CPUState by Andreas Färber · 13 years ago
  67. a31be48 PPC: KVM: Update HIOR code to new interface by Alexander Graf · 13 years ago
  68. 6148b23 kvm: fix build error in ppc kvm due to memory_region_init_ram_ptr() change by Avi Kivity · 13 years ago
  69. 157feea kvm-ppc: halt secondary cpus when guest reset by Liu Yu-B13201 · 13 years ago
  70. 74b41e5 pseries: Allow writes to KVM accelerated TCE table by David Gibson · 13 years ago
  71. 70bca53 KVM: PPC: Override host vmx/vsx/dfp only when information known by Alexander Graf · 13 years ago
  72. a734258 pseries: Correct vmx/dfp handling in both KVM and TCG cases by David Gibson · 13 years ago
  73. a1e9858 ppc: First cut implementation of -cpu host by David Gibson · 13 years ago
  74. 6659394 pseries: Add device tree properties for VMX/VSX and DFP under kvm by David Gibson · 13 years ago
  75. 9bc884b ppc: Generalize the kvmppc_get_clockfreq() function by David Gibson · 13 years ago
  76. 0f5cb29 pseries: Use Book3S-HV TCE acceleration capabilities by David Gibson · 13 years ago
  77. 354ac20 pseries: Allow KVM Book3S-HV on PPC970 CPUS by David Gibson · 13 years ago
  78. e97c363 pseries: Support SMT systems for KVM Book3S-HV by David Gibson · 13 years ago
  79. 94135e8 KVM: PPC: Use HIOR setting for -M pseries with PR KVM by Alexander Graf · 14 years ago
  80. 93dd5e8 kvm: ppc: booke206: use MMU API by Scott Wood · 14 years ago
  81. f61b4be PPC: Enable to use PAPR with PR style KVM by Alexander Graf · 14 years ago
  82. eadaada PPC: KVM: Add generic function to read host clockfreq by Alexander Graf · 14 years ago
  83. 3d0388f kvm: ppc: Drop KVM_CAP build dependencies by Jan Kiszka · 14 years ago
  84. 0bed3bb kvm: ppc: Drop CONFIG_KVM_PPC_PVR by Jan Kiszka · 14 years ago
  85. fafc0b6 PPC: fix sregs usage on booke by Alexander Graf · 14 years ago
  86. 64e07be kvm: ppc: detect old headers by Alexander Graf · 14 years ago
  87. 90dc881 monitor: add PPC BookE SPRs by Scott Wood · 14 years ago
  88. 5666ca4 kvm: ppc: fixes for KVM_SET_SREGS on init by Scott Wood · 14 years ago
  89. bb59390 Parse SDR1 on mtspr instead of at translate time by David Gibson · 14 years ago
  90. 31b7c26 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 14 years ago
  91. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  92. bb4ea39 kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes by Jan Kiszka · 14 years ago
  93. 9903686 kvm: Rename kvm_arch_process_irqchip_events to async_events by Jan Kiszka · 14 years ago
  94. bdcbd3e kvm: ppc: Fix breakage of kvm_arch_pre_run/process_irqchip_events by Jan Kiszka · 14 years ago
  95. 7a39fe5 kvm: Drop return values from kvm_arch_pre/post_run by Jan Kiszka · 14 years ago
  96. a1b87fe kvm: Provide sigbus services arch-independently by Jan Kiszka · 14 years ago
  97. 94a8d39 kvm: Consolidate must-have capability checks by Jan Kiszka · 14 years ago
  98. cad1e28 kvm: Drop smp_cpus argument from init functions by Jan Kiszka · 14 years ago
  99. 73aaec4 kvm: Stop on all fatal exit reasons by Jan Kiszka · 14 years ago
  100. 138b38b ppc: kvm: fix signedness warning by Alexander Graf · 14 years ago