edera-cultivation[bot]
b7dd2b8d89
chore: release v0.0.24 ( #388 )
...
Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
2024-12-14 23:53:21 +00:00
Alex Zenla
bf8a8379db
fix(xenplatform): use cfg attributes for returning supported platforms
2024-12-14 18:46:45 -05:00
Alex Zenla
e0bbeb5d64
fix(xenclient): examples should use supported platform
2024-12-14 18:33:53 -05:00
Alex Zenla
4b0f3782bd
fix(xenclient): boot example should use unsupported platform on aarch64
2024-12-14 18:22:37 -05:00
Alex Zenla
3adf9b5e88
feat(xen): update xenclient and xenplatform to the latest structure ( #433 )
2024-12-14 18:16:10 -05:00
Alex Zenla
54dc9cbdaa
chore(deps): upgrade dependencies and clean code ( #432 )
2024-12-14 18:09:56 -05:00
Alex Zenla
ea9624955c
feat(evtchn): harden evtchn handling and improve api ( #431 )
2024-12-14 18:03:33 -05:00
Alex Zenla
960578efc4
feat(xencall): improve asynchronous support ( #430 )
2024-12-14 18:00:11 -05:00
Alex Zenla
d7affe6c8c
feat(xenstore): multi-watch and maybe-commit support ( #429 )
2024-12-14 17:57:15 -05:00
Alex Zenla
7f5a8c7a6e
fix(xenplatform): e820 sanitize should now produce valid mappings
2024-10-17 13:27:23 -04:00
edera-cultivation[bot]
367b4e5124
chore: release ( #387 )
...
Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
2024-09-17 04:19:00 +00:00
edera-cultivation[bot]
b9559525c6
chore: release ( #386 )
...
Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
2024-09-17 03:37:45 +00:00
Alex Zenla
83fd7607dd
preparations for xen control-plane
2024-09-16 02:13:35 -04:00
Alex Zenla
67652a5e1b
krata xen control-plane
2024-09-16 02:03:43 -04:00
edera-cultivation[bot]
a320efad6b
chore: release ( #368 )
...
Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
2024-09-03 21:13:00 +00:00
edera-cultivation[bot]
3cb0e214e9
chore: release ( #362 )
...
Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
2024-08-29 01:50:12 +00:00
Alex Zenla
19f35ef20a
feature(krata): implement network reservation list ( #366 )
2024-08-26 19:05:57 +00:00
Alex Zenla
0d2b7a3ae3
feature(zone-exec): implement terminal resize support ( #363 )
2024-08-26 04:43:07 +00:00
edera-cultivation[bot]
f1e3d59b6a
chore: release ( #354 )
...
Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
2024-08-26 01:38:30 +00:00
Alex Zenla
0106b85de9
fix(zone-exec): catch panic errors and show all errors immediately ( #359 )
2024-08-25 07:16:20 +00:00
Alex Zenla
96ccbd50bb
fix(zone-exec): ensure that the underlying process is killed when rpc is closed ( #361 )
2024-08-25 07:07:37 +00:00
Alex Zenla
41aa1aa707
fix(rpc): rename HostStatus to GetHostStatus ( #360 )
2024-08-25 06:24:46 +00:00
Alex Zenla
ec74bc8d2b
fix(console): don't replay history when attaching to the console ( #358 )
2024-08-25 03:49:33 +00:00
Alex Zenla
694de5d1fd
chore(control): split out all of the rpc calls into their own files ( #357 )
2024-08-25 03:03:20 +00:00
Alex Zenla
f2db826ba6
feature(config): write default config to config.toml on startup ( #356 )
2024-08-25 00:48:38 +00:00
Alex Zenla
7f5609a846
feature(ctl): add --format option to host status and improve cpu topology format ( #355 )
2024-08-23 19:26:23 +00:00
edera-cultivation[bot]
adb7b29354
chore: release ( #341 )
...
Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
2024-08-22 23:43:03 +00:00
Alex Zenla
bd448ee8d9
fix(network): allocate host ip from allocation pool ( #353 )
2024-08-22 22:52:38 +00:00
Alex Zenla
1647a07226
fix(daemon): turn off trace logging ( #352 )
2024-08-21 22:04:15 +00:00
Alex Zenla
151b43eeec
feature(zone): kernel command line control on launch ( #351 )
2024-08-21 20:51:09 +00:00
Ariadne Conill
6a6b5b6e0b
feature(xen-preflight): test for hypervisor presence explicitly and error if missing ( #347 )
...
Fixes #309
2024-08-20 00:22:28 +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
Alex Zenla
6093627bdd
cleanup(ctl): move logic for branching ctl run steps into ControlCommands ( #342 )
2024-08-16 02:32:30 +00:00
edera-cultivation[bot]
1d75dfb88a
chore: release ( #334 )
...
Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
2024-08-15 19:06:56 +00:00
Alex Zenla
18bf370f74
feature(krata): first pass on cpu hotplug support ( #340 )
...
* fix(runtime): adjust memory resources inside a transaction
* feature(krata): first pass on cpu hotplug support
2024-08-15 08:06:04 +00:00
Alex Zenla
bf3b73bf24
feature(exec): implement tty support ( fixes #335 ) ( #336 )
2024-08-14 19:45:59 +00:00
Alex Zenla
87530edf70
feature(krata): dynamic resource allocation ( closes #298 ) ( #333 )
2024-08-14 08:14:49 +00:00
edera-cultivation[bot]
1dca770091
chore: release ( #306 )
...
Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
2024-08-14 06:37:52 +00:00
Alex Zenla
01a94ad23e
feature(krata): prepare for workload rework ( #276 )
...
* chore(code): simple code cleanup
* chore(code): additional code cleanup
* feature(krata): rework api and make ip assignment persistent to database
* rework and cleanup
* fix daemon config references
2024-08-14 06:17:47 +00:00
Ariadne Conill
5ec3d9d5c1
xencall: use correct op for setting cpufreq governor ( #327 )
2024-08-14 03:11:08 +00:00
Alex Zenla
1cf03a460e
fix(idm): reimplement packet processing algorithm ( #330 )
...
* chore(xen): rewrite event channel code
* fix(idm): repair idm bugs on the file backend
2024-08-13 23:18:27 +00:00
Ariadne Conill
0358c9c775
fix(power-trap-eacces): gracefully handle hypercall errors in power management ( #325 )
...
* daemon: reenable built-in power management policy
* xenruntime: gracefully handle power management errors
2024-08-13 08:22:05 +00:00
Khionu Sybiern
6bf3741ec9
chore(o11y): add more debug logs to daemon & runtime ( #318 )
...
This change adds debug log lines to make it easier to tell where issues
are occuring during startup.
2024-08-08 19:11:51 +00:00
Khionu Sybiern
53059e8cca
fix(xenbus): avoid fd close race by forgetting copy of handle ( #314 )
...
This change addresses a race condition where the read-copy of a raw FD
is closed while the write-copy is still in use. Now the read-copy is not
closed, by utilizing mem::forget.
Co-authored-by: Alex Zenla <alex@edera.dev>
2024-08-07 23:55:04 +00:00
edera-cultivation[bot]
d469da4d9b
chore: release ( #303 )
...
Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
2024-08-06 01:57:25 +00:00
Alex Zenla
99091df3cf
fix(zone): waitpid should be limited when no child processes exist ( fixes #304 ) ( #305 )
2024-08-05 18:48:30 -07:00
edera-cultivation[bot]
08b30c2eaa
chore: release ( #279 )
...
Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
2024-08-06 00:48:44 +00:00
Alex Zenla
224fdbe227
fix(idm): process all idm messages in the same frame and use childwait exit notification for exec ( fixes #290 ) ( #302 )
2024-08-06 00:29:09 +00:00
Alex Zenla
8216ab3602
feature(oci): use local index as resolution cache when appropriate, fixes #289 ( #294 )
2024-07-31 23:05:15 +00:00
Ariadne Conill
8806a79161
zone: init: mount /proc with hidepid=1 ( #277 )
...
Mounting procfs with hidepid=1 denies access to procfs directories
for processes not accessible by the current user credentials.
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
2024-07-22 06:11:36 +00:00