[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] hw/arm/pxa2xx: rebuild hflags cache when modifying CPU state
From: |
no-reply |
Subject: |
Re: [PATCH] hw/arm/pxa2xx: rebuild hflags cache when modifying CPU state |
Date: |
Fri, 1 Nov 2019 05:09:32 -0700 (PDT) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
Hi,
This series failed the docker-mingw@fedora build test. Please find the testing
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
=== TEST SCRIPT BEGIN ===
#! /bin/bash
export ARCH=x86_64
make docker-image-fedora V=1 NETWORK=1
time make docker-test-mingw@fedora J=14 NETWORK=1
=== TEST SCRIPT END ===
CC aarch64-softmmu/trace/generated-helpers.o
CC aarch64-softmmu/target/arm/translate-sve.o
/tmp/qemu-test/src/hw/arm/pxa2xx.c: In function 'pxa2xx_pwrmode_write':
/tmp/qemu-test/src/hw/arm/pxa2xx.c:309:34: error: incompatible type for
argument 1 of 'arm_rebuild_hflags'
arm_rebuild_hflags(s->cpu->env);
~~~~~~^~~~~
In file included from /tmp/qemu-test/src/hw/arm/pxa2xx.c:15:
/tmp/qemu-test/src/target/arm/cpu.h:3304:38: note: expected 'CPUARMState *'
{aka 'struct CPUARMState *'} but argument is of type 'CPUARMState' {aka 'struct
CPUARMState'}
void arm_rebuild_hflags(CPUARMState *env);
~~~~~~~~~~~~~^~~
make[1]: *** [/tmp/qemu-test/src/rules.mak:69: hw/arm/pxa2xx.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:488: aarch64-softmmu/all] Error 2
make: *** Waiting for unfinished jobs....
GEN x86_64-softmmu/qemu-system-x86_64.exe
Traceback (most recent call last):
---
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run',
'--label', 'com.qemu.instance.uuid=3d794fd9df7246238d93d7058a5c15bf', '-u',
'1001', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=',
'-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e',
'SHOW_ENV=', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v',
'/home/patchew/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v',
'/var/tmp/patchew-tester-tmp-7unbyocz/src/docker-src.2019-11-01-08.06.39.18927:/var/tmp/qemu:z,ro',
'qemu:fedora', '/var/tmp/qemu/run', 'test-mingw']' returned non-zero exit
status 2.
filter=--filter=label=com.qemu.instance.uuid=3d794fd9df7246238d93d7058a5c15bf
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-7unbyocz/src'
make: *** [docker-run-test-mingw@fedora] Error 2
real 2m52.847s
user 0m6.563s
The full log is available at
http://patchew.org/logs/address@hidden/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to address@hidden