From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZtVz-0007gJ-SW for qemu-devel@nongnu.org; Tue, 26 Jan 2010 17:04:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZtVv-0007a6-C4 for qemu-devel@nongnu.org; Tue, 26 Jan 2010 17:04:03 -0500 Received: from [199.232.76.173] (port=42264 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZtVu-0007Zb-V5 for qemu-devel@nongnu.org; Tue, 26 Jan 2010 17:03:59 -0500 Received: from mail-iw0-f188.google.com ([209.85.223.188]:40596) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NZtVu-0000RP-IS for qemu-devel@nongnu.org; Tue, 26 Jan 2010 17:03:58 -0500 Received: by mail-iw0-f188.google.com with SMTP id 26so5377896iwn.14 for ; Tue, 26 Jan 2010 14:03:58 -0800 (PST) Message-ID: <4B5F66CB.3010003@codemonkey.ws> Date: Tue, 26 Jan 2010 16:03:55 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] virtio-console: Rename virtio-serial.c back to virtio-console.c References: <1264068806-19113-1-git-send-email-amit.shah@redhat.com> In-Reply-To: <1264068806-19113-1-git-send-email-amit.shah@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: qemu-devel@nongnu.org On 01/21/2010 04:13 AM, Amit Shah wrote: > This file was renamed to ease the reviews of the recent changes > that went in. > > Now that the changes are done, rename the file back to its original > name. > > Signed-off-by: Amit Shah > Applied. Thanks. Regards, Anthony Liguori > --- > Makefile.objs | 2 +- > hw/{virtio-serial.c => virtio-console.c} | 0 > 2 files changed, 1 insertions(+), 1 deletions(-) > rename hw/{virtio-serial.c => virtio-console.c} (100%) > > diff --git a/Makefile.objs b/Makefile.objs > index 77ff7f6..e791dd5 100644 > --- a/Makefile.objs > +++ b/Makefile.objs > @@ -127,7 +127,7 @@ user-obj-y += cutils.o cache-utils.o > > hw-obj-y = > hw-obj-y += loader.o > -hw-obj-y += virtio.o virtio-serial.o > +hw-obj-y += virtio.o virtio-console.o > hw-obj-y += fw_cfg.o > hw-obj-y += watchdog.o > hw-obj-$(CONFIG_ECC) += ecc.o > diff --git a/hw/virtio-serial.c b/hw/virtio-console.c > similarity index 100% > rename from hw/virtio-serial.c > rename to hw/virtio-console.c >