On Mon, 18 Jul 2022 at 18:22, Daniel Henrique Barboza <danielhb...@gmail.com> wrote: > > The following changes since commit 782378973121addeb11b13fd12a6ac2e69faa33f: > > Merge tag 'pull-target-arm-20220718' of > https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-07-18 > 16:29:32 +0100) > > are available in the Git repository at: > > https://gitlab.com/danielhb/qemu.git tags/pull-ppc-20220718 > > for you to fetch changes up to d2066bc50d690a6605307eaf0e72a9cf51e6fc25: > > target/ppc: Check page dir/table base alignment (2022-07-18 13:59:43 -0300) > > ---------------------------------------------------------------- > ppc patch queue for 2022-07-18: > > This is the last ppc patch queue before the soft freeze. It contains new > TCG instructions and changes, a tricky bug fix in kvmppc_find_cpu_dt() > and other enhancements/fixes. > > - tcg and target/ppc: > - move instructions to decodetree > - check for bad Radix configs > - ISA 3.00 tlbie[l] > - fix gen_*_exception error codes > - check fortb_env != 0 when printing TBU/TBL/DECR > - fix kvmppc_find_cpu_dt() returning the wrong CPU DT path when there's a > 'clock-frequency' property in the root node > - spapr, e500: pass a random seed in /chosen/rng-seed > - all boards: allocate IRQ lines with qdev_init_gpio_in() >
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/7.1 for any user-visible changes. -- PMM