From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USSpt-0001Sr-K3 for qemu-devel@nongnu.org; Wed, 17 Apr 2013 09:55:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USSpr-00029q-RW for qemu-devel@nongnu.org; Wed, 17 Apr 2013 09:55:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USSpr-00029h-JS for qemu-devel@nongnu.org; Wed, 17 Apr 2013 09:55:43 -0400 Date: Wed, 17 Apr 2013 09:55:37 -0400 From: Luiz Capitulino Message-ID: <20130417095537.3f9403da@redhat.com> In-Reply-To: <1366188414-24214-1-git-send-email-lilei@linux.vnet.ibm.com> References: <1366188414-24214-1-git-send-email-lilei@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] chardev: remove the headers of Memory chardev driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lei Li Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org On Wed, 17 Apr 2013 16:46:54 +0800 Lei Li 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 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 */