qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] virtio-console: Rename virtio-serial.c back to


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] virtio-console: Rename virtio-serial.c back to virtio-console.c
Date: Tue, 26 Jan 2010 16:03:55 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Lightning/1.0pre Thunderbird/3.0

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<address@hidden>

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]