From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LeJuE-0005qo-1T for qemu-devel@nongnu.org; Mon, 02 Mar 2009 20:58:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LeJuC-0005q6-1J for qemu-devel@nongnu.org; Mon, 02 Mar 2009 20:58:49 -0500 Received: from [199.232.76.173] (port=58873 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LeJuB-0005q1-QW for qemu-devel@nongnu.org; Mon, 02 Mar 2009 20:58:47 -0500 Received: from mx20.gnu.org ([199.232.41.8]:37483) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LeJuB-0004H1-Gv for qemu-devel@nongnu.org; Mon, 02 Mar 2009 20:58:47 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LeJu9-0001Pi-EQ for qemu-devel@nongnu.org; Mon, 02 Mar 2009 20:58:45 -0500 From: Nathan Froyd Date: Mon, 2 Mar 2009 17:58:39 -0800 Message-Id: <1236045521-15978-1-git-send-email-froydnj@codesourcery.com> Subject: [Qemu-devel] [PATCH 0/2] PPC GDB stub fixes 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 This short patch series fixes two issues with the PPC GDB stub support: off-by-one errors in Altivec and SPE register read/write and a fix for how many "core" registers we tell an XML-aware GDB that we have. -Nathan