On 17 January 2017 at 08:56, Cornelia Huck <cornelia.h...@de.ibm.com> wrote: > The following changes since commit 2ccede18bd24fce5db83fef3674563a1f256717b: > > Merge remote-tracking branch > 'remotes/vivier/tags/m68k-for-2.9-pull-request' into staging (2017-01-16 > 12:41:35 +0000) > > are available in the git repository at: > > git://github.com/cohuck/qemu tags/s390x-20170117 > > for you to fetch changes up to 5fd04a2b92bf81f39da63fba9e5ae563a8b929ae: > > virtio-ccw: fix ring sizing (2017-01-16 16:23:27 +0100) > > ---------------------------------------------------------------- > First set of s390x patches for 2.9: > - rework of the zpci code, giving us proper multibus support > - introduction of the 2.9 machine > - fixes and improvements > > ----------------------------------------------------------------
Hi; I'm afraid this fails to build on Windows: /home/petmay01/linaro/qemu-for-merges/hw/s390x/s390-pci-bus.c: In function ‘s390_pci_get_iommu’: /home/petmay01/linaro/qemu-for-merges/hw/s390x/s390-pci-bus.c:415:20: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] uint64_t key = (unsigned long)bus; ^ /home/petmay01/linaro/qemu-for-merges/hw/s390x/s390-pci-bus.c: In function ‘s390_pci_iommu_free’: /home/petmay01/linaro/qemu-for-merges/hw/s390x/s390-pci-bus.c:539:20: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] uint64_t key = (unsigned long)bus; ^ cc1: all warnings being treated as errors You probably wanted uintptr_t. thanks -- PMM