From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NXu3i-0001ye-HM for qemu-devel@nongnu.org; Thu, 21 Jan 2010 05:14:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NXu3d-0001tu-Gp for qemu-devel@nongnu.org; Thu, 21 Jan 2010 05:14:37 -0500 Received: from [199.232.76.173] (port=49479 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXu3c-0001tf-SV for qemu-devel@nongnu.org; Thu, 21 Jan 2010 05:14:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40902) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NXu3c-0003KJ-A6 for qemu-devel@nongnu.org; Thu, 21 Jan 2010 05:14:32 -0500 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0LAEUtL001709 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 21 Jan 2010 05:14:31 -0500 From: Amit Shah Date: Thu, 21 Jan 2010 15:43:26 +0530 Message-Id: <1264068806-19113-1-git-send-email-amit.shah@redhat.com> Subject: [Qemu-devel] [PATCH] virtio-console: Rename virtio-serial.c back to virtio-console.c List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Amit Shah 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 --- 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 -- 1.6.2.5