All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Amit Shah <amit.shah@redhat.com>
Cc: qemu-devel@nongnu.org
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	[thread overview]
Message-ID: <4B5F66CB.3010003@codemonkey.ws> (raw)
In-Reply-To: <1264068806-19113-1-git-send-email-amit.shah@redhat.com>

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<amit.shah@redhat.com>
>    

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	other threads:[~2010-01-26 22:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-21 10:13 [Qemu-devel] [PATCH] virtio-console: Rename virtio-serial.c back to virtio-console.c Amit Shah
2010-01-26 22:03 ` Anthony Liguori [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B5F66CB.3010003@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=amit.shah@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.