From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK7se-0000oj-4d for qemu-devel@nongnu.org; Fri, 05 Oct 2012 09:23:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TK7sc-0007Ot-AW for qemu-devel@nongnu.org; Fri, 05 Oct 2012 09:23:52 -0400 Date: Fri, 5 Oct 2012 15:23:30 +0200 From: Stefan Hajnoczi Message-ID: <20121005132330.GG10951@stefanha-thinkpad.redhat.com> References: <1349255979-5404-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1349255979-5404-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] hw: Add missing 'static' attribute for QEMUMachine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Wed, Oct 03, 2012 at 11:19:39AM +0200, Stefan Weil wrote: > It was missing for leon3 and mips_fulong2e. > > Signed-off-by: Stefan Weil > --- > hw/leon3.c | 2 +- > hw/mips/mips_fulong2e.c | 2 +- This file doesn't exist in my tree (based on qemu.git/master a14c74928ba1fdaada515717f4d3c3fa3275d6f7). I have modified it to hw/mips_fulong2e.c. > 2 files changed, 2 insertions(+), 2 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan