Re: [PATCH v2 000/150] Meson integration for 5.2

2020-08-17 Thread Cornelia Huck
On Mon, 17 Aug 2020 15:57:19 +0200 Paolo Bonzini wrote: > On 17/08/20 14:26, Cornelia Huck wrote: > > > > The bad news: The build on the s390x system with Fedora 30 (yes, I > > know) seems to be lacking various devices. The output of > > 'qemu-system-s390x -device ?' misses all of the > > -trans

Re: [PATCH v2 000/150] Meson integration for 5.2

2020-08-17 Thread Paolo Bonzini
On 17/08/20 14:26, Cornelia Huck wrote: > > The bad news: The build on the s390x system with Fedora 30 (yes, I > know) seems to be lacking various devices. The output of > 'qemu-system-s390x -device ?' misses all of the > -transitional/-non-transitional varieties for virtio-pci devices, as > well

Re: [PATCH v2 000/150] Meson integration for 5.2

2020-08-17 Thread Paolo Bonzini
On 17/08/20 15:36, Philippe Mathieu-Daudé wrote: >> They also include a conversion of the ROM build. > > There was a discussion last year, IIRC QEMU isn't supposed to build > ROMs, the repositories are provided for the source code and licenses. > > QEMU might provide a compiled ROM and describe in

Re: [PATCH v2 000/150] Meson integration for 5.2

2020-08-17 Thread Philippe Mathieu-Daudé
On 8/17/20 1:24 PM, Paolo Bonzini wrote: > On 17/08/20 13:02, Roman Bolshakov wrote: >> >> Tested-by: Roman Bolshakov >> >> On the next step, it might be good to drop configure in favor of meson >> configuration, so configure, build and test commands would be similar to >> libvirt: >> >> meson bui

Re: [PATCH v2 000/150] Meson integration for 5.2

2020-08-17 Thread Cornelia Huck
On Fri, 14 Aug 2020 05:10:56 -0400 Paolo Bonzini wrote: > News since v1: > * automatically generate dependencies for sphinx manuals [Peter] > * fixes for ARM KVM build [Peter] > * work around old libiscsi in vhost-user-scsi.c [Peter] > * hack to support default c:/Program Files/QEMU prefix on min

Re: [PATCH v2 000/150] Meson integration for 5.2

2020-08-17 Thread Roman Bolshakov
On Mon, Aug 17, 2020 at 01:24:50PM +0200, Paolo Bonzini wrote: > On 17/08/20 13:02, Roman Bolshakov wrote: > > > > Tested-by: Roman Bolshakov > > > > On the next step, it might be good to drop configure in favor of meson > > configuration, so configure, build and test commands would be similar t

Re: [PATCH v2 000/150] Meson integration for 5.2

2020-08-17 Thread Paolo Bonzini
On 17/08/20 13:02, Roman Bolshakov wrote: > > Tested-by: Roman Bolshakov > > On the next step, it might be good to drop configure in favor of meson > configuration, so configure, build and test commands would be similar to > libvirt: > > meson build > ninja -C build > meson test -C build Well,

Re: [PATCH v2 000/150] Meson integration for 5.2

2020-08-17 Thread Roman Bolshakov
On Fri, Aug 14, 2020 at 05:10:56AM -0400, Paolo Bonzini wrote: > News since v1: > * automatically generate dependencies for sphinx manuals [Peter] > * fixes for ARM KVM build [Peter] > * work around old libiscsi in vhost-user-scsi.c [Peter] > * hack to support default c:/Program Files/QEMU prefix o

Re: [PATCH v2 000/150] Meson integration for 5.2

2020-08-15 Thread Howard Spoelstra
On Fri, Aug 14, 2020 at 11:15 AM Paolo Bonzini wrote: > > Hi Paolo, I don't know how much of this is already meant to work, but I run into several issues when compiling the latest code from the meson-poc-next branch. 1. MSYS2-based Windows build: The guide to compile e.g., qemu-system-ppc on Wi

Re: [PATCH v2 000/150] Meson integration for 5.2

2020-08-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200814091326.16173-1-pbonz...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20200814091326.16173-1-pbonz...@redhat.com Subject: [PATCH v2 000/150] Meson integration

Re: [PATCH v2 000/150] Meson integration for 5.2

2020-08-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200814091326.16173-1-pbonz...@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 ==

Re: [PATCH v2 000/150] Meson integration for 5.2

2020-08-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200814091326.16173-1-pbonz...@redhat.com/ Hi, This series failed the 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. === TEST SCRIPT BEGIN ===

[PATCH v2 000/150] Meson integration for 5.2

2020-08-14 Thread Paolo Bonzini
News since v1: * automatically generate dependencies for sphinx manuals [Peter] * fixes for ARM KVM build [Peter] * work around old libiscsi in vhost-user-scsi.c [Peter] * hack to support default c:/Program Files/QEMU prefix on mingw cross compilation [Peter] * added --enable-gettext/--disable-get