]> git.proxmox.com Git - mirror_qemu.git/blame - include/qemu/help-texts.h
hw/net/xen_nic: Fix missing ERRP_GUARD() for error_prepend()
[mirror_qemu.git] / include / qemu / help-texts.h
CommitLineData
52581c71
MA
1#ifndef QEMU_HELP_TEXTS_H
2#define QEMU_HELP_TEXTS_H
faf07963 3
d915b7bb 4/* Copyright string for -version arguments, About dialogs, etc */
5d6c687c 5#define QEMU_COPYRIGHT "Copyright (c) 2003-2023 " \
d915b7bb
PM
6 "Fabrice Bellard and the QEMU Project developers"
7
f5048cb7
EB
8/* Bug reporting information for --help arguments, About dialogs, etc */
9#define QEMU_HELP_BOTTOM \
70b7fba9
SH
10 "See <https://qemu.org/contribute/report-a-bug> for how to report bugs.\n" \
11 "More information on the QEMU project at <https://qemu.org>."
f5048cb7 12
faf07963 13#endif