The following changes since commit 69ea12b19a15ae006521cd5cc0f627f27f738746:
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-07-27' into staging (2021-07-28 13:32:12 +0100) are available in the Git repository at: https://gitlab.com/dgibson/qemu.git tags/ppc-for-6.1-20210729 for you to fetch changes up to 380e49297c302fdcf8e5d56abdbe07868d3af8d8: kvm: ppc: Print meaningful message on KVM_CREATE_VM failure (2021-07-29 10:59:49 +1000) ---------------------------------------------------------------- ppc patch queue 2021-07-29 Here's a small batch of bufixes for the ppc target to go into qemu-6.1. ---------------------------------------------------------------- Alexey Kardashevskiy (1): ppc/vof: Fix Coverity issues BALATON Zoltan (2): ppc/pegasos2: Fix spurious warning with -bios i2c/smbus_eeprom: Add feature bit to SPD data Fabiano Rosas (1): kvm: ppc: Print meaningful message on KVM_CREATE_VM failure Matheus Ferst (1): target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32 accel/kvm/kvm-all.c | 6 ++ hw/i2c/smbus_eeprom.c | 2 +- hw/ppc/pegasos2.c | 2 +- hw/ppc/trace-events | 4 +- hw/ppc/vof.c | 139 +++++++++++++++-------------- include/hw/ppc/vof.h | 2 + target/ppc/translate/fixedpoint-impl.c.inc | 58 +++++++++++- 7 files changed, 142 insertions(+), 71 deletions(-)