]> git.proxmox.com Git - mirror_qemu.git/commit - tests/pnv-xscom-test.c
powernv: Don't test POWER9 CPU yet
authorDavid Gibson <david@gibson.dropbear.id.au>
Thu, 2 Mar 2017 04:29:31 +0000 (15:29 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 3 Mar 2017 00:30:59 +0000 (11:30 +1100)
commiteaa477ca4ef59eed2c77d81937b981ff823def3b
tree0c4b5ca3f918767844e76fcda701cc137f71106b
parent9c60766887c647df7193463f7a2075e8993b514c
powernv: Don't test POWER9 CPU yet

A couple of tests for the work-in-progress 'powernv' machine type attempt
to test on POWER9 CPUs.  However the POWER9 CPU support is incomplete and
this doesn't really work.  In particular the firmware image we have
currently assumes the presence of the SDR1 register, which no longer exists
on POWER9.  We only got away with this so far, because of a different bug
which added SDR1 to POWER9 even though it shouldn't be there.

For now, remove POWER9 testing of powernv, POWER8 testing will do for now
until the POWER9 support is more complete.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
tests/boot-serial-test.c
tests/pnv-xscom-test.c