qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [PULL v4 00/36] Misc patches (buildsys, i386, fuzzing) for 2021-01-29
Date: Wed, 3 Feb 2021 14:51:41 +0000	[thread overview]
Message-ID: <CAFEAcA8sDLbQRtwafGzddRPm2YCM4xcngSvsPVzkvpKi0sfvmA@mail.gmail.com> (raw)
In-Reply-To: <20210203132451.158395-1-pbonzini@redhat.com>

On Wed, 3 Feb 2021 at 13:27, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit cf7ca7d5b9faca13f1f8e3ea92cfb2f741eb0c0e:
>
>   Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-request' into staging (2021-02-01 16:28:00 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 4e1cd7b1d59727ae471bae95db4002739eda085b:
>
>   pc-bios/descriptors: fix paths in json files (2021-02-03 14:20:21 +0100)
>
> ----------------------------------------------------------------
> * Fuzzing improvements (Qiuhao, Alexander)
> * i386: Fix BMI decoding for instructions with the 0x66 prefix (David)
> * initial attempt at fixing event_notifier emulation (Maxim)
> * i386: PKS emulation, fix for "qemu-system-i386 -cpu host" (myself)
> * meson: RBD test fixes (myself)
> * meson: TCI warnings (Philippe)
> * Leaner build for --disable-guest-agent, --disable-system and
>   --disable-tools (Philippe, Stefan)
> * --enable-tcg-interpreter fix (Richard)
> * i386: SVM feature bits (Wei)
> * HVF bugfix (Alex)
> * KVM bugfix (Thomas)

Fails to build, OSX:

../../target/i386/hvf/hvf.c:739:41: error: no member named 'hvf' in
'struct CPUState'
                env->cr[4] = rvmcs(cpu->hvf->fd, VMCS_GUEST_CR4);
                                   ~~~  ^
1 error generated.

Looks like Alex's hvf patch was based on some of the hvf
refactoring in his "hvf: Implement Apple Silicon support" patchset,
so it needs changes to work with current master.

thanks
-- PMM


      reply	other threads:[~2021-02-03 14:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-03 13:24 [PULL v4 00/36] Misc patches (buildsys, i386, fuzzing) for 2021-01-29 Paolo Bonzini
2021-02-03 14:51 ` Peter Maydell [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFEAcA8sDLbQRtwafGzddRPm2YCM4xcngSvsPVzkvpKi0sfvmA@mail.gmail.com \
    --to=peter.maydell@linaro.org \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).