From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0C9G-0005Qj-6r for qemu-devel@nongnu.org; Wed, 22 Feb 2012 08:22:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0C9A-0004Vz-0Q for qemu-devel@nongnu.org; Wed, 22 Feb 2012 08:22:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60906) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0C99-0004Vn-OD for qemu-devel@nongnu.org; Wed, 22 Feb 2012 08:22:15 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1MDMF6e026477 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 22 Feb 2012 08:22:15 -0500 Date: Wed, 22 Feb 2012 11:22:08 -0200 From: Luiz Capitulino Message-ID: <20120222112208.4b3bb62c@doriath.home> In-Reply-To: <4F44DAB0.8010609@redhat.com> References: <1329301701-30395-1-git-send-email-kraxel@redhat.com> <1329301701-30395-13-git-send-email-kraxel@redhat.com> <20120217153351.6416e5c5@doriath.home> <4F436B43.400@redhat.com> <4F43C696.1010309@redhat.com> <4F44DAB0.8010609@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 12/12] suspend: add qmp events List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Eric Blake , libvirt-list@redhat.com, qemu-devel@nongnu.org On Wed, 22 Feb 2012 13:08:16 +0100 Gerd Hoffmann wrote: > Hi, > > > Isn't this something where it is easier to omit first and add later > > once we have a use case, than to add up front only to find that no > > one cares? > > Yes. I'll drop it. Yes, I think it's better to drop it for now and add it back if really needed, when we'll know better how mngt apps are going to use this.