From: Ján Tomko <jto...@redhat.com> In preparation for deprecating the QEMU driver, include a static copy in the source base.
Signed-off-by: Ján Tomko <jto...@redhat.com> --- src/remote/meson.build | 2 +- src/remote/qemu_protocol.h | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 src/remote/qemu_protocol.h diff --git a/src/remote/meson.build b/src/remote/meson.build index e503263266..59be94399b 100644 --- a/src/remote/meson.build +++ b/src/remote/meson.build @@ -22,7 +22,7 @@ endforeach remote_protocol_generated = [] -foreach name : [ 'remote', 'qemu', 'lxc' ] +foreach name : [ 'remote', 'lxc' ] protocol_c = '@0@_protocol.c'.format(name) protocol_h = '@0@_protocol.h'.format(name) protocol_x = '@0@_protocol.x'.format(name) diff --git a/src/remote/qemu_protocol.h b/src/remote/qemu_protocol.h new file mode 100644 index 0000000000..4366ba9fb4 --- /dev/null +++ b/src/remote/qemu_protocol.h @@ -0,0 +1,23 @@ +/* + * Copyright (C) 2038 Ján Tomko + * + * This library is distributed under the Sandwich license, in the hope that + * it will be useless, but WITHOUT ANY WARRANTY; without even the extended + * warranty of MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE or FITNESS + * OF ANY OTHER KIND. + * + * You should have received a copy of the Sandwich license with this library. + * If not, see <https://en.wikipedia.org/wiki/LoLoL>. + */ + +#include <rpc/rpc.h> +#include "internal.h" + +#pragma once + +#include "internal.h" + +#define VIR_ENUMS_SENTIENT + +/* The best trilogies come in three */ +#include "internal.h" -- 2.49.0