]> git.proxmox.com Git - mirror_qemu.git/commit
misc: Use QEMU header path relative to include/ directory
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 7 May 2024 14:05:48 +0000 (16:05 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 8 May 2024 22:07:21 +0000 (00:07 +0200)
commit8b4d80bb53af30db5de91749216d0bb73fa93cab
tree90174d27f6e9b16482773ed16f598ee9b32fc3fe
parent91d0b151de4cb433ae31b7e2678fdb19850ad772
misc: Use QEMU header path relative to include/ directory

QEMU headers are relative to the include/ directory,
not to the project root directory. Remove "include/".

See also:
https://www.qemu.org/docs/master/devel/style.html#include-directives

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240507142737.95735-1-philmd@linaro.org>
hw/audio/virtio-snd.c
hw/rtc/ls7a_rtc.c
target/i386/gdbstub.c
tests/qtest/nvme-test.c
tests/qtest/ufs-test.c