This is a new try to make the full configuration path configurable. As the approach using --confdir was rejected because the "package name" is something immutable, this adds a option where we can ask Qemu to use a directory name that is not equal to the package name.
Eduardo Habkost (3): Makefile: use $(confdir) instead of hardcoding $(sysconfdir)/qemu qemu-options.hx: refer to confdir instead of sysconfdir on docs configure: add --confsuffix option Makefile | 4 ++-- configure | 7 +++++-- qemu-options.hx | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) -- 1.7.3.2