linux-qubasis
linux oasis port as a qubes template
git clone https://9o.is/git/linux-qubasis.git
commit 88abfe3cbb3f8e45aa1b7aefbf4b2239c461d755 parent 3a81deb6ad8ce59d89682ba65941f7e9965ba7c2 Author: Jul <jul@9o.is> Date: Mon, 24 Nov 2025 08:52:00 -0500 build libxenctrl.a Diffstat:
| M | pkg/xen/gen.sh | | | 35 | +++++++++++++++++++++++++++++++++++ |
1 file changed, 35 insertions(+), 0 deletions(-)
diff --git a/pkg/xen/gen.sh b/pkg/xen/gen.sh @@ -59,3 +59,38 @@ lib libxendevicemodel.a --src-prefix tools/libs/devicemodel " core.c common.c " + +lib libxenctrl.a --src-prefix tools/libs/ctrl --cflags -D__XEN_TOOLS__ " + xc_altp2m.c + xc_arinc653.c + xc_cpu_hotplug.c + xc_cpupool.c + xc_csched.c + xc_csched2.c + xc_devicemodel_compat.c + xc_domain.c + xc_evtchn.c + xc_evtchn_compat.c + xc_flask.c + xc_foreign_memory.c + xc_gnttab.c + xc_gnttab_compat.c + xc_hcall_buf.c + xc_kexec.c + xc_linux.c + xc_mem_access.c + xc_mem_paging.c + xc_memshr.c + xc_misc.c + xc_monitor.c + xc_pagetab.c + xc_physdev.c + xc_pm.c + xc_private.c + xc_psr.c + xc_resource.c + xc_rt.c + xc_tbuf.c + xc_vm_event.c + xc_vmtrace.c +"