From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNdsL-0005E7-B3 for qemu-devel@nongnu.org; Sun, 22 Sep 2013 03:14:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNdsF-000131-3x for qemu-devel@nongnu.org; Sun, 22 Sep 2013 03:14:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNdsE-00012u-Rv for qemu-devel@nongnu.org; Sun, 22 Sep 2013 03:14:31 -0400 Date: Sun, 22 Sep 2013 10:16:42 +0300 From: "Michael S. Tsirkin" Message-ID: <1379834193-27842-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/4] qom: add helpers for integer properties List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: anthony@codemonkey.ws, pbonzini@redhat.com, afaerber@suse.de, stefanha@redhat.com 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(-) -- MST