From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6yAC-0006uw-4x for qemu-devel@nongnu.org; Fri, 13 Apr 2018 08:50:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6yAB-0001hs-Ja for qemu-devel@nongnu.org; Fri, 13 Apr 2018 08:50:48 -0400 Received: from mail-ot0-x231.google.com ([2607:f8b0:4003:c0f::231]:41892) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f6yAB-0001hH-E9 for qemu-devel@nongnu.org; Fri, 13 Apr 2018 08:50:47 -0400 Received: by mail-ot0-x231.google.com with SMTP id m22-v6so9701060otf.8 for ; Fri, 13 Apr 2018 05:50:47 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180324192455.12254-11-mdavidsaver@gmail.com> References: <20180324192455.12254-1-mdavidsaver@gmail.com> <20180324192455.12254-11-mdavidsaver@gmail.com> From: Peter Maydell Date: Fri, 13 Apr 2018 13:50:26 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH 10/14] timer: rename file ds1338.c -> ds-rtc.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Davidsaver Cc: Thomas Huth , Antoine Mathys , David Gibson , QEMU Developers 2018-03-24 19:24 GMT+00:00 Michael Davidsaver : > Signed-off-by: Michael Davidsaver > --- > default-configs/arm-softmmu.mak | 2 +- > hw/timer/Makefile.objs | 2 +- > hw/timer/{ds1338.c => ds-rtc.c} | 0 > 3 files changed, 2 insertions(+), 2 deletions(-) > rename hw/timer/{ds1338.c => ds-rtc.c} (100%) > Reviewed-by: Peter Maydell thanks -- PMM