Commit Graph

204 Commits

Author SHA1 Message Date
5c7f81a261 krata: more work on arm64 support 2024-03-13 07:48:20 -07:00
f4af71cb2f krata: begin working on arm64 support 2024-03-13 04:47:28 -07:00
a8b5ed1138 krata: relicense to Apache License 2.0 2024-03-13 11:38:14 +00:00
13bea70c0d krata: implement auto-exit handling 2024-03-13 11:35:21 +00:00
2ec619c0c3 workflows: fix path to apk in nightly build 2024-03-11 04:27:45 -07:00
7a9a9abd66 workflows: install os builder dependencies 2024-03-10 12:17:09 +00:00
d54d14c619 os: fix build 2024-03-10 11:39:06 +00:00
a54fa93394 os: fix non-interactive builds 2024-03-10 04:00:44 -07:00
091a71d2ac workflows: fix os workflow 2024-03-10 00:31:43 +00:00
f1eedd1667 workflows: upload os images on build 2024-03-10 00:28:53 +00:00
334d27a6a4 workflows: build os on changes 2024-03-10 00:24:48 +00:00
4894bd9d1c os: build bootable images 2024-03-10 00:22:24 +00:00
817509bcef kratart: async image extraction 2024-03-08 14:44:45 +00:00
b0bd931f0e xenstore: use AsRef<str> for path and restructure 2024-03-08 13:08:59 +00:00
7507f17d99 control: introduce protocol for alternative image specs 2024-03-08 08:47:18 +00:00
bbf4d403f4 krata: improved doc structure 2024-03-08 08:12:10 +00:00
184ccfbd53 readme: update with new code paths 2024-03-08 05:40:43 +00:00
277c57a938 krata: remove unused dependencies 2024-03-07 18:26:28 +00:00
7bc0c95f00 krata: reorganize crates 2024-03-07 18:12:47 +00:00
c0eeab4047 krata: split out runtime 2024-03-07 18:04:22 +00:00
56dd3ea032 workflows: add shellcheck job 2024-03-07 17:14:22 +00:00
c507a589de krata: introduce code of conduct and security policy 2024-03-07 17:04:53 +00:00
e3a70e5595 hack: rename scripts to hack 2024-03-07 16:40:41 +00:00
182401371b xenstore: watch support (#4) 2024-03-07 04:14:25 -08:00
670e140682 krata: rewrite all repo infrastructure 2024-03-07 09:04:05 +00:00
baefe0dceb workflows: initrd and kernel checks 2024-03-07 05:43:49 +00:00
dc6505f085 workflows: fix dependencies 2024-03-07 05:34:15 +00:00
4c30f9d08f runtime: make image cache async 2024-03-07 05:26:35 +00:00
7c8d38a0ca krata: implement event notifications 2024-03-06 15:57:56 +00:00
e300fd924f workflows: fix dependencies 2024-03-06 12:13:01 +00:00
3628422168 krata: utilize gRPC for control service 2024-03-06 12:05:01 +00:00
31cf3044a4 controller: implement support for dialing urls for transport 2024-03-05 20:48:11 -08:00
e5f5f9493c nightly: include x86_64-unknown-linux-musl target 2024-03-06 04:30:04 +00:00
da75a51c6e controller: internal client support for TCP and TLS connections 2024-03-05 19:36:44 -08:00
fd3cd6505e nightly: indicate that nightly is x86_64 2024-03-05 16:51:41 -08:00
0e27b8f228 krata: compile for aarch64 (aarch64 guests are not yet supported) 2024-03-05 16:37:36 -08:00
f8e2f50c60 daemon: mask SIGHUP 2024-03-05 23:10:31 +00:00
0f85e30149 nightly: bundle systemd service files and install script 2024-03-05 22:17:14 +00:00
a5af3ffbe7 kernel: bump to 6.7.8 2024-03-05 21:45:07 +00:00
9623497b01 nightly: include systemd service files 2024-03-05 13:29:10 +00:00
a37f33e688 krata: introduce nightly build 2024-03-05 12:57:29 +00:00
8653fd6249 krata: rework into daemon / controller structure 2024-03-05 11:35:25 +00:00
17889d1c64 network: configure mtu and segmentation offloading properly 2024-03-04 12:19:03 +00:00
9350a7520d network: performance tuning and IPv6 checksum fixups 2024-03-04 07:59:37 +00:00
c9c071dd8e network: gigabit performance tuning 2024-03-04 07:04:32 +00:00
25a02f5491 network: implement host bridging 2024-03-03 13:36:39 +00:00
2eeb8d5034 network: utilize 10.75.0.0/16 for guest networking 2024-03-03 12:07:32 +00:00
0957bbe595 controller: move guest launch to module 2024-02-29 12:52:44 +00:00
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
973db87b98 controller: make image downloads async 2024-02-25 05:38:23 +00:00