qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL v4 00/36] Misc patches (buildsys, i386, fuzzing) for 2021-01-2


From: Peter Maydell
Subject: Re: [PULL v4 00/36] Misc patches (buildsys, i386, fuzzing) for 2021-01-29
Date: Wed, 3 Feb 2021 14:51:41 +0000

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 via email to

[Prev in Thread] Current Thread [Next in Thread]