aboutsummaryrefslogtreecommitdiff
path: root/slof/engine.in
diff options
context:
space:
mode:
authorMichael Roth <mdroth@linux.vnet.ibm.com>2017-03-08 01:53:36 -0600
committerAlexey Kardashevskiy <aik@ozlabs.ru>2017-03-09 12:17:29 +1100
commit1903174472f8800caf50c959b304501b4c01153c (patch)
tree810b3f9143c72ffa566c3159e8f1f44a42eaf91a /slof/engine.in
parent66d250ef0fd06bb88b7399b9563b5008201f2d63 (diff)
downloadSLOF-1903174472f8800caf50c959b304501b4c01153c.zip
SLOF-1903174472f8800caf50c959b304501b4c01153c.tar.gz
SLOF-1903174472f8800caf50c959b304501b4c01153c.tar.bz2
pci: force minimum mem bar alignment of 64K for board-qemu
This is needed to ensure VFIO passthrough devices are able to offload MMIO accesses to KVM. Cc: Segher Boessenkool <segher@kernel.crashing.org> Cc: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Cc: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Reviewed-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'slof/engine.in')
-rw-r--r--slof/engine.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/slof/engine.in b/slof/engine.in
index 0344a38..549e409 100644
--- a/slof/engine.in
+++ b/slof/engine.in
@@ -145,6 +145,7 @@ col(D2/ >R U2/ R@ LIT(8*CELLSIZE-1) LSHIFT OR R> 2/)
col(NEGATE 0 SWAP -)
col(ABS DUP 0< 0BRANCH(1) NEGATE)
col(MAX 2DUP < 0BRANCH(1) SWAP DROP)
+col(UMAX 2DUP U< 0BRANCH(1) SWAP DROP)
col(MIN 2DUP > 0BRANCH(1) SWAP DROP)
col(U* *)
col(1+ 1 +)