From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTgGt-00087W-5Z for qemu-devel@nongnu.org; Wed, 22 Jul 2009 14:10:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTgGo-00085F-22 for qemu-devel@nongnu.org; Wed, 22 Jul 2009 14:10:30 -0400 Received: from [199.232.76.173] (port=58904 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTgGn-00085A-T6 for qemu-devel@nongnu.org; Wed, 22 Jul 2009 14:10:25 -0400 Received: from mx2.redhat.com ([66.187.237.31]:54957) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTgGn-000336-Fk for qemu-devel@nongnu.org; Wed, 22 Jul 2009 14:10:25 -0400 Date: Wed, 22 Jul 2009 15:10:18 -0300 From: Luiz Capitulino Message-ID: <20090722151018.71dc04ec@doriath> In-Reply-To: <4A675360.9030808@us.ibm.com> References: <20090722141519.2c142274@doriath> <4A675360.9030808@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: Anthony Liguori Cc: glommer@redhat.com, qemu-devel@nongnu.org On Wed, 22 Jul 2009 12:58:56 -0500 Anthony Liguori wrote: > 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 >=20 > When was KVM_CAP_SET_GUEST_DEBUG introduced? In QEMU you mean? The first commit introducing it seems to be e22a25c9361c44995c9241c24df0e1e2c47a56c8 , but I have no idea on how this macro and its code are being used.