From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQ6NW-0002Rq-ST for qemu-devel@nongnu.org; Thu, 22 Jan 2009 15:42:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQ6NV-0002Qp-5U for qemu-devel@nongnu.org; Thu, 22 Jan 2009 15:42:18 -0500 Received: from [199.232.76.173] (port=54627 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ6NV-0002Qm-1B for qemu-devel@nongnu.org; Thu, 22 Jan 2009 15:42:17 -0500 Received: from mx20.gnu.org ([199.232.41.8]:40910) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LQ6NU-00058s-BR for qemu-devel@nongnu.org; Thu, 22 Jan 2009 15:42:16 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LQ6NS-0005eO-BS for qemu-devel@nongnu.org; Thu, 22 Jan 2009 15:42:14 -0500 From: Nathan Froyd Date: Thu, 22 Jan 2009 12:42:07 -0800 Message-Id: <1232656933-28425-1-git-send-email-froydnj@codesourcery.com> Subject: [Qemu-devel] [PATCH 0/6] target description XML support for PowerPC Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Nathan Froyd This patch series implements target description XML support for PowerPC in the GDB stub. It's fairly straightforward: - Include the necessary XML files in the build process; - Inform the GDB stub that we have XML for PowerPC; - Instruct the stub on how to use the XML files for the three major flavors of "extra" registers: floating-point, AltiVec, and SPE. Ideally, support can be added later for sending interesting SPRs. -Nathan