qemu-arm
[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:25:47 -0800 (PST)

Patchew URL: https://patchew.org/QEMU/address@hidden/



Hi,

This series failed the docker-quick@centos7 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
make docker-image-centos7 V=1 NETWORK=1
time make docker-test-quick@centos7 SHOW_ENV=1 J=14 NETWORK=1
=== TEST SCRIPT END ===

  CC      aarch64-softmmu/gdbstub-xml.o
  CC      aarch64-softmmu/target/arm/translate.o
  CC      aarch64-softmmu/trace/generated-helpers.o
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:34:6: error: 'ASPEED_EHCI1' 
undeclared here (not in a function)
     [ASPEED_EHCI1]     = 0x1E6A1000,
      ^
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:34:5: error: array index in 
initializer not of integer type
     [ASPEED_EHCI1]     = 0x1E6A1000,
     ^
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:34:5: error: (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)
     [ASPEED_EHCI2]     = 0x1E6A3000,
      ^
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:35:5: error: array index in 
initializer not of integer type
     [ASPEED_EHCI2]     = 0x1E6A3000,
     ^
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:35:5: error: (near initialization 
for 'aspeed_soc_ast2600_memmap')
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:84:5: error: array index in 
initializer not of integer type
     [ASPEED_EHCI1]     = 5,
     ^
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:84:5: error: (near initialization 
for 'aspeed_soc_ast2600_irqmap')
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:85:5: error: array index in 
initializer not of integer type
     [ASPEED_EHCI2]     = 9,
     ^
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:85:5: error: (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:23: error: 'AspeedSoCClass' has 
no member named 'ehcis_num'
     for (i = 0; i < sc->ehcis_num; i++) {
                       ^
In file included from /tmp/qemu-test/src/include/hw/qdev-core.h:6:0,
---
                 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:56: error: 'AspeedSoCState' has 
no member named 'ehci'
         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:39: error: 'AspeedSoCState' has 
no member named 'ehci'
                               sizeof(s->ehci[i]), TYPE_PLATFORM_EHCI);
                                       ^
/tmp/qemu-test/src/hw/arm/aspeed_ast2600.c:175:51: error: 'TYPE_PLATFORM_EHCI' 
undeclared (first use in this function)
                               sizeof(s->ehci[i]), TYPE_PLATFORM_EHCI);
                                                   ^
/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:23: error: 'AspeedSoCClass' has 
no member named 'ehcis_num'
     for (i = 0; i < sc->ehcis_num; i++) {
                       ^
In file included from /tmp/qemu-test/src/include/hw/qdev-core.h:6:0,
---
                 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:43: error: 'AspeedSoCState' has 
no member named 'ehci'
         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:42: error: 'AspeedSoCState' has 
no member named 'ehci'
         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:45: error: 'AspeedSoCState' has 
no member named 'ehci'
         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:7: error: 'AspeedSoCClass' has 
no member named 'ehcis_num'
     sc->ehcis_num    = 2;
       ^
make[1]: *** [hw/arm/aspeed_ast2600.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [aarch64-softmmu/all] Error 2
make: *** Waiting for unfinished jobs....
rm tests/qemu-iotests/socket_scm_helper.o
Traceback (most recent call last):
---
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', 
'--label', 'com.qemu.instance.uuid=b1402087b0b84f6bbe5317e1ecabbb18', '-u', 
'1001', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=', 
'-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e', 
'SHOW_ENV=1', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', 
'/home/patchew/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', 
'/var/tmp/patchew-tester-tmp-y9_m1s2q/src/docker-src.2020-02-07-18.23.40.10730:/var/tmp/qemu:z,ro',
 'qemu:centos7', '/var/tmp/qemu/run', 'test-quick']' returned non-zero exit 
status 2.
filter=--filter=label=com.qemu.instance.uuid=b1402087b0b84f6bbe5317e1ecabbb18
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-y9_m1s2q/src'
make: *** [docker-run-test-quick@centos7] Error 2

real    2m7.587s
user    0m8.650s


The full log is available at
http://patchew.org/logs/address@hidden/testing.docker-quick@centos7/?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]