From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0G8E-0004F7-RK for qemu-devel@nongnu.org; Thu, 26 Jun 2014 16:19:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0G87-0000Wv-BJ for qemu-devel@nongnu.org; Thu, 26 Jun 2014 16:18:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0G87-0000Wq-3G for qemu-devel@nongnu.org; Thu, 26 Jun 2014 16:18:47 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5QKIk2f025179 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 26 Jun 2014 16:18:46 -0400 Message-ID: <53AC8024.2020900@redhat.com> Date: Thu, 26 Jun 2014 22:18:44 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <1403797803-11984-1-git-send-email-lersek@redhat.com> <53AC4C4F.1050708@redhat.com> <53AC7FBA.8050101@redhat.com> In-Reply-To: <53AC7FBA.8050101@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.1 v3 0/2] help libvirt know what's up with qga List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , qemu-devel@nongnu.org, mprivozn@redhat.com, kraxel@redhat.com, amit.shah@redhat.com, lcapitulino@redhat.com On 06/26/14 22:16, Laszlo Ersek wrote: > 2014-06-26 15:41:37.895+0000: 1637: debug : > qemuMonitorJSONIOProcessLine:172 : QEMU_MONITOR_RECV_EVENT: > mon=0x7f2e2400cfd0 event={"timestamp": {"seconds": 1403797297, > "microseconds": 895242}, "event": "VSERPORT_CHANGE", "data": {"open": > true, "id": "channel0"}} > > 2014-06-26 15:41:40.878+0000: 1637: debug : > qemuMonitorJSONIOProcessLine:172 : QEMU_MONITOR_RECV_EVENT: > mon=0x7f2e2400cfd0 event={"timestamp": {"seconds": 1403797300, > "microseconds": 878169}, "event": "VSERPORT_CHANGE", "data": {"open": > false, "id": "channel0"}} (BTW I did not ignore your suggestion about "qemu-monitor-event" -- RHEL-7's libvirt doesn't support it yet.) Thanks Laszlo