diff options
author | Alexey Kardashevskiy <aik@ozlabs.ru> | 2016-03-01 01:54:38 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2016-03-01 17:56:50 -0500 |
commit | fe26e52712ccab6648df17ecc029a68a69a01a85 (patch) | |
tree | 3bfcf89f8d288367bda48fb92a0914b188bb3cf0 /Kconfig | |
parent | 01d01d69192e417447dee97891d670804bedd2c8 (diff) |
KVM: PPC: Add @page_shift to kvmppc_spapr_tce_table
At the moment the kvmppc_spapr_tce_table struct can only describe
4GB windows and handle fixed size (4K) pages. Dynamic DMA windows
support more so these limits need to be extended.
This replaces window_size (in bytes, 4GB max) with page_shift (32bit)
and size (64bit, in pages).
This should cause no behavioural change as this is changing
the internal structures only - the user interface still only
allows one to create a 32-bit table with 4KiB pages at this stage.
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions