Re: [Qemu-devel] [PATCH 0/6] fw_cfg: add HMP 'info fw_cfg' and add_file_from_host()

2018-12-10 Thread Philippe Mathieu-Daudé
On 12/7/18 11:48 PM, no-re...@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.o

Re: [Qemu-devel] [PATCH 0/6] fw_cfg: add HMP 'info fw_cfg' and add_file_from_host()

2018-12-07 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20181207170400.5129-1-phi...@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 === #!

[Qemu-devel] [PATCH 0/6] fw_cfg: add HMP 'info fw_cfg' and add_file_from_host()

2018-12-07 Thread Philippe Mathieu-Daudé
Hi, various fw_cfg easy patches: - First patches are trivial cleanups (and add trace events), - patch 5 add a 'info fw_cfg' HMP command to display comprehensive list of fw_cfg entries registered, - patch 6 add fw_cfg_add_file_from_host(), a helper to map a file from the host (using g_file_get_co