Chris Oo

Results 34 issues of Chris Oo

Anyone in the hvlite team can signoff on any PR, because github does not have a stock way of enforcing every required reviewer signs off, only that a set _number_...

CI

People keep doing this even though we highlight it in the guide, we should have xtask bail out or something to tell the user you _really_ don't want to do...

enhancement

We always use the release build, which means we lose overflow checks. Add a new profile so we can still get overflow checks, until we figure out why debug builds...

enhancement

on hyper-v this is the how it's split: com1,2 = vmbus based com3,4 = emulated remove the --vmbus-com1-serial and --vmbus-com2-serial args

enhancement

Early output on the serial port gets dropped in the terminal if you print very early on in the VM's lifetime, like say in openhcl_boot. Not sure what we can...

bug

When we inject a machine check, we should probably emulate this MSR correctly if the guest queries it. It may need to be done per processor, or we may need...

tdx

SNP's implementation of physical_address seems suspect, as this value is most likely only correct on an NPF. Needs some spec digging to verify. This also tracks fixing NPF to be...

bug
snp

We should be able to determine the exit from just looking at the hardware exit, as the hypervisor is not trusted.

bug
snp

These are used to help diagnose performance issues in the guest. In a CVM, the paravisor needs to provide this implementation.

tdx
snp

We have a TDX pool available, so we should onboard a basic test that uses vmbus relay to stop future regressions.

tdx