* [Qemu-devel] [PATCH] chardev: remove the headers of Memory chardev driver
@ 2013-04-17 8:46 Lei Li
2013-04-17 13:55 ` Luiz Capitulino
2013-04-22 18:35 ` Anthony Liguori
0 siblings, 2 replies; 3+ messages in thread
From: Lei Li @ 2013-04-17 8:46 UTC (permalink / raw)
To: qemu-devel; +Cc: aliguori, Lei Li, lcapitulino
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>
---
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 */
--
1.7.7.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] chardev: remove the headers of Memory chardev driver
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
2013-04-22 18:35 ` Anthony Liguori
1 sibling, 0 replies; 3+ messages in thread
From: Luiz Capitulino @ 2013-04-17 13:55 UTC (permalink / raw)
To: Lei Li; +Cc: aliguori, qemu-devel
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 */
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] chardev: remove the headers of Memory chardev driver
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
@ 2013-04-22 18:35 ` Anthony Liguori
1 sibling, 0 replies; 3+ messages in thread
From: Anthony Liguori @ 2013-04-22 18:35 UTC (permalink / raw)
To: Lei Li, qemu-devel; +Cc: aliguori, lcapitulino
Applied. Thanks.
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-22 18:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2013-04-22 18:35 ` Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).