diff options
author | 2018-05-28 09:48:26 +0800 | |
---|---|---|
committer | 2018-07-18 15:14:45 +1000 | |
commit | 4eeb85568e5653c71d901f7593d3f3e7e2a5414f (patch) | |
tree | 5af1dc881d288592a9f2e3811cc2eae0fc1c87e6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff) | |
download | linux-dev-4eeb85568e5653c71d901f7593d3f3e7e2a5414f.tar.xz linux-dev-4eeb85568e5653c71d901f7593d3f3e7e2a5414f.zip |
KVM: PPC: Remove mmio_vsx_tx_sx_enabled in KVM MMIO emulation
Originally PPC KVM MMIO emulation uses only 0~31#(5 bits) for VSR
reg number, and use mmio_vsx_tx_sx_enabled field together for
0~63# VSR regs.
Currently PPC KVM MMIO emulation is reimplemented with analyse_instr()
assistance. analyse_instr() returns 0~63 for VSR register number, so
it is not necessary to use additional mmio_vsx_tx_sx_enabled field
any more.
This patch extends related reg bits (expand io_gpr to u16 from u8
and use 6 bits for VSR reg#), so that mmio_vsx_tx_sx_enabled can
be removed.
Signed-off-by: Simon Guo <wei.guo.simon@gmail.com>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions