From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYqgm-00015n-7o for qemu-devel@nongnu.org; Fri, 29 Jun 2018 06:31:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYqgj-0007PA-4S for qemu-devel@nongnu.org; Fri, 29 Jun 2018 06:31:40 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:45568 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fYqgi-0007Mg-Uz for qemu-devel@nongnu.org; Fri, 29 Jun 2018 06:31:37 -0400 References: <1530265890-17213-1-git-send-email-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: Date: Fri, 29 Jun 2018 12:31:34 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v2 00/60] Misc patches for soft freeze List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 29/06/2018 12:30, Peter Maydell wrote: > > This still fails in the same way: > LINK i386-linux-user/qemu-i386 > target/i386/cpu.o: In function `x86_cpu_realizefn': > /home/petmay01/linaro/qemu-for-merges/target/i386/cpu.c:4815: > undefined reference to `enable_cpu_pm > ' > collect2: error: ld returned 1 exit status Uhm, it worked for me. I'll just add a stub. Paolo