Re: [Qemu-devel] [PATCH 0/6] qapi: introduce the SysEmuTarget enumeration

2018-04-26 Thread no-reply
Hi, This series failed 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. Type: series Message-id: 20180424214550.32549-1-ler...@redhat.com Subject: [Qemu-devel] [PATCH 0/6] qapi

Re: [Qemu-devel] [PATCH 0/6] qapi: introduce the SysEmuTarget enumeration

2018-04-25 Thread Eric Blake
On 04/25/2018 07:26 AM, Laszlo Ersek wrote: > On 04/25/18 00:03, no-re...@patchew.org wrote: >> Hi, >> >> This series failed 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. >

Re: [Qemu-devel] [PATCH 0/6] qapi: introduce the SysEmuTarget enumeration

2018-04-25 Thread Laszlo Ersek
On 04/25/18 00:03, no-re...@patchew.org wrote: > Hi, > > This series failed 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. [snip] > qapi/qapi-types-misc.h:654:20: error:

[Qemu-devel] [PATCH 0/6] qapi: introduce the SysEmuTarget enumeration

2018-04-24 Thread Laszlo Ersek
This patch set adds the @SysEmuTarget enum type, and rebases a few other types to it. Here's the "anatomy" of the series: - Patches #1 and #2 fix QAPI bugs that have crept in in the 2.12 development cycle. I noticed the bugs while working on patch #6; i.e. patch #6 depends on #1 and #2. The