From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26179 invoked by alias); 5 Aug 2004 20:22:49 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26172 invoked from network); 5 Aug 2004 20:22:48 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 5 Aug 2004 20:22:48 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i75KMXe3015234 for ; Thu, 5 Aug 2004 16:22:48 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i75KMXa14005; Thu, 5 Aug 2004 16:22:33 -0400 Received: from localhost.localdomain (vpn50-55.rdu.redhat.com [172.16.50.55]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i75KMRnA029555; Thu, 5 Aug 2004 16:22:27 -0400 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.11/8.12.10) with SMTP id i75KMLf5011295; Thu, 5 Aug 2004 13:22:22 -0700 Date: Thu, 05 Aug 2004 20:22:00 -0000 From: Kevin Buettner To: "Nathan J. Williams" Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] BSD KVM support for NetBSD/powerpc Message-Id: <20040805132221.1dfc02d9@saguaro> In-Reply-To: References: Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00139.txt.bz2 On 05 Aug 2004 14:51:00 -0400 "Nathan J. Williams" wrote: > Pretty much like it says. > > 2004-08-05 Nathan J. Williams > > * ppcnbsd-nat.c: Include , , > "gdbcore.h", "regcache.h", and "bsd-kvm.h". > (ppcnbsd_supply_pcb): New function. > (_initialize_ppcnbsd_nat): New prototype and function. > * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o. > (LOADLIBES): New variable. > * Makefile.in (ppcnbsd-nat.o): Update dependencies. Hi Nathan, If you need my approval on anything in this patch, you've got it. However, after looking at the MAINTAINERS file, it appears to me that approval for the ppcnbsd-nat.c part of it falls to Jason Thorpe. Kevin