qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2] hw/arm: ast2600: Wire up EHCI controllers


From: no-reply
Subject: Re: [PATCH v2] hw/arm: ast2600: Wire up EHCI controllers
Date: Fri, 7 Feb 2020 15:23:01 -0800 (PST)

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/target/arm/translate.o
  CC      aarch64-softmmu/trace/generated-helpers.o
  CC      aarch64-softmmu/target/arm/translate-sve.o
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:34:6: error: 'ASPEED_EHCI1' 
undeclared here (not in a function); did you mean 'ASPEED_MII1'?
     [ASPEED_EHCI1]     = 0x1E6A1000,
      ^~~~~~~~~~~~
      ASPEED_MII1
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:34:6: error: array index in 
initializer not of integer type
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:34:6: note: (near initialization for 
'aspeed_soc_ast2600_memmap')
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:35:6: error: 'ASPEED_EHCI2' 
undeclared here (not in a function); did you mean 'ASPEED_MII2'?
     [ASPEED_EHCI2]     = 0x1E6A3000,
      ^~~~~~~~~~~~
      ASPEED_MII2
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:35:6: error: array index in 
initializer not of integer type
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:35:6: note: (near initialization for 
'aspeed_soc_ast2600_memmap')
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:84:6: error: array index in 
initializer not of integer type
     [ASPEED_EHCI1]     = 5,
      ^~~~~~~~~~~~
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:84:6: note: (near initialization for 
'aspeed_soc_ast2600_irqmap')
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:85:6: error: array index in 
initializer not of integer type
     [ASPEED_EHCI2]     = 9,
      ^~~~~~~~~~~~
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:85:6: note: (near initialization for 
'aspeed_soc_ast2600_irqmap')
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c: In function 
'aspeed_soc_ast2600_init':
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:173:25: error: 'AspeedSoCClass' {aka 
'struct AspeedSoCClass'} has no member named 'ehcis_num'; did you mean 
'spis_num'?
     for (i = 0; i < sc->ehcis_num; i++) {
                         ^~~~~~~~~
                         spis_num
---
                 from /tmp/qemu-test/src/target/arm/cpu-qom.h:23,
                 from /tmp/qemu-test/src/target/arm/cpu.h:25,
                 from /tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:12:
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:174:58: error: 'AspeedSoCState' {aka 
'struct AspeedSoCState'} has no member named 'ehci'; did you mean 'sdhci'?
         sysbus_init_child_obj(obj, "ehci[*]", OBJECT(&s->ehci[i]),
                                                          ^~~~
/tmp/qemu-test/src/include/qom/object.h:511:17: note: in definition of macro 
'OBJECT'
     ((Object *)(obj))
                 ^~~
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:175:41: error: 'AspeedSoCState' {aka 
'struct AspeedSoCState'} has no member named 'ehci'; did you mean 'sdhci'?
                               sizeof(s->ehci[i]), TYPE_PLATFORM_EHCI);
                                         ^~~~
                                         sdhci
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:175:51: error: 'TYPE_PLATFORM_EHCI' 
undeclared (first use in this function); did you mean 'POWER_PLATFORM_ROLE'?
                               sizeof(s->ehci[i]), TYPE_PLATFORM_EHCI);
                                                   ^~~~~~~~~~~~~~~~~~
                                                   POWER_PLATFORM_ROLE
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:175:51: note: each undeclared 
identifier is reported only once for each function it appears in
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c: In function 
'aspeed_soc_ast2600_realize':
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:429:25: error: 'AspeedSoCClass' {aka 
'struct AspeedSoCClass'} has no member named 'ehcis_num'; did you mean 
'spis_num'?
     for (i = 0; i < sc->ehcis_num; i++) {
                         ^~~~~~~~~
                         spis_num
---
                 from /tmp/qemu-test/src/target/arm/cpu-qom.h:23,
                 from /tmp/qemu-test/src/target/arm/cpu.h:25,
                 from /tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:12:
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:430:45: error: 'AspeedSoCState' {aka 
'struct AspeedSoCState'} has no member named 'ehci'; did you mean 'sdhci'?
         object_property_set_bool(OBJECT(&s->ehci[i]), true, "realized", &err);
                                             ^~~~
/tmp/qemu-test/src/include/qom/object.h:511:17: note: in definition of macro 
'OBJECT'
     ((Object *)(obj))
                 ^~~
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:435:44: error: 'AspeedSoCState' {aka 
'struct AspeedSoCState'} has no member named 'ehci'; did you mean 'sdhci'?
         sysbus_mmio_map(SYS_BUS_DEVICE(&s->ehci[i]), 0,
                                            ^~~~
/tmp/qemu-test/src/include/qom/object.h:511:17: note: in definition of macro 
'OBJECT'
---
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:435:25: note: in expansion of macro 
'SYS_BUS_DEVICE'
         sysbus_mmio_map(SYS_BUS_DEVICE(&s->ehci[i]), 0,
                         ^~~~~~~~~~~~~~
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:437:47: error: 'AspeedSoCState' {aka 
'struct AspeedSoCState'} has no member named 'ehci'; did you mean 'sdhci'?
         sysbus_connect_irq(SYS_BUS_DEVICE(&s->ehci[i]), 0,
                                               ^~~~
/tmp/qemu-test/src/include/qom/object.h:511:17: note: in definition of macro 
'OBJECT'
---
         sysbus_connect_irq(SYS_BUS_DEVICE(&s->ehci[i]), 0,
                            ^~~~~~~~~~~~~~
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c: In function 
'aspeed_soc_ast2600_class_init':
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:559:9: error: 'AspeedSoCClass' {aka 
'struct AspeedSoCClass'} has no member named 'ehcis_num'; did you mean 
'spis_num'?
     sc->ehcis_num    = 2;
         ^~~~~~~~~
         spis_num
make[1]: *** [/tmp/qemu-test/src/rules.mak:69: hw/arm/aspeed_ast2600.o] Error 1
make: *** [Makefile:494: 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=4c7c768aa9cf4be2b7c4daf3d6cda43d', '-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-z1p6zz25/src/docker-src.2020-02-07-18.20.08.4085:/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=4c7c768aa9cf4be2b7c4daf3d6cda43d
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-z1p6zz25/src'
make: *** [docker-run-test-mingw@fedora] Error 2

real    2m52.512s
user    0m8.483s


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

reply via email to

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