index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
kvm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-06
ppc/spapr-caps: Convert cap-ibs to custom spapr-cap
Suraj Jitindar Singh
1
-2
/
+4
2018-03-06
target/ppc: Check mask when setting cap_ppc_safe_indirect_branch
Suraj Jitindar Singh
1
-1
/
+1
2018-02-06
spapr/iommu: Enable in-kernel TCE acceleration via VFIO KVM device
Alexey Kardashevskiy
1
-1
/
+6
2018-01-29
target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch]
Suraj Jitindar Singh
1
-0
/
+58
2018-01-17
target/ppc: Clean up probing of VMX, VSX and DFP availability on KVM
David Gibson
1
-21
/
+6
2018-01-17
target/ppc: Yet another fix for KVM-HV HPTE accessors
Alexey Kardashevskiy
1
-4
/
+7
2017-12-18
ppc: remove duplicated includes
Philippe Mathieu-Daudé
1
-3
/
+0
2017-10-17
ppc: spapr: use generic cpu_model parsing
Igor Mammedov
1
-3
/
+8
2017-10-17
ppc: spapr: register 'host' core type along with the rest of core types
Igor Mammedov
1
-11
/
+0
2017-10-17
ppc: spapr: use cpu type name directly
Igor Mammedov
1
-1
/
+1
2017-09-27
spapr: fix the value of SDR1 in kvmppc_put_books_sregs()
Greg Kurz
1
-25
/
+7
2017-09-27
ppc/kvm: generalize the use of kvmppc_get_htab_fd()
Greg Kurz
1
-18
/
+9
2017-09-27
ppc/kvm: change kvmppc_get_htab_fd() to return -errno on error
Greg Kurz
1
-2
/
+8
2017-09-27
ppc/kvm: drop kvmppc_has_cap_htab_fd()
Greg Kurz
1
-5
/
+0
2017-09-27
ppc/kvm: check some capabilities with kvm_vm_check_extension()
Greg Kurz
1
-3
/
+3
2017-09-15
ppc/kvm: use kvm_vm_check_extension() in kvmppc_is_pr()
Greg Kurz
1
-1
/
+1
2017-09-08
ppc: drop caching ObjectClass from PowerPCCPUAlias
Igor Mammedov
1
-1
/
+0
2017-09-08
ppc: make cpu_model translation to type consistent
Igor Mammedov
1
-1
/
+1
2017-09-08
ppc: use macros to make cpu type name from string literal
Igor Mammedov
1
-1
/
+1
2017-09-08
PPC: KVM: Support machine option to set VSMT mode
Sam Bobroff
1
-1
/
+38
2017-09-08
ppc: spapr: Make VCPU ID handling private to SPAPR
Sam Bobroff
1
-1
/
+1
2017-09-08
ppc: spapr: Rename cpu_dt_id to vcpu_id
Sam Bobroff
1
-1
/
+1
2017-08-22
target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaround
Daniel Henrique Barboza
1
-0
/
+38
2017-07-17
pseries: Allow HPT resizing with KVM
David Gibson
1
-2
/
+65
2017-07-17
pseries: Stubs for HPT resizing
David Gibson
1
-0
/
+13
2017-07-11
ppc/kvm: have the "family" CPU alias to point to TYPE_HOST_POWERPC_CPU
Greg Kurz
1
-1
/
+4
2017-06-08
target/ppc: fix memory leak in kvmppc_is_mem_backend_page_size_ok()
Greg Kurz
1
-0
/
+1
2017-06-08
target/ppc: pass const string to kvmppc_is_mem_backend_page_size_ok()
Greg Kurz
1
-2
/
+2
2017-05-11
target/ppc: Avoid printing wrong aliases in CPU help text
Thomas Huth
1
-12
/
+0
2017-05-11
target/ppc: Allow workarounds for POWER9 DD1
David Gibson
1
-0
/
+11
2017-04-26
target-ppc/kvm: Enable in-kernel TCE acceleration for multi-tce
Alexey Kardashevskiy
1
-0
/
+14
2017-04-26
target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALL
Suraj Jitindar Singh
1
-0
/
+31
2017-04-26
target-ppc: support KVM_CAP_PPC_MMU_RADIX, KVM_CAP_PPC_MMU_HASH_V3
Sam Bobroff
1
-0
/
+14
2017-04-26
spapr: Add ibm,processor-radix-AP-encodings to the device tree
Sam Bobroff
1
-0
/
+29
2017-04-26
target-ppc: kvm: make use of KVM_CREATE_SPAPR_TCE_64
Alexey Kardashevskiy
1
-11
/
+37
2017-04-26
target/ppc: Improve accuracy of guest HTM availability on P8s
Sam Bobroff
1
-2
/
+6
2017-04-21
ppc: remove cannot_destroy_with_object_finalize_yet
Laurent Vivier
1
-10
/
+0
2017-03-04
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...
Peter Maydell
1
-108
/
+9
2017-03-03
KVM: do not use sigtimedwait to catch SIGBUS
Paolo Bonzini
1
-5
/
+0
2017-03-03
KVM: remove kvm_arch_on_sigbus
Paolo Bonzini
1
-5
/
+0
2017-03-03
spapr: Small cleanup of PPC MMU enums
Sam Bobroff
1
-4
/
+4
2017-03-03
exec, kvm, target-ppc: Move getrampagesize() to common code
Alexey Kardashevskiy
1
-104
/
+5
2017-03-01
target/ppc: Manage external HPT via virtual hypervisor
David Gibson
1
-1
/
+1
2017-03-01
target/ppc: Fix KVM-HV HPTE accessors
David Gibson
1
-65
/
+61
2017-02-22
hw/ppc/spapr: Check for valid page size when hot plugging memory
Thomas Huth
1
-4
/
+28
2017-02-02
ppc/kvm: Handle the "family" CPU via alias instead of registering new types
Thomas Huth
1
-13
/
+23
2017-01-31
ppc: Rename cpu_version to compat_pvr
David Gibson
1
-2
/
+2
2017-01-19
kvm: move cpu synchronization code
Vincent Palatin
1
-1
/
+1
2017-01-16
stubs: remove stubs/kvm.c
Paolo Bonzini
1
-0
/
+5
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth
1
-0
/
+2674