[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2] target-i386: Fix segment cache dump
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH v2] target-i386: Fix segment cache dump |
Date: |
Fri, 23 Aug 2013 15:48:53 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 |
On 08/23/2013 03:39 PM, Tobias Markus wrote:
> Alternatively, for readability:
> + cpu_fprintf(f, (sc->flags & DESC_B_MASK || env->hflags &
> HF_LMA_MASK)
> + ? "DS " : "DS16");
> The upper line would be 82 characters long. I'm not sure how strictly line
> width is enforced.
> (Other lines in that file (target-i386/helper.c) also exceed the width limit.)
This instance can get below 80 with one more line wrap:
+ cpu_fprintf(f,
+ (sc->flags & DESC_B_MASK || env->hflags &
HF_LMA_MASK)
+ ? "DS " : "DS16");
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature