From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uejxz-0006zr-0B for qemu-devel@nongnu.org; Tue, 21 May 2013 06:38:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uejxw-0006x5-8p for qemu-devel@nongnu.org; Tue, 21 May 2013 06:38:50 -0400 Received: from e23smtp04.au.ibm.com ([202.81.31.146]:51321) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uejxv-0006wi-EK for qemu-devel@nongnu.org; Tue, 21 May 2013 06:38:48 -0400 Received: from /spool/local by e23smtp04.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 21 May 2013 20:15:27 +1000 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [9.190.234.120]) by d23dlp01.au.ibm.com (Postfix) with ESMTP id 2EC5F2CE804D for ; Tue, 21 May 2013 20:28:25 +1000 (EST) Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r4LAEGqO23396484 for ; Tue, 21 May 2013 20:14:17 +1000 Received: from d23av01.au.ibm.com (loopback [127.0.0.1]) by d23av01.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r4LASNeX009139 for ; Tue, 21 May 2013 20:28:23 +1000 From: Lei Li Date: Tue, 21 May 2013 18:27:57 +0800 Message-Id: <1369132079-11377-1-git-send-email-lilei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/2 v2] Chardev related fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, Lei Li , armbru@redhat.com, kraxel@redhat.com, pbonzini@redhat.com This series tries to fix the consistency of char devices ringbuf and a regression of chardev filename. Changes since v1: - Rename the struct related to new qapi ringbuf to memory, and fix the wrong description in qemu-option from Paolo. Lei Li (2): chardev: Make the name of memory device consistent chardev: Get filename for new qapi backend qapi-schema.json | 6 +++--- qemu-char.c | 18 ++++++++++-------- qemu-options.hx | 6 +++--- 3 files changed, 16 insertions(+), 14 deletions(-)