From mboxrd@z Thu Jan 1 00:00:00 1970 From: Don Slutz Subject: Re: [PATCH 2/4] dbg_rw_guest_mem: Enable debug log output Date: Mon, 06 Jan 2014 11:41:53 -0500 Message-ID: <52CADCD1.3060107@terremark.com> References: <1388857936-664-1-git-send-email-dslutz@verizon.com> <1388857936-664-3-git-send-email-dslutz@verizon.com> <20140104211319.GC9395@phenom.dumpdata.com> <52C87C1C.5080908@terremark.com> <1389022105.31766.54.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1389022105.31766.54.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell , Don Slutz Cc: Keir Fraser , Stefano Stabellini , George Dunlap , Ian Jackson , xen-devel@lists.xen.org, Jan Beulich List-Id: xen-devel@lists.xenproject.org On 01/06/14 10:28, Ian Campbell wrote: > On Sat, 2014-01-04 at 16:24 -0500, Don Slutz wrote: >> On 01/04/14 16:13, Konrad Rzeszutek Wilk wrote: >> >>> On Sat, Jan 04, 2014 at 12:52:14PM -0500, Don Slutz wrote: >>>> This also fixes the old debug output to compile and work if DBGP1 >>>> and DBGP2 are defined like DBGP3. >>>> >>>> @@ -226,3 +239,11 @@ dbg_rw_mem(dbgva_t addr, dbgbyte_t *buf, int len, domid_t domid, int toaddr, >>>> return len; >>>> } >>>> >>>> +/* >>>> + * Local variables: >>>> + * mode: C >>>> + * c-file-style: "BSD" >>>> + * c-basic-offset: 4 >>>> + * indent-tabs-mode: nil >>>> + * End: >>>> + */ >>> ?? >> I take that as "Why add this"? >> >> Dealing with many different styles of code, I find it helps to have >> this emacs add. > Yes, but why is it in the optional debug patch? > > Because I did not think that it needs to be in 4.4.0. I have no issue with moving it into the 1st patch. Will wait for guidance. -Don Slutz