qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfers


From: no-reply
Subject: Re: [PATCH] hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfers
Date: Fri, 14 Aug 2020 05:00:45 -0700 (PDT)

Patchew URL: 20200814110057.307-1-f4bug@amsat.org/">https://patchew.org/QEMU/20200814110057.307-1-f4bug@amsat.org/



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/allwinner-a10.c: In function 'aw_a10_realize':
/tmp/qemu-test/src/hw/arm/allwinner-a10.c:169:48: error: passing argument 2 of 
'object_property_set_link' from incompatible pointer type 
[-Werror=incompatible-pointer-types]
  169 |     object_property_set_link(OBJECT(&s->mmc0), "dma-memory",
      |                                                ^~~~~~~~~~~~
      |                                                |
---
/tmp/qemu-test/src/include/qom/object.h:1243:52: note: expected 'Object *' {aka 
'struct Object *'} but argument is of type 'const char *'
 1243 | void object_property_set_link(Object *obj, Object *value,
      |                                            ~~~~~~~~^~~~~
/tmp/qemu-test/src/include/qom/object.h:509:6: error: passing argument 3 of 
'object_property_set_link' from incompatible pointer type 
[-Werror=incompatible-pointer-types]
  509 |     ((Object *)(obj))
      |     ~^~~~~~~~~~~~~~~~
      |      |
---
  170 |                              OBJECT(get_system_memory()), &error_fatal);
      |                              ^~~~~~
/tmp/qemu-test/src/include/qom/object.h:1244:43: note: expected 'const char *' 
but argument is of type 'Object *' {aka 'struct Object *'}
 1244 |                               const char *name, Error **errp);
      |                               ~~~~~~~~~~~~^~~~
cc1: all warnings being treated as errors
make[1]: *** [/tmp/qemu-test/src/rules.mak:69: hw/arm/allwinner-a10.o] Error 1
make[1]: *** Waiting for unfinished jobs....
/tmp/qemu-test/src/hw/arm/allwinner-h3.c: In function 'allwinner_h3_realize':
/tmp/qemu-test/src/hw/arm/allwinner-h3.c:352:48: error: passing argument 2 of 
'object_property_set_link' from incompatible pointer type 
[-Werror=incompatible-pointer-types]
  352 |     object_property_set_link(OBJECT(&s->mmc0), "dma-memory",
      |                                                ^~~~~~~~~~~~
      |                                                |
---
/tmp/qemu-test/src/include/qom/object.h:1243:52: note: expected 'Object *' {aka 
'struct Object *'} but argument is of type 'const char *'
 1243 | void object_property_set_link(Object *obj, Object *value,
      |                                            ~~~~~~~~^~~~~
/tmp/qemu-test/src/include/qom/object.h:509:6: error: passing argument 3 of 
'object_property_set_link' from incompatible pointer type 
[-Werror=incompatible-pointer-types]
  509 |     ((Object *)(obj))
      |     ~^~~~~~~~~~~~~~~~
      |      |
---
  353 |                              OBJECT(get_system_memory()), &error_fatal);
      |                              ^~~~~~
/tmp/qemu-test/src/include/qom/object.h:1244:43: note: expected 'const char *' 
but argument is of type 'Object *' {aka 'struct Object *'}
 1244 |                               const char *name, Error **errp);
      |                               ~~~~~~~~~~~~^~~~
cc1: all warnings being treated as errors
make[1]: *** [/tmp/qemu-test/src/rules.mak:69: hw/arm/allwinner-h3.o] Error 1
make: *** [Makefile:527: 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=90cc61fdf8a54dfb83e2aee788b81fec', '-u', 
'1003', '--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/patchew2/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', 
'/var/tmp/patchew-tester-tmp-o9b1ibdl/src/docker-src.2020-08-14-07.57.27.32200:/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=90cc61fdf8a54dfb83e2aee788b81fec
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-o9b1ibdl/src'
make: *** [docker-run-test-mingw@fedora] Error 2

real    3m17.833s
user    0m8.465s


The full log is available at
20200814110057.307-1-f4bug@amsat.org/testing.docker-mingw@fedora/?type=message">http://patchew.org/logs/20200814110057.307-1-f4bug@amsat.org/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com

reply via email to

[Prev in Thread] Current Thread [Next in Thread]