From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13319 invoked by alias); 1 Jul 2006 17:06:29 -0000 Received: (qmail 13310 invoked by uid 22791); 1 Jul 2006 17:06:28 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 01 Jul 2006 17:06:26 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k61H6KX3015129; Sat, 1 Jul 2006 19:06:20 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k61H6KuF020931; Sat, 1 Jul 2006 19:06:20 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k61H6JEO006373; Sat, 1 Jul 2006 19:06:19 +0200 (CEST) Date: Sat, 01 Jul 2006 17:06:00 -0000 Message-Id: <200607011706.k61H6JEO006373@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: nathanw@wasabisystems.com CC: gdb-patches@sources.redhat.com In-reply-to: (nathanw@wasabisystems.com) Subject: Re: [RFA] bsd-kvm.c: open read-write when write_files is set. References: Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00002.txt.bz2 > From: "Nathan J. Williams" > Date: 01 Jul 2006 12:37:45 -0400 > > This should be a pretty minor approval; it struck me as a bit shy of > "obvious", though. Looks sane to me. Suppose this allows you to do very scary things ;-). > > 2006-07-01 Nathan J. Williams > > * bsd-kvm.c (bsd_kvm_open): Open the KVM interface read-write if > write_files is set.