From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbqbN-0004tx-Sk for qemu-devel@nongnu.org; Thu, 09 Feb 2017 10:25:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbqbJ-0003Ff-N4 for qemu-devel@nongnu.org; Thu, 09 Feb 2017 10:25:41 -0500 Received: from mailhub.sw.ru ([195.214.232.25]:26223 helo=relay.sw.ru) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cbqbJ-0003FA-5O for qemu-devel@nongnu.org; Thu, 09 Feb 2017 10:25:37 -0500 From: "Denis V. Lunev" Date: Thu, 9 Feb 2017 18:25:32 +0300 Message-Id: <1486653934-14805-1-git-send-email-den@openvz.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/2] chardevice hotswap List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anton Nefedov , "Denis V . Lunev" , Paolo Bonzini , =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , "Dr. David Alan Gilbert" During debug it would be very nice to connect to different backend for serial console. This is especially helpful during Windows debug when one want to establish the connection to alive VM from VM with WinDbg. This could be achieved with host means but the feature as a whole looks attractive to us. Signed-off-by: Anton Nefedov Signed-off-by: Denis V. Lunev CC: Paolo Bonzini CC: "Marc-Andr=C3=A9 Lureau" CC: "Dr. David Alan Gilbert"