On Thu, 9 Oct 2014 17:22:27 +0100 Peter Maydell <peter.mayd...@linaro.org> wrote:
> On 9 October 2014 14:35, Cornelia Huck <cornelia.h...@de.ibm.com> wrote: > > The following changes since commit b6011bd8a57c1eda81a857d21adeb9b66e58b1b0: > > > > Merge remote-tracking branch > > 'remotes/riku/tags/pull-linux-user-20141006-2' into staging (2014-10-07 > > 10:41:48 +0100) > > > > are available in the git repository at: > > > > > > git://github.com/cohuck/qemu.git tags/s390x-20141009 > > > > for you to fetch changes up to 2adf6bbb8ad7e53f602d10b2b30d22cd831f79a6: > > > > s390x/virtio-ccw: fix vhost-scsi intialization (2014-10-09 14:22:47 +0200) > > > > ---------------------------------------------------------------- > > various s390x updates: > > - cpu state handling in qemu and migration > > - vhost-scsi-ccw bugfix > > Hi. I'm afraid this fails to link the linux-user target: > > LINK s390x-linux-user/qemu-s390x > target-s390x/cpu.o:(.data+0xbc): undefined reference to `vmstate_info_uint64' > target-s390x/cpu.o:(.data+0xec): undefined reference to `vmstate_info_uint64' > target-s390x/cpu.o:(.data+0x11c): undefined reference to `vmstate_info_uint64' > target-s390x/cpu.o:(.data+0x14c): undefined reference to `vmstate_info_uint64' > target-s390x/cpu.o:(.data+0x17c): undefined reference to `vmstate_info_uint64' > target-s390x/cpu.o:(.data+0x1ac): more undefined references to > `vmstate_info_uint64' follow > target-s390x/cpu.o:(.data+0x47c): undefined reference to `vmstate_info_uint32' > target-s390x/cpu.o:(.data+0x4ac): undefined reference to `vmstate_info_uint32' > target-s390x/cpu.o:(.data+0x4dc): undefined reference to `vmstate_info_uint64' > target-s390x/cpu.o:(.data+0x50c): undefined reference to `vmstate_info_uint64' > target-s390x/cpu.o:(.data+0x53c): undefined reference to `vmstate_info_uint64' > target-s390x/cpu.o:(.data+0x56c): undefined reference to `vmstate_info_uint64' > target-s390x/cpu.o:(.data+0x59c): undefined reference to `vmstate_info_uint64' > target-s390x/cpu.o:(.data+0x5cc): more undefined references to > `vmstate_info_uint64' follow > target-s390x/cpu.o:(.data+0x62c): undefined reference to `vmstate_info_uint32' > target-s390x/cpu.o:(.data+0x65c): undefined reference to `vmstate_info_uint64' > target-s390x/cpu.o:(.data+0x68c): undefined reference to `vmstate_info_uint8' > collect2: error: ld returned 1 exit status *scratches head* Weird, s390x-linux-user seems to build for me on s390x (just tried again). I guess you build on !s390x, though :) I'll look into this.