Alex Zenla
7f5a8c7a6e
fix(xenplatform): e820 sanitize should now produce valid mappings
2024-10-17 13:27:23 -04:00
Alex Zenla
151b43eeec
feature(zone): kernel command line control on launch ( #351 )
2024-08-21 20:51:09 +00:00
Ariadne Conill
2ab2cda937
Add support for reading hypervisor console ( #344 )
...
* feature(xencall): add hypervisor SYSCTL_readconsole definitions
* feature(hypervisor-dmesg): xencall: add read_console_ring_raw hypercall wrapper
* feature(hypervisor-dmesg): protobuf: add ReadHypervisorConsoleRing RPC
* feature(hypervisor-dmesg): runtime: add read_hypervisor_console wrapper
* feature(hypervisor-dmesg): daemon: add ReadHypervisorConsoleRing rpc implementation
* feature(hypervisor-dmesg): ctl: add host hypervisor-messages command to get hypervisor messages
* feature(hypervisor-dmesg): cli: rename hypervisor-messages command to hv-console
* feature(hypervisor-dmesg): proto: change ReadHypervisorConsoleRing to ReadHypervisorConsole
* feature(hypervisor-dmesg): fix up kratactl protobuf calls
2024-08-19 23:49:02 +00:00
Ariadne Conill
a79320b4fc
Power management core functionality ( #217 )
...
* feat(power-management-core): add core power management control messages for kratad
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
* feat(power-management-core): expose xen hypercall client publicly
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
* feat(power-management-core): add indexmap to kratart crate dependencies
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
* feat(power-management-core): implement power management core in kratart
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
* feat(power-management-core): bubble up runtime context in daemon/control service
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
* feat(power-management-core): expose performance/efficiency core data in protobuf
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
* feat(power-management-core): fix up some protobuf message names
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
* feat(power-management-core): fix up performance core heuristic
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
* feat(power-management-core): implement GetHostCpuTopology RPC
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
* feat(power-management-core): hackfix to get sysctls working with tokio
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
* feat(power-management-core): borrow the PowerManagementContext when calling functions belonging to it
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
* feat(power-management-core): remove GetHostPowerManagementPolicy RPC for now
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
* feat(power-management-core): implement SetHostPowerManagementPolicy RPC
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
* feat(power-management-core): add cpu-topology command
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
* feat(power-management-core): appease format checking
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
* fix(runtime): cpu topology corrections
---------
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
Co-authored-by: Alex Zenla <alex@edera.dev>
2024-06-29 15:43:08 -07:00
Alex Zenla
b42b730b77
feature(xen): implement power management operations ( #215 )
2024-06-28 22:13:57 +00:00
Alex Zenla
e219f3adf1
feature(xen): dynamic platform architecture ( #194 )
...
* wip hvm
* feat: move platform stuff all into it's own thing
* hvm work
* more hvm work
* more hvm work
* feat: rework to support multiple platforms
* hvm nonredist
* more hvm work
* more hvm work
* pvh work
* work on loading cmdline
* implement initrd loading for pvh
* partially working pvh support
* fix merge issues
* pvh works!
* swap over to pv support
* remove old kernel stuff
* fix support for pv
* pvh is gone for now
* fix(runtime): debug should be respected
* fix(xen): arm64 is currently unsupported, treat it as such at runtime
* fix(examples): use architecture cfg for boot example
* fix(x86): use IOMMU only when needed for passthrough
* chore(build): print kernel architecture during fetch
2024-06-21 02:42:45 +00:00
Alex Zenla
8dd3cc7692
krata: work on parallel reconciliation
2024-04-02 00:56:18 +00:00
Alex Zenla
4894bd9d1c
os: build bootable images
2024-03-10 00:22:24 +00:00
Alex Zenla
7bc0c95f00
krata: reorganize crates
2024-03-07 18:12:47 +00:00