projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f208ec7
)
target/ppc: Assert if HV mode is set when running under a pseries machine
author
Cédric Le Goater
<clg@kaod.org>
Mon, 30 Mar 2020 09:49:42 +0000
(11:49 +0200)
committer
David Gibson
<david@gibson.dropbear.id.au>
Thu, 7 May 2020 01:10:50 +0000
(11:10 +1000)
Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <
20200330094946
.24678-4-clg@kaod.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/mmu-radix64.c
patch
|
blob
|
history
diff --git
a/target/ppc/mmu-radix64.c
b/target/ppc/mmu-radix64.c
index f6007e95656989675d8cd1b7c62211746d860641..d2422d1c54c969bba93dcec8518857ab2826ff13 100644
(file)
--- a/
target/ppc/mmu-radix64.c
+++ b/
target/ppc/mmu-radix64.c
@@
-231,6
+231,7
@@
int ppc_radix64_handle_mmu_fault(PowerPCCPU *cpu, vaddr eaddr, int rwx,
ppc_v3_pate_t pate;
bool relocation;
+ assert(!(msr_hv && cpu->vhyp));
assert((rwx == 0) || (rwx == 1) || (rwx == 2));
relocation = ((rwx == 2) && (msr_ir == 1)) || ((rwx != 2) && (msr_dr == 1));