On Sun, 6 Mar 2022 at 23:27, Philippe Mathieu-Daudé <philippe.mathieu.da...@gmail.com> wrote: > > From: Philippe Mathieu-Daudé <f4...@amsat.org> > > The following changes since commit 9d662a6b22a0838a85c5432385f35db2488a33a5: > > Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220305' into > staging (2022-03-05 18:03:15 +0000) > > are available in the Git repository at: > > https://github.com/philmd/qemu.git tags/abstract-arch-cpu-20220307 > > for you to fetch changes up to 61deada4bf54fddf1bc36e15c16269c33462aa90: > > accel/tcg: Remove pointless CPUArchState casts (2022-03-06 22:47:52 +0100) > > Since v1: Fixed Darwin/x86_64 (HVF) > > ---------------------------------------------------------------- > - Re-org accel/ and softmmu/ to have more target-agnostic objects. > > - Use CPUArchState as an abstract type, defined by each target > (CPUState is our interface with generic code, CPUArchState is > our interface with target-specific code). > > ---------------------------------------------------------------- >
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/7.0 for any user-visible changes. -- PMM