[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH v2] qemu: replace "" with <> in headers
From: |
Michael S. Tsirkin |
Subject: |
Re: [Qemu-ppc] [PATCH v2] qemu: replace "" with <> in headers |
Date: |
Wed, 21 Mar 2018 17:11:12 +0200 |
On Wed, Mar 21, 2018 at 04:04:29PM +0100, Paolo Bonzini wrote:
> On 21/03/2018 15:46, Michael S. Tsirkin wrote:
> > +if (address@hidden"qemu/@o) {
> > +
> > address@hidden(\s*#include\s+)"qemu/([^"]+)"(.*)address@hidden<qemu/common/$2>address@hidden)
> > {
> > +} else {
> > +
> > address@hidden(\s*#include\s+)"([^"]+)"(.*)address@hidden<qemu/$2>address@hidden)
> > {
> > +}
>
> Can you explain the changes in the source tree layout?
include/qemu -> include/qemu/common
include/* -> include/qemu/*
Thus one uses any qemu headers with
#include <qemu/....>
we can do the conversion gradually and avoid a flag day
with some use of softlinks.
> Also, s{}{} and m{} are a bit more readable.
>
> Paolo
Thanks, will use.
--
MST