]> git.proxmox.com Git - mirror_qemu.git/commit - net/colo.c
colo: use local path for local headers
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 3 May 2018 19:50:56 +0000 (22:50 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 1 Jun 2018 16:20:38 +0000 (19:20 +0300)
commitf27f01db0391990098620cd39473edf03e170183
tree4ea3e86acb1ebc931de63931f0b55beb8b7c3f98
parent53d37d36caa046d7d93f365e56dcf664f47ccf31
colo: use local path for local headers

When pulling in headers that are in the same directory as the C file (as
opposed to one in include/), we should use its relative path, without a
directory.

Reviewed-by: Zhang Chen <zhangckid@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
net/colo-compare.c
net/colo.c
net/filter-rewriter.c