]> xenbits.xensource.com Git - qemu-xen.git/commit
target-ppc: Add MMU model check for booke machines
authorValentin Plotkin <caliborn@sdf.org>
Thu, 26 Jan 2017 10:15:59 +0000 (10:15 +0000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 1 Feb 2017 22:30:06 +0000 (09:30 +1100)
commit00469dc3731e3d08536cd119c14dbdf149fed3e4
tree0ffad7e96bfdb06f244010fcf43cc6f61ce2ca8b
parent25e6a11832bcd0715068f0cc24fb46ec03de676e
target-ppc: Add MMU model check for booke machines

Machines bamboo, e500 and virtex-ml507 assume a certain MMU model,
otherwise resulting in unpredictable behavior. Add apropriate checks
into *_init functions.

Signed-off-by: Valentin Plotkin <caliborn@sdf.org>
[regarding virtex parts]
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/e500.c
hw/ppc/ppc440_bamboo.c
hw/ppc/virtex_ml507.c