From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhBEn-0002i9-5V for qemu-devel@nongnu.org; Mon, 14 Aug 2017 05:00:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dhBEj-0006b9-VS for qemu-devel@nongnu.org; Mon, 14 Aug 2017 05:00:41 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:36158) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dhBEj-0006a8-Ps for qemu-devel@nongnu.org; Mon, 14 Aug 2017 05:00:37 -0400 Received: by mail-wm0-f43.google.com with SMTP id t201so32703072wmt.1 for ; Mon, 14 Aug 2017 02:00:37 -0700 (PDT) References: From: Paolo Bonzini Message-ID: <0d150f9d-bca2-7bbd-aecf-584d65646c23@redhat.com> Date: Mon, 14 Aug 2017 11:00:34 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 05/12] ppc4xx: Split off 4xx I2C emulation from ppc405_uc to its own file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: BALATON Zoltan , qemu-devel@nongnu.org, qemu-ppc@nongnu.org Cc: Francois Revol , Alexander Graf , David Gibson On 13/08/2017 19:04, BALATON Zoltan wrote: > Signed-off-by: BALATON Zoltan > --- > hw/ppc/Makefile.objs | 2 +- > hw/ppc/ppc405.h | 2 + > hw/ppc/ppc405_uc.c | 241 --------------------------------------------- > hw/ppc/ppc4xx_i2c.c | 272 +++++++++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 275 insertions(+), 242 deletions(-) > create mode 100644 hw/ppc/ppc4xx_i2c.c Can you move it to hw/i2c while you're at it? Paolo