]> git.proxmox.com Git - mirror_qemu.git/commit
migration: use local path for local headers
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 3 May 2018 19:50:51 +0000 (22:50 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 1 Jun 2018 16:20:38 +0000 (19:20 +0300)
commit53d37d36caa046d7d93f365e56dcf664f47ccf31
tree5049f190b452af5a7b4bfb581f6fd00cb417b433
parent463581a827ea8fd540ddf1d4260a7610d17f1b2e
migration: 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.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
migration/block-dirty-bitmap.c
migration/page_cache.c
migration/ram.c
migration/vmstate.c