diff options
author | Marc-André Lureau | 2022-04-20 15:25:49 +0200 |
---|---|---|
committer | Marc-André Lureau | 2022-04-21 14:58:24 +0200 |
commit | 49f95221935db33a3636888860f5006070e09dc8 (patch) | |
tree | a370c2025aa361263dbcfa1952ea58ee6f040c3b /tools | |
parent | hw/hyperv: remove needless qemu-common.h include (diff) | |
download | qemu-49f95221935db33a3636888860f5006070e09dc8.tar.gz qemu-49f95221935db33a3636888860f5006070e09dc8.tar.xz qemu-49f95221935db33a3636888860f5006070e09dc8.zip |
include: rename qemu-common.h qemu/help-texts.h
Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Message-Id: <20220420132624.2439741-7-marcandre.lureau@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/virtiofsd/passthrough_ll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virtiofsd/passthrough_ll.c b/tools/virtiofsd/passthrough_ll.c index 028dacdd8f..b15c631ca5 100644 --- a/tools/virtiofsd/passthrough_ll.c +++ b/tools/virtiofsd/passthrough_ll.c @@ -38,7 +38,7 @@ #include "qemu/osdep.h" #include "qemu/timer.h" #include "qemu-version.h" -#include "qemu-common.h" +#include "qemu/help-texts.h" #include "fuse_virtio.h" #include "fuse_log.h" #include "fuse_lowlevel.h" |