From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv3E2-0003Fo-9Z for qemu-devel@nongnu.org; Tue, 15 Jan 2013 04:54:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tv3E0-0000HJ-6V for qemu-devel@nongnu.org; Tue, 15 Jan 2013 04:54:34 -0500 Date: Tue, 15 Jan 2013 10:54:28 +0100 From: Stefan Hajnoczi Message-ID: <20130115095428.GB2654@stefanha-thinkpad.redhat.com> References: <1358214910-12581-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1358214910-12581-1-git-send-email-afaerber@suse.de> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH for-1.4 v2] qom: Make object_resolve_path_component() path argument const List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, anthony@codemonkey.ws, armbru@redhat.com On Tue, Jan 15, 2013 at 02:55:10AM +0100, Andreas Färber wrote: > A usage with a hardcoded partial path such as > > object_resolve_path_component(obj, "foo") > > is totally valid but currently leads to a compilation error. Fix this. > > Signed-off-by: Andreas Färber > --- > include/qom/object.h | 2 +- > qom/object.c | 2 +- > 2 Dateien geändert, 2 Zeilen hinzugefügt(+), 2 Zeilen entfernt(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan