Commit Graph

56 Commits

Author SHA1 Message Date
Alex Zenla
8dd3cc7692
krata: work on parallel reconciliation 2024-04-02 00:56:18 +00:00
Alex Zenla
8ec7042ea4
guest: place running tasks in cgroup 2024-03-30 23:25:00 +00:00
Alex Zenla
71dcaa7b77
daemon: rework to not use protobuf inside the crate 2024-03-30 09:29:03 +00:00
Alex Zenla
660b555be7
krata: bump to v0.0.2 2024-03-30 08:42:48 +00:00
Alex Zenla
ee639af2ed
krata: fix workspace version references and feature discrepancies 2024-03-30 07:56:22 +00:00
Alex Zenla
b9d2dc54ea
krata: specify descriptions, licenses, repository, and homepage for crates 2024-03-30 07:11:14 +00:00
Alex Zenla
eb20a4c60c
krata: use krata-advmac fork 2024-03-30 06:51:16 +00:00
Alex Zenla
a9c6fa2c6a
oci: switch to krata-tokio-tar 2024-03-30 06:31:22 +00:00
Alex Zenla
bdb91a6cb3
krata: restructure packages for cleanliness 2024-03-30 06:21:34 +00:00
Alex Zenla
63c0feb053
krataoci: improve performance of squashify 2024-03-25 09:39:06 +00:00
Alex Zenla
0a5948aa50
xen: begin work on xen grant mappings 2024-03-25 04:49:57 +00:00
Alex Zenla
001409378e
chore: move kratart::image to krataoci and cleanup dependencies 2024-03-25 02:37:02 +00:00
Alex Zenla
6c0e14da6a
kratactl: implement output formats 2024-03-23 04:07:48 +00:00
Alex Zenla
1a6287893e
kratart: fix multiple oci layer compiler issues 2024-03-22 19:14:27 +00:00
Alex Zenla
79ceb4851b
krata: fix console restoration 2024-03-21 22:49:37 -07:00
dependabot[bot]
827c6c9a12
build(deps): update reqwest requirement from 0.11.24 to 0.12.0 (#11)
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.24...v0.11.27)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 22:06:29 -07:00
Alex Zenla
9bbf8420f2
krata: implement guest reconciliation 2024-03-14 14:03:11 +00:00
Alex Zenla
f23d84c415
krata: implement guest tab for automatic guest startup 2024-03-13 13:05:17 +00:00
Alex Zenla
4894bd9d1c
os: build bootable images 2024-03-10 00:22:24 +00:00
Alex Zenla
817509bcef
kratart: async image extraction 2024-03-08 14:44:45 +00:00
Alex Zenla
7bc0c95f00
krata: reorganize crates 2024-03-07 18:12:47 +00:00
Alex Zenla
c0eeab4047
krata: split out runtime 2024-03-07 18:04:22 +00:00
Alex Zenla
182401371b
xenstore: watch support (#4) 2024-03-07 04:14:25 -08:00
Alex Zenla
3628422168
krata: utilize gRPC for control service 2024-03-06 12:05:01 +00:00
Alex Zenla
da75a51c6e
controller: internal client support for TCP and TLS connections 2024-03-05 19:36:44 -08:00
Alex Zenla
f8e2f50c60
daemon: mask SIGHUP 2024-03-05 23:10:31 +00:00
Alex Zenla
a37f33e688
krata: introduce nightly build 2024-03-05 12:57:29 +00:00
Alex Zenla
8653fd6249
krata: rework into daemon / controller structure 2024-03-05 11:35:25 +00:00
Alex Zenla
25a02f5491
network: implement host bridging 2024-03-03 13:36:39 +00:00
dependabot[bot]
6972b77f55
build(deps): update nix requirement from 0.27.1 to 0.28.0 (#3)
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.27.1...v0.27.1)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-29 04:02:41 -08:00
Alex Zenla
973db87b98
controller: make image downloads async 2024-02-25 05:38:23 +00:00
Alex Zenla
f66ab25521
container: implement proper path resolution 2024-02-25 03:46:32 +00:00
Alex Zenla
341907a536
network: utilize bytes crate 2024-02-12 17:01:47 +00:00
Alex Zenla
efe425b346
network: implement icmp nat support 2024-02-10 21:13:47 +00:00
Alex Zenla
4f0e505e2b
network: begin work on ICMP 2024-02-10 15:18:12 +00:00
Alex Zenla
360506bbdd
network: start work on NAT implementation 2024-02-09 13:06:00 +00:00
Alex Zenla
9dddbbe424
network: implement support for smoltcp and ipstack 2024-02-08 12:17:51 +00:00
Alex Zenla
cfe8887c6b
hypha: work in progress implementation of outbound internet access 2024-02-06 14:35:55 +00:00
Alex Zenla
e000ab2919
hypha: move components into separate crates 2024-02-06 09:07:18 +00:00
Alex Zenla
a3cda1372f
hypha: implement automated network backend launcher 2024-02-05 19:10:02 +00:00
Alex Zenla
21c6a27097
hypha: implement basic networking support 2024-02-05 12:46:02 +00:00
dependabot[bot]
70dc2f943f
build(deps): update sys-mount requirement from 2.1.1 to 3.0.0 (#2)
Updates the requirements on [sys-mount](https://github.com/pop-os/sys-mount) to permit the latest version.
- [Release notes](https://github.com/pop-os/sys-mount/releases)
- [Changelog](https://github.com/pop-os/sys-mount/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pop-os/sys-mount/compare/2.1.1...2.1.1)

---
updated-dependencies:
- dependency-name: sys-mount
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-04 22:12:29 -08:00
Alex Zenla
7a6c2dda8c
hypha: initialize vif bridge for networking 2024-02-02 00:02:44 +00:00
Alex Zenla
bd56de235f
hypha: move libraries to libs/ 2024-02-01 10:10:43 +00:00
Alex Zenla
eec213c712
hypha: convert to using anyhow for error handling 2024-01-30 02:15:03 -08:00
Alex Zenla
812e357bc9
xenstore: adopt thiserror 2024-01-30 01:49:56 -08:00
Alex Zenla
cc0b2d97b5
inherit version from workspace Cargo.toml 2024-01-29 07:56:56 -08:00
Alex Zenla
07fa0775cd
move all dependencies to workspace Cargo.toml 2024-01-29 07:53:35 -08:00
Alex Zenla
ba418649db
move xen libraries to xen/ 2024-01-22 22:33:50 -08:00
Alex Zenla
ba156e43da
hypha: implement loop device support directly to avoid devd 2024-01-21 00:13:05 -08:00