On Fri, 7 Jun 2019 10:58:03 +0100 Peter Maydell <peter.mayd...@linaro.org> wrote:
> On Fri, 7 Jun 2019 at 10:57, Peter Maydell <peter.mayd...@linaro.org> wrote: > > > > On Fri, 7 Jun 2019 at 10:52, Cornelia Huck <coh...@redhat.com> wrote: > > > > > > The following changes since commit > > > 47fbad45d47af8af784bb12a5719489edcd89b4c: > > > > > > Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into > > > staging (2019-06-04 17:22:42 +0100) > > > > > > are available in the Git repository at: > > > > > > https://github.com/cohuck/qemu tags/s390x-20190607-1 > > > > > > for you to fetch changes up to 39f04d18406862bd98d6bef5415dbe7360c652de: > > > > > > Merge tag 's390x-tcg-2019-06-05' into s390-next-staging (2019-06-07 > > > 11:38:42 +0200) > > > > > > ---------------------------------------------------------------- > > > s390x updates: > > > - tcg: finalize implementation for the vector facility and > > > add it to the 'qemu' cpu model > > > - linux-user: properly generate ELF_HWCAP > > > - vfio-ccw: support async command subregion (for halt/clear > > > subchannel handling) > > > > > > ---------------------------------------------------------------- > > > > Hi -- this fails to link on the windows build for me: > > LINK s390x-softmmu/qemu-system-s390xw.exe > > hw/s390x/css.o: In function `sch_handle_halt_func_passthrough': > > /home/petmay01/qemu-for-merges/hw/s390x/css.c:1213: undefined > > reference to `vfio_ccw_handle_halt' > > hw/s390x/css.o: In function `sch_handle_clear_func_passthrough': > > /home/petmay01/qemu-for-merges/hw/s390x/css.c:1223: undefined > > reference to `vfio_ccw_handle_clear' > > collect2: error: ld returned 1 exit status > > ...and same link error on OSX host. > > -- PMM Ugh, I'll take a look.