[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PULL 00/35] s390x updates
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PULL 00/35] s390x updates |
Date: |
Fri, 7 Jun 2019 12:06:49 +0200 |
On Fri, 7 Jun 2019 10:58:03 +0100
Peter Maydell <address@hidden> wrote:
> On Fri, 7 Jun 2019 at 10:57, Peter Maydell <address@hidden> wrote:
> >
> > On Fri, 7 Jun 2019 at 10:52, Cornelia Huck <address@hidden> 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
Hmpf, it seems I need to rework the vfio-ccw patch to use a callback in
the class... hoped I could keep the code simple :/
- [qemu-s390x] [PULL 31/35] s390x/tcg: Allow linux-user to use vector instructions, (continued)
- [qemu-s390x] [PULL 31/35] s390x/tcg: Allow linux-user to use vector instructions, Cornelia Huck, 2019/06/07
- [qemu-s390x] [PULL 29/35] s390x/tcg: Implement VECTOR FP SUBTRACT, Cornelia Huck, 2019/06/07
- [qemu-s390x] [PULL 30/35] s390x/tcg: Implement VECTOR FP TEST DATA CLASS IMMEDIATE, Cornelia Huck, 2019/06/07
- [qemu-s390x] [PULL 32/35] s390x/tcg: We support the Vector Facility, Cornelia Huck, 2019/06/07
- [qemu-s390x] [PULL 33/35] s390x: Bump the "qemu" CPU model up to a stripped-down z13, Cornelia Huck, 2019/06/07
- [qemu-s390x] [PULL 35/35] linux-user: elf: ELF_HWCAP for s390x, Cornelia Huck, 2019/06/07
- [qemu-s390x] [PULL 34/35] s390x/tcg: Use tcg_gen_gvec_bitsel for VECTOR SELECT, Cornelia Huck, 2019/06/07
- Re: [qemu-s390x] [PULL 00/35] s390x updates, Peter Maydell, 2019/06/07