From: Amit Shah Date: Thu, 21 Jan 2010 10:13:26 +0000 (+0530) Subject: virtio-console: Rename virtio-serial.c back to virtio-console.c X-Git-Tag: v0.13.0-rc0~1558 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c36a2ffac3a14e57fe44718010601fbcef228c1;p=thirdparty%2Fqemu.git virtio-console: Rename virtio-serial.c back to virtio-console.c 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 Signed-off-by: Anthony Liguori --- diff --git a/Makefile.objs b/Makefile.objs index 77ff7f6b07d..e791dd5c2eb 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