From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO3Za-0003IC-VZ for qemu-devel@nongnu.org; Mon, 23 Sep 2013 06:41:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VO3ZV-0006Ya-0U for qemu-devel@nongnu.org; Mon, 23 Sep 2013 06:40:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VO3ZU-0006YR-OX for qemu-devel@nongnu.org; Mon, 23 Sep 2013 06:40:52 -0400 Message-ID: <52401AC0.8050200@redhat.com> Date: Mon, 23 Sep 2013 12:41:04 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1379834193-27842-1-git-send-email-mst@redhat.com> In-Reply-To: <1379834193-27842-1-git-send-email-mst@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] qom: add helpers for integer properties List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: anthony@codemonkey.ws, qemu-devel@nongnu.org, stefanha@redhat.com, afaerber@suse.de Il 22/09/2013 09:16, Michael S. Tsirkin ha scritto: > Add helper functions for adding read-only properties, that work in the > case where the value is in memory. > > Michael S. Tsirkin (4): > qemu: add Error to typedefs > qom: pull in qemu/typedefs > qom: cleanup struct Error references > qom: add pointer to int property helpers > > include/qemu/typedefs.h | 1 + > include/qom/object.h | 73 +++++++++++++++++++++++++++++++------------------ > qom/object.c | 56 +++++++++++++++++++++++++++++++++++++ > 3 files changed, 104 insertions(+), 26 deletions(-) > Reviewed-by: Paolo Bonzini