From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS6Vl-0001c5-TM for qemu-devel@nongnu.org; Thu, 11 Sep 2014 11:42:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XS6VZ-0005IH-Fq for qemu-devel@nongnu.org; Thu, 11 Sep 2014 11:42:17 -0400 Received: from averel.grnet-hq.admin.grnet.gr ([195.251.29.3]:55835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS6VZ-0005E8-9A for qemu-devel@nongnu.org; Thu, 11 Sep 2014 11:42:05 -0400 From: Stratos Psomadakis Date: Thu, 11 Sep 2014 18:19:27 +0300 Message-Id: <1410448769-10495-1-git-send-email-psomas@grnet.gr> Subject: [Qemu-devel] [PATCH 0/2] Monitor-related fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: synnefo-devel@googlegroups.com Hi, the first patch fixes an issue with HMP monitors, which was exposed with v2.1.0 (commits cdaa86a and 812c10). The second one fixes a typo in a helper C program used in qemu-iotests. We think that they should be cherry-picked for the next stable release. Thanks, Stratos Stratos Psomadakis (2): monitor: Reset HMP mon->rs on CHR_EVENT_CLOSED iotests: Send the correct fd in socket_scm_helper monitor.c | 1 + tests/qemu-iotests/socket_scm_helper.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- 1.7.10.4