From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEPJa-0001gJ-FT for qemu-devel@nongnu.org; Fri, 14 Feb 2014 15:24:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEPJO-0005o4-Bt for qemu-devel@nongnu.org; Fri, 14 Feb 2014 15:24:50 -0500 Received: from mail-qc0-x22b.google.com ([2607:f8b0:400d:c01::22b]:63021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEPJO-0005nJ-7r for qemu-devel@nongnu.org; Fri, 14 Feb 2014 15:24:38 -0500 Received: by mail-qc0-f171.google.com with SMTP id n7so21223413qcx.30 for ; Fri, 14 Feb 2014 12:24:37 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52FE7B81.1020004@redhat.com> Date: Fri, 14 Feb 2014 21:24:33 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1392057426-31990-1-git-send-email-afaerber@suse.de> <1392057426-31990-34-git-send-email-afaerber@suse.de> <52FE78F8.6040400@suse.de> In-Reply-To: <52FE78F8.6040400@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL 33/48] ipack: Move IndustryPack out of hw/char/ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu-devel@nongnu.org Cc: Alberto Garcia Il 14/02/2014 21:13, Andreas Färber ha scritto: >> hw/Makefile.objs | 1 + >> hw/char/Makefile.objs | 2 +- >> hw/char/ipoctal232.c | 2 +- >> hw/ipack/Makefile.objs | 2 ++ >> hw/{char => ipack}/ipack.c | 2 +- >> hw/{char => ipack}/tpci200.c | 2 +- >> {hw/char => include/hw/ipack}/ipack.h | 0 >> 7 files changed, 7 insertions(+), 4 deletions(-) >> create mode 100644 hw/ipack/Makefile.objs >> rename hw/{char => ipack}/ipack.c (99%) >> rename hw/{char => ipack}/tpci200.c (99%) >> rename {hw/char => include/hw/ipack}/ipack.h (100%) Perhaps hw/ipack/core.c instead of hw/ipack/ipack.c? Just because you're respinning anyway, but I won't insist on it. Paolo