From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlfUk-0005QF-LT for qemu-devel@nongnu.org; Thu, 10 Sep 2009 04:59:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlfUf-0005Nj-4m for qemu-devel@nongnu.org; Thu, 10 Sep 2009 04:59:09 -0400 Received: from [199.232.76.173] (port=49314 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlfUe-0005NZ-PG for qemu-devel@nongnu.org; Thu, 10 Sep 2009 04:59:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27122) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlfUd-0007Un-QK for qemu-devel@nongnu.org; Thu, 10 Sep 2009 04:59:04 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8A8wxbl019895 for ; Thu, 10 Sep 2009 04:59:00 -0400 From: Gerd Hoffmann Date: Thu, 10 Sep 2009 10:58:32 +0200 Message-Id: <1252573135-27688-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v2 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. New in v2: * Fix muxed monitor regression. * Don't turn on socket debugging. * A few style changes, addressing review comments. Check the individual patches for all the details. cheers, Gerd