[Skiboot] [PATCH 3/3] ci: Bump Qemu version
Joel Stanley
joel at jms.id.au
Wed Dec 12 13:34:02 AEDT 2018
This moves the qemu version to qemu-powernv-for-skiboot-7 which is based
on upstream's 3.1.0, and supports a Power9 machine.
It also includes a fix for the skiboot XSCOM errors:
XSCOM: read error gcid=0x0 pcb_addr=0x1020013 stat=0x0
There is no modelling of the xscom behaviour but the reads/writes
now succeed which is enough for skiboot to not error out.
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
opal-ci/build-qemu-powernv.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opal-ci/build-qemu-powernv.sh b/opal-ci/build-qemu-powernv.sh
index 0e87496f9a24..904f0e67be94 100755
--- a/opal-ci/build-qemu-powernv.sh
+++ b/opal-ci/build-qemu-powernv.sh
@@ -2,7 +2,7 @@
set -e
set -vx
-git clone --depth=1 -b qemu-powernv-for-skiboot-6 git://github.com/open-power/qemu.git
+git clone --depth=1 -b qemu-powernv-for-skiboot-7 git://github.com/open-power/qemu.git
cd qemu
git submodule update --init dtc
export CC="ccache gcc"
--
2.19.1
More information about the Skiboot
mailing list