On 27 February 2017 at 16:49, Paolo Bonzini <pbonz...@redhat.com> wrote: > The following changes since commit d992f2f1368ceb92e6bfd8efece174110f4236ff: > > Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170226' into > staging (2017-02-26 22:40:23 +0000) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to 0819248d30877a9e0f063e7246e522a67548fc3e: > > qmp-events: fix GUEST_PANICKED description formatting (2017-02-27 16:31:08 > +0100) > > v2->v3: replace SIGPOLL with SIGIO > > another missing #ifdef KVM_HAVE_MCE_INJECTION > > v1->v2: add missing #ifdef KVM_HAVE_MCE_INJECTION > > rebase over MTTCG pull request. -icount is currently broken but > I'd like to preserve bisectability, so this pull request brings > in the icount patches through a merge commit. > > ---------------------------------------------------------------- > * kernel header update (requested by David and Vijay) > * GuestPanicInformation fixups (Anton) > * record/replay icount fixes (Pavel) > * cpu-exec cleanup, unification of icount_decr with tcg_exit_req (me) > * KVM_CAP_IMMEDIATE_EXIT support (me) > * vmxcap update (me)
Fails to build, OSX: /home/petmay01/qemu/kvm-all.c: In function 'kvm_cpu_exec': /home/petmay01/qemu/kvm-all.c:1995:33: error: 'have_sigbus_pending' undeclared (first use in this function) if (unlikely(have_sigbus_pending)) { ^ /home/petmay01/qemu/kvm-all.c:1995:33: note: each undeclared identifier is reported only once for each function it appears in thanks -- PMM