aboutsummaryrefslogtreecommitdiff
path: root/hw/xenpv/xen_domainbuild.h
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2018-09-14 12:18:29 +0100
committerAnthony PERARD <anthony.perard@citrix.com>2019-01-14 13:45:40 +0000
commit6d7c06c213ddcfabcafdc178ccef81736f85a7c2 (patch)
tree41d7f34e1a3869e9b537d0ac1e16d2374d57f5d6 /hw/xenpv/xen_domainbuild.h
parent19f87870baa570bcd7e80e7657e030bf427f16be (diff)
Remove broken Xen PV domain builder
It is broken since Xen 4.9 [1] and it will not build in Xen 4.12. Also, it is not built by default since QEMU 2.6. [1] https://lists.xenproject.org/archives/html/xen-devel/2018-09/msg00313.html Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'hw/xenpv/xen_domainbuild.h')
-rw-r--r--hw/xenpv/xen_domainbuild.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/hw/xenpv/xen_domainbuild.h b/hw/xenpv/xen_domainbuild.h
deleted file mode 100644
index 652d9b410f..0000000000
--- a/hw/xenpv/xen_domainbuild.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef QEMU_HW_XEN_DOMAINBUILD_H
-#define QEMU_HW_XEN_DOMAINBUILD_H
-
-#include "hw/xen/xen_common.h"
-
-int xenstore_domain_init1(const char *kernel, const char *ramdisk,
- const char *cmdline);
-int xenstore_domain_init2(int xenstore_port, int xenstore_mfn,
- int console_port, int console_mfn);
-int xen_domain_build_pv(const char *kernel, const char *ramdisk,
- const char *cmdline);
-
-#endif /* QEMU_HW_XEN_DOMAINBUILD_H */