Sign in
qemu
/
qemu
/
93081f5131f2e8bddda3fcc9b4a68e3e0c7a68fa
/
target
/
ppc
/
kvm.c
db70b31
target/ppc: Use env_cpu, env_archcpu
by Richard Henderson
· 6 years ago
38afd77
spapr/xive: add KVM support
by Cédric Le Goater
· 6 years ago
228152c2
target/ppc/kvm: Fix trace typo
by Boxuan Li
· 6 years ago
9ec34ec
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190426' into staging
by Peter Maydell
· 6 years ago
8d83cbf
target/ppc/kvm: Convert DPRINTF to traces
by Greg Kurz
· 6 years ago
c995e94
target/ppc: Style fixes for kvm_ppc.h and kvm.c
by David Gibson
· 6 years ago
905b7ee
exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()
by David Hildenbrand
· 6 years ago
ce2918c
spapr: Use CamelCase properly
by David Gibson
· 6 years ago
68f9f70
target/ppc/spapr: Enable H_PAGE_INIT in-kernel handling
by Suraj Jitindar Singh
· 6 years ago
468e3a1
target/ppc: Refactor kvm_handle_debug
by Fabiano Rosas
· 6 years ago
2cbd158
target/ppc: Move handling of hardware breakpoints to a separate function
by Fabiano Rosas
· 6 years ago
8ff43ee
target/ppc/spapr: Add SPAPR_CAP_CCF_ASSIST
by Suraj Jitindar Singh
· 6 years ago
399b289
target/ppc/spapr: Add workaround option to SPAPR_CAP_IBS
by Suraj Jitindar Singh
· 6 years ago
7d05052
target/ppc: Implement large decrementer support for KVM
by Suraj Jitindar Singh
· 6 years ago
52b73c0
target/ppc/kvm: Drop useless include directive
by Greg Kurz
· 6 years ago
ef96e3a
target/ppc: move FP and VMX registers into aligned vsr register array
by Mark Cave-Ayland
· 6 years ago
b9a477b
ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HV
by Suraj Jitindar Singh
· 6 years ago
a84f717
target/ppc/kvm: set vcpu as online/offline
by Nikunj A Dadhania
· 7 years ago
a69dc53
ppc: Remove deprecated ppcemb target
by Thomas Huth
· 7 years ago
ab25696
target/ppc/kvm: don't pass cpu to kvm_get_smmu_info()
by Greg Kurz
· 7 years ago
71d0f1e
target/ppc/kvm: get rid of kvm_get_fallback_smmu_info()
by Greg Kurz
· 7 years ago
e5ca28e
spapr: Don't rewrite mmu capabilities in KVM mode
by David Gibson
· 7 years ago
123eec6
spapr: Use maximum page size capability to simplify memory backend checking
by David Gibson
· 7 years ago
24c6863
target/ppc: Add kvmppc_hpt_needs_host_contiguous_pages() helper
by David Gibson
· 7 years ago
7388efa
target/ppc, spapr: Move VPA information to machine_data
by David Gibson
· 7 years ago
072f416
target/ppc: Don't require private l1d cache on POWER8 for cap_ppc_safe_cache
by Suraj Jitindar Singh
· 7 years ago
8fea704
target/ppc: Factor out the parsing in kvmppc_get_cpu_characteristics()
by Suraj Jitindar Singh
· 7 years ago
da20aed
spapr: Move PAPR mode cpu setup fully to spapr code
by David Gibson
· 7 years ago
090052a
spapr: Remove support for explicitly allocated RMAs
by David Gibson
· 7 years ago
67d7d66
target/ppc: Fold slb_nr into PPCHash64Options
by David Gibson
· 7 years ago
0941d72
target/ppc: Get rid of POWERPC_MMU_VER() macros
by David Gibson
· 7 years ago
26cd35b
target/ppc: Fold ci_large_pages flag into PPCHash64Options
by David Gibson
· 7 years ago
58969ee
target/ppc: Move 1T segment and AMR options to PPCHash64Options
by David Gibson
· 7 years ago
b07c59f
target/ppc: Split page size information into a separate allocation
by David Gibson
· 7 years ago
dc71b55
target/ppc: Remove fallback 64k pagesize information
by David Gibson
· 7 years ago
2b10808
Add host_memory_backend_pagesize() helper
by David Gibson
· 7 years ago
0de6e2a
Make qemu_mempath_getpagesize() accept NULL
by David Gibson
· 7 years ago
c76c0d3
ppc/spapr-caps: Convert cap-ibs to custom spapr-cap
by Suraj Jitindar Singh
· 7 years ago
cb931c2
target/ppc: Check mask when setting cap_ppc_safe_indirect_branch
by Suraj Jitindar Singh
· 7 years ago
9ded780
spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM device
by Alexey Kardashevskiy
· 7 years ago
8acc2ae
target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch]
by Suraj Jitindar Singh
· 7 years ago
3f2ca48
target/ppc: Clean up probing of VMX, VSX and DFP availability on KVM
by David Gibson
· 7 years ago
a36593e
target/ppc: Yet another fix for KVM-HV HPTE accessors
by Alexey Kardashevskiy
· 7 years ago
1945e6a
ppc: remove duplicated includes
by Philippe Mathieu-Daudé
· 7 years ago
2e9c10e
ppc: spapr: use generic cpu_model parsing
by Igor Mammedov
· 7 years ago
5bbb264
ppc: spapr: register 'host' core type along with the rest of core types
by Igor Mammedov
· 7 years ago
b51d3c8
ppc: spapr: use cpu type name directly
by Igor Mammedov
· 7 years ago
1ec26c7
spapr: fix the value of SDR1 in kvmppc_put_books_sregs()
by Greg Kurz
· 7 years ago
14b0d74
ppc/kvm: generalize the use of kvmppc_get_htab_fd()
by Greg Kurz
· 7 years ago
82be8e7
ppc/kvm: change kvmppc_get_htab_fd() to return -errno on error
by Greg Kurz
· 7 years ago
712b25c
ppc/kvm: drop kvmppc_has_cap_htab_fd()
by Greg Kurz
· 7 years ago
6977afd
ppc/kvm: check some capabilities with kvm_vm_check_extension()
by Greg Kurz
· 7 years ago
70a0c19
ppc/kvm: use kvm_vm_check_extension() in kvmppc_is_pr()
by Greg Kurz
· 7 years ago
2527cb9
ppc: drop caching ObjectClass from PowerPCCPUAlias
by Igor Mammedov
· 8 years ago
c5354f5
ppc: make cpu_model translation to type consistent
by Igor Mammedov
· 8 years ago
c913706
ppc: use macros to make cpu type name from string literal
by Igor Mammedov
· 8 years ago
fa98fbf
PPC: KVM: Support machine option to set VSMT mode
by Sam Bobroff
· 8 years ago
2e886fb
ppc: spapr: Make VCPU ID handling private to SPAPR
by Sam Bobroff
· 8 years ago
81210c2
ppc: spapr: Rename cpu_dt_id to vcpu_id
by Sam Bobroff
· 8 years ago
c363a37
target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaround
by Daniel Henrique Barboza
· 8 years ago
b55d295
pseries: Allow HPT resizing with KVM
by David Gibson
· 8 years ago
30f4b05
pseries: Stubs for HPT resizing
by David Gibson
· 8 years ago
92e926e
ppc/kvm: have the "family" CPU alias to point to TYPE_HOST_POWERPC_CPU
by Greg Kurz
· 8 years ago
2d3e302
target/ppc: fix memory leak in kvmppc_is_mem_backend_page_size_ok()
by Greg Kurz
· 8 years ago
ec69355
target/ppc: pass const string to kvmppc_is_mem_backend_page_size_ok()
by Greg Kurz
· 8 years ago
e9edd93
target/ppc: Avoid printing wrong aliases in CPU help text
by Thomas Huth
· 8 years ago
5f3066d
target/ppc: Allow workarounds for POWER9 DD1
by David Gibson
· 8 years ago
3dc410a
target-ppc/kvm: Enable in-kernel TCE acceleration for multi-tce
by Alexey Kardashevskiy
· 8 years ago
b4db541
target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALL
by Suraj Jitindar Singh
· 8 years ago
cf1c4cc
target-ppc: support KVM_CAP_PPC_MMU_RADIX, KVM_CAP_PPC_MMU_HASH_V3
by Sam Bobroff
· 8 years ago
c64abd1
spapr: Add ibm,processor-radix-AP-encodings to the device tree
by Sam Bobroff
· 8 years ago
d6ee2a7
target-ppc: kvm: make use of KVM_CREATE_SPAPR_TCE_64
by Alexey Kardashevskiy
· 8 years ago
f3d9f30
target/ppc: Improve accuracy of guest HTM availability on P8s
by Sam Bobroff
· 8 years ago
40fda98
ppc: remove cannot_destroy_with_object_finalize_yet
by Laurent Vivier
· 8 years ago
17783ac
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into staging
by Peter Maydell
· 8 years ago
2ae41db
KVM: do not use sigtimedwait to catch SIGBUS
by Paolo Bonzini
· 8 years ago
4d39892
KVM: remove kvm_arch_on_sigbus
by Paolo Bonzini
· 8 years ago
ec975e8
spapr: Small cleanup of PPC MMU enums
by Sam Bobroff
· 8 years ago
9c60766
exec, kvm, target-ppc: Move getrampagesize() to common code
by Alexey Kardashevskiy
· 8 years ago
e57ca75
target/ppc: Manage external HPT via virtual hypervisor
by David Gibson
· 8 years ago
1ad9f0a
target/ppc: Fix KVM-HV HPTE accessors
by David Gibson
· 8 years ago
df58713
hw/ppc/spapr: Check for valid page size when hot plugging memory
by Thomas Huth
· 8 years ago
715d4b9
ppc/kvm: Handle the "family" CPU via alias instead of registering new types
by Thomas Huth
· 8 years ago
d6e166c
ppc: Rename cpu_version to compat_pvr
by David Gibson
· 8 years ago
b394662
kvm: move cpu synchronization code
by Vincent Palatin
· 8 years ago
d525ffa
stubs: remove stubs/kvm.c
by Paolo Bonzini
· 8 years ago
fcf5ef2
Move target-* CPU file into a target/ folder
by Thomas Huth
· 8 years ago
[Renamed from target-ppc/kvm.c]
82ecffa
Open 2.9 development tree
by Stefan Hajnoczi
· 8 years ago