Commit Graph

298 Commits

Author SHA1 Message Date
Alex Zenla
5ad2e40a7b
krata: reimplement console to utilize channels, and provide logs support 2024-04-02 08:57:34 +00:00
Alex Zenla
0fd6318c5f
xenstore: use read thread to avoid need for non-blocking I/O 2024-04-02 03:02:00 +00:00
dependabot[bot]
7940eea588
build(deps): bump async-compression from 0.4.6 to 0.4.7 (#14)
Bumps [async-compression](https://github.com/Nullus157/async-compression) from 0.4.6 to 0.4.7.
- [Release notes](https://github.com/Nullus157/async-compression/releases)
- [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.6...async-compression-v0.4.7)

---
updated-dependencies:
- dependency-name: async-compression
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 18:44:13 -07:00
dependabot[bot]
45aa4914bb
build(deps): bump etherparse from 0.14.2 to 0.14.3 (#15)
Bumps [etherparse](https://github.com/JulianSchmid/etherparse) from 0.14.2 to 0.14.3.
- [Release notes](https://github.com/JulianSchmid/etherparse/releases)
- [Changelog](https://github.com/JulianSchmid/etherparse/blob/master/changelog.md)
- [Commits](https://github.com/JulianSchmid/etherparse/compare/v0.14.2...v0.14.3)

---
updated-dependencies:
- dependency-name: etherparse
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 18:43:37 -07:00
Alex Zenla
8dd3cc7692
krata: work on parallel reconciliation 2024-04-02 00:56:18 +00:00
Alex Zenla
6a2f1e6517
dependabot: fix config file 2024-04-01 15:46:39 -07:00
Alex Zenla
d433cd49e2
krata: unvendor dependencies 2024-04-01 15:45:43 -07:00
Alex Zenla
0fd32e84cd
workflows: fix client workflow spec 2024-03-31 16:30:22 -07:00
Alex Zenla
ab8941326a
workflows: client build on windows should use lf checkout 2024-03-31 16:29:00 -07:00
Alex Zenla
8be75a722e
workflows: use submodules checkout everywhere 2024-03-31 16:21:25 -07:00
Alex Zenla
e6f35eb3d0
cargo: fix vendor path 2024-03-31 16:09:32 -07:00
Alex Zenla
58c6413ca2
workflows: checkout submodules 2024-03-31 16:07:57 -07:00
Alex Zenla
e1f1f8579c
vendor dependencies using krata-vendor repository 2024-03-31 15:53:10 -07:00
Alex Zenla
6bf1d3f88c
krata: implement parallel guest reconciliation 2024-03-31 10:10:06 +00:00
Alex Zenla
377b837db9
guest: set hostname from launch config 2024-03-31 03:18:56 +00:00
Alex Zenla
6cd8cc12db
guest: remove device restriction 2024-03-31 02:33:58 +00:00
Alex Zenla
c68f367e4a
krata: log when a guest start failures occurs 2024-03-31 01:44:28 +00:00
Alex Zenla
15d5ed5a45
krata: implement event stream retries 2024-03-31 01:11:50 +00:00
Alex Zenla
6d6bdade87
kernel: update to 6.8.2 2024-03-31 00:28:21 +00:00
Alex Zenla
693d62a41a
guest: setup loopback interface 2024-03-30 23:46:01 +00:00
Alex Zenla
8ec7042ea4
guest: place running tasks in cgroup 2024-03-30 23:25:00 +00:00
Alex Zenla
7e9bc4b910
krata: release v0.0.3 2024-03-30 09:37:54 +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
03294f2ecd
Revert "Release krata v0.0.1, krata-oci v0.0.1, krata-xenstore v0.0.1, krata-guest v0.0.1, krata-xencall v0.0.1, krata-xenclient v0.0.1, krata-xenevtchn v0.0.1, krata-xengnt v0.0.1, krata-runtime v0.0.1, krata-daemon v0.0.1, krata-network v0.0.1, krata-ctl v0.0.1"
This reverts commit efba8b1316.
2024-03-30 08:32:35 +00:00
Alex Zenla
efba8b1316
Release krata v0.0.1, krata-oci v0.0.1, krata-xenstore v0.0.1, krata-guest v0.0.1, krata-xencall v0.0.1, krata-xenclient v0.0.1, krata-xenevtchn v0.0.1, krata-xengnt v0.0.1, krata-runtime v0.0.1, krata-daemon v0.0.1, krata-network v0.0.1, krata-ctl v0.0.1 2024-03-30 08:27:20 +00:00
Alex Zenla
ee639af2ed
krata: fix workspace version references and feature discrepancies 2024-03-30 07:56:22 +00:00
Alex Zenla
b65bbff165
krata: update README.md 2024-03-30 07:41:59 +00:00
Alex Zenla
2d5d819290
daemon: fix build 2024-03-30 07:33:47 +00:00
Alex Zenla
6ff5a1e62f
krata: move protos back into crate directory 2024-03-30 07:20:43 +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
da9e6cac14
krata: fix guest destruction 2024-03-30 03:49:13 +00:00
Alex Zenla
d659b3aa55
network: performance tuning using tear off buffers 2024-03-29 03:09:41 +00:00
Alex Zenla
7d7da1f9ee
krata: implement idm support for guest <-> host messages 2024-03-28 22:38:21 +00:00
Alex Zenla
567fcc296e
kratart: fix channels after u32::MAX worth of data 2024-03-28 08:55:59 +00:00
Alex Zenla
f7267e4f5d
krata: begin work on idm channel 2024-03-28 07:36:48 +00:00
Alex Zenla
63f7db6cf4
kratart: support for krata channels for two-way byte communication 2024-03-28 05:31:57 +00:00
Alex Zenla
d4f1ee5521
krata: begin work on guest message channel 2024-03-27 06:28:47 +00:00
Alex Zenla
66465793cd
krata: event-based network backend startup and api enhancements 2024-03-27 02:54:39 +00:00
Alex Zenla
63c0feb053
krataoci: improve performance of squashify 2024-03-25 09:39:06 +00:00
Alex Zenla
162579f100
xengnt: implement memory mapping support 2024-03-25 07:24:25 +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
655b8029cb
krata: move api proto to /proto and version api 2024-03-24 05:52:25 +00:00
Alex Zenla
cb6839b0f6
krata: api cleanup and improvements 2024-03-24 05:25:48 +00:00
Alex Zenla
7543fccfaf
kratactl: make things nicer to use from a scripting standpoint 2024-03-23 10:09:00 +00:00
Alex Zenla
e25cbf087d
kratactl: implement guest resolution and rename console to attach 2024-03-23 09:48:53 +00:00