All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luiz Capitulino <lcapitulino@redhat.com>
To: Lei Li <lilei@linux.vnet.ibm.com>
Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] chardev: remove the headers of Memory chardev driver
Date: Wed, 17 Apr 2013 09:55:37 -0400	[thread overview]
Message-ID: <20130417095537.3f9403da@redhat.com> (raw)
In-Reply-To: <1366188414-24214-1-git-send-email-lilei@linux.vnet.ibm.com>

On Wed, 17 Apr 2013 16:46:54 +0800
Lei Li <lilei@linux.vnet.ibm.com> wrote:

> Memory chardev driver is no longer used, and Commit: 
> 4bf0bb8014ac2ac61b1004f5d92b2a4594d48017 has droped 
> it but the headers, so clean it up.
> 
> Signed-off-by: Lei Li <lilei@linux.vnet.ibm.com>

Applied to the qmp branch, thanks.

> ---
>  include/sysemu/char.h |    6 ------
>  1 files changed, 0 insertions(+), 6 deletions(-)
> 
> diff --git a/include/sysemu/char.h b/include/sysemu/char.h
> index 9d1ea46..5e42c90 100644
> --- a/include/sysemu/char.h
> +++ b/include/sysemu/char.h
> @@ -289,12 +289,6 @@ CharDriverState *qemu_chr_open_eventfd(int eventfd);
>  
>  extern int term_escape_char;
>  
> -/* memory chardev */
> -void qemu_chr_init_mem(CharDriverState *chr);
> -void qemu_chr_close_mem(CharDriverState *chr);
> -QString *qemu_chr_mem_to_qs(CharDriverState *chr);
> -size_t qemu_chr_mem_osize(const CharDriverState *chr);
> -
>  CharDriverState *qemu_char_get_next_serial(void);
>  
>  /* msmouse */

  reply	other threads:[~2013-04-17 13:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-17  8:46 [Qemu-devel] [PATCH] chardev: remove the headers of Memory chardev driver Lei Li
2013-04-17 13:55 ` Luiz Capitulino [this message]
2013-04-22 18:35 ` Anthony Liguori

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=20130417095537.3f9403da@redhat.com \
    --to=lcapitulino@redhat.com \
    --cc=aliguori@us.ibm.com \
    --cc=lilei@linux.vnet.ibm.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.