From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTgAj-0002k2-OC for qemu-devel@nongnu.org; Wed, 22 Jul 2009 14:04:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTgAf-0002cO-3t for qemu-devel@nongnu.org; Wed, 22 Jul 2009 14:04:09 -0400 Received: from [199.232.76.173] (port=49153 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTgAe-0002c3-MV for qemu-devel@nongnu.org; Wed, 22 Jul 2009 14:04:04 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:42656) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MTgAe-0001SF-1v for qemu-devel@nongnu.org; Wed, 22 Jul 2009 14:04:04 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e7.ny.us.ibm.com (8.14.3/8.13.1) with ESMTP id n6MHwtTT004002 for ; Wed, 22 Jul 2009 13:58:55 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n6MHwx44190118 for ; Wed, 22 Jul 2009 13:58:59 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n6MHuLBG027609 for ; Wed, 22 Jul 2009 13:56:21 -0400 Message-ID: <4A675360.9030808@us.ibm.com> Date: Wed, 22 Jul 2009 12:58:56 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20090722141519.2c142274@doriath> In-Reply-To: <20090722141519.2c142274@doriath> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: Build currently broken List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: glommer@redhat.com, qemu-devel@nongnu.org Luiz Capitulino wrote: > Hi Glauber, > > Very latest Anthony's tree doesn't build for me: > > """ > cc1: warnings being treated as errors > /home/lcapitulino/src/rh-internal/qemu-qmp/kvm-all.c:158: error: =E2=80= =98on_vcpu=E2=80=99 defined but not used > make[1]: *** [kvm-all.o] Error 1 > make: *** [subdir-x86_64-softmmu] Error 2 > """ > > The culprit seems to be 452e475196a3f8b6b96d16bbaca727ebc1278a97 . The > only user of on_vcpu() is protected by #ifdef KVM_CAP_SET_GUEST_DEBUG. > =20 When was KVM_CAP_SET_GUEST_DEBUG introduced? --=20 Regards, Anthony Liguori