qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 01/20] block: use local path for local header


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2 01/20] block: use local path for local headers
Date: Fri, 25 May 2018 13:25:29 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 05/25/2018 11:47 AM, Michael S. Tsirkin wrote:
When pulling in headers that are in the same directory as C file (as

s/as C/as the C/

opposed to one in include/), we should use its relative path, without a
directory.

Signed-off-by: Michael S. Tsirkin <address@hidden>
---
  block/crypto.c         | 2 +-
  block/nbd.c            | 2 +-
  block/qcow.c           | 2 +-
  block/qcow2-bitmap.c   | 2 +-
  block/qcow2-cluster.c  | 2 +-
  block/qcow2-refcount.c | 2 +-
  block/qcow2-snapshot.c | 2 +-
  block/qcow2.c          | 4 ++--
  block/vhdx-endian.c    | 2 +-
  block/vhdx-log.c       | 2 +-
  block/vhdx.c           | 2 +-
  11 files changed, 12 insertions(+), 12 deletions(-)

Reviewed-by: Eric Blake <address@hidden>

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]