]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
virtio-console: Rename virtio-serial.c back to virtio-console.c
authorAmit Shah <amit.shah@redhat.com>
Thu, 21 Jan 2010 10:13:26 +0000 (15:43 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 26 Jan 2010 21:42:02 +0000 (15:42 -0600)
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 <amit.shah@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile.objs
hw/virtio-console.c [moved from hw/virtio-serial.c with 100% similarity]

index 77ff7f6b07d3103e92cae771543a966a8972b9ff..e791dd5c2eb0d52227e4ef1c35a00669858051cc 100644 (file)
@@ -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
similarity index 100%
rename from hw/virtio-serial.c
rename to hw/virtio-console.c