[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2 00/39] Windbg supporting
From: |
no-reply |
Subject: |
Re: [Qemu-devel] [PATCH 2 00/39] Windbg supporting |
Date: |
Wed, 5 Dec 2018 06:37:28 -0800 (PST) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
Hi,
This series failed the address@hidden 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
time make address@hidden SHOW_ENV=1 J=8
=== TEST SCRIPT END ===
libpmem support no
libudev no
WARNING: Use of SDL 1.2 is deprecated and will be removed in
WARNING: future releases. Please switch to using SDL 2.0
NOTE: cross-compilers enabled: 'cc'
GEN x86_64-softmmu/config-devices.mak.tmp
---
CC x86_64-softmmu/accel/accel.o
CC x86_64-softmmu/accel/kvm/kvm-all.o
/tmp/qemu-test/src/windbgstub-utils.c: In function 'windbg_search_vmaddr':
/tmp/qemu-test/src/windbgstub-utils.c:173:9: error: 'addr' undeclared (first
use in this function)
addr = 0;
^
/tmp/qemu-test/src/windbgstub-utils.c:173:9: note: each undeclared identifier
is reported only once for each function it appears in
/tmp/qemu-test/src/windbgstub-utils.c:173:17: error: expected '}' before ';'
token
addr = 0;
^
make[1]: *** [windbgstub-utils.o] Error 1
The full log is available at
http://patchew.org/logs/address@hidden/address@hidden/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to address@hidden
- [Qemu-devel] [PATCH 2 33/39] windbg: implement kd_api_read_physical_memory and kd_api_write_physical_memory, (continued)
- [Qemu-devel] [PATCH 2 33/39] windbg: implement kd_api_read_physical_memory and kd_api_write_physical_memory, Mikhail Abakumov, 2018/12/05
- [Qemu-devel] [PATCH 2 32/39] windbg: implement kd_api_read_io_space and kd_api_write_io_space, Mikhail Abakumov, 2018/12/05
- [Qemu-devel] [PATCH 2 34/39] windbg: implement kd_api_get_version, Mikhail Abakumov, 2018/12/05
- [Qemu-devel] [PATCH 2 36/39] windbg: implement kd_api_search_memory, Mikhail Abakumov, 2018/12/05
- [Qemu-devel] [PATCH 2 35/39] windbg: implement kd_api_read_msr and kd_api_write_msr, Mikhail Abakumov, 2018/12/05
- [Qemu-devel] [PATCH 2 37/39] windbg: implement kd_api_fill_memory, Mikhail Abakumov, 2018/12/05
- [Qemu-devel] [PATCH 2 38/39] windbg: implement kd_api_query_memory, Mikhail Abakumov, 2018/12/05
- [Qemu-devel] [PATCH 2 39/39] windbg: maintainers, Mikhail Abakumov, 2018/12/05
- Re: [Qemu-devel] [PATCH 2 00/39] Windbg supporting, no-reply, 2018/12/05
- Re: [Qemu-devel] [PATCH 2 00/39] Windbg supporting, no-reply, 2018/12/05
- Re: [Qemu-devel] [PATCH 2 00/39] Windbg supporting,
no-reply <=