The following changes since commit 2058fdbe81e2985c226a026851dd26b146d3395c:
Merge tag 'fixes-20220318-pull-request' of git://git.kraxel.org/qemu into staging (2022-03-19 11:28:54 +0000) are available in the Git repository at: https://github.com/legoater/qemu/ tags/pull-ppc-20220321 for you to fetch changes up to 3515553bf625ad48aa90210379c4f387c2596093: target/ppc: Replicate Double->Single-Precision result (2022-03-20 23:35:27 +0100) ---------------------------------------------------------------- ppc-7.0 queue : * ISA v3.1 vector instruction fixes * Compilation fix regarding 'struct pt_regs' definition ---------------------------------------------------------------- Khem Raj (1): ppc64: Avoid pt_regs struct definition Lucas Coutinho (1): target/ppc: Replicate Double->Single-Precision result Richard Henderson (1): target/ppc: Replicate double->int32 result for some vector insns linux-user/include/host/ppc/host-signal.h | 38 ------------ linux-user/include/host/ppc64/host-signal.h | 42 ++++++++++++- target/ppc/fpu_helper.c | 93 +++++++++++++++++++++++++---- 3 files changed, 124 insertions(+), 49 deletions(-) delete mode 100644 linux-user/include/host/ppc/host-signal.h