Conversation
Created using jj-spr 0.1.0
| use propolis::vsock::proxy::VsockPortMapping; | ||
|
|
||
| // Port 8008 - VM Attestation RFD 605 | ||
| const ATTESTATION_PORT: u16 = 8008; |
There was a problem hiding this comment.
We need to decide on a port!
There was a problem hiding this comment.
We picked port 605!
|
Paired with @iximeow over a meet to discuss some of this PR. Key takeaways:
|
the other option is to take a |
| pub struct InvalidGuestCid(u64); | ||
|
|
||
| #[derive(Debug, Copy, Clone)] | ||
| pub struct GuestCid(u64); |
There was a problem hiding this comment.
@iximeow I ended up creating a type for this and then threading it through everywhere.
Created using jj-spr 0.1.0
|
(fwiw looks like your test failures are VMs failing to boot which should be sorted as of #1080, if you want to rebase over that) |
This is the plumbing to allow virtio-socket devices to be usable in
propolis-server.Fixes: #1069