Message ID | 20181207170400.5129-1-philmd@redhat.com |
---|---|
Headers | show |
Series | fw_cfg: add HMP 'info fw_cfg' and add_file_from_host() | expand |
Patchew URL: https://patchew.org/QEMU/20181207170400.5129-1-philmd@redhat.com/ 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 time make docker-test-quick@centos7 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 The full log is available at http://patchew.org/logs/20181207170400.5129-1-philmd@redhat.com/testing.docker-quick@centos7/?type=message. --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-devel@redhat.com
On 12/7/18 11:48 PM, no-reply@patchew.org wrote: > 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. > ... > The full log is available at > http://patchew.org/logs/20181207170400.5129-1-philmd@redhat.com/testing.docker-quick@centos7/?type=message. qemu-system-x86_64: Back to tcg accelerator Broken pipe /tmp/qemu-test/src/tests/libqtest.c:125: kill_qemu() detected QEMU death from signal 11 (Segmentation fault) (core dumped) GTester: last random seed: R02Sb6a4400485731f23217a8855e030b450 Broken pipe Probably the error Michael noticed: >> +void hmp_info_fw_cfg(Monitor *mon, const QDict *qdict) >> +{ >> + FWCfgState *s = fw_cfg_find(); >> + int arch, key; > > Looks like this will crash on a machine without fw cfg.