Re: [Qemu-devel] [RFC PATCH 0/2] target-ppc migration fixes

2015-10-22 Thread da...@gibson.dropbear.id.au
On Sun, Sep 20, 2015 at 10:31:01PM +0200, Alexander Graf wrote: > > > On 14.09.15 21:30, Mark Cave-Ayland wrote: > > Whilst trying to fix migration of g3beige/mac99 images I came up with the > > following patchset. The first patch is really cosmetic, while the second > > patch > > alters the mig

Re: [Qemu-devel] [PATCH] target-ppc: Correct ppc3500_spin initial TLB size

2016-06-19 Thread da...@gibson.dropbear.id.au
On Fri, Jun 17, 2016 at 10:55:47PM +, Scott Wood wrote: > On 06/17/2016 05:13 PM, Aaron Larson wrote: > > When e500 PPC is booted multi-core, the non-boot cores are started via > > the spin table. ppce500_spin.c:spin_kick() calls > > mmubooke_create_initial_mapping() to allocate a 64MB TLB ent

Re: [PATCH] ppc: remove excessive logging

2019-12-16 Thread da...@gibson.dropbear.id.au
On Mon, Dec 16, 2019 at 09:27:13AM +0100, Thomas Huth wrote: > On 15/12/2019 22.15, Joakim Tjernlund wrote: > [...] > >> LOG_EXCP() is not enabled by default, you have to edit source to enable it > > > > LOG_EXCP is enabled on Gentoo, what about other distros? > > I don't think that this is enabl

Re: [PATCH v3 00/22] target/ppc: DFP instructions using decodetree

2021-10-15 Thread da...@gibson.dropbear.id.au
ra, 20 de setembro de 2021 15:51 > > To: Luis Fernando Fujita Pires ; qemu- > > de...@nongnu.org; qemu-...@nongnu.org > > Cc: da...@gibson.dropbear.id.au; gr...@kaod.org; > > richard.hender...@linaro.org > > Subject: RE: [PATCH v3 00/22] target/ppc: DFP instructi

Re: [Qemu-devel] [PATCH] Add PowerPC 32-bit guest memory dump support

2017-02-27 Thread da...@gibson.dropbear.id.au
On Wed, Feb 08, 2017 at 08:39:36PM +, Nawrocki, Michael wrote: > This patch extends support for the `dump-guest-memory` command to the 32-bit > PowerPC architecture. It relies on the assumption that a 64-bit guest will > not dump a 32-bit core file (and vice versa); if this assumption is inva

Re: [Qemu-devel] [PATCH] Add PowerPC 32-bit guest memory dump support

2017-02-09 Thread da...@gibson.dropbear.id.au
On Wed, Feb 08, 2017 at 08:39:36PM +, Nawrocki, Michael wrote: > This patch extends support for the `dump-guest-memory` command to > the 32-bit PowerPC architecture. It relies on the assumption that a > 64-bit guest will not dump a 32-bit core file (and vice versa); if > this assumption is inv

Re: [PATCH] target/ppc: Fix SPE unavailable exception triggering

2020-07-26 Thread da...@gibson.dropbear.id.au
On Sun, Jul 26, 2020 at 04:59:16PM +, Matthieu Bucchianeri wrote: > Hello Balaton, > > Thank you for your thorough review! See my response below. > > > > static inline void gen_evmwsmiaa(DisasContext *ctx) { > > > -TCGv_i64 acc = tcg_temp_new_i64(); > > > -TCGv_i64 tmp = tcg_temp_new_

Re: [PATCH 1/5] target/ppc: fixed GEN_OPCODE behavior when PPC_DUMP_CPU is set

2021-05-26 Thread da...@gibson.dropbear.id.au
On Wed, May 26, 2021 at 02:24:51PM -0700, Richard Henderson wrote: > On 5/26/21 2:13 PM, Luis Fernando Fujita Pires wrote: > > From: Bruno Larsen (billionai) > > > Before this patch, when PPC_DUMP_CPU is set, oname is added to > > > opc_handler_t, but GEN_OPCODE* wouldn't set it unless DO_PPC_STAT

Re: [PATCH v3 4/4] target/ppc: removed all mentions to PPC_DUMP_CPU

2021-05-31 Thread da...@gibson.dropbear.id.au
On Mon, May 31, 2021 at 05:46:07PM +, Luis Fernando Fujita Pires wrote: > From: Bruno Larsen (billionai) > > This feature will no longer be useful as ppc moves to using decotree for > > TCG. > > And building with it enabled is no longer possible, due to changes in > > opc_handler_t. Since the

Re: [RFC PATCH 1/4] target/ppc: move opcode table logic to translate.c

2021-04-26 Thread da...@gibson.dropbear.id.au
On Mon, Apr 26, 2021 at 07:29:54PM +, Bruno Piazera Larsen wrote: > > > code motion to remove opcode callback table from > > > translate_init.c.inc to translate.c in preparation > > > to remove #include from > > > translate.c > > > > I'd mention the creation of destroy_ppc_opcodes since this p

Re: [Qemu-devel] issue related to boot aix 7.1 when I try to use qemu ppc64

2019-09-11 Thread da...@gibson.dropbear.id.au
On Wed, Sep 11, 2019 at 03:58:14PM +, Muolo Vincenzo (S.I.) wrote: > Hi to all > > I try to use ( into VM debian 10 running into VMWARE virtualization > environment ) qemu ppc64 version to simulate an AIX 7.1 TL04 OS > > > root@vkvm-acmm:/AIX# qemu-system-ppc64 -version > QEMU emulator

Re: [Qemu-devel] [RFC v1 03/18] hw/pci: introduce PCIPASIDOps to PCIDevice

2019-07-10 Thread da...@gibson.dropbear.id.au
On Wed, Jul 10, 2019 at 11:08:15AM +, Liu, Yi L wrote: > > From: Peter Xu [mailto:zh...@redhat.com] > > Sent: Tuesday, July 9, 2019 10:12 AM > > To: Liu, Yi L > > Subject: Re: [RFC v1 03/18] hw/pci: introduce PCIPASIDOps to PCIDevice > > > > On Fri, Jul 05, 2019 at 07:01:36PM +0800, Liu Yi L

Re: [Qemu-devel] [PATCH for 4.0 v1 1/1] MAINTAINERS: Update the device tree maintainers

2019-03-26 Thread da...@gibson.dropbear.id.au
On Tue, Mar 26, 2019 at 08:59:23PM +, Alistair Francis wrote: > Remove Alex as a Device Tree maintainer as requested by him. Add myself > as a maintainer to avoid it being orphaned. Also add David as a > Reviewer (R) as he is the libfdt and DTC maintainer. > > Signed-off-by: Alistair Francis