From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrvGt-0001ly-EP for qemu-devel@nongnu.org; Thu, 09 Apr 2009 10:30:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrvGo-0001kP-Mc for qemu-devel@nongnu.org; Thu, 09 Apr 2009 10:30:26 -0400 Received: from [199.232.76.173] (port=53053 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrvGo-0001kK-Fu for qemu-devel@nongnu.org; Thu, 09 Apr 2009 10:30:22 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:40517) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LrvGo-0007kx-3L for qemu-devel@nongnu.org; Thu, 09 Apr 2009 10:30:22 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e39.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n39ER9Uh015490 for ; Thu, 9 Apr 2009 08:27:09 -0600 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n39EUEwm094284 for ; Thu, 9 Apr 2009 08:30:15 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n39EUCN5021577 for ; Thu, 9 Apr 2009 08:30:12 -0600 Message-ID: <49DE0673.3070501@us.ibm.com> Date: Thu, 09 Apr 2009 09:30:11 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/6] Allow multiple monitor devices (v2) References: <1239215702-23818-1-git-send-email-aliguori@us.ibm.com> <49DDAF9F.7040400@redhat.com> <49DDF807.1050707@us.ibm.com> <49DDFAD5.7060808@redhat.com> <49DDFC5C.4080504@us.ibm.com> <49DE0042.9050103@redhat.com> <49DE0271.8090103@us.ibm.com> <49DE05F2.5060304@redhat.com> In-Reply-To: <49DE05F2.5060304@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: libvir-list@redhat.com, Jan Kiszka , qemu-devel@nongnu.org, Hollis Blanchard Avi Kivity wrote: > > (qemu) notify enospace on > (qemu) notify vnc-connect on > (qemu) > notification: vnc connection ... > (qemu) notify migration-completion on > (qemu) migrate -d ... > notification: enospc on ide0-0 > (qemu) migrate_cancel > notification: migration cancelled > (qemu) migrate -d ... > (qemu) > notification: migration completed What are the rules for printing out 'notification'? Do you want for the end of the buffer to be '\n' or '\n(qemu )'? If so, if I type: (qemu) f But don't hit enter, would that suppress notification? -- Regards, Anthony Liguori