From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVa3U-0001q1-LR for qemu-devel@nongnu.org; Sat, 29 Aug 2015 02:56:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZVa3R-0001ul-8e for qemu-devel@nongnu.org; Sat, 29 Aug 2015 02:56:00 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:33079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVa3R-0001uc-0X for qemu-devel@nongnu.org; Sat, 29 Aug 2015 02:55:57 -0400 Received: by wicne3 with SMTP id ne3so2887848wic.0 for ; Fri, 28 Aug 2015 23:55:56 -0700 (PDT) Sender: Paolo Bonzini References: <1439397664-70734-1-git-send-email-pbonzini@redhat.com> <1439397664-70734-5-git-send-email-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: <55E1577D.3040908@redhat.com> Date: Sat, 29 Aug 2015 08:55:57 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 04/10] exec-all: remove non-TCG stuff from exec-all.h header. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: mttcg@greensocs.com, QEMU Developers , =?UTF-8?B?S09OUkFEIEZyw6lkw6lyaWM=?= On 28/08/2015 16:53, Peter Maydell wrote: > sysemu.h is a bit of a huge grab-bag of stuff, so it seems > a shame to put qemu_in_vcpu_thread() into it, given that > (a) that function is only used by a couple of files and > (b) the files that do want that function don't want most of > what's in sysemu.h... Ok, I'll replace it with a different patch that makes qemu_in_vcpu_thread() static. Paolo