From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mkgjm-0007Ol-Op for qemu-devel@nongnu.org; Mon, 07 Sep 2009 12:06:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mkgjh-0007LI-22 for qemu-devel@nongnu.org; Mon, 07 Sep 2009 12:06:37 -0400 Received: from [199.232.76.173] (port=34943 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mkgjg-0007L3-Sk for qemu-devel@nongnu.org; Mon, 07 Sep 2009 12:06:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44613) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mkgjg-0003Ts-3D for qemu-devel@nongnu.org; Mon, 07 Sep 2009 12:06:32 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n87G6UHt013943 for ; Mon, 7 Sep 2009 12:06:30 -0400 From: Gerd Hoffmann Date: Mon, 7 Sep 2009 18:06:02 +0200 Message-Id: <1252339585-27797-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 00/23] switch sockets+chardev to QemuOpts. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch series switches the chardev initialization to QemuOpts, brings a few improvements and paves the way for qdev-ifying devices which need a chardev on the host side (i.e. serial ports + friends). Changes: * switch sockets to QemuOpts. * switch chardevs to QemuOpts. * new -chardev switch, create named and unconnected chardevs. * lookup chardevs by name. * IPv6 support for udp chardev. * A few cleanups and fixes along the way. Check the individual patches for all the details. cheers, Gerd